wind-power-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
wind-power-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the wind power icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 23q0-.825.588-1.412T12 21v-5.2q-.3-.125-.562-.288t-.488-.362l-2.2 1.4q-.35.2-.763.263t-.837-.063l-4.5-1.275q-.725-.2-1.187-.812T1 13.275q0-.95.663-1.612T3.275 11H10.8q.25-.275.55-.475T12 10.2V6.775q0-.425.163-.8t.462-.65l3.425-3.2q.575-.55 1.338-.625t1.412.325q.8.5 1.038 1.413t-.263 1.712L15.6 11.525q.175.3.263.65t.112.725l2.7.65q.4.1.725.35t.525.6l2.275 4.1q.375.675.275 1.425t-.65 1.3Q21.15 22 20.213 22t-1.613-.675l-4.6-4.6V21q.825 0 1.413.588T16 23zM4 5V3h6v2zm10 1.775V10.2q.025 0 .038.013t.037.012l3.8-6.325q.05-.1.025-.213t-.125-.162q-.075-.05-.187-.025t-.163.075zM1 9V7h5v2zm12 5q.425 0 .713-.288T14 13t-.288-.712T13 12t-.712.288T12 13t.288.713T13 14m-5.275.85l2.325-1.4q-.025-.125-.025-.225V13h-6.75q-.125 0-.2.075t-.075.2q0 .1.05.175t.15.1zm10.475.625l-2.85-.65q-.05.05-.1.125t-.1.125l4.875 4.85q.075.075.2.075t.2-.075t.088-.162t-.038-.188zM3 21v-2h5v2zm12.15-5.925"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWindPowerOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 23q0-.825.588-1.412T12 21v-5.2q-.3-.125-.562-.288t-.488-.362l-2.2 1.4q-.35.2-.763.263t-.837-.063l-4.5-1.275q-.725-.2-1.187-.812T1 13.275q0-.95.663-1.612T3.275 11H10.8q.25-.275.55-.475T12 10.2V6.775q0-.425.163-.8t.462-.65l3.425-3.2q.575-.55 1.338-.625t1.412.325q.8.5 1.038 1.413t-.263 1.712L15.6 11.525q.175.3.263.65t.112.725l2.7.65q.4.1.725.35t.525.6l2.275 4.1q.375.675.275 1.425t-.65 1.3Q21.15 22 20.213 22t-1.613-.675l-4.6-4.6V21q.825 0 1.413.588T16 23zM4 5V3h6v2zm10 1.775V10.2q.025 0 .038.013t.037.012l3.8-6.325q.05-.1.025-.213t-.125-.162q-.075-.05-.187-.025t-.163.075zM1 9V7h5v2zm12 5q.425 0 .713-.288T14 13t-.288-.712T13 12t-.712.288T12 13t.288.713T13 14m-5.275.85l2.325-1.4q-.025-.125-.025-.225V13h-6.75q-.125 0-.2.075t-.075.2q0 .1.05.175t.15.1zm10.475.625l-2.85-.65q-.05.05-.1.125t-.1.125l4.875 4.85q.075.075.2.075t.2-.075t.088-.162t-.038-.188zM3 21v-2h5v2zm12.15-5.925"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 23q0-.825.588-1.412T12 21v-5.2q-.3-.125-.562-.288t-.488-.362l-2.2 1.4q-.35.2-.763.263t-.837-.063l-4.5-1.275q-.725-.2-1.187-.812T1 13.275q0-.95.663-1.612T3.275 11H10.8q.25-.275.55-.475T12 10.2V6.775q0-.425.163-.8t.462-.65l3.425-3.2q.575-.55 1.338-.625t1.412.325q.8.5 1.038 1.413t-.263 1.712L15.6 11.525q.175.3.263.65t.112.725l2.7.65q.4.1.725.35t.525.6l2.275 4.1q.375.675.275 1.425t-.65 1.3Q21.15 22 20.213 22t-1.613-.675l-4.6-4.6V21q.825 0 1.413.588T16 23zM4 5V3h6v2zm10 1.775V10.2q.025 0 .038.013t.037.012l3.8-6.325q.05-.1.025-.213t-.125-.162q-.075-.05-.187-.025t-.163.075zM1 9V7h5v2zm12 5q.425 0 .713-.288T14 13t-.288-.712T13 12t-.712.288T12 13t.288.713T13 14m-5.275.85l2.325-1.4q-.025-.125-.025-.225V13h-6.75q-.125 0-.2.075t-.075.2q0 .1.05.175t.15.1zm10.475.625l-2.85-.65q-.05.05-.1.125t-.1.125l4.875 4.85q.075.075.2.075t.2-.075t.088-.162t-.038-.188zM3 21v-2h5v2zm12.15-5.925"/></svg>
</template>

CSS

.icon-wind-power-outline {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2023q0-.825.588-1.412T12%2021v-5.2q-.3-.125-.562-.288t-.488-.362l-2.2%201.4q-.35.2-.763.263t-.837-.063l-4.5-1.275q-.725-.2-1.187-.812T1%2013.275q0-.95.663-1.612T3.275%2011H10.8q.25-.275.55-.475T12%2010.2V6.775q0-.425.163-.8t.462-.65l3.425-3.2q.575-.55%201.338-.625t1.412.325q.8.5%201.038%201.413t-.263%201.712L15.6%2011.525q.175.3.263.65t.112.725l2.7.65q.4.1.725.35t.525.6l2.275%204.1q.375.675.275%201.425t-.65%201.3Q21.15%2022%2020.213%2022t-1.613-.675l-4.6-4.6V21q.825%200%201.413.588T16%2023zM4%205V3h6v2zm10%201.775V10.2q.025%200%20.038.013t.037.012l3.8-6.325q.05-.1.025-.213t-.125-.162q-.075-.05-.187-.025t-.163.075zM1%209V7h5v2zm12%205q.425%200%20.713-.288T14%2013t-.288-.712T13%2012t-.712.288T12%2013t.288.713T13%2014m-5.275.85l2.325-1.4q-.025-.125-.025-.225V13h-6.75q-.125%200-.2.075t-.075.2q0%20.1.05.175t.15.1zm10.475.625l-2.85-.65q-.05.05-.1.125t-.1.125l4.875%204.85q.075.075.2.075t.2-.075t.088-.162t-.038-.188zM3%2021v-2h5v2zm12.15-5.925%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2023q0-.825.588-1.412T12%2021v-5.2q-.3-.125-.562-.288t-.488-.362l-2.2%201.4q-.35.2-.763.263t-.837-.063l-4.5-1.275q-.725-.2-1.187-.812T1%2013.275q0-.95.663-1.612T3.275%2011H10.8q.25-.275.55-.475T12%2010.2V6.775q0-.425.163-.8t.462-.65l3.425-3.2q.575-.55%201.338-.625t1.412.325q.8.5%201.038%201.413t-.263%201.712L15.6%2011.525q.175.3.263.65t.112.725l2.7.65q.4.1.725.35t.525.6l2.275%204.1q.375.675.275%201.425t-.65%201.3Q21.15%2022%2020.213%2022t-1.613-.675l-4.6-4.6V21q.825%200%201.413.588T16%2023zM4%205V3h6v2zm10%201.775V10.2q.025%200%20.038.013t.037.012l3.8-6.325q.05-.1.025-.213t-.125-.162q-.075-.05-.187-.025t-.163.075zM1%209V7h5v2zm12%205q.425%200%20.713-.288T14%2013t-.288-.712T13%2012t-.712.288T12%2013t.288.713T13%2014m-5.275.85l2.325-1.4q-.025-.125-.025-.225V13h-6.75q-.125%200-.2.075t-.075.2q0%20.1.05.175t.15.1zm10.475.625l-2.85-.65q-.05.05-.1.125t-.1.125l4.875%204.85q.075.075.2.075t.2-.075t.088-.162t-.038-.188zM3%2021v-2h5v2zm12.15-5.925%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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