plane icon
plane from Font Awesome Solid by Dave Gandy · Solid · Maps · CC-BY-4.0 Attribution required.
- Name
- plane
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Maps
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More maps icons from Font Awesome Solid
Use the plane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M552 264c30.9 0 56 25.1 56 56s-25.1 56-56 56H424.7L265.5 549.6c-6.1 6.6-14.6 10.4-23.6 10.4h-43.7c-10.9 0-18.6-10.7-15.2-21.1L237.3 376h-99.7l-52.8 66c-3 3.8-7.6 6-12.5 6H52.5c-10.4 0-18-9.8-15.5-19.9L64 320L37 211.9c-2.6-10.1 5.1-19.9 15.5-19.9h19.8c4.9 0 9.5 2.2 12.5 6l52.8 66h99.7L183 101.1c-3.4-10.4 4.3-21.1 15.2-21.1h43.7c9 0 17.5 3.8 23.6 10.4L424.7 264z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPlane(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M552 264c30.9 0 56 25.1 56 56s-25.1 56-56 56H424.7L265.5 549.6c-6.1 6.6-14.6 10.4-23.6 10.4h-43.7c-10.9 0-18.6-10.7-15.2-21.1L237.3 376h-99.7l-52.8 66c-3 3.8-7.6 6-12.5 6H52.5c-10.4 0-18-9.8-15.5-19.9L64 320L37 211.9c-2.6-10.1 5.1-19.9 15.5-19.9h19.8c4.9 0 9.5 2.2 12.5 6l52.8 66h99.7L183 101.1c-3.4-10.4 4.3-21.1 15.2-21.1h43.7c9 0 17.5 3.8 23.6 10.4L424.7 264z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M552 264c30.9 0 56 25.1 56 56s-25.1 56-56 56H424.7L265.5 549.6c-6.1 6.6-14.6 10.4-23.6 10.4h-43.7c-10.9 0-18.6-10.7-15.2-21.1L237.3 376h-99.7l-52.8 66c-3 3.8-7.6 6-12.5 6H52.5c-10.4 0-18-9.8-15.5-19.9L64 320L37 211.9c-2.6-10.1 5.1-19.9 15.5-19.9h19.8c4.9 0 9.5 2.2 12.5 6l52.8 66h99.7L183 101.1c-3.4-10.4 4.3-21.1 15.2-21.1h43.7c9 0 17.5 3.8 23.6 10.4L424.7 264z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M552%20264c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056H424.7L265.5%20549.6c-6.1%206.6-14.6%2010.4-23.6%2010.4h-43.7c-10.9%200-18.6-10.7-15.2-21.1L237.3%20376h-99.7l-52.8%2066c-3%203.8-7.6%206-12.5%206H52.5c-10.4%200-18-9.8-15.5-19.9L64%20320L37%20211.9c-2.6-10.1%205.1-19.9%2015.5-19.9h19.8c4.9%200%209.5%202.2%2012.5%206l52.8%2066h99.7L183%20101.1c-3.4-10.4%204.3-21.1%2015.2-21.1h43.7c9%200%2017.5%203.8%2023.6%2010.4L424.7%20264z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M552%20264c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056H424.7L265.5%20549.6c-6.1%206.6-14.6%2010.4-23.6%2010.4h-43.7c-10.9%200-18.6-10.7-15.2-21.1L237.3%20376h-99.7l-52.8%2066c-3%203.8-7.6%206-12.5%206H52.5c-10.4%200-18-9.8-15.5-19.9L64%20320L37%20211.9c-2.6-10.1%205.1-19.9%2015.5-19.9h19.8c4.9%200%209.5%202.2%2012.5%206l52.8%2066h99.7L183%20101.1c-3.4-10.4%204.3-21.1%2015.2-21.1h43.7c9%200%2017.5%203.8%2023.6%2010.4L424.7%20264z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/plane.svg?color=%231a73e8&size=48