fan from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
fan
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the fan icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M233 135a60 60 0 0 0-89.62-35.45l16.39-65.44a8 8 0 0 0-3.45-8.68a60 60 0 1 0-60.63 103.48l-64.87 18.53a8 8 0 0 0-5.8 7.32a60 60 0 0 0 44.42 60.66a60.5 60.5 0 0 0 15.62 2.07a60.07 60.07 0 0 0 59.88-62l48.48 46.92a8 8 0 0 0 9.25 1.35A60 60 0 0 0 233 135m-121-7a16 16 0 1 1 16 16a16 16 0 0 1-16-16M80 76a44 44 0 0 1 62.75-39.82L127.77 96a32 32 0 0 0-27.92 16.8A43.85 43.85 0 0 1 80 76m27 119.57a44 44 0 0 1-65.86-34.43l59.31-16.94A32 32 0 0 0 128 160h.91A43.82 43.82 0 0 1 107 195.57m106.17-23a43.9 43.9 0 0 1-13 14.14l-44.32-42.89a31.91 31.91 0 0 0-.59-32.57a44 44 0 0 1 57.91 61.32"/></svg>

React

import type { SVGProps } from "react";

export function PhFan(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M233 135a60 60 0 0 0-89.62-35.45l16.39-65.44a8 8 0 0 0-3.45-8.68a60 60 0 1 0-60.63 103.48l-64.87 18.53a8 8 0 0 0-5.8 7.32a60 60 0 0 0 44.42 60.66a60.5 60.5 0 0 0 15.62 2.07a60.07 60.07 0 0 0 59.88-62l48.48 46.92a8 8 0 0 0 9.25 1.35A60 60 0 0 0 233 135m-121-7a16 16 0 1 1 16 16a16 16 0 0 1-16-16M80 76a44 44 0 0 1 62.75-39.82L127.77 96a32 32 0 0 0-27.92 16.8A43.85 43.85 0 0 1 80 76m27 119.57a44 44 0 0 1-65.86-34.43l59.31-16.94A32 32 0 0 0 128 160h.91A43.82 43.82 0 0 1 107 195.57m106.17-23a43.9 43.9 0 0 1-13 14.14l-44.32-42.89a31.91 31.91 0 0 0-.59-32.57a44 44 0 0 1 57.91 61.32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M233 135a60 60 0 0 0-89.62-35.45l16.39-65.44a8 8 0 0 0-3.45-8.68a60 60 0 1 0-60.63 103.48l-64.87 18.53a8 8 0 0 0-5.8 7.32a60 60 0 0 0 44.42 60.66a60.5 60.5 0 0 0 15.62 2.07a60.07 60.07 0 0 0 59.88-62l48.48 46.92a8 8 0 0 0 9.25 1.35A60 60 0 0 0 233 135m-121-7a16 16 0 1 1 16 16a16 16 0 0 1-16-16M80 76a44 44 0 0 1 62.75-39.82L127.77 96a32 32 0 0 0-27.92 16.8A43.85 43.85 0 0 1 80 76m27 119.57a44 44 0 0 1-65.86-34.43l59.31-16.94A32 32 0 0 0 128 160h.91A43.82 43.82 0 0 1 107 195.57m106.17-23a43.9 43.9 0 0 1-13 14.14l-44.32-42.89a31.91 31.91 0 0 0-.59-32.57a44 44 0 0 1 57.91 61.32"/></svg>
</template>

CSS

.icon-fan {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M233%20135a60%2060%200%200%200-89.62-35.45l16.39-65.44a8%208%200%200%200-3.45-8.68a60%2060%200%201%200-60.63%20103.48l-64.87%2018.53a8%208%200%200%200-5.8%207.32a60%2060%200%200%200%2044.42%2060.66a60.5%2060.5%200%200%200%2015.62%202.07a60.07%2060.07%200%200%200%2059.88-62l48.48%2046.92a8%208%200%200%200%209.25%201.35A60%2060%200%200%200%20233%20135m-121-7a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16M80%2076a44%2044%200%200%201%2062.75-39.82L127.77%2096a32%2032%200%200%200-27.92%2016.8A43.85%2043.85%200%200%201%2080%2076m27%20119.57a44%2044%200%200%201-65.86-34.43l59.31-16.94A32%2032%200%200%200%20128%20160h.91A43.82%2043.82%200%200%201%20107%20195.57m106.17-23a43.9%2043.9%200%200%201-13%2014.14l-44.32-42.89a31.91%2031.91%200%200%200-.59-32.57a44%2044%200%200%201%2057.91%2061.32%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M233%20135a60%2060%200%200%200-89.62-35.45l16.39-65.44a8%208%200%200%200-3.45-8.68a60%2060%200%201%200-60.63%20103.48l-64.87%2018.53a8%208%200%200%200-5.8%207.32a60%2060%200%200%200%2044.42%2060.66a60.5%2060.5%200%200%200%2015.62%202.07a60.07%2060.07%200%200%200%2059.88-62l48.48%2046.92a8%208%200%200%200%209.25%201.35A60%2060%200%200%200%20233%20135m-121-7a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16M80%2076a44%2044%200%200%201%2062.75-39.82L127.77%2096a32%2032%200%200%200-27.92%2016.8A43.85%2043.85%200%200%201%2080%2076m27%20119.57a44%2044%200%200%201-65.86-34.43l59.31-16.94A32%2032%200%200%200%20128%20160h.91A43.82%2043.82%200%200%201%20107%20195.57m106.17-23a43.9%2043.9%200%200%201-13%2014.14l-44.32-42.89a31.91%2031.91%200%200%200-.59-32.57a44%2044%200%200%201%2057.91%2061.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/fan.svg?color=%231a73e8&size=48