windmill icon

windmill-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
windmill-light
Set
Phosphor
Style
Light
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="M224 226h-42.8l-7.13-49.95l6.82 4a14 14 0 0 0 19.18-4.95l12-20.34a14 14 0 0 0-5-19.18L170.36 114l41.7-70.86a14 14 0 0 0-5-19.17L186.77 12a14 14 0 0 0-19.18 5L146 53.65L75.11 11.94a14 14 0 0 0-19.18 5l-12 20.34a14 14 0 0 0 5 19.17L85.64 78l-41.7 70.85a14 14 0 0 0 5 19.18l20.33 12a13.9 13.9 0 0 0 7.05 1.97a13.7 13.7 0 0 0 3.53-.46c.46-.12.91-.26 1.36-.42L74.8 226H32a6 6 0 0 0 0 12h192a6 6 0 0 0 0-12m-22.06-78.84a2 2 0 0 1-.22 1.51l-12 20.34a2 2 0 0 1-2.75.71L116.12 128l14-23.8L201 145.93a2 2 0 0 1 .94 1.23M177.93 23a2 2 0 0 1 1.23-.92a2 2 0 0 1 1.51.21l20.34 12a2 2 0 0 1 .71 2.76L160 107.88l-23.81-14ZM54.06 44.85a2 2 0 0 1 .22-1.52L66.27 23a2 2 0 0 1 2.73-.72L139.88 64l-14 23.8L55 46.07a2 2 0 0 1-.94-1.22M78.07 169a2 2 0 0 1-2.74.71L55 157.73a2 2 0 0 1-.71-2.75L96 84.12l23.81 14Zm18-6.88l14-23.77l50.8 29.9l8.21 57.75H86.92Z"/></svg>

React

import type { SVGProps } from "react";

export function PhWindmillLight(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="M224 226h-42.8l-7.13-49.95l6.82 4a14 14 0 0 0 19.18-4.95l12-20.34a14 14 0 0 0-5-19.18L170.36 114l41.7-70.86a14 14 0 0 0-5-19.17L186.77 12a14 14 0 0 0-19.18 5L146 53.65L75.11 11.94a14 14 0 0 0-19.18 5l-12 20.34a14 14 0 0 0 5 19.17L85.64 78l-41.7 70.85a14 14 0 0 0 5 19.18l20.33 12a13.9 13.9 0 0 0 7.05 1.97a13.7 13.7 0 0 0 3.53-.46c.46-.12.91-.26 1.36-.42L74.8 226H32a6 6 0 0 0 0 12h192a6 6 0 0 0 0-12m-22.06-78.84a2 2 0 0 1-.22 1.51l-12 20.34a2 2 0 0 1-2.75.71L116.12 128l14-23.8L201 145.93a2 2 0 0 1 .94 1.23M177.93 23a2 2 0 0 1 1.23-.92a2 2 0 0 1 1.51.21l20.34 12a2 2 0 0 1 .71 2.76L160 107.88l-23.81-14ZM54.06 44.85a2 2 0 0 1 .22-1.52L66.27 23a2 2 0 0 1 2.73-.72L139.88 64l-14 23.8L55 46.07a2 2 0 0 1-.94-1.22M78.07 169a2 2 0 0 1-2.74.71L55 157.73a2 2 0 0 1-.71-2.75L96 84.12l23.81 14Zm18-6.88l14-23.77l50.8 29.9l8.21 57.75H86.92Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 226h-42.8l-7.13-49.95l6.82 4a14 14 0 0 0 19.18-4.95l12-20.34a14 14 0 0 0-5-19.18L170.36 114l41.7-70.86a14 14 0 0 0-5-19.17L186.77 12a14 14 0 0 0-19.18 5L146 53.65L75.11 11.94a14 14 0 0 0-19.18 5l-12 20.34a14 14 0 0 0 5 19.17L85.64 78l-41.7 70.85a14 14 0 0 0 5 19.18l20.33 12a13.9 13.9 0 0 0 7.05 1.97a13.7 13.7 0 0 0 3.53-.46c.46-.12.91-.26 1.36-.42L74.8 226H32a6 6 0 0 0 0 12h192a6 6 0 0 0 0-12m-22.06-78.84a2 2 0 0 1-.22 1.51l-12 20.34a2 2 0 0 1-2.75.71L116.12 128l14-23.8L201 145.93a2 2 0 0 1 .94 1.23M177.93 23a2 2 0 0 1 1.23-.92a2 2 0 0 1 1.51.21l20.34 12a2 2 0 0 1 .71 2.76L160 107.88l-23.81-14ZM54.06 44.85a2 2 0 0 1 .22-1.52L66.27 23a2 2 0 0 1 2.73-.72L139.88 64l-14 23.8L55 46.07a2 2 0 0 1-.94-1.22M78.07 169a2 2 0 0 1-2.74.71L55 157.73a2 2 0 0 1-.71-2.75L96 84.12l23.81 14Zm18-6.88l14-23.77l50.8 29.9l8.21 57.75H86.92Z"/></svg>
</template>

CSS

.icon-windmill-light {
  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%22M224%20226h-42.8l-7.13-49.95l6.82%204a14%2014%200%200%200%2019.18-4.95l12-20.34a14%2014%200%200%200-5-19.18L170.36%20114l41.7-70.86a14%2014%200%200%200-5-19.17L186.77%2012a14%2014%200%200%200-19.18%205L146%2053.65L75.11%2011.94a14%2014%200%200%200-19.18%205l-12%2020.34a14%2014%200%200%200%205%2019.17L85.64%2078l-41.7%2070.85a14%2014%200%200%200%205%2019.18l20.33%2012a13.9%2013.9%200%200%200%207.05%201.97a13.7%2013.7%200%200%200%203.53-.46c.46-.12.91-.26%201.36-.42L74.8%20226H32a6%206%200%200%200%200%2012h192a6%206%200%200%200%200-12m-22.06-78.84a2%202%200%200%201-.22%201.51l-12%2020.34a2%202%200%200%201-2.75.71L116.12%20128l14-23.8L201%20145.93a2%202%200%200%201%20.94%201.23M177.93%2023a2%202%200%200%201%201.23-.92a2%202%200%200%201%201.51.21l20.34%2012a2%202%200%200%201%20.71%202.76L160%20107.88l-23.81-14ZM54.06%2044.85a2%202%200%200%201%20.22-1.52L66.27%2023a2%202%200%200%201%202.73-.72L139.88%2064l-14%2023.8L55%2046.07a2%202%200%200%201-.94-1.22M78.07%20169a2%202%200%200%201-2.74.71L55%20157.73a2%202%200%200%201-.71-2.75L96%2084.12l23.81%2014Zm18-6.88l14-23.77l50.8%2029.9l8.21%2057.75H86.92Z%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%22M224%20226h-42.8l-7.13-49.95l6.82%204a14%2014%200%200%200%2019.18-4.95l12-20.34a14%2014%200%200%200-5-19.18L170.36%20114l41.7-70.86a14%2014%200%200%200-5-19.17L186.77%2012a14%2014%200%200%200-19.18%205L146%2053.65L75.11%2011.94a14%2014%200%200%200-19.18%205l-12%2020.34a14%2014%200%200%200%205%2019.17L85.64%2078l-41.7%2070.85a14%2014%200%200%200%205%2019.18l20.33%2012a13.9%2013.9%200%200%200%207.05%201.97a13.7%2013.7%200%200%200%203.53-.46c.46-.12.91-.26%201.36-.42L74.8%20226H32a6%206%200%200%200%200%2012h192a6%206%200%200%200%200-12m-22.06-78.84a2%202%200%200%201-.22%201.51l-12%2020.34a2%202%200%200%201-2.75.71L116.12%20128l14-23.8L201%20145.93a2%202%200%200%201%20.94%201.23M177.93%2023a2%202%200%200%201%201.23-.92a2%202%200%200%201%201.51.21l20.34%2012a2%202%200%200%201%20.71%202.76L160%20107.88l-23.81-14ZM54.06%2044.85a2%202%200%200%201%20.22-1.52L66.27%2023a2%202%200%200%201%202.73-.72L139.88%2064l-14%2023.8L55%2046.07a2%202%200%200%201-.94-1.22M78.07%20169a2%202%200%200%201-2.74.71L55%20157.73a2%202%200%200%201-.71-2.75L96%2084.12l23.81%2014Zm18-6.88l14-23.77l50.8%2029.9l8.21%2057.75H86.92Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/windmill-light.svg?color=%231a73e8&size=48