Missiles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Missiles 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/329367.svg" alt="Missiles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329367.svg" alt="Missiles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329367.svg" alt="Missiles icon" :width="24" :height="24" />
CSS background
.icon-missiles {
background-image: url('https://proicons.com/icon/329367.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>.o{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="o" d="M23.27596699,36.65756102l-.95304124.57502618-3.17014021-.47702228c-.4670197-.40501668-.93004142-1.73507731.04800246-1.86408081l3.48315377-.46001942"/><path id="f" class="o" d="M24.72403287,36.65756102l.95304124.57502618,3.17014021-.47702228c.4670197-.40501668.93004142-1.73507731-.04800246-1.86408081l-3.48315377-.46001942"/><path id="g" class="o" d="M17.86872838,9.37835336h4.88521618"/><path id="h" class="o" d="M30.13127148,9.37835336h-4.88521618"/><path id="i" class="o" d="M27.87617073,12.66249893v9.82043381c-.54602366,6.02226557-2.00808819,9.40041516-3.8761708,16.62873533-1.86808261-7.22832017-3.33014713-10.60646785-3.8761708-16.62973483v-9.81943431c1.17505118-1.19405303,1.83408071-1.94508568,3.8761708-2.8411252,2.04209009.89603952,2.70111962,1.64707312,3.8761708,2.8411252Z"/><path id="j" class="o" d="M20.28183516,24.67303009l-14.72865077-2.36010494c-.95004181-1.92208585-1.59407033-4.51319999-.41701825-5.4802418l14.91065993-1.16305152"/><path id="k" class="o" d="M27.7181647,24.67303009l14.72864981-2.36010494c.95004276-1.92208585,1.59407224-4.51319999.41701825-5.4802418l-14.91065897-1.16305152"/><path id="l" class="o" d="M23.99999993,8.88833193v.93204136"/><path id="m" class="o" d="M23.99999993,17.0836939c.72303153,0,1.305058.69003104,1.305058,1.55006776v3.01313368c0,.85903723-.58202646,1.55006776-1.305058,1.55006776s-1.305058-.69103053-1.305058-1.55006776v-3.01413318c0-.85803773.58202646-1.55006776,1.305058-1.55006776v.00099949Z"/><path id="n" class="o" d="M20.14982935,12.75650295h7.70033925"/></svg>
Copied!