pinwheel icon
pinwheel-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- pinwheel-thin
- Set
- Phosphor
- Style
- Thin
- 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"><path fill="currentColor" d="m226.83 221.17l-53.48-53.47a57 57 0 0 0 9.79-2.6a56 56 0 0 0 33.47-71.77a4 4 0 0 0-5.13-2.39l-55.31 20.13a56.8 56.8 0 0 0 7.06-11.38a56 56 0 0 0-69.9-76.28a4 4 0 0 0-2.39 5.12l20.13 55.32a56.3 56.3 0 0 0-11.38-7.06a56 56 0 0 0-76.28 69.9a4 4 0 0 0 2.06 2.31a4 4 0 0 0 3.06.13L83.85 129a56 56 0 0 0 62.84 87.66a4 4 0 0 0 2.39-5.13L129 156.17a56.5 56.5 0 0 0 11.38 7.06a55.9 55.9 0 0 0 22.48 5.24l58.36 58.36a4 4 0 0 0 5.66-5.66ZM99.88 29.71a48 48 0 0 1 32.72 89.9Zm25.21 92.67l-7.45 2.71l-2.72-7.45l7.46-2.72Zm-95.38 17.76a48 48 0 0 1 89.9-32.72Zm110.43 70.17a48 48 0 0 1-32.72-89.9Zm24.29-49.82a48.08 48.08 0 0 1-44-27.89l89.9-32.72a48 48 0 0 1-45.79 60.61Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPinwheelThin(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="m226.83 221.17l-53.48-53.47a57 57 0 0 0 9.79-2.6a56 56 0 0 0 33.47-71.77a4 4 0 0 0-5.13-2.39l-55.31 20.13a56.8 56.8 0 0 0 7.06-11.38a56 56 0 0 0-69.9-76.28a4 4 0 0 0-2.39 5.12l20.13 55.32a56.3 56.3 0 0 0-11.38-7.06a56 56 0 0 0-76.28 69.9a4 4 0 0 0 2.06 2.31a4 4 0 0 0 3.06.13L83.85 129a56 56 0 0 0 62.84 87.66a4 4 0 0 0 2.39-5.13L129 156.17a56.5 56.5 0 0 0 11.38 7.06a55.9 55.9 0 0 0 22.48 5.24l58.36 58.36a4 4 0 0 0 5.66-5.66ZM99.88 29.71a48 48 0 0 1 32.72 89.9Zm25.21 92.67l-7.45 2.71l-2.72-7.45l7.46-2.72Zm-95.38 17.76a48 48 0 0 1 89.9-32.72Zm110.43 70.17a48 48 0 0 1-32.72-89.9Zm24.29-49.82a48.08 48.08 0 0 1-44-27.89l89.9-32.72a48 48 0 0 1-45.79 60.61Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m226.83 221.17l-53.48-53.47a57 57 0 0 0 9.79-2.6a56 56 0 0 0 33.47-71.77a4 4 0 0 0-5.13-2.39l-55.31 20.13a56.8 56.8 0 0 0 7.06-11.38a56 56 0 0 0-69.9-76.28a4 4 0 0 0-2.39 5.12l20.13 55.32a56.3 56.3 0 0 0-11.38-7.06a56 56 0 0 0-76.28 69.9a4 4 0 0 0 2.06 2.31a4 4 0 0 0 3.06.13L83.85 129a56 56 0 0 0 62.84 87.66a4 4 0 0 0 2.39-5.13L129 156.17a56.5 56.5 0 0 0 11.38 7.06a55.9 55.9 0 0 0 22.48 5.24l58.36 58.36a4 4 0 0 0 5.66-5.66ZM99.88 29.71a48 48 0 0 1 32.72 89.9Zm25.21 92.67l-7.45 2.71l-2.72-7.45l7.46-2.72Zm-95.38 17.76a48 48 0 0 1 89.9-32.72Zm110.43 70.17a48 48 0 0 1-32.72-89.9Zm24.29-49.82a48.08 48.08 0 0 1-44-27.89l89.9-32.72a48 48 0 0 1-45.79 60.61Z"/></svg> </template>
CSS
.icon-pinwheel-thin {
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%22m226.83%20221.17l-53.48-53.47a57%2057%200%200%200%209.79-2.6a56%2056%200%200%200%2033.47-71.77a4%204%200%200%200-5.13-2.39l-55.31%2020.13a56.8%2056.8%200%200%200%207.06-11.38a56%2056%200%200%200-69.9-76.28a4%204%200%200%200-2.39%205.12l20.13%2055.32a56.3%2056.3%200%200%200-11.38-7.06a56%2056%200%200%200-76.28%2069.9a4%204%200%200%200%202.06%202.31a4%204%200%200%200%203.06.13L83.85%20129a56%2056%200%200%200%2062.84%2087.66a4%204%200%200%200%202.39-5.13L129%20156.17a56.5%2056.5%200%200%200%2011.38%207.06a55.9%2055.9%200%200%200%2022.48%205.24l58.36%2058.36a4%204%200%200%200%205.66-5.66ZM99.88%2029.71a48%2048%200%200%201%2032.72%2089.9Zm25.21%2092.67l-7.45%202.71l-2.72-7.45l7.46-2.72Zm-95.38%2017.76a48%2048%200%200%201%2089.9-32.72Zm110.43%2070.17a48%2048%200%200%201-32.72-89.9Zm24.29-49.82a48.08%2048.08%200%200%201-44-27.89l89.9-32.72a48%2048%200%200%201-45.79%2060.61Z%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%22m226.83%20221.17l-53.48-53.47a57%2057%200%200%200%209.79-2.6a56%2056%200%200%200%2033.47-71.77a4%204%200%200%200-5.13-2.39l-55.31%2020.13a56.8%2056.8%200%200%200%207.06-11.38a56%2056%200%200%200-69.9-76.28a4%204%200%200%200-2.39%205.12l20.13%2055.32a56.3%2056.3%200%200%200-11.38-7.06a56%2056%200%200%200-76.28%2069.9a4%204%200%200%200%202.06%202.31a4%204%200%200%200%203.06.13L83.85%20129a56%2056%200%200%200%2062.84%2087.66a4%204%200%200%200%202.39-5.13L129%20156.17a56.5%2056.5%200%200%200%2011.38%207.06a55.9%2055.9%200%200%200%2022.48%205.24l58.36%2058.36a4%204%200%200%200%205.66-5.66ZM99.88%2029.71a48%2048%200%200%201%2032.72%2089.9Zm25.21%2092.67l-7.45%202.71l-2.72-7.45l7.46-2.72Zm-95.38%2017.76a48%2048%200%200%201%2089.9-32.72Zm110.43%2070.17a48%2048%200%200%201-32.72-89.9Zm24.29-49.82a48.08%2048.08%200%200%201-44-27.89l89.9-32.72a48%2048%200%200%201-45.79%2060.61Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pinwheel-thin.svg?color=%231a73e8&size=48