plane icon
plane from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- plane
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the plane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.37 14.75L20 10V6a4 4 0 0 0-8 0v4l-9.37 4.75a1 1 0 0 0-.63.93v5a1 1 0 0 0 1 1a1 1 0 0 0 .29-.05L12 18v5l-3.45 1.72a1 1 0 0 0-.55.9V29a1 1 0 0 0 1 1a.9.9 0 0 0 .28 0L16 28l6.72 2a.9.9 0 0 0 .28 0a1 1 0 0 0 1-1v-3.38a1 1 0 0 0-.55-.9L20 23v-5l8.71 3.61a1 1 0 0 0 .29.05a1 1 0 0 0 1-1v-5a1 1 0 0 0-.63-.91M28 19.15L18 15v9.24l4 2v1.43l-6-1.75l-6 1.75v-1.43l4-2V15L4 19.15V16.3l10-5.07V6a2 2 0 0 1 4 0v5.23l10 5.07Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPlane(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.37 14.75L20 10V6a4 4 0 0 0-8 0v4l-9.37 4.75a1 1 0 0 0-.63.93v5a1 1 0 0 0 1 1a1 1 0 0 0 .29-.05L12 18v5l-3.45 1.72a1 1 0 0 0-.55.9V29a1 1 0 0 0 1 1a.9.9 0 0 0 .28 0L16 28l6.72 2a.9.9 0 0 0 .28 0a1 1 0 0 0 1-1v-3.38a1 1 0 0 0-.55-.9L20 23v-5l8.71 3.61a1 1 0 0 0 .29.05a1 1 0 0 0 1-1v-5a1 1 0 0 0-.63-.91M28 19.15L18 15v9.24l4 2v1.43l-6-1.75l-6 1.75v-1.43l4-2V15L4 19.15V16.3l10-5.07V6a2 2 0 0 1 4 0v5.23l10 5.07Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.37 14.75L20 10V6a4 4 0 0 0-8 0v4l-9.37 4.75a1 1 0 0 0-.63.93v5a1 1 0 0 0 1 1a1 1 0 0 0 .29-.05L12 18v5l-3.45 1.72a1 1 0 0 0-.55.9V29a1 1 0 0 0 1 1a.9.9 0 0 0 .28 0L16 28l6.72 2a.9.9 0 0 0 .28 0a1 1 0 0 0 1-1v-3.38a1 1 0 0 0-.55-.9L20 23v-5l8.71 3.61a1 1 0 0 0 .29.05a1 1 0 0 0 1-1v-5a1 1 0 0 0-.63-.91M28 19.15L18 15v9.24l4 2v1.43l-6-1.75l-6 1.75v-1.43l4-2V15L4 19.15V16.3l10-5.07V6a2 2 0 0 1 4 0v5.23l10 5.07Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.37%2014.75L20%2010V6a4%204%200%200%200-8%200v4l-9.37%204.75a1%201%200%200%200-.63.93v5a1%201%200%200%200%201%201a1%201%200%200%200%20.29-.05L12%2018v5l-3.45%201.72a1%201%200%200%200-.55.9V29a1%201%200%200%200%201%201a.9.9%200%200%200%20.28%200L16%2028l6.72%202a.9.9%200%200%200%20.28%200a1%201%200%200%200%201-1v-3.38a1%201%200%200%200-.55-.9L20%2023v-5l8.71%203.61a1%201%200%200%200%20.29.05a1%201%200%200%200%201-1v-5a1%201%200%200%200-.63-.91M28%2019.15L18%2015v9.24l4%202v1.43l-6-1.75l-6%201.75v-1.43l4-2V15L4%2019.15V16.3l10-5.07V6a2%202%200%200%201%204%200v5.23l10%205.07Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.37%2014.75L20%2010V6a4%204%200%200%200-8%200v4l-9.37%204.75a1%201%200%200%200-.63.93v5a1%201%200%200%200%201%201a1%201%200%200%200%20.29-.05L12%2018v5l-3.45%201.72a1%201%200%200%200-.55.9V29a1%201%200%200%200%201%201a.9.9%200%200%200%20.28%200L16%2028l6.72%202a.9.9%200%200%200%20.28%200a1%201%200%200%200%201-1v-3.38a1%201%200%200%200-.55-.9L20%2023v-5l8.71%203.61a1%201%200%200%200%20.29.05a1%201%200%200%200%201-1v-5a1%201%200%200%200-.63-.91M28%2019.15L18%2015v9.24l4%202v1.43l-6-1.75l-6%201.75v-1.43l4-2V15L4%2019.15V16.3l10-5.07V6a2%202%200%200%201%204%200v5.23l10%205.07Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/plane.svg?color=%231a73e8&size=48