wind power icon
wind-power from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- wind-power
- Set
- Material Symbols
- Style
- Regular
- 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.725q.225.1.475.15t.525.05q1.05 0 1.763-.712T15.474 13v-.225l3.2.775q.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 23zm-7-2v-2h5v2zm4.15-4.25l-4.5-1.275q-.725-.2-1.187-.812T1 13.275q0-.95.663-1.612T3.275 11h8.25q-.475.35-.737.863T10.525 13q0 .575.225 1.05t.625.825L8.75 16.55q-.35.2-.763.263t-.837-.063M13 14.5q-.625 0-1.062-.437T11.5 13t.438-1.062T13 11.5t1.063.438T14.5 13t-.437 1.063T13 14.5m2.3-2.45q-.275-.675-.888-1.1T13 10.525q-.275 0-.525.05t-.475.15v-3.95q0-.425.163-.8t.462-.65l3.425-3.2q.575-.55 1.338-.625t1.412.325q.8.5 1.038 1.413t-.263 1.712zM1 9V7h5v2zm3-4V3h6v2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWindPower(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.725q.225.1.475.15t.525.05q1.05 0 1.763-.712T15.474 13v-.225l3.2.775q.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 23zm-7-2v-2h5v2zm4.15-4.25l-4.5-1.275q-.725-.2-1.187-.812T1 13.275q0-.95.663-1.612T3.275 11h8.25q-.475.35-.737.863T10.525 13q0 .575.225 1.05t.625.825L8.75 16.55q-.35.2-.763.263t-.837-.063M13 14.5q-.625 0-1.062-.437T11.5 13t.438-1.062T13 11.5t1.063.438T14.5 13t-.437 1.063T13 14.5m2.3-2.45q-.275-.675-.888-1.1T13 10.525q-.275 0-.525.05t-.475.15v-3.95q0-.425.163-.8t.462-.65l3.425-3.2q.575-.55 1.338-.625t1.412.325q.8.5 1.038 1.413t-.263 1.712zM1 9V7h5v2zm3-4V3h6v2z"/></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.725q.225.1.475.15t.525.05q1.05 0 1.763-.712T15.474 13v-.225l3.2.775q.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 23zm-7-2v-2h5v2zm4.15-4.25l-4.5-1.275q-.725-.2-1.187-.812T1 13.275q0-.95.663-1.612T3.275 11h8.25q-.475.35-.737.863T10.525 13q0 .575.225 1.05t.625.825L8.75 16.55q-.35.2-.763.263t-.837-.063M13 14.5q-.625 0-1.062-.437T11.5 13t.438-1.062T13 11.5t1.063.438T14.5 13t-.437 1.063T13 14.5m2.3-2.45q-.275-.675-.888-1.1T13 10.525q-.275 0-.525.05t-.475.15v-3.95q0-.425.163-.8t.462-.65l3.425-3.2q.575-.55 1.338-.625t1.412.325q.8.5 1.038 1.413t-.263 1.712zM1 9V7h5v2zm3-4V3h6v2z"/></svg> </template>
CSS
.icon-wind-power {
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.725q.225.1.475.15t.525.05q1.05%200%201.763-.712T15.474%2013v-.225l3.2.775q.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%2023zm-7-2v-2h5v2zm4.15-4.25l-4.5-1.275q-.725-.2-1.187-.812T1%2013.275q0-.95.663-1.612T3.275%2011h8.25q-.475.35-.737.863T10.525%2013q0%20.575.225%201.05t.625.825L8.75%2016.55q-.35.2-.763.263t-.837-.063M13%2014.5q-.625%200-1.062-.437T11.5%2013t.438-1.062T13%2011.5t1.063.438T14.5%2013t-.437%201.063T13%2014.5m2.3-2.45q-.275-.675-.888-1.1T13%2010.525q-.275%200-.525.05t-.475.15v-3.95q0-.425.163-.8t.462-.65l3.425-3.2q.575-.55%201.338-.625t1.412.325q.8.5%201.038%201.413t-.263%201.712zM1%209V7h5v2zm3-4V3h6v2z%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.725q.225.1.475.15t.525.05q1.05%200%201.763-.712T15.474%2013v-.225l3.2.775q.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%2023zm-7-2v-2h5v2zm4.15-4.25l-4.5-1.275q-.725-.2-1.187-.812T1%2013.275q0-.95.663-1.612T3.275%2011h8.25q-.475.35-.737.863T10.525%2013q0%20.575.225%201.05t.625.825L8.75%2016.55q-.35.2-.763.263t-.837-.063M13%2014.5q-.625%200-1.062-.437T11.5%2013t.438-1.062T13%2011.5t1.063.438T14.5%2013t-.437%201.063T13%2014.5m2.3-2.45q-.275-.675-.888-1.1T13%2010.525q-.275%200-.525.05t-.475.15v-3.95q0-.425.163-.8t.462-.65l3.425-3.2q.575-.55%201.338-.625t1.412.325q.8.5%201.038%201.413t-.263%201.712zM1%209V7h5v2zm3-4V3h6v2z%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.svg?color=%231a73e8&size=48