Emoji Airplane Departure Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Airplane Departure 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/339627.svg" alt="Emoji Airplane Departure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339627.svg" alt="Emoji Airplane Departure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339627.svg" alt="Emoji Airplane Departure icon" :width="24" :height="24" />
CSS background
.icon-emoji-airplane-departure {
background-image: url('https://proicons.com/icon/339627.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m24.9381,22.2477l10.0436-4.2047c.7846-.3139,1.6225-.461,2.4678-.4352,2.188.0668,6.1448.3924,4.7653,1.8998-1.8752,2.0489-15.0369,7.1727-18.9266,8.6164s-8.7009,2.2055-12.0278,2.2696c-2.9119.056.3487-1.7004.3487-1.7004,0,0,3.6998-2.0878,5.3375-2.7975l3.5755-1.5626"/><path id="d" class="f" d="m16.2012,26.2421l-8.8872-3.5532-1.814.6308,5.7573,5.5778"/><path id="e" class="f" d="m30.6806,22.6635l-14.5522-1.207-1.2384.8783,9.9093,3.516"/></svg>
Copied!