fast wind icon
fast-wind from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- fast-wind
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the fast wind 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-width="1.5"><path d="M2 5.941c3.5 3.432 8.576 1.961 9.732 0c.17-.288.268-.623.268-.98C12 3.878 11.105 3 10 3s-2 .878-2 1.961m9 3.967C17 7.311 18.12 6 19.5 6S22 7.311 22 8.928a3.23 3.23 0 0 1-.585 1.883C19.346 14.191 9.276 12.916 4 11.856m9.085 8.031c.206.649.762 1.113 1.415 1.113c.828 0 1.5-.747 1.5-1.669c0-.313-.078-.607-.213-.857C14.5 15.992 8 14.324 2 18.774"/><path stroke-linejoin="round" d="M19 15.5h2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFastWind(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" strokeWidth="1.5"><path d="M2 5.941c3.5 3.432 8.576 1.961 9.732 0c.17-.288.268-.623.268-.98C12 3.878 11.105 3 10 3s-2 .878-2 1.961m9 3.967C17 7.311 18.12 6 19.5 6S22 7.311 22 8.928a3.23 3.23 0 0 1-.585 1.883C19.346 14.191 9.276 12.916 4 11.856m9.085 8.031c.206.649.762 1.113 1.415 1.113c.828 0 1.5-.747 1.5-1.669c0-.313-.078-.607-.213-.857C14.5 15.992 8 14.324 2 18.774"/><path strokeLinejoin="round" d="M19 15.5h2"/></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-width="1.5"><path d="M2 5.941c3.5 3.432 8.576 1.961 9.732 0c.17-.288.268-.623.268-.98C12 3.878 11.105 3 10 3s-2 .878-2 1.961m9 3.967C17 7.311 18.12 6 19.5 6S22 7.311 22 8.928a3.23 3.23 0 0 1-.585 1.883C19.346 14.191 9.276 12.916 4 11.856m9.085 8.031c.206.649.762 1.113 1.415 1.113c.828 0 1.5-.747 1.5-1.669c0-.313-.078-.607-.213-.857C14.5 15.992 8 14.324 2 18.774"/><path stroke-linejoin="round" d="M19 15.5h2"/></g></svg> </template>
CSS
.icon-fast-wind {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%205.941c3.5%203.432%208.576%201.961%209.732%200c.17-.288.268-.623.268-.98C12%203.878%2011.105%203%2010%203s-2%20.878-2%201.961m9%203.967C17%207.311%2018.12%206%2019.5%206S22%207.311%2022%208.928a3.23%203.23%200%200%201-.585%201.883C19.346%2014.191%209.276%2012.916%204%2011.856m9.085%208.031c.206.649.762%201.113%201.415%201.113c.828%200%201.5-.747%201.5-1.669c0-.313-.078-.607-.213-.857C14.5%2015.992%208%2014.324%202%2018.774%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2015.5h2%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%205.941c3.5%203.432%208.576%201.961%209.732%200c.17-.288.268-.623.268-.98C12%203.878%2011.105%203%2010%203s-2%20.878-2%201.961m9%203.967C17%207.311%2018.12%206%2019.5%206S22%207.311%2022%208.928a3.23%203.23%200%200%201-.585%201.883C19.346%2014.191%209.276%2012.916%204%2011.856m9.085%208.031c.206.649.762%201.113%201.415%201.113c.828%200%201.5-.747%201.5-1.669c0-.313-.078-.607-.213-.857C14.5%2015.992%208%2014.324%202%2018.774%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2015.5h2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/fast-wind.svg?color=%231a73e8&size=48