wind power icon
wind-power-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- wind-power-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.962 22v-1H12.5v-6.013q.129.042.244.054t.256.011q.723 0 1.272-.443q.55-.443.703-1.128v-.052l3.621.898l2.954 5.33l-1.575 1.499l-6.052-5.989q-.096.058-.202.087q-.105.029-.221.067V21h1.538v1zM4 20v-1h4v1zm-1.673-5.75V12h8.948q-.148.216-.238.459t-.089.541q0 .287.08.54q.082.254.232.47l-3.056 1.913zM13 14.308q-.548 0-.928-.38t-.38-.928t.38-.928t.928-.38t.928.38t.38.928t-.38.928t-.928.38m1.32-2.777q-.237-.271-.58-.427t-.74-.156q-.14 0-.256.012q-.115.011-.244.053V6.978l4.46-4.187l1.919 1.202zM2 9V8h4v1zm3-4V4h5v1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWindPowerSharp(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.962 22v-1H12.5v-6.013q.129.042.244.054t.256.011q.723 0 1.272-.443q.55-.443.703-1.128v-.052l3.621.898l2.954 5.33l-1.575 1.499l-6.052-5.989q-.096.058-.202.087q-.105.029-.221.067V21h1.538v1zM4 20v-1h4v1zm-1.673-5.75V12h8.948q-.148.216-.238.459t-.089.541q0 .287.08.54q.082.254.232.47l-3.056 1.913zM13 14.308q-.548 0-.928-.38t-.38-.928t.38-.928t.928-.38t.928.38t.38.928t-.38.928t-.928.38m1.32-2.777q-.237-.271-.58-.427t-.74-.156q-.14 0-.256.012q-.115.011-.244.053V6.978l4.46-4.187l1.919 1.202zM2 9V8h4v1zm3-4V4h5v1z"/></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.962 22v-1H12.5v-6.013q.129.042.244.054t.256.011q.723 0 1.272-.443q.55-.443.703-1.128v-.052l3.621.898l2.954 5.33l-1.575 1.499l-6.052-5.989q-.096.058-.202.087q-.105.029-.221.067V21h1.538v1zM4 20v-1h4v1zm-1.673-5.75V12h8.948q-.148.216-.238.459t-.089.541q0 .287.08.54q.082.254.232.47l-3.056 1.913zM13 14.308q-.548 0-.928-.38t-.38-.928t.38-.928t.928-.38t.928.38t.38.928t-.38.928t-.928.38m1.32-2.777q-.237-.271-.58-.427t-.74-.156q-.14 0-.256.012q-.115.011-.244.053V6.978l4.46-4.187l1.919 1.202zM2 9V8h4v1zm3-4V4h5v1z"/></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.962%2022v-1H12.5v-6.013q.129.042.244.054t.256.011q.723%200%201.272-.443q.55-.443.703-1.128v-.052l3.621.898l2.954%205.33l-1.575%201.499l-6.052-5.989q-.096.058-.202.087q-.105.029-.221.067V21h1.538v1zM4%2020v-1h4v1zm-1.673-5.75V12h8.948q-.148.216-.238.459t-.089.541q0%20.287.08.54q.082.254.232.47l-3.056%201.913zM13%2014.308q-.548%200-.928-.38t-.38-.928t.38-.928t.928-.38t.928.38t.38.928t-.38.928t-.928.38m1.32-2.777q-.237-.271-.58-.427t-.74-.156q-.14%200-.256.012q-.115.011-.244.053V6.978l4.46-4.187l1.919%201.202zM2%209V8h4v1zm3-4V4h5v1z%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.962%2022v-1H12.5v-6.013q.129.042.244.054t.256.011q.723%200%201.272-.443q.55-.443.703-1.128v-.052l3.621.898l2.954%205.33l-1.575%201.499l-6.052-5.989q-.096.058-.202.087q-.105.029-.221.067V21h1.538v1zM4%2020v-1h4v1zm-1.673-5.75V12h8.948q-.148.216-.238.459t-.089.541q0%20.287.08.54q.082.254.232.47l-3.056%201.913zM13%2014.308q-.548%200-.928-.38t-.38-.928t.38-.928t.928-.38t.928.38t.38.928t-.38.928t-.928.38m1.32-2.777q-.237-.271-.58-.427t-.74-.156q-.14%200-.256.012q-.115.011-.244.053V6.978l4.46-4.187l1.919%201.202zM2%209V8h4v1zm3-4V4h5v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/wind-power-sharp.svg?color=%231a73e8&size=48