Airplane Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/304903.svg" alt="Airplane icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304903.svg" alt="Airplane icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304903.svg" alt="Airplane icon" :width="24" :height="24" />
CSS background
.icon-airplane {
background-image: url('https://proicons.com/icon/304903.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="M937 700c0-42 1-81 0-120 0-5-6-10-10-14-114-91-228-182-342-272-11-8-16-17-15-31 1-33 0-67 0-100 0-43-30-74-70-74s-69 31-70 74c0 33-1 67 0 100 1 14-4 23-15 31-114 90-228 181-342 272-4 4-10 9-10 14-1 39 0 78 0 120l367-186v203c0 6-6 12-10 16-37 30-75 60-112 90-4 3-10 7-10 11-1 25 0 49 0 77 50-20 98-39 147-58 0 31 25 57 55 57s55-26 56-57c48 19 96 38 147 58 0-28 0-52-1-77 0-4-6-8-9-11-38-30-75-60-112-90-5-4-10-10-10-16-1-66-1-133-1-203 123 62 244 123 367 186z"/></svg>
Airplane in other icon packs
Copied!