windmill icon

windmill-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
windmill-thin
Set
Phosphor
Style
Thin
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 228h-44.53l-8-55.78l10.4 6.12a12 12 0 0 0 16.45-4.25l12-20.34a12 12 0 0 0-4.26-16.43l-38.46-22.64l42.74-72.58a12 12 0 0 0-4.25-16.44l-20.34-12a12 12 0 0 0-16.44 4.25l-22.63 38.47L74.1 13.66a12 12 0 0 0-16.45 4.25l-12 20.34a12 12 0 0 0 4.26 16.44l38.47 22.64l-42.72 72.58a12 12 0 0 0 4.25 16.44l20.34 12a12 12 0 0 0 13.5-.91L76.53 228H32a4 4 0 0 0 0 8h192a4 4 0 0 0 0-8m-20.13-81.34a3.93 3.93 0 0 1-.43 3l-12 20.34a4 4 0 0 1-5.49 1.42l-72.58-42.72l16-27.25L202 144.21a4 4 0 0 1 1.87 2.45M176.21 22a4 4 0 0 1 5.48-1.42l20.34 12a4 4 0 0 1 1.41 5.42l-42.71 72.58l-27.25-16ZM52.13 45.35a3.92 3.92 0 0 1 .43-3L64.55 22A4 4 0 0 1 70 20.56l72.58 42.72l-16 27.25L54 47.79a4 4 0 0 1-1.87-2.44m25.21 126.52a4 4 0 0 1-3-.42L54 159.46a4 4 0 0 1-1.41-5.5l42.68-72.58l27.25 16L79.79 170a4 4 0 0 1-2.45 1.87m16.78-10.41l15.2-25.84L162.68 167l8.71 61H84.61Z"/></svg>

React

import type { SVGProps } from "react";

export function PhWindmillThin(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 228h-44.53l-8-55.78l10.4 6.12a12 12 0 0 0 16.45-4.25l12-20.34a12 12 0 0 0-4.26-16.43l-38.46-22.64l42.74-72.58a12 12 0 0 0-4.25-16.44l-20.34-12a12 12 0 0 0-16.44 4.25l-22.63 38.47L74.1 13.66a12 12 0 0 0-16.45 4.25l-12 20.34a12 12 0 0 0 4.26 16.44l38.47 22.64l-42.72 72.58a12 12 0 0 0 4.25 16.44l20.34 12a12 12 0 0 0 13.5-.91L76.53 228H32a4 4 0 0 0 0 8h192a4 4 0 0 0 0-8m-20.13-81.34a3.93 3.93 0 0 1-.43 3l-12 20.34a4 4 0 0 1-5.49 1.42l-72.58-42.72l16-27.25L202 144.21a4 4 0 0 1 1.87 2.45M176.21 22a4 4 0 0 1 5.48-1.42l20.34 12a4 4 0 0 1 1.41 5.42l-42.71 72.58l-27.25-16ZM52.13 45.35a3.92 3.92 0 0 1 .43-3L64.55 22A4 4 0 0 1 70 20.56l72.58 42.72l-16 27.25L54 47.79a4 4 0 0 1-1.87-2.44m25.21 126.52a4 4 0 0 1-3-.42L54 159.46a4 4 0 0 1-1.41-5.5l42.68-72.58l27.25 16L79.79 170a4 4 0 0 1-2.45 1.87m16.78-10.41l15.2-25.84L162.68 167l8.71 61H84.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="M224 228h-44.53l-8-55.78l10.4 6.12a12 12 0 0 0 16.45-4.25l12-20.34a12 12 0 0 0-4.26-16.43l-38.46-22.64l42.74-72.58a12 12 0 0 0-4.25-16.44l-20.34-12a12 12 0 0 0-16.44 4.25l-22.63 38.47L74.1 13.66a12 12 0 0 0-16.45 4.25l-12 20.34a12 12 0 0 0 4.26 16.44l38.47 22.64l-42.72 72.58a12 12 0 0 0 4.25 16.44l20.34 12a12 12 0 0 0 13.5-.91L76.53 228H32a4 4 0 0 0 0 8h192a4 4 0 0 0 0-8m-20.13-81.34a3.93 3.93 0 0 1-.43 3l-12 20.34a4 4 0 0 1-5.49 1.42l-72.58-42.72l16-27.25L202 144.21a4 4 0 0 1 1.87 2.45M176.21 22a4 4 0 0 1 5.48-1.42l20.34 12a4 4 0 0 1 1.41 5.42l-42.71 72.58l-27.25-16ZM52.13 45.35a3.92 3.92 0 0 1 .43-3L64.55 22A4 4 0 0 1 70 20.56l72.58 42.72l-16 27.25L54 47.79a4 4 0 0 1-1.87-2.44m25.21 126.52a4 4 0 0 1-3-.42L54 159.46a4 4 0 0 1-1.41-5.5l42.68-72.58l27.25 16L79.79 170a4 4 0 0 1-2.45 1.87m16.78-10.41l15.2-25.84L162.68 167l8.71 61H84.61Z"/></svg>
</template>

CSS

.icon-windmill-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%22M224%20228h-44.53l-8-55.78l10.4%206.12a12%2012%200%200%200%2016.45-4.25l12-20.34a12%2012%200%200%200-4.26-16.43l-38.46-22.64l42.74-72.58a12%2012%200%200%200-4.25-16.44l-20.34-12a12%2012%200%200%200-16.44%204.25l-22.63%2038.47L74.1%2013.66a12%2012%200%200%200-16.45%204.25l-12%2020.34a12%2012%200%200%200%204.26%2016.44l38.47%2022.64l-42.72%2072.58a12%2012%200%200%200%204.25%2016.44l20.34%2012a12%2012%200%200%200%2013.5-.91L76.53%20228H32a4%204%200%200%200%200%208h192a4%204%200%200%200%200-8m-20.13-81.34a3.93%203.93%200%200%201-.43%203l-12%2020.34a4%204%200%200%201-5.49%201.42l-72.58-42.72l16-27.25L202%20144.21a4%204%200%200%201%201.87%202.45M176.21%2022a4%204%200%200%201%205.48-1.42l20.34%2012a4%204%200%200%201%201.41%205.42l-42.71%2072.58l-27.25-16ZM52.13%2045.35a3.92%203.92%200%200%201%20.43-3L64.55%2022A4%204%200%200%201%2070%2020.56l72.58%2042.72l-16%2027.25L54%2047.79a4%204%200%200%201-1.87-2.44m25.21%20126.52a4%204%200%200%201-3-.42L54%20159.46a4%204%200%200%201-1.41-5.5l42.68-72.58l27.25%2016L79.79%20170a4%204%200%200%201-2.45%201.87m16.78-10.41l15.2-25.84L162.68%20167l8.71%2061H84.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%22M224%20228h-44.53l-8-55.78l10.4%206.12a12%2012%200%200%200%2016.45-4.25l12-20.34a12%2012%200%200%200-4.26-16.43l-38.46-22.64l42.74-72.58a12%2012%200%200%200-4.25-16.44l-20.34-12a12%2012%200%200%200-16.44%204.25l-22.63%2038.47L74.1%2013.66a12%2012%200%200%200-16.45%204.25l-12%2020.34a12%2012%200%200%200%204.26%2016.44l38.47%2022.64l-42.72%2072.58a12%2012%200%200%200%204.25%2016.44l20.34%2012a12%2012%200%200%200%2013.5-.91L76.53%20228H32a4%204%200%200%200%200%208h192a4%204%200%200%200%200-8m-20.13-81.34a3.93%203.93%200%200%201-.43%203l-12%2020.34a4%204%200%200%201-5.49%201.42l-72.58-42.72l16-27.25L202%20144.21a4%204%200%200%201%201.87%202.45M176.21%2022a4%204%200%200%201%205.48-1.42l20.34%2012a4%204%200%200%201%201.41%205.42l-42.71%2072.58l-27.25-16ZM52.13%2045.35a3.92%203.92%200%200%201%20.43-3L64.55%2022A4%204%200%200%201%2070%2020.56l72.58%2042.72l-16%2027.25L54%2047.79a4%204%200%200%201-1.87-2.44m25.21%20126.52a4%204%200%200%201-3-.42L54%20159.46a4%204%200%200%201-1.41-5.5l42.68-72.58l27.25%2016L79.79%20170a4%204%200%200%201-2.45%201.87m16.78-10.41l15.2-25.84L162.68%20167l8.71%2061H84.61Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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