wind power icon
wind-power-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- wind-power-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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 23v-2h2v-5.725q.225.1.475.15t.525.05q1.05 0 1.763-.712T15.474 13v-.225l4.025.975l3.55 6.35l-2.825 2.825l-6.225-6.2V21h2v2zm-7-2v-2h5v2zm-2-6v-4h10.525q-.475.35-.737.863T10.525 13q0 .575.225 1.05t.625.825L8.05 17zm12-.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.15V5.9L17.325.925l3.4 2.125zM1 9V7h5v2zm3-4V3h6v2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWindPowerSharp(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 23v-2h2v-5.725q.225.1.475.15t.525.05q1.05 0 1.763-.712T15.474 13v-.225l4.025.975l3.55 6.35l-2.825 2.825l-6.225-6.2V21h2v2zm-7-2v-2h5v2zm-2-6v-4h10.525q-.475.35-.737.863T10.525 13q0 .575.225 1.05t.625.825L8.05 17zm12-.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.15V5.9L17.325.925l3.4 2.125zM1 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 23v-2h2v-5.725q.225.1.475.15t.525.05q1.05 0 1.763-.712T15.474 13v-.225l4.025.975l3.55 6.35l-2.825 2.825l-6.225-6.2V21h2v2zm-7-2v-2h5v2zm-2-6v-4h10.525q-.475.35-.737.863T10.525 13q0 .575.225 1.05t.625.825L8.05 17zm12-.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.15V5.9L17.325.925l3.4 2.125zM1 9V7h5v2zm3-4V3h6v2z"/></svg> </template>
CSS
.icon-wind-power-sharp {
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%2023v-2h2v-5.725q.225.1.475.15t.525.05q1.05%200%201.763-.712T15.474%2013v-.225l4.025.975l3.55%206.35l-2.825%202.825l-6.225-6.2V21h2v2zm-7-2v-2h5v2zm-2-6v-4h10.525q-.475.35-.737.863T10.525%2013q0%20.575.225%201.05t.625.825L8.05%2017zm12-.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.15V5.9L17.325.925l3.4%202.125zM1%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%2023v-2h2v-5.725q.225.1.475.15t.525.05q1.05%200%201.763-.712T15.474%2013v-.225l4.025.975l3.55%206.35l-2.825%202.825l-6.225-6.2V21h2v2zm-7-2v-2h5v2zm-2-6v-4h10.525q-.475.35-.737.863T10.525%2013q0%20.575.225%201.05t.625.825L8.05%2017zm12-.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.15V5.9L17.325.925l3.4%202.125zM1%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-sharp.svg?color=%231a73e8&size=48