airplane helix 45deg icon
airplane-helix-45deg from Iconoir by Luca Burgio · Regular · Transport · MIT Free for personal and commercial use.
- Name
- airplane-helix-45deg
- Set
- Iconoir
- Style
- Regular
- Category
- Transport
- Viewbox
- 24×24
- License
- MIT
More transport icons from Iconoir
Use the airplane helix 45deg icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" stroke-width="1.5"><path d="M14.12 14.121A3 3 0 1 0 9.879 9.88a3 3 0 0 0 4.243 4.242"/><path d="M9.879 9.879s-2.803.009-4.243-1.415c-1.409-1.41-2.864-2.793-1.414-4.242c1.378-1.377 2.81-.015 4.242 1.414C9.87 7.037 9.88 9.879 9.88 9.879m4.241 0s-.009-2.803 1.415-4.243c1.41-1.409 2.793-2.864 4.242-1.414c1.377 1.378.015 2.81-1.414 4.242c-1.402 1.406-4.243 1.415-4.243 1.415m-4.242 4.242s.009 2.803-1.415 4.243c-1.41 1.409-2.793 2.864-4.242 1.414c-1.377-1.378-.015-2.81 1.414-4.242c1.401-1.406 4.243-1.415 4.243-1.415m4.242 0s2.803-.009 4.243 1.415c1.409 1.41 2.864 2.793 1.414 4.242c-1.378 1.377-2.81.015-4.242-1.414c-1.406-1.402-1.415-4.243-1.415-4.243" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirAirplaneHelix45deg(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="1.5" strokeWidth="1.5"><path d="M14.12 14.121A3 3 0 1 0 9.879 9.88a3 3 0 0 0 4.243 4.242"/><path d="M9.879 9.879s-2.803.009-4.243-1.415c-1.409-1.41-2.864-2.793-1.414-4.242c1.378-1.377 2.81-.015 4.242 1.414C9.87 7.037 9.88 9.879 9.88 9.879m4.241 0s-.009-2.803 1.415-4.243c1.41-1.409 2.793-2.864 4.242-1.414c1.377 1.378.015 2.81-1.414 4.242c-1.402 1.406-4.243 1.415-4.243 1.415m-4.242 4.242s.009 2.803-1.415 4.243c-1.41 1.409-2.793 2.864-4.242 1.414c-1.377-1.378-.015-2.81 1.414-4.242c1.401-1.406 4.243-1.415 4.243-1.415m4.242 0s2.803-.009 4.243 1.415c1.409 1.41 2.864 2.793 1.414 4.242c-1.378 1.377-2.81.015-4.242-1.414c-1.406-1.402-1.415-4.243-1.415-4.243" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" stroke-width="1.5"><path d="M14.12 14.121A3 3 0 1 0 9.879 9.88a3 3 0 0 0 4.243 4.242"/><path d="M9.879 9.879s-2.803.009-4.243-1.415c-1.409-1.41-2.864-2.793-1.414-4.242c1.378-1.377 2.81-.015 4.242 1.414C9.87 7.037 9.88 9.879 9.88 9.879m4.241 0s-.009-2.803 1.415-4.243c1.41-1.409 2.793-2.864 4.242-1.414c1.377 1.378.015 2.81-1.414 4.242c-1.402 1.406-4.243 1.415-4.243 1.415m-4.242 4.242s.009 2.803-1.415 4.243c-1.41 1.409-2.793 2.864-4.242 1.414c-1.377-1.378-.015-2.81 1.414-4.242c1.401-1.406 4.243-1.415 4.243-1.415m4.242 0s2.803-.009 4.243 1.415c1.409 1.41 2.864 2.793 1.414 4.242c-1.378 1.377-2.81.015-4.242-1.414c-1.406-1.402-1.415-4.243-1.415-4.243" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-airplane-helix-45deg {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.12%2014.121A3%203%200%201%200%209.879%209.88a3%203%200%200%200%204.243%204.242%22%2F%3E%3Cpath%20d%3D%22M9.879%209.879s-2.803.009-4.243-1.415c-1.409-1.41-2.864-2.793-1.414-4.242c1.378-1.377%202.81-.015%204.242%201.414C9.87%207.037%209.88%209.879%209.88%209.879m4.241%200s-.009-2.803%201.415-4.243c1.41-1.409%202.793-2.864%204.242-1.414c1.377%201.378.015%202.81-1.414%204.242c-1.402%201.406-4.243%201.415-4.243%201.415m-4.242%204.242s.009%202.803-1.415%204.243c-1.41%201.409-2.793%202.864-4.242%201.414c-1.377-1.378-.015-2.81%201.414-4.242c1.401-1.406%204.243-1.415%204.243-1.415m4.242%200s2.803-.009%204.243%201.415c1.409%201.41%202.864%202.793%201.414%204.242c-1.378%201.377-2.81.015-4.242-1.414c-1.406-1.402-1.415-4.243-1.415-4.243%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.12%2014.121A3%203%200%201%200%209.879%209.88a3%203%200%200%200%204.243%204.242%22%2F%3E%3Cpath%20d%3D%22M9.879%209.879s-2.803.009-4.243-1.415c-1.409-1.41-2.864-2.793-1.414-4.242c1.378-1.377%202.81-.015%204.242%201.414C9.87%207.037%209.88%209.879%209.88%209.879m4.241%200s-.009-2.803%201.415-4.243c1.41-1.409%202.793-2.864%204.242-1.414c1.377%201.378.015%202.81-1.414%204.242c-1.402%201.406-4.243%201.415-4.243%201.415m-4.242%204.242s.009%202.803-1.415%204.243c-1.41%201.409-2.793%202.864-4.242%201.414c-1.377-1.378-.015-2.81%201.414-4.242c1.401-1.406%204.243-1.415%204.243-1.415m4.242%200s2.803-.009%204.243%201.415c1.409%201.41%202.864%202.793%201.414%204.242c-1.378%201.377-2.81.015-4.242-1.414c-1.406-1.402-1.415-4.243-1.415-4.243%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/airplane-helix-45deg.svg?color=%231a73e8&size=48