Airplane Icon
Free SVG icon from the Govicons 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/304747.svg" alt="Airplane icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304747.svg" alt="Airplane icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304747.svg" alt="Airplane icon" :width="24" :height="24" />
CSS background
.icon-airplane {
background-image: url('https://proicons.com/icon/304747.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 72 56" style="enable-background:new 0 0 72 56;" xml:space="preserve"> <g> <path d="M59.4,4.5c-1.6-1.6-6.8,1.2-8.4,2.8l-6.2,6.2H16.4c-0.7,0-1.3,0.5-1.4,1.1c-0.1,0.7,0.2,1.3,0.9,1.6l18.8,7.4L23.1,35.1 H12.2c-0.2,0-0.4,0.2-0.5,0.4c0,0.2,0.1,0.5,0.3,0.5l9.2,3.6c0.1,0.2,0.1,0.5,0.2,0.7L21,40.7c-0.6,0.6-0.6,1.5,0,2.1 c0.6,0.6,1.5,0.6,2.1,0l0.4-0.4c0.2,0.1,0.5,0.2,0.7,0.2l3.5,9c0.1,0.2,0.3,0.3,0.5,0.3c0.1,0,0.2-0.1,0.3-0.1 c0.1-0.1,0.1-0.2,0.1-0.3V40.9l11.7-11.7L47.7,48c0.2,0.6,0.9,1,1.6,0.9c0.3-0.1,0.5-0.2,0.7-0.4c0.3-0.3,0.4-0.6,0.4-1V19.1 l6.2-6.2C58.2,11.3,60.9,6,59.4,4.5z"/> </g> </svg>
Airplane in other icon packs
Copied!