wind turbine icon

wind-turbine from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
wind-turbine
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the wind turbine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13.5 11a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" d="M21 10.5a9.18 9.18 0 0 0-3.928-7m-10.144 0A9.18 9.18 0 0 0 3 10.5m9-1V7m-1.801-3.01l.152 1.517c.056.559.083.838.22 1.044a1 1 0 0 0 .369.334C11.158 7 11.439 7 12 7s.842 0 1.06-.115a1 1 0 0 0 .37-.334c.136-.206.163-.485.22-1.044l.15-1.517c.083-.827.124-1.24-.068-1.535a1 1 0 0 0-.212-.235C13.247 2 12.831 2 12 2s-1.247 0-1.521.22a1 1 0 0 0-.212.235c-.192.294-.15.708-.068 1.535Zm.501 7.76L8.535 13m-1.704 3.065l1.238-.89c.456-.328.684-.492.794-.712a1 1 0 0 0 .105-.488c-.01-.246-.15-.489-.43-.975c-.281-.486-.422-.729-.63-.86a1 1 0 0 0-.475-.153c-.246-.015-.502.1-1.013.331l-1.39.627c-.758.342-1.136.513-1.296.827a1 1 0 0 0-.097.3c-.053.348.154.708.57 1.428s.623 1.08.951 1.207q.15.058.31.067c.35.018.688-.224 1.363-.71ZM13.3 11.75L15.465 13m3.505-.056l-1.39-.627c-.511-.23-.767-.346-1.013-.331a1 1 0 0 0-.475.152c-.208.132-.349.375-.63.861c-.28.486-.42.729-.43.976c-.007.168.03.336.105.487c.11.22.338.384.794.712l1.238.89c.675.485 1.012.727 1.364.709a1 1 0 0 0 .309-.067c.328-.127.535-.487.95-1.207c.416-.72.624-1.08.57-1.427a1 1 0 0 0-.096-.301c-.16-.314-.538-.485-1.296-.827ZM12 12.5V22m6 0H6"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWindTurbine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M13.5 11a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path strokeLinecap="round" d="M21 10.5a9.18 9.18 0 0 0-3.928-7m-10.144 0A9.18 9.18 0 0 0 3 10.5m9-1V7m-1.801-3.01l.152 1.517c.056.559.083.838.22 1.044a1 1 0 0 0 .369.334C11.158 7 11.439 7 12 7s.842 0 1.06-.115a1 1 0 0 0 .37-.334c.136-.206.163-.485.22-1.044l.15-1.517c.083-.827.124-1.24-.068-1.535a1 1 0 0 0-.212-.235C13.247 2 12.831 2 12 2s-1.247 0-1.521.22a1 1 0 0 0-.212.235c-.192.294-.15.708-.068 1.535Zm.501 7.76L8.535 13m-1.704 3.065l1.238-.89c.456-.328.684-.492.794-.712a1 1 0 0 0 .105-.488c-.01-.246-.15-.489-.43-.975c-.281-.486-.422-.729-.63-.86a1 1 0 0 0-.475-.153c-.246-.015-.502.1-1.013.331l-1.39.627c-.758.342-1.136.513-1.296.827a1 1 0 0 0-.097.3c-.053.348.154.708.57 1.428s.623 1.08.951 1.207q.15.058.31.067c.35.018.688-.224 1.363-.71ZM13.3 11.75L15.465 13m3.505-.056l-1.39-.627c-.511-.23-.767-.346-1.013-.331a1 1 0 0 0-.475.152c-.208.132-.349.375-.63.861c-.28.486-.42.729-.43.976c-.007.168.03.336.105.487c.11.22.338.384.794.712l1.238.89c.675.485 1.012.727 1.364.709a1 1 0 0 0 .309-.067c.328-.127.535-.487.95-1.207c.416-.72.624-1.08.57-1.427a1 1 0 0 0-.096-.301c-.16-.314-.538-.485-1.296-.827ZM12 12.5V22m6 0H6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13.5 11a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" d="M21 10.5a9.18 9.18 0 0 0-3.928-7m-10.144 0A9.18 9.18 0 0 0 3 10.5m9-1V7m-1.801-3.01l.152 1.517c.056.559.083.838.22 1.044a1 1 0 0 0 .369.334C11.158 7 11.439 7 12 7s.842 0 1.06-.115a1 1 0 0 0 .37-.334c.136-.206.163-.485.22-1.044l.15-1.517c.083-.827.124-1.24-.068-1.535a1 1 0 0 0-.212-.235C13.247 2 12.831 2 12 2s-1.247 0-1.521.22a1 1 0 0 0-.212.235c-.192.294-.15.708-.068 1.535Zm.501 7.76L8.535 13m-1.704 3.065l1.238-.89c.456-.328.684-.492.794-.712a1 1 0 0 0 .105-.488c-.01-.246-.15-.489-.43-.975c-.281-.486-.422-.729-.63-.86a1 1 0 0 0-.475-.153c-.246-.015-.502.1-1.013.331l-1.39.627c-.758.342-1.136.513-1.296.827a1 1 0 0 0-.097.3c-.053.348.154.708.57 1.428s.623 1.08.951 1.207q.15.058.31.067c.35.018.688-.224 1.363-.71ZM13.3 11.75L15.465 13m3.505-.056l-1.39-.627c-.511-.23-.767-.346-1.013-.331a1 1 0 0 0-.475.152c-.208.132-.349.375-.63.861c-.28.486-.42.729-.43.976c-.007.168.03.336.105.487c.11.22.338.384.794.712l1.238.89c.675.485 1.012.727 1.364.709a1 1 0 0 0 .309-.067c.328-.127.535-.487.95-1.207c.416-.72.624-1.08.57-1.427a1 1 0 0 0-.096-.301c-.16-.314-.538-.485-1.296-.827ZM12 12.5V22m6 0H6"/></g></svg>
</template>

CSS

.icon-wind-turbine {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.5%2011a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2010.5a9.18%209.18%200%200%200-3.928-7m-10.144%200A9.18%209.18%200%200%200%203%2010.5m9-1V7m-1.801-3.01l.152%201.517c.056.559.083.838.22%201.044a1%201%200%200%200%20.369.334C11.158%207%2011.439%207%2012%207s.842%200%201.06-.115a1%201%200%200%200%20.37-.334c.136-.206.163-.485.22-1.044l.15-1.517c.083-.827.124-1.24-.068-1.535a1%201%200%200%200-.212-.235C13.247%202%2012.831%202%2012%202s-1.247%200-1.521.22a1%201%200%200%200-.212.235c-.192.294-.15.708-.068%201.535Zm.501%207.76L8.535%2013m-1.704%203.065l1.238-.89c.456-.328.684-.492.794-.712a1%201%200%200%200%20.105-.488c-.01-.246-.15-.489-.43-.975c-.281-.486-.422-.729-.63-.86a1%201%200%200%200-.475-.153c-.246-.015-.502.1-1.013.331l-1.39.627c-.758.342-1.136.513-1.296.827a1%201%200%200%200-.097.3c-.053.348.154.708.57%201.428s.623%201.08.951%201.207q.15.058.31.067c.35.018.688-.224%201.363-.71ZM13.3%2011.75L15.465%2013m3.505-.056l-1.39-.627c-.511-.23-.767-.346-1.013-.331a1%201%200%200%200-.475.152c-.208.132-.349.375-.63.861c-.28.486-.42.729-.43.976c-.007.168.03.336.105.487c.11.22.338.384.794.712l1.238.89c.675.485%201.012.727%201.364.709a1%201%200%200%200%20.309-.067c.328-.127.535-.487.95-1.207c.416-.72.624-1.08.57-1.427a1%201%200%200%200-.096-.301c-.16-.314-.538-.485-1.296-.827ZM12%2012.5V22m6%200H6%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.5%2011a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2010.5a9.18%209.18%200%200%200-3.928-7m-10.144%200A9.18%209.18%200%200%200%203%2010.5m9-1V7m-1.801-3.01l.152%201.517c.056.559.083.838.22%201.044a1%201%200%200%200%20.369.334C11.158%207%2011.439%207%2012%207s.842%200%201.06-.115a1%201%200%200%200%20.37-.334c.136-.206.163-.485.22-1.044l.15-1.517c.083-.827.124-1.24-.068-1.535a1%201%200%200%200-.212-.235C13.247%202%2012.831%202%2012%202s-1.247%200-1.521.22a1%201%200%200%200-.212.235c-.192.294-.15.708-.068%201.535Zm.501%207.76L8.535%2013m-1.704%203.065l1.238-.89c.456-.328.684-.492.794-.712a1%201%200%200%200%20.105-.488c-.01-.246-.15-.489-.43-.975c-.281-.486-.422-.729-.63-.86a1%201%200%200%200-.475-.153c-.246-.015-.502.1-1.013.331l-1.39.627c-.758.342-1.136.513-1.296.827a1%201%200%200%200-.097.3c-.053.348.154.708.57%201.428s.623%201.08.951%201.207q.15.058.31.067c.35.018.688-.224%201.363-.71ZM13.3%2011.75L15.465%2013m3.505-.056l-1.39-.627c-.511-.23-.767-.346-1.013-.331a1%201%200%200%200-.475.152c-.208.132-.349.375-.63.861c-.28.486-.42.729-.43.976c-.007.168.03.336.105.487c.11.22.338.384.794.712l1.238.89c.675.485%201.012.727%201.364.709a1%201%200%200%200%20.309-.067c.328-.127.535-.487.95-1.207c.416-.72.624-1.08.57-1.427a1%201%200%200%200-.096-.301c-.16-.314-.538-.485-1.296-.827ZM12%2012.5V22m6%200H6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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