plane icon
plane from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- plane
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
Use the plane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="m10.725 9.094l-5.509 5.51l-1.87-.777l-.167.169l2.38 1.587l1.588 2.38l.168-.168l-.776-1.87l5.509-5.508l4.328 6.252l.21-.208l-2.887-7.696l4.4-4.398a.935.935 0 0 0-1.323-1.323l-4.4 4.399l-7.694-2.886l-.21.209zm5.39 10.483l-4.33-6.253l-3.04 3.04l.777 1.87l-2.666 2.665l-2.645-3.967l-3.968-2.646l2.666-2.666l1.869.776l3.04-3.04l-6.253-4.328l2.646-2.645l7.695 2.885l3.547-3.547a2.806 2.806 0 1 1 3.968 3.968l-3.547 3.547l2.886 7.696l-2.646 2.645z"/></svg>
React
import type { SVGProps } from "react";
export function JamPlane(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="m10.725 9.094l-5.509 5.51l-1.87-.777l-.167.169l2.38 1.587l1.588 2.38l.168-.168l-.776-1.87l5.509-5.508l4.328 6.252l.21-.208l-2.887-7.696l4.4-4.398a.935.935 0 0 0-1.323-1.323l-4.4 4.399l-7.694-2.886l-.21.209zm5.39 10.483l-4.33-6.253l-3.04 3.04l.777 1.87l-2.666 2.665l-2.645-3.967l-3.968-2.646l2.666-2.666l1.869.776l3.04-3.04l-6.253-4.328l2.646-2.645l7.695 2.885l3.547-3.547a2.806 2.806 0 1 1 3.968 3.968l-3.547 3.547l2.886 7.696l-2.646 2.645z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="m10.725 9.094l-5.509 5.51l-1.87-.777l-.167.169l2.38 1.587l1.588 2.38l.168-.168l-.776-1.87l5.509-5.508l4.328 6.252l.21-.208l-2.887-7.696l4.4-4.398a.935.935 0 0 0-1.323-1.323l-4.4 4.399l-7.694-2.886l-.21.209zm5.39 10.483l-4.33-6.253l-3.04 3.04l.777 1.87l-2.666 2.665l-2.645-3.967l-3.968-2.646l2.666-2.666l1.869.776l3.04-3.04l-6.253-4.328l2.646-2.645l7.695 2.885l3.547-3.547a2.806 2.806 0 1 1 3.968 3.968l-3.547 3.547l2.886 7.696l-2.646 2.645z"/></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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.725%209.094l-5.509%205.51l-1.87-.777l-.167.169l2.38%201.587l1.588%202.38l.168-.168l-.776-1.87l5.509-5.508l4.328%206.252l.21-.208l-2.887-7.696l4.4-4.398a.935.935%200%200%200-1.323-1.323l-4.4%204.399l-7.694-2.886l-.21.209zm5.39%2010.483l-4.33-6.253l-3.04%203.04l.777%201.87l-2.666%202.665l-2.645-3.967l-3.968-2.646l2.666-2.666l1.869.776l3.04-3.04l-6.253-4.328l2.646-2.645l7.695%202.885l3.547-3.547a2.806%202.806%200%201%201%203.968%203.968l-3.547%203.547l2.886%207.696l-2.646%202.645z%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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.725%209.094l-5.509%205.51l-1.87-.777l-.167.169l2.38%201.587l1.588%202.38l.168-.168l-.776-1.87l5.509-5.508l4.328%206.252l.21-.208l-2.887-7.696l4.4-4.398a.935.935%200%200%200-1.323-1.323l-4.4%204.399l-7.694-2.886l-.21.209zm5.39%2010.483l-4.33-6.253l-3.04%203.04l.777%201.87l-2.666%202.665l-2.645-3.967l-3.968-2.646l2.666-2.666l1.869.776l3.04-3.04l-6.253-4.328l2.646-2.645l7.695%202.885l3.547-3.547a2.806%202.806%200%201%201%203.968%203.968l-3.547%203.547l2.886%207.696l-2.646%202.645z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/plane.svg?color=%231a73e8&size=48