Liftoff Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Liftoff 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/328476.svg" alt="Liftoff icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328476.svg" alt="Liftoff icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328476.svg" alt="Liftoff icon" :width="24" :height="24" />
CSS background
.icon-liftoff {
background-image: url('https://proicons.com/icon/328476.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><g id="d"><path id="e" class="j" d="m23.9677,43.5c.4827,0,4.3554-2.4884,4.3554-6.9528h-8.7107c0,4.4644,3.8727,6.9528,4.3554,6.9528Z"/><path id="f" class="j" d="m15.6623,20.1725c-.7174,0-6.4739,4.6529-6.4739,7.2914v10.5006c1.5001-1.5001,6.4739-4.0666,6.4739-4.0666v-13.7254Z"/><path id="g" class="j" d="m32.3377,20.1725c.7174,0,6.4739,4.6529,6.4739,7.2914v10.5006c-1.5001-1.5001-6.4739-4.0666-6.4739-4.0666v-13.7254Z"/><path id="h" class="j" d="m29.9432,10.1515c-1.5202-2.2401-3.47-4.4875-5.9432-5.6515-.924,0-8.3377,5.4647-8.3377,13.3123v16.0856c5.6746,0,10.9748.1498,16.6754,0v-16.0856"/><circle id="i" class="j" cx="23.7693" cy="19.1299" r="4.1371"/></g></g></svg>
Copied!