plane icon
plane-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- plane-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the plane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.868 2.504L16.58 9H20a3 3 0 0 1 0 6h-3.42l-3.712 6.496A1 1 0 0 1 12 22H9a1 1 0 0 1-.962-1.275L9.674 15h-2.26l-1.707 1.707A1 1 0 0 1 5 17H2a1 1 0 0 1-.894-1.447L2.882 12L1.106 8.447A1 1 0 0 1 2 7h3a1 1 0 0 1 .707.293L7.414 9h2.26L8.038 3.275A1 1 0 0 1 9 2h3a1 1 0 0 1 .868.504"/></svg>
React
import type { SVGProps } from "react";
export function TablerPlaneFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.868 2.504L16.58 9H20a3 3 0 0 1 0 6h-3.42l-3.712 6.496A1 1 0 0 1 12 22H9a1 1 0 0 1-.962-1.275L9.674 15h-2.26l-1.707 1.707A1 1 0 0 1 5 17H2a1 1 0 0 1-.894-1.447L2.882 12L1.106 8.447A1 1 0 0 1 2 7h3a1 1 0 0 1 .707.293L7.414 9h2.26L8.038 3.275A1 1 0 0 1 9 2h3a1 1 0 0 1 .868.504"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.868 2.504L16.58 9H20a3 3 0 0 1 0 6h-3.42l-3.712 6.496A1 1 0 0 1 12 22H9a1 1 0 0 1-.962-1.275L9.674 15h-2.26l-1.707 1.707A1 1 0 0 1 5 17H2a1 1 0 0 1-.894-1.447L2.882 12L1.106 8.447A1 1 0 0 1 2 7h3a1 1 0 0 1 .707.293L7.414 9h2.26L8.038 3.275A1 1 0 0 1 9 2h3a1 1 0 0 1 .868.504"/></svg> </template>
CSS
.icon-plane-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.868%202.504L16.58%209H20a3%203%200%200%201%200%206h-3.42l-3.712%206.496A1%201%200%200%201%2012%2022H9a1%201%200%200%201-.962-1.275L9.674%2015h-2.26l-1.707%201.707A1%201%200%200%201%205%2017H2a1%201%200%200%201-.894-1.447L2.882%2012L1.106%208.447A1%201%200%200%201%202%207h3a1%201%200%200%201%20.707.293L7.414%209h2.26L8.038%203.275A1%201%200%200%201%209%202h3a1%201%200%200%201%20.868.504%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.868%202.504L16.58%209H20a3%203%200%200%201%200%206h-3.42l-3.712%206.496A1%201%200%200%201%2012%2022H9a1%201%200%200%201-.962-1.275L9.674%2015h-2.26l-1.707%201.707A1%201%200%200%201%205%2017H2a1%201%200%200%201-.894-1.447L2.882%2012L1.106%208.447A1%201%200%200%201%202%207h3a1%201%200%200%201%20.707.293L7.414%209h2.26L8.038%203.275A1%201%200%200%201%209%202h3a1%201%200%200%201%20.868.504%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/plane-filled.svg?color=%231a73e8&size=48