fan icon
fan-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- fan-fill
- Set
- MingCute Icon
- Style
- Fill
- 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="currentColor" d="M9 3.001c1.024-.768 4-1.5 6.5 1c.953.953.635 1.899-1.5 3.5c-.962.721-2.3 1.9-1.5 3.5c1.5-2.167 5.5-6 8.5-2c.768 1.025 1.5 4-1 6.5c-.953.953-1.899.635-3.5-1.5c-.721-.961-1.9-2.3-3.5-1.5c2.166 1.5 6 5.5 2 8.5c-1.025.768-4 1.5-6.5-1c-.953-.953-.635-1.899 1.5-3.5c.961-.721 2.3-1.9 1.5-3.5c-1.5 2.167-5.5 6-8.5 2c-.768-1.025-1.5-4 1-6.5c.953-.953 1.899-.635 3.5 1.5c.721.962 1.9 2.3 3.5 1.5c-2.167-1.5-6-5.5-2-8.5"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFanFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3.001c1.024-.768 4-1.5 6.5 1c.953.953.635 1.899-1.5 3.5c-.962.721-2.3 1.9-1.5 3.5c1.5-2.167 5.5-6 8.5-2c.768 1.025 1.5 4-1 6.5c-.953.953-1.899.635-3.5-1.5c-.721-.961-1.9-2.3-3.5-1.5c2.166 1.5 6 5.5 2 8.5c-1.025.768-4 1.5-6.5-1c-.953-.953-.635-1.899 1.5-3.5c.961-.721 2.3-1.9 1.5-3.5c-1.5 2.167-5.5 6-8.5 2c-.768-1.025-1.5-4 1-6.5c.953-.953 1.899-.635 3.5 1.5c.721.962 1.9 2.3 3.5 1.5c-2.167-1.5-6-5.5-2-8.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3.001c1.024-.768 4-1.5 6.5 1c.953.953.635 1.899-1.5 3.5c-.962.721-2.3 1.9-1.5 3.5c1.5-2.167 5.5-6 8.5-2c.768 1.025 1.5 4-1 6.5c-.953.953-1.899.635-3.5-1.5c-.721-.961-1.9-2.3-3.5-1.5c2.166 1.5 6 5.5 2 8.5c-1.025.768-4 1.5-6.5-1c-.953-.953-.635-1.899 1.5-3.5c.961-.721 2.3-1.9 1.5-3.5c-1.5 2.167-5.5 6-8.5 2c-.768-1.025-1.5-4 1-6.5c.953-.953 1.899-.635 3.5 1.5c.721.962 1.9 2.3 3.5 1.5c-2.167-1.5-6-5.5-2-8.5"/></svg> </template>
CSS
.icon-fan-fill {
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%22currentColor%22%20d%3D%22M9%203.001c1.024-.768%204-1.5%206.5%201c.953.953.635%201.899-1.5%203.5c-.962.721-2.3%201.9-1.5%203.5c1.5-2.167%205.5-6%208.5-2c.768%201.025%201.5%204-1%206.5c-.953.953-1.899.635-3.5-1.5c-.721-.961-1.9-2.3-3.5-1.5c2.166%201.5%206%205.5%202%208.5c-1.025.768-4%201.5-6.5-1c-.953-.953-.635-1.899%201.5-3.5c.961-.721%202.3-1.9%201.5-3.5c-1.5%202.167-5.5%206-8.5%202c-.768-1.025-1.5-4%201-6.5c.953-.953%201.899-.635%203.5%201.5c.721.962%201.9%202.3%203.5%201.5c-2.167-1.5-6-5.5-2-8.5%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%22currentColor%22%20d%3D%22M9%203.001c1.024-.768%204-1.5%206.5%201c.953.953.635%201.899-1.5%203.5c-.962.721-2.3%201.9-1.5%203.5c1.5-2.167%205.5-6%208.5-2c.768%201.025%201.5%204-1%206.5c-.953.953-1.899.635-3.5-1.5c-.721-.961-1.9-2.3-3.5-1.5c2.166%201.5%206%205.5%202%208.5c-1.025.768-4%201.5-6.5-1c-.953-.953-.635-1.899%201.5-3.5c.961-.721%202.3-1.9%201.5-3.5c-1.5%202.167-5.5%206-8.5%202c-.768-1.025-1.5-4%201-6.5c.953-.953%201.899-.635%203.5%201.5c.721.962%201.9%202.3%203.5%201.5c-2.167-1.5-6-5.5-2-8.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/fan-fill.svg?color=%231a73e8&size=48