fan icon
fan-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- fan-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the fan icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M11 11.075C8.995 9.688 6 6.092 9.224 3.674c.948-.711 3.263-1.486 5.576.826c.996.997.216 1.527-.72 2.165c-.37.25-.762.517-1.08.835c-.786.787-1.277 2.095-.537 3.575l.183.368q.126-.22.28-.442c1.387-2.005 4.983-5 7.4-1.776c.712.948 1.487 3.263-.826 5.576c-.996.996-1.527.215-2.164-.721c-.25-.369-.518-.761-.836-1.08c-.786-.786-2.094-1.277-3.575-.537l-.367.184q.22.126.442.279c2.005 1.387 5 4.983 1.776 7.401c-.948.711-3.263 1.487-5.576-.826c-.996-.997-.216-1.527.721-2.165c.368-.25.76-.517 1.08-.835c.785-.787 1.277-2.095.537-3.575l-.184-.368a6 6 0 0 1-.28.443c-1.387 2.004-4.982 5-7.4 1.775c-.712-.948-1.487-3.262.826-5.575c.996-.997 1.527-.216 2.164.72c.25.369.518.761.836 1.08c.786.786 2.095 1.277 3.575.537l.368-.184a6 6 0 0 1-.443-.279Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFanLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M11 11.075C8.995 9.688 6 6.092 9.224 3.674c.948-.711 3.263-1.486 5.576.826c.996.997.216 1.527-.72 2.165c-.37.25-.762.517-1.08.835c-.786.787-1.277 2.095-.537 3.575l.183.368q.126-.22.28-.442c1.387-2.005 4.983-5 7.4-1.776c.712.948 1.487 3.263-.826 5.576c-.996.996-1.527.215-2.164-.721c-.25-.369-.518-.761-.836-1.08c-.786-.786-2.094-1.277-3.575-.537l-.367.184q.22.126.442.279c2.005 1.387 5 4.983 1.776 7.401c-.948.711-3.263 1.487-5.576-.826c-.996-.997-.216-1.527.721-2.165c.368-.25.76-.517 1.08-.835c.785-.787 1.277-2.095.537-3.575l-.184-.368a6 6 0 0 1-.28.443c-1.387 2.004-4.982 5-7.4 1.775c-.712-.948-1.487-3.262.826-5.575c.996-.997 1.527-.216 2.164.72c.25.369.518.761.836 1.08c.786.786 2.095 1.277 3.575.537l.368-.184a6 6 0 0 1-.443-.279Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M11 11.075C8.995 9.688 6 6.092 9.224 3.674c.948-.711 3.263-1.486 5.576.826c.996.997.216 1.527-.72 2.165c-.37.25-.762.517-1.08.835c-.786.787-1.277 2.095-.537 3.575l.183.368q.126-.22.28-.442c1.387-2.005 4.983-5 7.4-1.776c.712.948 1.487 3.263-.826 5.576c-.996.996-1.527.215-2.164-.721c-.25-.369-.518-.761-.836-1.08c-.786-.786-2.094-1.277-3.575-.537l-.367.184q.22.126.442.279c2.005 1.387 5 4.983 1.776 7.401c-.948.711-3.263 1.487-5.576-.826c-.996-.997-.216-1.527.721-2.165c.368-.25.76-.517 1.08-.835c.785-.787 1.277-2.095.537-3.575l-.184-.368a6 6 0 0 1-.28.443c-1.387 2.004-4.982 5-7.4 1.775c-.712-.948-1.487-3.262.826-5.575c.996-.997 1.527-.216 2.164.72c.25.369.518.761.836 1.08c.786.786 2.095 1.277 3.575.537l.368-.184a6 6 0 0 1-.443-.279Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-fan-line {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M11%2011.075C8.995%209.688%206%206.092%209.224%203.674c.948-.711%203.263-1.486%205.576.826c.996.997.216%201.527-.72%202.165c-.37.25-.762.517-1.08.835c-.786.787-1.277%202.095-.537%203.575l.183.368q.126-.22.28-.442c1.387-2.005%204.983-5%207.4-1.776c.712.948%201.487%203.263-.826%205.576c-.996.996-1.527.215-2.164-.721c-.25-.369-.518-.761-.836-1.08c-.786-.786-2.094-1.277-3.575-.537l-.367.184q.22.126.442.279c2.005%201.387%205%204.983%201.776%207.401c-.948.711-3.263%201.487-5.576-.826c-.996-.997-.216-1.527.721-2.165c.368-.25.76-.517%201.08-.835c.785-.787%201.277-2.095.537-3.575l-.184-.368a6%206%200%200%201-.28.443c-1.387%202.004-4.982%205-7.4%201.775c-.712-.948-1.487-3.262.826-5.575c.996-.997%201.527-.216%202.164.72c.25.369.518.761.836%201.08c.786.786%202.095%201.277%203.575.537l.368-.184a6%206%200%200%201-.443-.279Z%22%20clip-rule%3D%22evenodd%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%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M11%2011.075C8.995%209.688%206%206.092%209.224%203.674c.948-.711%203.263-1.486%205.576.826c.996.997.216%201.527-.72%202.165c-.37.25-.762.517-1.08.835c-.786.787-1.277%202.095-.537%203.575l.183.368q.126-.22.28-.442c1.387-2.005%204.983-5%207.4-1.776c.712.948%201.487%203.263-.826%205.576c-.996.996-1.527.215-2.164-.721c-.25-.369-.518-.761-.836-1.08c-.786-.786-2.094-1.277-3.575-.537l-.367.184q.22.126.442.279c2.005%201.387%205%204.983%201.776%207.401c-.948.711-3.263%201.487-5.576-.826c-.996-.997-.216-1.527.721-2.165c.368-.25.76-.517%201.08-.835c.785-.787%201.277-2.095.537-3.575l-.184-.368a6%206%200%200%201-.28.443c-1.387%202.004-4.982%205-7.4%201.775c-.712-.948-1.487-3.262.826-5.575c.996-.997%201.527-.216%202.164.72c.25.369.518.761.836%201.08c.786.786%202.095%201.277%203.575.537l.368-.184a6%206%200%200%201-.443-.279Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/fan-line.svg?color=%231a73e8&size=48