fan direction up icon

fan-direction-up-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
fan-direction-up-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 up 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.501 1.501 0 0 1 2.847.949l-.528 1.58a6.5 6.5 0 0 1-6.166 4.446H9.854a1.5 1.5 0 0 0-1.341.83l-2.171 4.34a1.5 1.5 0 0 1-2.684-1.34l2.17-4.343a4.5 4.5 0 0 1 4.026-2.487h2.542a3.5 3.5 0 0 0 3.32-2.394zm-9.19-3.932a1.5 1.5 0 0 1 2.007.103l2.121 2.121a1.5 1.5 0 1 1-2.12 2.121L8 7.88L6.94 8.94a1.5 1.5 0 0 1-2.122-2.12L6.94 4.696zM18.5 2.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFanDirectionUpFill(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.501 1.501 0 0 1 2.847.949l-.528 1.58a6.5 6.5 0 0 1-6.166 4.446H9.854a1.5 1.5 0 0 0-1.341.83l-2.171 4.34a1.5 1.5 0 0 1-2.684-1.34l2.17-4.343a4.5 4.5 0 0 1 4.026-2.487h2.542a3.5 3.5 0 0 0 3.32-2.394zm-9.19-3.932a1.5 1.5 0 0 1 2.007.103l2.121 2.121a1.5 1.5 0 1 1-2.12 2.121L8 7.88L6.94 8.94a1.5 1.5 0 0 1-2.122-2.12L6.94 4.696zM18.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.501 1.501 0 0 1 2.847.949l-.528 1.58a6.5 6.5 0 0 1-6.166 4.446H9.854a1.5 1.5 0 0 0-1.341.83l-2.171 4.34a1.5 1.5 0 0 1-2.684-1.34l2.17-4.343a4.5 4.5 0 0 1 4.026-2.487h2.542a3.5 3.5 0 0 0 3.32-2.394zm-9.19-3.932a1.5 1.5 0 0 1 2.007.103l2.121 2.121a1.5 1.5 0 1 1-2.12 2.121L8 7.88L6.94 8.94a1.5 1.5 0 0 1-2.122-2.12L6.94 4.696zM18.5 2.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
</template>

CSS

.icon-fan-direction-up-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.501%201.501%200%200%201%202.847.949l-.528%201.58a6.5%206.5%200%200%201-6.166%204.446H9.854a1.5%201.5%200%200%200-1.341.83l-2.171%204.34a1.5%201.5%200%200%201-2.684-1.34l2.17-4.343a4.5%204.5%200%200%201%204.026-2.487h2.542a3.5%203.5%200%200%200%203.32-2.394zm-9.19-3.932a1.5%201.5%200%200%201%202.007.103l2.121%202.121a1.5%201.5%200%201%201-2.12%202.121L8%207.88L6.94%208.94a1.5%201.5%200%200%201-2.122-2.12L6.94%204.696zM18.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.501%201.501%200%200%201%202.847.949l-.528%201.58a6.5%206.5%200%200%201-6.166%204.446H9.854a1.5%201.5%200%200%200-1.341.83l-2.171%204.34a1.5%201.5%200%200%201-2.684-1.34l2.17-4.343a4.5%204.5%200%200%201%204.026-2.487h2.542a3.5%203.5%200%200%200%203.32-2.394zm-9.19-3.932a1.5%201.5%200%200%201%202.007.103l2.121%202.121a1.5%201.5%200%201%201-2.12%202.121L8%207.88L6.94%208.94a1.5%201.5%200%200%201-2.122-2.12L6.94%204.696zM18.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-up-fill.svg?color=%231a73e8&size=48