Emoji Airplane Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Airplane 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/339625.svg" alt="Emoji Airplane icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339625.svg" alt="Emoji Airplane icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339625.svg" alt="Emoji Airplane icon" :width="24" :height="24" />
CSS background
.icon-emoji-airplane {
background-image: url('https://proicons.com/icon/339625.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="m35.9193,17.3622l2.9745,17.9692c.2752,1.6516-.2641,3.3344-1.4481,4.5183l-2.6503,2.6503-5.5229-18.4923"/><path id="d" class="f" d="m23.9921,18.7582L5.5239,13.2316l2.6503-2.6503c1.184-1.184,2.8668-1.7233,4.5184-1.4481l17.7681,3.1664"/><path id="e" class="f" d="m42.247,7.8622l-.117-.4333c-.2072-.7684-.8035-1.3711-1.5696-1.5866l-.4289-.1178c-1.3409-.4819-2.8387-.175-3.8821.7955L14.8776,27.8584l-4.6954-.6237-3.891,3.9347,7.3805,3.1851h0l3.0496,7.5597,3.9784-4.0206-.5533-4.7613,21.3325-21.3287c.9573-1.0745,1.2518-2.5859.768-3.9413"/></svg>
Copied!