Rocket Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Rocket Alt 1 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/306363.svg" alt="Rocket Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306363.svg" alt="Rocket Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306363.svg" alt="Rocket Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-rocket-alt-1 {
background-image: url('https://proicons.com/icon/306363.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M527 85c22 22 45 45 65 69 30 35 51 76 68 121H340c3-8 5-16 9-23 33-71 77-134 141-182 2-2 4-5 6-8h4c2 0 14 11 27 23zM172 723l90-51c6-4 12-8 19-11 15 62 30 123 45 187-50 25-101 50-153 76-15 7-28-1-28-18V772c0-18 12-40 27-49zm654 201c-51-26-102-51-152-76 15-62 29-123 45-187 35 21 72 42 108 62 15 9 28 31 28 49v134c0 17-13 25-29 18zM502 302c49 0 99 1 149 0 16-1 22 6 26 20 26 90 31 182 20 274-10 80-29 158-55 234-5 12-10 17-23 17-79-1-158-1-238 0-11 0-18-3-22-15-38-112-65-226-60-345 3-56 16-111 25-167 2-16 11-18 25-18 51 1 102 0 153 0zm-95 226c1 41 10 80 39 112 32 34 75 34 107 0 52-55 53-166 3-223-34-38-78-38-112 0-28 32-36 70-37 111zm-38 345h261c-5 19-10 38-16 56-1 4-8 8-13 8-68 1-135 1-202 0-5 0-12-6-14-10-6-17-10-34-16-54z"/></svg>
Copied!