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

Name
wind-power-rounded
Set
Material Symbols Light
Style
Rounded
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.5 20q-.213 0-.357-.143T4 19.5t.143-.357T4.5 19h3q.214 0 .357.143T8 19.5t-.143.357T7.5 20zm3.246-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.5 9q-.213 0-.357-.143T2 8.5t.143-.357T2.5 8h3q.214 0 .357.143T6 8.5t-.143.357T5.5 9zm3-4q-.213 0-.357-.143T5 4.5t.143-.357T5.5 4h4q.214 0 .357.143T10 4.5t-.143.357T9.5 5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWindPowerRounded(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.5 20q-.213 0-.357-.143T4 19.5t.143-.357T4.5 19h3q.214 0 .357.143T8 19.5t-.143.357T7.5 20zm3.246-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.5 9q-.213 0-.357-.143T2 8.5t.143-.357T2.5 8h3q.214 0 .357.143T6 8.5t-.143.357T5.5 9zm3-4q-.213 0-.357-.143T5 4.5t.143-.357T5.5 4h4q.214 0 .357.143T10 4.5t-.143.357T9.5 5z"/></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.5 20q-.213 0-.357-.143T4 19.5t.143-.357T4.5 19h3q.214 0 .357.143T8 19.5t-.143.357T7.5 20zm3.246-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.5 9q-.213 0-.357-.143T2 8.5t.143-.357T2.5 8h3q.214 0 .357.143T6 8.5t-.143.357T5.5 9zm3-4q-.213 0-.357-.143T5 4.5t.143-.357T5.5 4h4q.214 0 .357.143T10 4.5t-.143.357T9.5 5z"/></svg>
</template>

CSS

.icon-wind-power-rounded {
  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.5%2020q-.213%200-.357-.143T4%2019.5t.143-.357T4.5%2019h3q.214%200%20.357.143T8%2019.5t-.143.357T7.5%2020zm3.246-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.5%209q-.213%200-.357-.143T2%208.5t.143-.357T2.5%208h3q.214%200%20.357.143T6%208.5t-.143.357T5.5%209zm3-4q-.213%200-.357-.143T5%204.5t.143-.357T5.5%204h4q.214%200%20.357.143T10%204.5t-.143.357T9.5%205z%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.5%2020q-.213%200-.357-.143T4%2019.5t.143-.357T4.5%2019h3q.214%200%20.357.143T8%2019.5t-.143.357T7.5%2020zm3.246-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.5%209q-.213%200-.357-.143T2%208.5t.143-.357T2.5%208h3q.214%200%20.357.143T6%208.5t-.143.357T5.5%209zm3-4q-.213%200-.357-.143T5%204.5t.143-.357T5.5%204h4q.214%200%20.357.143T10%204.5t-.143.357T9.5%205z%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-rounded.svg?color=%231a73e8&size=48