folding fan icon
folding-fan-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- folding-fan-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the folding fan icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c5.016 0 9.245 3.356 10.57 7.942c.132.459-.079.947-.502 1.166l-7.89 4.081l.281.147a1 1 0 0 1-.919 1.776L12 18.315l-1.54.797a1 1 0 0 1-.92-1.776l.284-.146l-7.892-4.082a1 1 0 0 1-.501-1.166C2.756 7.356 6.985 4 12.001 4m0 8a4 4 0 0 0-3.579 2.212l3.58 1.852l3.578-1.852A4 4 0 0 0 12 12"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFoldingFanFill(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="M12 4c5.016 0 9.245 3.356 10.57 7.942c.132.459-.079.947-.502 1.166l-7.89 4.081l.281.147a1 1 0 0 1-.919 1.776L12 18.315l-1.54.797a1 1 0 0 1-.92-1.776l.284-.146l-7.892-4.082a1 1 0 0 1-.501-1.166C2.756 7.356 6.985 4 12.001 4m0 8a4 4 0 0 0-3.579 2.212l3.58 1.852l3.578-1.852A4 4 0 0 0 12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c5.016 0 9.245 3.356 10.57 7.942c.132.459-.079.947-.502 1.166l-7.89 4.081l.281.147a1 1 0 0 1-.919 1.776L12 18.315l-1.54.797a1 1 0 0 1-.92-1.776l.284-.146l-7.892-4.082a1 1 0 0 1-.501-1.166C2.756 7.356 6.985 4 12.001 4m0 8a4 4 0 0 0-3.579 2.212l3.58 1.852l3.578-1.852A4 4 0 0 0 12 12"/></svg> </template>
CSS
.icon-folding-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%22M12%204c5.016%200%209.245%203.356%2010.57%207.942c.132.459-.079.947-.502%201.166l-7.89%204.081l.281.147a1%201%200%200%201-.919%201.776L12%2018.315l-1.54.797a1%201%200%200%201-.92-1.776l.284-.146l-7.892-4.082a1%201%200%200%201-.501-1.166C2.756%207.356%206.985%204%2012.001%204m0%208a4%204%200%200%200-3.579%202.212l3.58%201.852l3.578-1.852A4%204%200%200%200%2012%2012%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%22M12%204c5.016%200%209.245%203.356%2010.57%207.942c.132.459-.079.947-.502%201.166l-7.89%204.081l.281.147a1%201%200%200%201-.919%201.776L12%2018.315l-1.54.797a1%201%200%200%201-.92-1.776l.284-.146l-7.892-4.082a1%201%200%200%201-.501-1.166C2.756%207.356%206.985%204%2012.001%204m0%208a4%204%200%200%200-3.579%202.212l3.58%201.852l3.578-1.852A4%204%200%200%200%2012%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/folding-fan-fill.svg?color=%231a73e8&size=48