pinwheel icon
pinwheel-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- pinwheel-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the pinwheel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m124.88 109.74l-97.73 35.59a52 52 0 1 1 97.73-35.59m88-15.07l-97.73 35.59a52 52 0 1 0 97.73-35.59" opacity=".2"/><path d="m229.66 218.34l-48.42-48.41c1.1-.33 2.19-.68 3.27-1.07A60 60 0 0 0 220.37 92a8 8 0 0 0-10.25-4.78l-44.2 16.08c.32-.62.64-1.24.93-1.88A60 60 0 0 0 92 19.65a8 8 0 0 0-4.82 10.25l16.08 44.2c-.62-.32-1.24-.64-1.88-.93a60 60 0 0 0-81.73 74.89a8 8 0 0 0 10.25 4.78l44.2-16.09c-.32.63-.64 1.25-.93 1.89a60 60 0 0 0 74.89 81.73a8 8 0 0 0 4.78-10.25l-16.09-44.2c.63.32 1.25.64 1.89.93a59.9 59.9 0 0 0 22.48 5.58l57.22 57.23a8 8 0 0 0 11.32-11.32M131.07 36.15A44 44 0 0 1 134.8 114l-29.61-81.37a43.63 43.63 0 0 1 25.88 3.52m-98.44 98.67a44 44 0 0 1 81.37-29.6ZM109 203.87a44 44 0 0 1-3.73-77.81l29.6 81.33a43.6 43.6 0 0 1-25.87-3.52m55.56-47.38h-.11a44.14 44.14 0 0 1-38.34-21.69l81.33-29.61a44.06 44.06 0 0 1-42.88 51.3"/></g></svg>
React
import type { SVGProps } from "react";
export function PhPinwheelDuotone(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="m124.88 109.74l-97.73 35.59a52 52 0 1 1 97.73-35.59m88-15.07l-97.73 35.59a52 52 0 1 0 97.73-35.59" opacity=".2"/><path d="m229.66 218.34l-48.42-48.41c1.1-.33 2.19-.68 3.27-1.07A60 60 0 0 0 220.37 92a8 8 0 0 0-10.25-4.78l-44.2 16.08c.32-.62.64-1.24.93-1.88A60 60 0 0 0 92 19.65a8 8 0 0 0-4.82 10.25l16.08 44.2c-.62-.32-1.24-.64-1.88-.93a60 60 0 0 0-81.73 74.89a8 8 0 0 0 10.25 4.78l44.2-16.09c-.32.63-.64 1.25-.93 1.89a60 60 0 0 0 74.89 81.73a8 8 0 0 0 4.78-10.25l-16.09-44.2c.63.32 1.25.64 1.89.93a59.9 59.9 0 0 0 22.48 5.58l57.22 57.23a8 8 0 0 0 11.32-11.32M131.07 36.15A44 44 0 0 1 134.8 114l-29.61-81.37a43.63 43.63 0 0 1 25.88 3.52m-98.44 98.67a44 44 0 0 1 81.37-29.6ZM109 203.87a44 44 0 0 1-3.73-77.81l29.6 81.33a43.6 43.6 0 0 1-25.87-3.52m55.56-47.38h-.11a44.14 44.14 0 0 1-38.34-21.69l81.33-29.61a44.06 44.06 0 0 1-42.88 51.3"/></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="m124.88 109.74l-97.73 35.59a52 52 0 1 1 97.73-35.59m88-15.07l-97.73 35.59a52 52 0 1 0 97.73-35.59" opacity=".2"/><path d="m229.66 218.34l-48.42-48.41c1.1-.33 2.19-.68 3.27-1.07A60 60 0 0 0 220.37 92a8 8 0 0 0-10.25-4.78l-44.2 16.08c.32-.62.64-1.24.93-1.88A60 60 0 0 0 92 19.65a8 8 0 0 0-4.82 10.25l16.08 44.2c-.62-.32-1.24-.64-1.88-.93a60 60 0 0 0-81.73 74.89a8 8 0 0 0 10.25 4.78l44.2-16.09c-.32.63-.64 1.25-.93 1.89a60 60 0 0 0 74.89 81.73a8 8 0 0 0 4.78-10.25l-16.09-44.2c.63.32 1.25.64 1.89.93a59.9 59.9 0 0 0 22.48 5.58l57.22 57.23a8 8 0 0 0 11.32-11.32M131.07 36.15A44 44 0 0 1 134.8 114l-29.61-81.37a43.63 43.63 0 0 1 25.88 3.52m-98.44 98.67a44 44 0 0 1 81.37-29.6ZM109 203.87a44 44 0 0 1-3.73-77.81l29.6 81.33a43.6 43.6 0 0 1-25.87-3.52m55.56-47.38h-.11a44.14 44.14 0 0 1-38.34-21.69l81.33-29.61a44.06 44.06 0 0 1-42.88 51.3"/></g></svg> </template>
CSS
.icon-pinwheel-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%22m124.88%20109.74l-97.73%2035.59a52%2052%200%201%201%2097.73-35.59m88-15.07l-97.73%2035.59a52%2052%200%201%200%2097.73-35.59%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m229.66%20218.34l-48.42-48.41c1.1-.33%202.19-.68%203.27-1.07A60%2060%200%200%200%20220.37%2092a8%208%200%200%200-10.25-4.78l-44.2%2016.08c.32-.62.64-1.24.93-1.88A60%2060%200%200%200%2092%2019.65a8%208%200%200%200-4.82%2010.25l16.08%2044.2c-.62-.32-1.24-.64-1.88-.93a60%2060%200%200%200-81.73%2074.89a8%208%200%200%200%2010.25%204.78l44.2-16.09c-.32.63-.64%201.25-.93%201.89a60%2060%200%200%200%2074.89%2081.73a8%208%200%200%200%204.78-10.25l-16.09-44.2c.63.32%201.25.64%201.89.93a59.9%2059.9%200%200%200%2022.48%205.58l57.22%2057.23a8%208%200%200%200%2011.32-11.32M131.07%2036.15A44%2044%200%200%201%20134.8%20114l-29.61-81.37a43.63%2043.63%200%200%201%2025.88%203.52m-98.44%2098.67a44%2044%200%200%201%2081.37-29.6ZM109%20203.87a44%2044%200%200%201-3.73-77.81l29.6%2081.33a43.6%2043.6%200%200%201-25.87-3.52m55.56-47.38h-.11a44.14%2044.14%200%200%201-38.34-21.69l81.33-29.61a44.06%2044.06%200%200%201-42.88%2051.3%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%22m124.88%20109.74l-97.73%2035.59a52%2052%200%201%201%2097.73-35.59m88-15.07l-97.73%2035.59a52%2052%200%201%200%2097.73-35.59%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m229.66%20218.34l-48.42-48.41c1.1-.33%202.19-.68%203.27-1.07A60%2060%200%200%200%20220.37%2092a8%208%200%200%200-10.25-4.78l-44.2%2016.08c.32-.62.64-1.24.93-1.88A60%2060%200%200%200%2092%2019.65a8%208%200%200%200-4.82%2010.25l16.08%2044.2c-.62-.32-1.24-.64-1.88-.93a60%2060%200%200%200-81.73%2074.89a8%208%200%200%200%2010.25%204.78l44.2-16.09c-.32.63-.64%201.25-.93%201.89a60%2060%200%200%200%2074.89%2081.73a8%208%200%200%200%204.78-10.25l-16.09-44.2c.63.32%201.25.64%201.89.93a59.9%2059.9%200%200%200%2022.48%205.58l57.22%2057.23a8%208%200%200%200%2011.32-11.32M131.07%2036.15A44%2044%200%200%201%20134.8%20114l-29.61-81.37a43.63%2043.63%200%200%201%2025.88%203.52m-98.44%2098.67a44%2044%200%200%201%2081.37-29.6ZM109%20203.87a44%2044%200%200%201-3.73-77.81l29.6%2081.33a43.6%2043.6%200%200%201-25.87-3.52m55.56-47.38h-.11a44.14%2044.14%200%200%201-38.34-21.69l81.33-29.61a44.06%2044.06%200%200%201-42.88%2051.3%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/pinwheel-duotone.svg?color=%231a73e8&size=48