outline wind power icon

outline-wind-power from Google Material Icons by Material Design Authors · Baseline · Home · Apache-2.0 Free for personal and commercial use.

Name
outline-wind-power
Set
Google Material Icons
Style
Baseline
Category
Home
Viewbox
24×24
License
Apache 2.0

More home icons from Google Material Icons

Use the outline 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="M4 3h6v2H4zM1 7h5v2H1zm2 12h5v2H3z"/><path fill="currentColor" d="m22.21 18.61l-2.28-4.1a2.05 2.05 0 0 0-1.26-.97l-2.69-.67a2.95 2.95 0 0 0-.37-1.33l3.96-6.59c.65-1.08.3-2.48-.78-3.13a2.29 2.29 0 0 0-2.73.3l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.4c-.47.17-.89.45-1.23.82H3.28a2.279 2.279 0 0 0-.63 4.47l4.51 1.29c.18.05.37.08.55.08c.36 0 .72-.1 1.03-.29l2.24-1.34c.29.26.63.47 1.02.61V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.45.45 1.03.67 1.61.67s1.17-.22 1.61-.67c.72-.72.88-1.83.38-2.72M7.72 14.84L3.2 13.55a.28.28 0 0 1-.2-.27c0-.15.13-.28.28-.28h6.73c0 .15.01.3.03.44zM13 14c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m1-3.86V6.78l3.43-3.21c.05-.05.19-.12.34-.04c.13.08.18.25.1.38l-3.74 6.24zm6.42 9.78c-.05.05-.24.16-.4 0l-4.85-4.85c.08-.09.16-.18.24-.28l2.78.69l2.28 4.1c.06.11.04.25-.05.34"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineWindPower(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="M4 3h6v2H4zM1 7h5v2H1zm2 12h5v2H3z"/><path fill="currentColor" d="m22.21 18.61l-2.28-4.1a2.05 2.05 0 0 0-1.26-.97l-2.69-.67a2.95 2.95 0 0 0-.37-1.33l3.96-6.59c.65-1.08.3-2.48-.78-3.13a2.29 2.29 0 0 0-2.73.3l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.4c-.47.17-.89.45-1.23.82H3.28a2.279 2.279 0 0 0-.63 4.47l4.51 1.29c.18.05.37.08.55.08c.36 0 .72-.1 1.03-.29l2.24-1.34c.29.26.63.47 1.02.61V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.45.45 1.03.67 1.61.67s1.17-.22 1.61-.67c.72-.72.88-1.83.38-2.72M7.72 14.84L3.2 13.55a.28.28 0 0 1-.2-.27c0-.15.13-.28.28-.28h6.73c0 .15.01.3.03.44zM13 14c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m1-3.86V6.78l3.43-3.21c.05-.05.19-.12.34-.04c.13.08.18.25.1.38l-3.74 6.24zm6.42 9.78c-.05.05-.24.16-.4 0l-4.85-4.85c.08-.09.16-.18.24-.28l2.78.69l2.28 4.1c.06.11.04.25-.05.34"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 3h6v2H4zM1 7h5v2H1zm2 12h5v2H3z"/><path fill="currentColor" d="m22.21 18.61l-2.28-4.1a2.05 2.05 0 0 0-1.26-.97l-2.69-.67a2.95 2.95 0 0 0-.37-1.33l3.96-6.59c.65-1.08.3-2.48-.78-3.13a2.29 2.29 0 0 0-2.73.3l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.4c-.47.17-.89.45-1.23.82H3.28a2.279 2.279 0 0 0-.63 4.47l4.51 1.29c.18.05.37.08.55.08c.36 0 .72-.1 1.03-.29l2.24-1.34c.29.26.63.47 1.02.61V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.45.45 1.03.67 1.61.67s1.17-.22 1.61-.67c.72-.72.88-1.83.38-2.72M7.72 14.84L3.2 13.55a.28.28 0 0 1-.2-.27c0-.15.13-.28.28-.28h6.73c0 .15.01.3.03.44zM13 14c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m1-3.86V6.78l3.43-3.21c.05-.05.19-.12.34-.04c.13.08.18.25.1.38l-3.74 6.24zm6.42 9.78c-.05.05-.24.16-.4 0l-4.85-4.85c.08-.09.16-.18.24-.28l2.78.69l2.28 4.1c.06.11.04.25-.05.34"/></svg>
</template>

CSS

.icon-outline-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%22M4%203h6v2H4zM1%207h5v2H1zm2%2012h5v2H3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.21%2018.61l-2.28-4.1a2.05%202.05%200%200%200-1.26-.97l-2.69-.67a2.95%202.95%200%200%200-.37-1.33l3.96-6.59c.65-1.08.3-2.48-.78-3.13a2.29%202.29%200%200%200-2.73.3l-3.43%203.21c-.4.37-.63.9-.63%201.45v3.4c-.47.17-.89.45-1.23.82H3.28a2.279%202.279%200%200%200-.63%204.47l4.51%201.29c.18.05.37.08.55.08c.36%200%20.72-.1%201.03-.29l2.24-1.34c.29.26.63.47%201.02.61V21c-1.1%200-2%20.9-2%202h6c0-1.1-.9-2-2-2v-4.28l4.61%204.61c.45.45%201.03.67%201.61.67s1.17-.22%201.61-.67c.72-.72.88-1.83.38-2.72M7.72%2014.84L3.2%2013.55a.28.28%200%200%201-.2-.27c0-.15.13-.28.28-.28h6.73c0%20.15.01.3.03.44zM13%2014c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m1-3.86V6.78l3.43-3.21c.05-.05.19-.12.34-.04c.13.08.18.25.1.38l-3.74%206.24zm6.42%209.78c-.05.05-.24.16-.4%200l-4.85-4.85c.08-.09.16-.18.24-.28l2.78.69l2.28%204.1c.06.11.04.25-.05.34%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%22M4%203h6v2H4zM1%207h5v2H1zm2%2012h5v2H3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.21%2018.61l-2.28-4.1a2.05%202.05%200%200%200-1.26-.97l-2.69-.67a2.95%202.95%200%200%200-.37-1.33l3.96-6.59c.65-1.08.3-2.48-.78-3.13a2.29%202.29%200%200%200-2.73.3l-3.43%203.21c-.4.37-.63.9-.63%201.45v3.4c-.47.17-.89.45-1.23.82H3.28a2.279%202.279%200%200%200-.63%204.47l4.51%201.29c.18.05.37.08.55.08c.36%200%20.72-.1%201.03-.29l2.24-1.34c.29.26.63.47%201.02.61V21c-1.1%200-2%20.9-2%202h6c0-1.1-.9-2-2-2v-4.28l4.61%204.61c.45.45%201.03.67%201.61.67s1.17-.22%201.61-.67c.72-.72.88-1.83.38-2.72M7.72%2014.84L3.2%2013.55a.28.28%200%200%201-.2-.27c0-.15.13-.28.28-.28h6.73c0%20.15.01.3.03.44zM13%2014c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m1-3.86V6.78l3.43-3.21c.05-.05.19-.12.34-.04c.13.08.18.25.1.38l-3.74%206.24zm6.42%209.78c-.05.05-.24.16-.4%200l-4.85-4.85c.08-.09.16-.18.24-.28l2.78.69l2.28%204.1c.06.11.04.25-.05.34%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-wind-power.svg?color=%231a73e8&size=48