fan 01 icon
fan-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- fan-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the fan 01 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-linejoin="round" stroke-width="1.5"><path d="M9.263 12.246c-2.07-.191-4.623-.123-6.027.688l-.148.086c-.46.265-.8.703-.83 1.233c-.043.795.05 2.073.813 3.395c1.354 2.345 3.704 3.423 4.699 3.791c.296.11.62.066.893-.091c.503-.29.717-.902.584-1.468c-.37-1.58-.454-3.85.732-5.615a2.5 2.5 0 0 1-.716-2.02Zm4.898.918a2.5 2.5 0 0 1-1.29 1.572c.868 1.904 2.219 4.123 3.64 4.943l.148.086c.46.265 1.01.34 1.483.1a6.13 6.13 0 0 0 2.534-2.4c1.354-2.345 1.113-4.92.934-5.965a1.05 1.05 0 0 0-.526-.727c-.503-.291-1.139-.17-1.563.227c-1.208 1.134-3.187 2.368-5.36 2.164Zm-2.989-3.096a2.5 2.5 0 0 1 2.16.497C14.532 8.867 15.75 6.622 15.75 5v-.17c0-.53-.21-1.044-.654-1.334A6.13 6.13 0 0 0 11.75 2.5c-2.708 0-4.817 1.497-5.633 2.174a1.05 1.05 0 0 0-.367.82c0 .58.422 1.07.979 1.239c1.525.46 3.486 1.492 4.443 3.335Z"/><path d="M14.25 12.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFan01(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.263 12.246c-2.07-.191-4.623-.123-6.027.688l-.148.086c-.46.265-.8.703-.83 1.233c-.043.795.05 2.073.813 3.395c1.354 2.345 3.704 3.423 4.699 3.791c.296.11.62.066.893-.091c.503-.29.717-.902.584-1.468c-.37-1.58-.454-3.85.732-5.615a2.5 2.5 0 0 1-.716-2.02Zm4.898.918a2.5 2.5 0 0 1-1.29 1.572c.868 1.904 2.219 4.123 3.64 4.943l.148.086c.46.265 1.01.34 1.483.1a6.13 6.13 0 0 0 2.534-2.4c1.354-2.345 1.113-4.92.934-5.965a1.05 1.05 0 0 0-.526-.727c-.503-.291-1.139-.17-1.563.227c-1.208 1.134-3.187 2.368-5.36 2.164Zm-2.989-3.096a2.5 2.5 0 0 1 2.16.497C14.532 8.867 15.75 6.622 15.75 5v-.17c0-.53-.21-1.044-.654-1.334A6.13 6.13 0 0 0 11.75 2.5c-2.708 0-4.817 1.497-5.633 2.174a1.05 1.05 0 0 0-.367.82c0 .58.422 1.07.979 1.239c1.525.46 3.486 1.492 4.443 3.335Z"/><path d="M14.25 12.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/></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-linejoin="round" stroke-width="1.5"><path d="M9.263 12.246c-2.07-.191-4.623-.123-6.027.688l-.148.086c-.46.265-.8.703-.83 1.233c-.043.795.05 2.073.813 3.395c1.354 2.345 3.704 3.423 4.699 3.791c.296.11.62.066.893-.091c.503-.29.717-.902.584-1.468c-.37-1.58-.454-3.85.732-5.615a2.5 2.5 0 0 1-.716-2.02Zm4.898.918a2.5 2.5 0 0 1-1.29 1.572c.868 1.904 2.219 4.123 3.64 4.943l.148.086c.46.265 1.01.34 1.483.1a6.13 6.13 0 0 0 2.534-2.4c1.354-2.345 1.113-4.92.934-5.965a1.05 1.05 0 0 0-.526-.727c-.503-.291-1.139-.17-1.563.227c-1.208 1.134-3.187 2.368-5.36 2.164Zm-2.989-3.096a2.5 2.5 0 0 1 2.16.497C14.532 8.867 15.75 6.622 15.75 5v-.17c0-.53-.21-1.044-.654-1.334A6.13 6.13 0 0 0 11.75 2.5c-2.708 0-4.817 1.497-5.633 2.174a1.05 1.05 0 0 0-.367.82c0 .58.422 1.07.979 1.239c1.525.46 3.486 1.492 4.443 3.335Z"/><path d="M14.25 12.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/></g></svg> </template>
CSS
.icon-fan-01 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.263%2012.246c-2.07-.191-4.623-.123-6.027.688l-.148.086c-.46.265-.8.703-.83%201.233c-.043.795.05%202.073.813%203.395c1.354%202.345%203.704%203.423%204.699%203.791c.296.11.62.066.893-.091c.503-.29.717-.902.584-1.468c-.37-1.58-.454-3.85.732-5.615a2.5%202.5%200%200%201-.716-2.02Zm4.898.918a2.5%202.5%200%200%201-1.29%201.572c.868%201.904%202.219%204.123%203.64%204.943l.148.086c.46.265%201.01.34%201.483.1a6.13%206.13%200%200%200%202.534-2.4c1.354-2.345%201.113-4.92.934-5.965a1.05%201.05%200%200%200-.526-.727c-.503-.291-1.139-.17-1.563.227c-1.208%201.134-3.187%202.368-5.36%202.164Zm-2.989-3.096a2.5%202.5%200%200%201%202.16.497C14.532%208.867%2015.75%206.622%2015.75%205v-.17c0-.53-.21-1.044-.654-1.334A6.13%206.13%200%200%200%2011.75%202.5c-2.708%200-4.817%201.497-5.633%202.174a1.05%201.05%200%200%200-.367.82c0%20.58.422%201.07.979%201.239c1.525.46%203.486%201.492%204.443%203.335Z%22%2F%3E%3Cpath%20d%3D%22M14.25%2012.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200Z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.263%2012.246c-2.07-.191-4.623-.123-6.027.688l-.148.086c-.46.265-.8.703-.83%201.233c-.043.795.05%202.073.813%203.395c1.354%202.345%203.704%203.423%204.699%203.791c.296.11.62.066.893-.091c.503-.29.717-.902.584-1.468c-.37-1.58-.454-3.85.732-5.615a2.5%202.5%200%200%201-.716-2.02Zm4.898.918a2.5%202.5%200%200%201-1.29%201.572c.868%201.904%202.219%204.123%203.64%204.943l.148.086c.46.265%201.01.34%201.483.1a6.13%206.13%200%200%200%202.534-2.4c1.354-2.345%201.113-4.92.934-5.965a1.05%201.05%200%200%200-.526-.727c-.503-.291-1.139-.17-1.563.227c-1.208%201.134-3.187%202.368-5.36%202.164Zm-2.989-3.096a2.5%202.5%200%200%201%202.16.497C14.532%208.867%2015.75%206.622%2015.75%205v-.17c0-.53-.21-1.044-.654-1.334A6.13%206.13%200%200%200%2011.75%202.5c-2.708%200-4.817%201.497-5.633%202.174a1.05%201.05%200%200%200-.367.82c0%20.58.422%201.07.979%201.239c1.525.46%203.486%201.492%204.443%203.335Z%22%2F%3E%3Cpath%20d%3D%22M14.25%2012.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200Z%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/fan-01.svg?color=%231a73e8&size=48