windmill icon
windmill-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- windmill-fill
- Set
- Phosphor
- Style
- Fill
- 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"><path fill="currentColor" d="M232 231.47a8.17 8.17 0 0 0-8.25-7.47h-40.81l-6.3-44.12l3.24 1.91a16 16 0 0 0 21.91-5.67l11.81-20a16.5 16.5 0 0 0 2.11-11.49a15.92 15.92 0 0 0-7.6-10.74L148.93 99a8.18 8.18 0 0 1-3.33-10.63a8 8 0 0 1 11.21-3.3l20.95 12.33a4 4 0 0 0 5.48-1.4l30.55-51.9a16 16 0 0 0-5.67-21.92l-20.34-12a16 16 0 0 0-21.91 5.67l-35 59.42a8 8 0 0 1-11.79 2.27A8.13 8.13 0 0 1 117.21 67l12.23-20.78a4 4 0 0 0-1.44-5.46L76.12 10.22a16 16 0 0 0-21.91 5.67l-11.81 20a16.47 16.47 0 0 0-2.11 11.48a16 16 0 0 0 7.6 10.75L107.08 93a8.16 8.16 0 0 1 3.47 10.3a8 8 0 0 1-11.36 3.62l-21-12.34A4 4 0 0 0 72.76 96l-30.55 51.9a16 16 0 0 0 5.67 21.91l20.34 12a15.57 15.57 0 0 0 10.58 2L73.06 224H32.27a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h192a8 8 0 0 0 8-8.53M89.22 224L98 162.8l12.77-21.7L125 116.93a8.18 8.18 0 0 1 10.62-3.33a8 8 0 0 1 3.3 11.21l-12.33 21a4 4 0 0 0 1.42 5.47l31 18.25l7.77 54.47Z"/></svg>
React
import type { SVGProps } from "react";
export function PhWindmillFill(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="M232 231.47a8.17 8.17 0 0 0-8.25-7.47h-40.81l-6.3-44.12l3.24 1.91a16 16 0 0 0 21.91-5.67l11.81-20a16.5 16.5 0 0 0 2.11-11.49a15.92 15.92 0 0 0-7.6-10.74L148.93 99a8.18 8.18 0 0 1-3.33-10.63a8 8 0 0 1 11.21-3.3l20.95 12.33a4 4 0 0 0 5.48-1.4l30.55-51.9a16 16 0 0 0-5.67-21.92l-20.34-12a16 16 0 0 0-21.91 5.67l-35 59.42a8 8 0 0 1-11.79 2.27A8.13 8.13 0 0 1 117.21 67l12.23-20.78a4 4 0 0 0-1.44-5.46L76.12 10.22a16 16 0 0 0-21.91 5.67l-11.81 20a16.47 16.47 0 0 0-2.11 11.48a16 16 0 0 0 7.6 10.75L107.08 93a8.16 8.16 0 0 1 3.47 10.3a8 8 0 0 1-11.36 3.62l-21-12.34A4 4 0 0 0 72.76 96l-30.55 51.9a16 16 0 0 0 5.67 21.91l20.34 12a15.57 15.57 0 0 0 10.58 2L73.06 224H32.27a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h192a8 8 0 0 0 8-8.53M89.22 224L98 162.8l12.77-21.7L125 116.93a8.18 8.18 0 0 1 10.62-3.33a8 8 0 0 1 3.3 11.21l-12.33 21a4 4 0 0 0 1.42 5.47l31 18.25l7.77 54.47Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 231.47a8.17 8.17 0 0 0-8.25-7.47h-40.81l-6.3-44.12l3.24 1.91a16 16 0 0 0 21.91-5.67l11.81-20a16.5 16.5 0 0 0 2.11-11.49a15.92 15.92 0 0 0-7.6-10.74L148.93 99a8.18 8.18 0 0 1-3.33-10.63a8 8 0 0 1 11.21-3.3l20.95 12.33a4 4 0 0 0 5.48-1.4l30.55-51.9a16 16 0 0 0-5.67-21.92l-20.34-12a16 16 0 0 0-21.91 5.67l-35 59.42a8 8 0 0 1-11.79 2.27A8.13 8.13 0 0 1 117.21 67l12.23-20.78a4 4 0 0 0-1.44-5.46L76.12 10.22a16 16 0 0 0-21.91 5.67l-11.81 20a16.47 16.47 0 0 0-2.11 11.48a16 16 0 0 0 7.6 10.75L107.08 93a8.16 8.16 0 0 1 3.47 10.3a8 8 0 0 1-11.36 3.62l-21-12.34A4 4 0 0 0 72.76 96l-30.55 51.9a16 16 0 0 0 5.67 21.91l20.34 12a15.57 15.57 0 0 0 10.58 2L73.06 224H32.27a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h192a8 8 0 0 0 8-8.53M89.22 224L98 162.8l12.77-21.7L125 116.93a8.18 8.18 0 0 1 10.62-3.33a8 8 0 0 1 3.3 11.21l-12.33 21a4 4 0 0 0 1.42 5.47l31 18.25l7.77 54.47Z"/></svg> </template>
CSS
.icon-windmill-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%22M232%20231.47a8.17%208.17%200%200%200-8.25-7.47h-40.81l-6.3-44.12l3.24%201.91a16%2016%200%200%200%2021.91-5.67l11.81-20a16.5%2016.5%200%200%200%202.11-11.49a15.92%2015.92%200%200%200-7.6-10.74L148.93%2099a8.18%208.18%200%200%201-3.33-10.63a8%208%200%200%201%2011.21-3.3l20.95%2012.33a4%204%200%200%200%205.48-1.4l30.55-51.9a16%2016%200%200%200-5.67-21.92l-20.34-12a16%2016%200%200%200-21.91%205.67l-35%2059.42a8%208%200%200%201-11.79%202.27A8.13%208.13%200%200%201%20117.21%2067l12.23-20.78a4%204%200%200%200-1.44-5.46L76.12%2010.22a16%2016%200%200%200-21.91%205.67l-11.81%2020a16.47%2016.47%200%200%200-2.11%2011.48a16%2016%200%200%200%207.6%2010.75L107.08%2093a8.16%208.16%200%200%201%203.47%2010.3a8%208%200%200%201-11.36%203.62l-21-12.34A4%204%200%200%200%2072.76%2096l-30.55%2051.9a16%2016%200%200%200%205.67%2021.91l20.34%2012a15.57%2015.57%200%200%200%2010.58%202L73.06%20224H32.27a8.17%208.17%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h192a8%208%200%200%200%208-8.53M89.22%20224L98%20162.8l12.77-21.7L125%20116.93a8.18%208.18%200%200%201%2010.62-3.33a8%208%200%200%201%203.3%2011.21l-12.33%2021a4%204%200%200%200%201.42%205.47l31%2018.25l7.77%2054.47Z%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%22M232%20231.47a8.17%208.17%200%200%200-8.25-7.47h-40.81l-6.3-44.12l3.24%201.91a16%2016%200%200%200%2021.91-5.67l11.81-20a16.5%2016.5%200%200%200%202.11-11.49a15.92%2015.92%200%200%200-7.6-10.74L148.93%2099a8.18%208.18%200%200%201-3.33-10.63a8%208%200%200%201%2011.21-3.3l20.95%2012.33a4%204%200%200%200%205.48-1.4l30.55-51.9a16%2016%200%200%200-5.67-21.92l-20.34-12a16%2016%200%200%200-21.91%205.67l-35%2059.42a8%208%200%200%201-11.79%202.27A8.13%208.13%200%200%201%20117.21%2067l12.23-20.78a4%204%200%200%200-1.44-5.46L76.12%2010.22a16%2016%200%200%200-21.91%205.67l-11.81%2020a16.47%2016.47%200%200%200-2.11%2011.48a16%2016%200%200%200%207.6%2010.75L107.08%2093a8.16%208.16%200%200%201%203.47%2010.3a8%208%200%200%201-11.36%203.62l-21-12.34A4%204%200%200%200%2072.76%2096l-30.55%2051.9a16%2016%200%200%200%205.67%2021.91l20.34%2012a15.57%2015.57%200%200%200%2010.58%202L73.06%20224H32.27a8.17%208.17%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h192a8%208%200%200%200%208-8.53M89.22%20224L98%20162.8l12.77-21.7L125%20116.93a8.18%208.18%200%200%201%2010.62-3.33a8%208%200%200%201%203.3%2011.21l-12.33%2021a4%204%200%200%200%201.42%205.47l31%2018.25l7.77%2054.47Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/windmill-fill.svg?color=%231a73e8&size=48