fan icon
fan-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- fan-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M136.5 150.45A52 52 0 1 1 33 155.13l71.91-20.54A24 24 0 0 0 128 152a23.8 23.8 0 0 0 8.5-1.56Zm-32.19-26.31a24 24 0 0 1 29.52-19.42L152 32.17a52 52 0 1 0-47.69 92ZM201 105.5a52 52 0 0 0-57.84 3.91a24 24 0 0 1 2.06 35.26l53.74 52a52 52 0 0 0 2-91.2Z" opacity=".2"/><path 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"/></g></svg>
React
import type { SVGProps } from "react";
export function PhFanDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M136.5 150.45A52 52 0 1 1 33 155.13l71.91-20.54A24 24 0 0 0 128 152a23.8 23.8 0 0 0 8.5-1.56Zm-32.19-26.31a24 24 0 0 1 29.52-19.42L152 32.17a52 52 0 1 0-47.69 92ZM201 105.5a52 52 0 0 0-57.84 3.91a24 24 0 0 1 2.06 35.26l53.74 52a52 52 0 0 0 2-91.2Z" opacity=".2"/><path 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"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M136.5 150.45A52 52 0 1 1 33 155.13l71.91-20.54A24 24 0 0 0 128 152a23.8 23.8 0 0 0 8.5-1.56Zm-32.19-26.31a24 24 0 0 1 29.52-19.42L152 32.17a52 52 0 1 0-47.69 92ZM201 105.5a52 52 0 0 0-57.84 3.91a24 24 0 0 1 2.06 35.26l53.74 52a52 52 0 0 0 2-91.2Z" opacity=".2"/><path 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"/></g></svg> </template>
CSS
.icon-fan-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M136.5%20150.45A52%2052%200%201%201%2033%20155.13l71.91-20.54A24%2024%200%200%200%20128%20152a23.8%2023.8%200%200%200%208.5-1.56Zm-32.19-26.31a24%2024%200%200%201%2029.52-19.42L152%2032.17a52%2052%200%201%200-47.69%2092ZM201%20105.5a52%2052%200%200%200-57.84%203.91a24%2024%200%200%201%202.06%2035.26l53.74%2052a52%2052%200%200%200%202-91.2Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M136.5%20150.45A52%2052%200%201%201%2033%20155.13l71.91-20.54A24%2024%200%200%200%20128%20152a23.8%2023.8%200%200%200%208.5-1.56Zm-32.19-26.31a24%2024%200%200%201%2029.52-19.42L152%2032.17a52%2052%200%201%200-47.69%2092ZM201%20105.5a52%2052%200%200%200-57.84%203.91a24%2024%200%200%201%202.06%2035.26l53.74%2052a52%2052%200%200%200%202-91.2Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/fan-duotone.svg?color=%231a73e8&size=48