plane icon
plane from Font Awesome 6 Solid by Dave Gandy · Regular · Maps · CC-BY-4.0 Attribution required.
- Name
- plane
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Maps
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
More maps icons from Font Awesome 6 Solid
Use the plane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64H365.7L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1h-56.2c-10.6 0-18.3-10.2-15.4-20.4l49-171.6H112l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4H14c-7.8 0-14-6.3-14-14c0-1.3.2-2.6.5-3.9L32 256L.5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14h42c5 0 9.8 2.4 12.8 6.4L112 192h102.9l-49-171.6c-3-10.2 4.7-20.4 15.3-20.4h56.2c11.5 0 22.1 6.2 27.8 16.1L365.7 192z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPlane(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64H365.7L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1h-56.2c-10.6 0-18.3-10.2-15.4-20.4l49-171.6H112l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4H14c-7.8 0-14-6.3-14-14c0-1.3.2-2.6.5-3.9L32 256L.5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14h42c5 0 9.8 2.4 12.8 6.4L112 192h102.9l-49-171.6c-3-10.2 4.7-20.4 15.3-20.4h56.2c11.5 0 22.1 6.2 27.8 16.1L365.7 192z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64H365.7L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1h-56.2c-10.6 0-18.3-10.2-15.4-20.4l49-171.6H112l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4H14c-7.8 0-14-6.3-14-14c0-1.3.2-2.6.5-3.9L32 256L.5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14h42c5 0 9.8 2.4 12.8 6.4L112 192h102.9l-49-171.6c-3-10.2 4.7-20.4 15.3-20.4h56.2c11.5 0 22.1 6.2 27.8 16.1L365.7 192z"/></svg> </template>
CSS
.icon-plane {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M482.3%20192c34.2%200%2093.7%2029%2093.7%2064c0%2036-59.5%2064-93.7%2064H365.7L265.2%20495.9c-5.7%2010-16.3%2016.1-27.8%2016.1h-56.2c-10.6%200-18.3-10.2-15.4-20.4l49-171.6H112l-43.2%2057.6c-3%204-7.8%206.4-12.8%206.4H14c-7.8%200-14-6.3-14-14c0-1.3.2-2.6.5-3.9L32%20256L.5%20145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8%206.3-14%2014-14h42c5%200%209.8%202.4%2012.8%206.4L112%20192h102.9l-49-171.6c-3-10.2%204.7-20.4%2015.3-20.4h56.2c11.5%200%2022.1%206.2%2027.8%2016.1L365.7%20192z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M482.3%20192c34.2%200%2093.7%2029%2093.7%2064c0%2036-59.5%2064-93.7%2064H365.7L265.2%20495.9c-5.7%2010-16.3%2016.1-27.8%2016.1h-56.2c-10.6%200-18.3-10.2-15.4-20.4l49-171.6H112l-43.2%2057.6c-3%204-7.8%206.4-12.8%206.4H14c-7.8%200-14-6.3-14-14c0-1.3.2-2.6.5-3.9L32%20256L.5%20145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8%206.3-14%2014-14h42c5%200%209.8%202.4%2012.8%206.4L112%20192h102.9l-49-171.6c-3-10.2%204.7-20.4%2015.3-20.4h56.2c11.5%200%2022.1%206.2%2027.8%2016.1L365.7%20192z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/plane.svg?color=%231a73e8&size=48