fan direction down icon
fan-direction-down-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- fan-direction-down-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the fan direction down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.243 8.526a1.5 1.5 0 0 1 2.847.949l-.528 1.58a6.5 6.5 0 0 1-6.166 4.445H9.854a1.5 1.5 0 0 0-1.341.83l-2.171 4.34a1.5 1.5 0 0 1-2.684-1.34l2.171-4.343A4.5 4.5 0 0 1 9.854 12.5h2.542a3.5 3.5 0 0 0 3.32-2.393zM9.06 4.818a1.5 1.5 0 0 1 2.122 2.121L9.06 9.061a1.5 1.5 0 0 1-2.12 0L4.817 6.939A1.5 1.5 0 1 1 6.94 4.82L8 5.878zM18.5 2.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFanDirectionDownFill(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="M16.243 8.526a1.5 1.5 0 0 1 2.847.949l-.528 1.58a6.5 6.5 0 0 1-6.166 4.445H9.854a1.5 1.5 0 0 0-1.341.83l-2.171 4.34a1.5 1.5 0 0 1-2.684-1.34l2.171-4.343A4.5 4.5 0 0 1 9.854 12.5h2.542a3.5 3.5 0 0 0 3.32-2.393zM9.06 4.818a1.5 1.5 0 0 1 2.122 2.121L9.06 9.061a1.5 1.5 0 0 1-2.12 0L4.817 6.939A1.5 1.5 0 1 1 6.94 4.82L8 5.878zM18.5 2.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.243 8.526a1.5 1.5 0 0 1 2.847.949l-.528 1.58a6.5 6.5 0 0 1-6.166 4.445H9.854a1.5 1.5 0 0 0-1.341.83l-2.171 4.34a1.5 1.5 0 0 1-2.684-1.34l2.171-4.343A4.5 4.5 0 0 1 9.854 12.5h2.542a3.5 3.5 0 0 0 3.32-2.393zM9.06 4.818a1.5 1.5 0 0 1 2.122 2.121L9.06 9.061a1.5 1.5 0 0 1-2.12 0L4.817 6.939A1.5 1.5 0 1 1 6.94 4.82L8 5.878zM18.5 2.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg> </template>
CSS
.icon-fan-direction-down-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%22M16.243%208.526a1.5%201.5%200%200%201%202.847.949l-.528%201.58a6.5%206.5%200%200%201-6.166%204.445H9.854a1.5%201.5%200%200%200-1.341.83l-2.171%204.34a1.5%201.5%200%200%201-2.684-1.34l2.171-4.343A4.5%204.5%200%200%201%209.854%2012.5h2.542a3.5%203.5%200%200%200%203.32-2.393zM9.06%204.818a1.5%201.5%200%200%201%202.122%202.121L9.06%209.061a1.5%201.5%200%200%201-2.12%200L4.817%206.939A1.5%201.5%200%201%201%206.94%204.82L8%205.878zM18.5%202.5a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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%22M16.243%208.526a1.5%201.5%200%200%201%202.847.949l-.528%201.58a6.5%206.5%200%200%201-6.166%204.445H9.854a1.5%201.5%200%200%200-1.341.83l-2.171%204.34a1.5%201.5%200%200%201-2.684-1.34l2.171-4.343A4.5%204.5%200%200%201%209.854%2012.5h2.542a3.5%203.5%200%200%200%203.32-2.393zM9.06%204.818a1.5%201.5%200%200%201%202.122%202.121L9.06%209.061a1.5%201.5%200%200%201-2.12%200L4.817%206.939A1.5%201.5%200%201%201%206.94%204.82L8%205.878zM18.5%202.5a2%202%200%201%201%200%204a2%202%200%200%201%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/fan-direction-down-fill.svg?color=%231a73e8&size=48