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

Name
wind-power
Set
Material Symbols Light
Style
Regular
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 22q0-.46.414-.73T12.5 21v-6.013q.129.042.244.054t.256.011q.723 0 1.272-.443q.55-.443.703-1.128v-.052l3.2.794q.208.062.37.168q.16.105.245.282l2.276 4.12q.22.386.159.809q-.062.423-.38.723q-.368.367-.892.358t-.91-.377l-5.12-5.139q-.096.058-.202.087t-.221.067V21q.71 0 1.124.27t.414.73zM4 20v-1h4v1zm3.746-4.211l-4.5-1.276q-.417-.123-.668-.466t-.251-.772q0-.546.364-.91q.365-.365.911-.365h7.673q-.148.216-.238.459t-.089.541q0 .287.08.54q.082.254.232.47l-2.721 1.694q-.158.104-.36.128t-.433-.044M13 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.053V7.41q0-.194.076-.387q.076-.192.241-.332l3.425-3.2q.325-.32.751-.366t.788.18q.454.29.585.798q.132.509-.137.963zM2 9V8h4v1zm3-4V4h5v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWindPower(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 22q0-.46.414-.73T12.5 21v-6.013q.129.042.244.054t.256.011q.723 0 1.272-.443q.55-.443.703-1.128v-.052l3.2.794q.208.062.37.168q.16.105.245.282l2.276 4.12q.22.386.159.809q-.062.423-.38.723q-.368.367-.892.358t-.91-.377l-5.12-5.139q-.096.058-.202.087t-.221.067V21q.71 0 1.124.27t.414.73zM4 20v-1h4v1zm3.746-4.211l-4.5-1.276q-.417-.123-.668-.466t-.251-.772q0-.546.364-.91q.365-.365.911-.365h7.673q-.148.216-.238.459t-.089.541q0 .287.08.54q.082.254.232.47l-2.721 1.694q-.158.104-.36.128t-.433-.044M13 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.053V7.41q0-.194.076-.387q.076-.192.241-.332l3.425-3.2q.325-.32.751-.366t.788.18q.454.29.585.798q.132.509-.137.963zM2 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 22q0-.46.414-.73T12.5 21v-6.013q.129.042.244.054t.256.011q.723 0 1.272-.443q.55-.443.703-1.128v-.052l3.2.794q.208.062.37.168q.16.105.245.282l2.276 4.12q.22.386.159.809q-.062.423-.38.723q-.368.367-.892.358t-.91-.377l-5.12-5.139q-.096.058-.202.087t-.221.067V21q.71 0 1.124.27t.414.73zM4 20v-1h4v1zm3.746-4.211l-4.5-1.276q-.417-.123-.668-.466t-.251-.772q0-.546.364-.91q.365-.365.911-.365h7.673q-.148.216-.238.459t-.089.541q0 .287.08.54q.082.254.232.47l-2.721 1.694q-.158.104-.36.128t-.433-.044M13 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.053V7.41q0-.194.076-.387q.076-.192.241-.332l3.425-3.2q.325-.32.751-.366t.788.18q.454.29.585.798q.132.509-.137.963zM2 9V8h4v1zm3-4V4h5v1z"/></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.962%2022q0-.46.414-.73T12.5%2021v-6.013q.129.042.244.054t.256.011q.723%200%201.272-.443q.55-.443.703-1.128v-.052l3.2.794q.208.062.37.168q.16.105.245.282l2.276%204.12q.22.386.159.809q-.062.423-.38.723q-.368.367-.892.358t-.91-.377l-5.12-5.139q-.096.058-.202.087t-.221.067V21q.71%200%201.124.27t.414.73zM4%2020v-1h4v1zm3.746-4.211l-4.5-1.276q-.417-.123-.668-.466t-.251-.772q0-.546.364-.91q.365-.365.911-.365h7.673q-.148.216-.238.459t-.089.541q0%20.287.08.54q.082.254.232.47l-2.721%201.694q-.158.104-.36.128t-.433-.044M13%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.053V7.41q0-.194.076-.387q.076-.192.241-.332l3.425-3.2q.325-.32.751-.366t.788.18q.454.29.585.798q.132.509-.137.963zM2%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%2022q0-.46.414-.73T12.5%2021v-6.013q.129.042.244.054t.256.011q.723%200%201.272-.443q.55-.443.703-1.128v-.052l3.2.794q.208.062.37.168q.16.105.245.282l2.276%204.12q.22.386.159.809q-.062.423-.38.723q-.368.367-.892.358t-.91-.377l-5.12-5.139q-.096.058-.202.087t-.221.067V21q.71%200%201.124.27t.414.73zM4%2020v-1h4v1zm3.746-4.211l-4.5-1.276q-.417-.123-.668-.466t-.251-.772q0-.546.364-.91q.365-.365.911-.365h7.673q-.148.216-.238.459t-.089.541q0%20.287.08.54q.082.254.232.47l-2.721%201.694q-.158.104-.36.128t-.433-.044M13%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.053V7.41q0-.194.076-.387q.076-.192.241-.332l3.425-3.2q.325-.32.751-.366t.788.18q.454.29.585.798q.132.509-.137.963zM2%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.svg?color=%231a73e8&size=48