Airplane Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Airplane Alt 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/304902.svg" alt="Airplane Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304902.svg" alt="Airplane Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304902.svg" alt="Airplane Alt icon" :width="24" :height="24" />
CSS background
.icon-airplane-alt {
background-image: url('https://proicons.com/icon/304902.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="M810 83L661 237c-10 10-30 15-43 10L296 142c-14-5-34 0-44 10l-84 84c-10 10-8 24 6 30l294 135c13 6 15 19 5 30L275 636c-3 2-6 5-8 8-4 4-18 3-31-3l-92-43c-14-6-33-2-43 8l-23 23c-11 11-9 25 3 33l117 72c12 8 31 22 41 33l4 3c10 11 25 29 33 41l78 116c8 13 23 14 33 4l19-19c11-11 14-30 8-43l-56-120c-6-13-9-25-6-27 2-2 3-3 5-4l209-203c10-10 20-18 21-17s7 13 13 26l155 306c6 13 20 16 30 5l75-75c11-10 15-30 11-43L753 369c-5-14-9-25-9-25s8-9 19-19l146-143c28-27 28-72 0-99-27-27-72-27-99 0z"/></svg>
Copied!