Missile Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Missile 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/304818.svg" alt="Missile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304818.svg" alt="Missile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304818.svg" alt="Missile icon" :width="24" :height="24" />
CSS background
.icon-missile {
background-image: url('https://proicons.com/icon/304818.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><defs><style>.cls-1{fill:#010101;}</style></defs><title>missile</title><path class="cls-1" d="M60.15,4.11S55.37,3.25,48.73,9.8l2.79,2.82,2.78,2.83C60.94,8.9,60.15,4.11,60.15,4.11Z"/><rect class="cls-1" x="49.37" y="10" width="1.57" height="7.93" transform="translate(4.64 39.25) rotate(-44.61)"/><rect class="cls-1" x="14.55" y="25.36" width="40.09" height="7.93" transform="translate(-10.63 32.75) rotate(-44.62)"/><polyline class="cls-1" points="15.48 41.3 23.96 32.94 15.27 34.19 11.82 37.6"/><polyline class="cls-1" points="22.3 48.22 30.78 39.85 29.41 48.52 25.96 51.92"/></svg>
Copied!