fan icon
fan-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- fan-fill
- Set
- Phosphor
- Style
- Fill
- 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-102.56 12.85a20 20 0 1 1 17.41-22.29a20 20 0 0 1-17.41 22.29"/></svg>
React
import type { SVGProps } from "react";
export function PhFanFill(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-102.56 12.85a20 20 0 1 1 17.41-22.29a20 20 0 0 1-17.41 22.29"/></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-102.56 12.85a20 20 0 1 1 17.41-22.29a20 20 0 0 1-17.41 22.29"/></svg> </template>
CSS
.icon-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%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-102.56%2012.85a20%2020%200%201%201%2017.41-22.29a20%2020%200%200%201-17.41%2022.29%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-102.56%2012.85a20%2020%200%201%201%2017.41-22.29a20%2020%200%200%201-17.41%2022.29%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/fan-fill.svg?color=%231a73e8&size=48