airplane helix icon
airplane-helix from Iconoir by Luca Burgio · Regular · Transport · MIT Free for personal and commercial use.
- Name
- airplane-helix
- Set
- Iconoir
- Style
- Regular
- Category
- Transport
- Viewbox
- 24×24
- License
- MIT
More transport icons from Iconoir
Use the airplane helix 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="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M12 9s-1.988-1.975-2-4c.001-1.993-.05-4.001 2-4c1.948.001 1.997 1.976 2 4c.003 1.985-2 4-2 4m3 3s1.975-1.988 4-2c1.993.001 4.001-.05 4 2c-.001 1.948-1.976 1.997-4 2c-1.985.003-4-2-4-2m-6 0s-1.975 1.988-4 2c-1.993-.001-4.001.05-4-2c.001-1.948 1.976-1.997 4-2c1.985-.003 4 2 4 2m3 3s1.988 1.975 2 4c-.001 1.993.05 4.001-2 4c-1.948-.001-1.997-1.976-2-4c-.003-1.985 2-4 2-4" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirAirplaneHelix(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="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M12 9s-1.988-1.975-2-4c.001-1.993-.05-4.001 2-4c1.948.001 1.997 1.976 2 4c.003 1.985-2 4-2 4m3 3s1.975-1.988 4-2c1.993.001 4.001-.05 4 2c-.001 1.948-1.976 1.997-4 2c-1.985.003-4-2-4-2m-6 0s-1.975 1.988-4 2c-1.993-.001-4.001.05-4-2c.001-1.948 1.976-1.997 4-2c1.985-.003 4 2 4 2m3 3s1.988 1.975 2 4c-.001 1.993.05 4.001-2 4c-1.948-.001-1.997-1.976-2-4c-.003-1.985 2-4 2-4" 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="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M12 9s-1.988-1.975-2-4c.001-1.993-.05-4.001 2-4c1.948.001 1.997 1.976 2 4c.003 1.985-2 4-2 4m3 3s1.975-1.988 4-2c1.993.001 4.001-.05 4 2c-.001 1.948-1.976 1.997-4 2c-1.985.003-4-2-4-2m-6 0s-1.975 1.988-4 2c-1.993-.001-4.001.05-4-2c.001-1.948 1.976-1.997 4-2c1.985-.003 4 2 4 2m3 3s1.988 1.975 2 4c-.001 1.993.05 4.001-2 4c-1.948-.001-1.997-1.976-2-4c-.003-1.985 2-4 2-4" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-airplane-helix {
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%22M12%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M12%209s-1.988-1.975-2-4c.001-1.993-.05-4.001%202-4c1.948.001%201.997%201.976%202%204c.003%201.985-2%204-2%204m3%203s1.975-1.988%204-2c1.993.001%204.001-.05%204%202c-.001%201.948-1.976%201.997-4%202c-1.985.003-4-2-4-2m-6%200s-1.975%201.988-4%202c-1.993-.001-4.001.05-4-2c.001-1.948%201.976-1.997%204-2c1.985-.003%204%202%204%202m3%203s1.988%201.975%202%204c-.001%201.993.05%204.001-2%204c-1.948-.001-1.997-1.976-2-4c-.003-1.985%202-4%202-4%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%22M12%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M12%209s-1.988-1.975-2-4c.001-1.993-.05-4.001%202-4c1.948.001%201.997%201.976%202%204c.003%201.985-2%204-2%204m3%203s1.975-1.988%204-2c1.993.001%204.001-.05%204%202c-.001%201.948-1.976%201.997-4%202c-1.985.003-4-2-4-2m-6%200s-1.975%201.988-4%202c-1.993-.001-4.001.05-4-2c.001-1.948%201.976-1.997%204-2c1.985-.003%204%202%204%202m3%203s1.988%201.975%202%204c-.001%201.993.05%204.001-2%204c-1.948-.001-1.997-1.976-2-4c-.003-1.985%202-4%202-4%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.svg?color=%231a73e8&size=48