fan-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
fan-bold
Set
Phosphor
Style
Bold
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="M236.85 134a64 64 0 0 0-87.43-42.11l14.22-56.77a12 12 0 0 0-5.17-13A64 64 0 0 0 86 127.52l-56.28 16.07a12 12 0 0 0-8.69 11a64 64 0 0 0 127.56 10l42 40.7a12 12 0 0 0 13.86 2a64 64 0 0 0 32.4-73.29M116 128a12 12 0 1 1 12 12a12 12 0 0 1-12-12m8-92a40 40 0 0 1 14 2.53l-13.4 53.64a36 36 0 0 0-25.85 14.88A40 40 0 0 1 124 36m-19 156.1A40 40 0 0 1 45.5 164l53.18-15.19a36 36 0 0 0 25.8 15A39.84 39.84 0 0 1 105 192.1m104.7-21.56a39.9 39.9 0 0 1-9.21 10.89L160.73 143a35.9 35.9 0 0 0 .05-29.83a40 40 0 0 1 48.89 57.4Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFanBold(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="M236.85 134a64 64 0 0 0-87.43-42.11l14.22-56.77a12 12 0 0 0-5.17-13A64 64 0 0 0 86 127.52l-56.28 16.07a12 12 0 0 0-8.69 11a64 64 0 0 0 127.56 10l42 40.7a12 12 0 0 0 13.86 2a64 64 0 0 0 32.4-73.29M116 128a12 12 0 1 1 12 12a12 12 0 0 1-12-12m8-92a40 40 0 0 1 14 2.53l-13.4 53.64a36 36 0 0 0-25.85 14.88A40 40 0 0 1 124 36m-19 156.1A40 40 0 0 1 45.5 164l53.18-15.19a36 36 0 0 0 25.8 15A39.84 39.84 0 0 1 105 192.1m104.7-21.56a39.9 39.9 0 0 1-9.21 10.89L160.73 143a35.9 35.9 0 0 0 .05-29.83a40 40 0 0 1 48.89 57.4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236.85 134a64 64 0 0 0-87.43-42.11l14.22-56.77a12 12 0 0 0-5.17-13A64 64 0 0 0 86 127.52l-56.28 16.07a12 12 0 0 0-8.69 11a64 64 0 0 0 127.56 10l42 40.7a12 12 0 0 0 13.86 2a64 64 0 0 0 32.4-73.29M116 128a12 12 0 1 1 12 12a12 12 0 0 1-12-12m8-92a40 40 0 0 1 14 2.53l-13.4 53.64a36 36 0 0 0-25.85 14.88A40 40 0 0 1 124 36m-19 156.1A40 40 0 0 1 45.5 164l53.18-15.19a36 36 0 0 0 25.8 15A39.84 39.84 0 0 1 105 192.1m104.7-21.56a39.9 39.9 0 0 1-9.21 10.89L160.73 143a35.9 35.9 0 0 0 .05-29.83a40 40 0 0 1 48.89 57.4Z"/></svg>
</template>

CSS

.icon-fan-bold {
  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%22M236.85%20134a64%2064%200%200%200-87.43-42.11l14.22-56.77a12%2012%200%200%200-5.17-13A64%2064%200%200%200%2086%20127.52l-56.28%2016.07a12%2012%200%200%200-8.69%2011a64%2064%200%200%200%20127.56%2010l42%2040.7a12%2012%200%200%200%2013.86%202a64%2064%200%200%200%2032.4-73.29M116%20128a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m8-92a40%2040%200%200%201%2014%202.53l-13.4%2053.64a36%2036%200%200%200-25.85%2014.88A40%2040%200%200%201%20124%2036m-19%20156.1A40%2040%200%200%201%2045.5%20164l53.18-15.19a36%2036%200%200%200%2025.8%2015A39.84%2039.84%200%200%201%20105%20192.1m104.7-21.56a39.9%2039.9%200%200%201-9.21%2010.89L160.73%20143a35.9%2035.9%200%200%200%20.05-29.83a40%2040%200%200%201%2048.89%2057.4Z%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%22M236.85%20134a64%2064%200%200%200-87.43-42.11l14.22-56.77a12%2012%200%200%200-5.17-13A64%2064%200%200%200%2086%20127.52l-56.28%2016.07a12%2012%200%200%200-8.69%2011a64%2064%200%200%200%20127.56%2010l42%2040.7a12%2012%200%200%200%2013.86%202a64%2064%200%200%200%2032.4-73.29M116%20128a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m8-92a40%2040%200%200%201%2014%202.53l-13.4%2053.64a36%2036%200%200%200-25.85%2014.88A40%2040%200%200%201%20124%2036m-19%20156.1A40%2040%200%200%201%2045.5%20164l53.18-15.19a36%2036%200%200%200%2025.8%2015A39.84%2039.84%200%200%201%20105%20192.1m104.7-21.56a39.9%2039.9%200%200%201-9.21%2010.89L160.73%20143a35.9%2035.9%200%200%200%20.05-29.83a40%2040%200%200%201%2048.89%2057.4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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