Dragon Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dragon Launcher icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339283.svg" alt="Dragon Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339283.svg" alt="Dragon Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339283.svg" alt="Dragon Launcher icon" :width="24" :height="24" />
CSS background
.icon-dragon-launcher {
background-image: url('https://proicons.com/icon/339283.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M14.0442,20.6766c-.2806,4.7075,3.331,6.76,6.9431,8.7978,3.7357,2.1075,7.4811,4.1777,7.4811,7.8323,0,2.0478-.7328,3.0751-2.4724,3.1216-1.7805.0477-2.6295-1.8594-3.4322-4.1311-.7396-2.0931-1.5396-4.426-3.8629-5.4911-3.1582-1.4479-6.8103-.4299-8.1319.5422,6.9893.8036,7.561,2.633,8.4309,5.9082.938,3.5315,2.5187,6.2435,7.0959,6.2435,6.4681,0,8.366-6.3182,8.366-9.9893,0-8.5408-12.062-9.6646-12.062-13.6603,0-1.823,1.4484-2.2726,2.6222-2.2726,1.0437,0,1.9542.1844,2.5583.3486"/><path class="b" d="M16.8621,18.583c-2.7533,1.592-5.4129,4.2142-5.5253,7.3983-1.4235-3.465.8241-10.47,8.8592-13.2046"/><path class="b" d="M16.4855,14.5711s-2.4142.2284-4.5681,1.6332c3.2403-5.2631,10.4138-4.8698,10.4138-4.8698-4.3079-1.592-6.2371-6.3307-6.2371-6.3307,3.3901,4.233,14.6654,6.443,16.7071,8.4846.9927.9927.6368,2.0416.6368,2.0416,0,0,2.2663,3.3901,3.3901,1.1613,1.8543,3.1092-1.1613,6.5742-1.1613,6.5742-1.2174-5.544-5.891-3.9012-7.7025-5.0215-1.4235-.8803-1.0443-3.4818-4.5843-3.5942"/><path class="b" d="M29.19,11.6544s-6.9525-4.0471-8.788-7.1544c.2622,2.6203,2.4351,4.725,2.4351,4.725"/><path class="b" d="M31.8554,16.0032c-1.4357-.9258-1.4155-2.12-4.1795-2.4554"/><path class="b" d="M33.4631,21.9704c.5717-.0708.8589-.1834,1.3162-.9721"/><path class="b" d="M31.5871,35.9684c-.4294-3.569-1.5564-6.172-6.2257-8.936-4.6693-2.764-6.9495-5.367-5.1654-9.1239"/><path class="b" d="M35.2366,18.8209c.4294.1342.5904.5581.5904.5581"/></svg>
Copied!