windmill icon
windmill-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- windmill-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the windmill icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M176 232H80l10.27-71.89l17.63-30l58.46 34.41Z" opacity=".2"/><path d="M224 224h-41.06l-6.3-44.12l3.24 1.91a16 16 0 0 0 21.91-5.67l12-20.34a16 16 0 0 0-5.67-21.91l-35-20.61l40.69-69.13a16 16 0 0 0-5.67-21.91l-20.34-12a16 16 0 0 0-21.91 5.67l-20.61 35l-69.16-40.67a16 16 0 0 0-21.91 5.67l-12 20.33a16 16 0 0 0 5.67 21.92l35 20.61l-40.67 69.13a16 16 0 0 0 5.67 21.91l20.34 12a15.57 15.57 0 0 0 10.58 2L73.06 224H32a8 8 0 0 0 0 16h192a8 8 0 0 0 0-16m-24-76.34L188 168l-69.13-40.69l12-20.35ZM179.66 24L200 36l-40.69 69.14L139 93.17ZM56 44.35L68 24l69.14 40.7l-12 20.35ZM76.34 168L56 156l40.69-69.14l20.36 12Zm12.88 56L98 162.8l12.77-21.7L159 169.5l7.79 54.5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhWindmillDuotone(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="M176 232H80l10.27-71.89l17.63-30l58.46 34.41Z" opacity=".2"/><path d="M224 224h-41.06l-6.3-44.12l3.24 1.91a16 16 0 0 0 21.91-5.67l12-20.34a16 16 0 0 0-5.67-21.91l-35-20.61l40.69-69.13a16 16 0 0 0-5.67-21.91l-20.34-12a16 16 0 0 0-21.91 5.67l-20.61 35l-69.16-40.67a16 16 0 0 0-21.91 5.67l-12 20.33a16 16 0 0 0 5.67 21.92l35 20.61l-40.67 69.13a16 16 0 0 0 5.67 21.91l20.34 12a15.57 15.57 0 0 0 10.58 2L73.06 224H32a8 8 0 0 0 0 16h192a8 8 0 0 0 0-16m-24-76.34L188 168l-69.13-40.69l12-20.35ZM179.66 24L200 36l-40.69 69.14L139 93.17ZM56 44.35L68 24l69.14 40.7l-12 20.35ZM76.34 168L56 156l40.69-69.14l20.36 12Zm12.88 56L98 162.8l12.77-21.7L159 169.5l7.79 54.5Z"/></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="M176 232H80l10.27-71.89l17.63-30l58.46 34.41Z" opacity=".2"/><path d="M224 224h-41.06l-6.3-44.12l3.24 1.91a16 16 0 0 0 21.91-5.67l12-20.34a16 16 0 0 0-5.67-21.91l-35-20.61l40.69-69.13a16 16 0 0 0-5.67-21.91l-20.34-12a16 16 0 0 0-21.91 5.67l-20.61 35l-69.16-40.67a16 16 0 0 0-21.91 5.67l-12 20.33a16 16 0 0 0 5.67 21.92l35 20.61l-40.67 69.13a16 16 0 0 0 5.67 21.91l20.34 12a15.57 15.57 0 0 0 10.58 2L73.06 224H32a8 8 0 0 0 0 16h192a8 8 0 0 0 0-16m-24-76.34L188 168l-69.13-40.69l12-20.35ZM179.66 24L200 36l-40.69 69.14L139 93.17ZM56 44.35L68 24l69.14 40.7l-12 20.35ZM76.34 168L56 156l40.69-69.14l20.36 12Zm12.88 56L98 162.8l12.77-21.7L159 169.5l7.79 54.5Z"/></g></svg> </template>
CSS
.icon-windmill-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%22M176%20232H80l10.27-71.89l17.63-30l58.46%2034.41Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M224%20224h-41.06l-6.3-44.12l3.24%201.91a16%2016%200%200%200%2021.91-5.67l12-20.34a16%2016%200%200%200-5.67-21.91l-35-20.61l40.69-69.13a16%2016%200%200%200-5.67-21.91l-20.34-12a16%2016%200%200%200-21.91%205.67l-20.61%2035l-69.16-40.67a16%2016%200%200%200-21.91%205.67l-12%2020.33a16%2016%200%200%200%205.67%2021.92l35%2020.61l-40.67%2069.13a16%2016%200%200%200%205.67%2021.91l20.34%2012a15.57%2015.57%200%200%200%2010.58%202L73.06%20224H32a8%208%200%200%200%200%2016h192a8%208%200%200%200%200-16m-24-76.34L188%20168l-69.13-40.69l12-20.35ZM179.66%2024L200%2036l-40.69%2069.14L139%2093.17ZM56%2044.35L68%2024l69.14%2040.7l-12%2020.35ZM76.34%20168L56%20156l40.69-69.14l20.36%2012Zm12.88%2056L98%20162.8l12.77-21.7L159%20169.5l7.79%2054.5Z%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%22M176%20232H80l10.27-71.89l17.63-30l58.46%2034.41Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M224%20224h-41.06l-6.3-44.12l3.24%201.91a16%2016%200%200%200%2021.91-5.67l12-20.34a16%2016%200%200%200-5.67-21.91l-35-20.61l40.69-69.13a16%2016%200%200%200-5.67-21.91l-20.34-12a16%2016%200%200%200-21.91%205.67l-20.61%2035l-69.16-40.67a16%2016%200%200%200-21.91%205.67l-12%2020.33a16%2016%200%200%200%205.67%2021.92l35%2020.61l-40.67%2069.13a16%2016%200%200%200%205.67%2021.91l20.34%2012a15.57%2015.57%200%200%200%2010.58%202L73.06%20224H32a8%208%200%200%200%200%2016h192a8%208%200%200%200%200-16m-24-76.34L188%20168l-69.13-40.69l12-20.35ZM179.66%2024L200%2036l-40.69%2069.14L139%2093.17ZM56%2044.35L68%2024l69.14%2040.7l-12%2020.35ZM76.34%20168L56%20156l40.69-69.14l20.36%2012Zm12.88%2056L98%20162.8l12.77-21.7L159%20169.5l7.79%2054.5Z%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/windmill-duotone.svg?color=%231a73e8&size=48