plane private icon
plane-private from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- plane-private
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
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 private icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m28.585 14.585l-3.12-1.872A5 5 0 0 0 22.891 12H7.781L7.16 9.515A2 2 0 0 0 5.22 8H4a2 2 0 0 0-2 2v7a3.003 3.003 0 0 0 3 3h7v6a2 2 0 0 0 2 2h1.307a2.01 2.01 0 0 0 1.873-1.298L19.693 20h7.392a2.915 2.915 0 0 0 1.5-5.415M27.085 18h-8.778l-3 8H14v-8H5a1 1 0 0 1-1-1v-7h1.22l1 4H10v2h2v-2h3v2h2v-2h3v2h2v-2h.892a3 3 0 0 1 1.543.428l3.12 1.872a.915.915 0 0 1-.47 1.7"/><path fill="currentColor" d="M14 4h1.323l2.4 6h2.154L17.18 3.257A1.99 1.99 0 0 0 15.323 2H14a2 2 0 0 0-2 2v6h2Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPlanePrivate(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="m28.585 14.585l-3.12-1.872A5 5 0 0 0 22.891 12H7.781L7.16 9.515A2 2 0 0 0 5.22 8H4a2 2 0 0 0-2 2v7a3.003 3.003 0 0 0 3 3h7v6a2 2 0 0 0 2 2h1.307a2.01 2.01 0 0 0 1.873-1.298L19.693 20h7.392a2.915 2.915 0 0 0 1.5-5.415M27.085 18h-8.778l-3 8H14v-8H5a1 1 0 0 1-1-1v-7h1.22l1 4H10v2h2v-2h3v2h2v-2h3v2h2v-2h.892a3 3 0 0 1 1.543.428l3.12 1.872a.915.915 0 0 1-.47 1.7"/><path fill="currentColor" d="M14 4h1.323l2.4 6h2.154L17.18 3.257A1.99 1.99 0 0 0 15.323 2H14a2 2 0 0 0-2 2v6h2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m28.585 14.585l-3.12-1.872A5 5 0 0 0 22.891 12H7.781L7.16 9.515A2 2 0 0 0 5.22 8H4a2 2 0 0 0-2 2v7a3.003 3.003 0 0 0 3 3h7v6a2 2 0 0 0 2 2h1.307a2.01 2.01 0 0 0 1.873-1.298L19.693 20h7.392a2.915 2.915 0 0 0 1.5-5.415M27.085 18h-8.778l-3 8H14v-8H5a1 1 0 0 1-1-1v-7h1.22l1 4H10v2h2v-2h3v2h2v-2h3v2h2v-2h.892a3 3 0 0 1 1.543.428l3.12 1.872a.915.915 0 0 1-.47 1.7"/><path fill="currentColor" d="M14 4h1.323l2.4 6h2.154L17.18 3.257A1.99 1.99 0 0 0 15.323 2H14a2 2 0 0 0-2 2v6h2Z"/></svg> </template>
CSS
.icon-plane-private {
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%22m28.585%2014.585l-3.12-1.872A5%205%200%200%200%2022.891%2012H7.781L7.16%209.515A2%202%200%200%200%205.22%208H4a2%202%200%200%200-2%202v7a3.003%203.003%200%200%200%203%203h7v6a2%202%200%200%200%202%202h1.307a2.01%202.01%200%200%200%201.873-1.298L19.693%2020h7.392a2.915%202.915%200%200%200%201.5-5.415M27.085%2018h-8.778l-3%208H14v-8H5a1%201%200%200%201-1-1v-7h1.22l1%204H10v2h2v-2h3v2h2v-2h3v2h2v-2h.892a3%203%200%200%201%201.543.428l3.12%201.872a.915.915%200%200%201-.47%201.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204h1.323l2.4%206h2.154L17.18%203.257A1.99%201.99%200%200%200%2015.323%202H14a2%202%200%200%200-2%202v6h2Z%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%22m28.585%2014.585l-3.12-1.872A5%205%200%200%200%2022.891%2012H7.781L7.16%209.515A2%202%200%200%200%205.22%208H4a2%202%200%200%200-2%202v7a3.003%203.003%200%200%200%203%203h7v6a2%202%200%200%200%202%202h1.307a2.01%202.01%200%200%200%201.873-1.298L19.693%2020h7.392a2.915%202.915%200%200%200%201.5-5.415M27.085%2018h-8.778l-3%208H14v-8H5a1%201%200%200%201-1-1v-7h1.22l1%204H10v2h2v-2h3v2h2v-2h3v2h2v-2h.892a3%203%200%200%201%201.543.428l3.12%201.872a.915.915%200%200%201-.47%201.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204h1.323l2.4%206h2.154L17.18%203.257A1.99%201.99%200%200%200%2015.323%202H14a2%202%200%200%200-2%202v6h2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/plane-private.svg?color=%231a73e8&size=48