round wind power icon

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

Name
round-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 round 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="M9 3H5c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1M5 7H2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1M4 21h3c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1m9.73-10.39c.75.23 1.3.78 1.57 1.46l4.27-7.11a2.28 2.28 0 0 0-3.51-2.84l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.93c.36-.15.98-.33 1.73-.1m-3.12 1.66c.16-.52.48-.96.89-1.27H3.28a2.279 2.279 0 0 0-.63 4.47l4.51 1.29c.53.15 1.1.08 1.58-.21l2.69-1.61a2.49 2.49 0 0 1-.82-2.67m11.6 6.34l-2.28-4.1a2.05 2.05 0 0 0-1.26-.97l-3.18-.8c.03.32 0 .66-.1.99A2.48 2.48 0 0 1 13 15.5c-.61 0-.99-.22-1-.22V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.89.89 2.33.89 3.22 0c.72-.72.88-1.83.38-2.72"/><path fill="currentColor" d="M12.56 14.43c.79.24 1.63-.2 1.87-1c.24-.79-.2-1.63-1-1.87c-.79-.24-1.63.2-1.87 1c-.24.79.21 1.63 1 1.87"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWindPower(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="M9 3H5c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1M5 7H2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1M4 21h3c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1m9.73-10.39c.75.23 1.3.78 1.57 1.46l4.27-7.11a2.28 2.28 0 0 0-3.51-2.84l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.93c.36-.15.98-.33 1.73-.1m-3.12 1.66c.16-.52.48-.96.89-1.27H3.28a2.279 2.279 0 0 0-.63 4.47l4.51 1.29c.53.15 1.1.08 1.58-.21l2.69-1.61a2.49 2.49 0 0 1-.82-2.67m11.6 6.34l-2.28-4.1a2.05 2.05 0 0 0-1.26-.97l-3.18-.8c.03.32 0 .66-.1.99A2.48 2.48 0 0 1 13 15.5c-.61 0-.99-.22-1-.22V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.89.89 2.33.89 3.22 0c.72-.72.88-1.83.38-2.72"/><path fill="currentColor" d="M12.56 14.43c.79.24 1.63-.2 1.87-1c.24-.79-.2-1.63-1-1.87c-.79-.24-1.63.2-1.87 1c-.24.79.21 1.63 1 1.87"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3H5c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1M5 7H2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1M4 21h3c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1m9.73-10.39c.75.23 1.3.78 1.57 1.46l4.27-7.11a2.28 2.28 0 0 0-3.51-2.84l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.93c.36-.15.98-.33 1.73-.1m-3.12 1.66c.16-.52.48-.96.89-1.27H3.28a2.279 2.279 0 0 0-.63 4.47l4.51 1.29c.53.15 1.1.08 1.58-.21l2.69-1.61a2.49 2.49 0 0 1-.82-2.67m11.6 6.34l-2.28-4.1a2.05 2.05 0 0 0-1.26-.97l-3.18-.8c.03.32 0 .66-.1.99A2.48 2.48 0 0 1 13 15.5c-.61 0-.99-.22-1-.22V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.89.89 2.33.89 3.22 0c.72-.72.88-1.83.38-2.72"/><path fill="currentColor" d="M12.56 14.43c.79.24 1.63-.2 1.87-1c.24-.79-.2-1.63-1-1.87c-.79-.24-1.63.2-1.87 1c-.24.79.21 1.63 1 1.87"/></svg>
</template>

CSS

.icon-round-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%22M9%203H5c-.55%200-1%20.45-1%201s.45%201%201%201h4c.55%200%201-.45%201-1s-.45-1-1-1M5%207H2c-.55%200-1%20.45-1%201s.45%201%201%201h3c.55%200%201-.45%201-1s-.45-1-1-1M4%2021h3c.55%200%201-.45%201-1s-.45-1-1-1H4c-.55%200-1%20.45-1%201s.45%201%201%201m9.73-10.39c.75.23%201.3.78%201.57%201.46l4.27-7.11a2.28%202.28%200%200%200-3.51-2.84l-3.43%203.21c-.4.37-.63.9-.63%201.45v3.93c.36-.15.98-.33%201.73-.1m-3.12%201.66c.16-.52.48-.96.89-1.27H3.28a2.279%202.279%200%200%200-.63%204.47l4.51%201.29c.53.15%201.1.08%201.58-.21l2.69-1.61a2.49%202.49%200%200%201-.82-2.67m11.6%206.34l-2.28-4.1a2.05%202.05%200%200%200-1.26-.97l-3.18-.8c.03.32%200%20.66-.1.99A2.48%202.48%200%200%201%2013%2015.5c-.61%200-.99-.22-1-.22V21c-1.1%200-2%20.9-2%202h6c0-1.1-.9-2-2-2v-4.28l4.61%204.61c.89.89%202.33.89%203.22%200c.72-.72.88-1.83.38-2.72%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.56%2014.43c.79.24%201.63-.2%201.87-1c.24-.79-.2-1.63-1-1.87c-.79-.24-1.63.2-1.87%201c-.24.79.21%201.63%201%201.87%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%22M9%203H5c-.55%200-1%20.45-1%201s.45%201%201%201h4c.55%200%201-.45%201-1s-.45-1-1-1M5%207H2c-.55%200-1%20.45-1%201s.45%201%201%201h3c.55%200%201-.45%201-1s-.45-1-1-1M4%2021h3c.55%200%201-.45%201-1s-.45-1-1-1H4c-.55%200-1%20.45-1%201s.45%201%201%201m9.73-10.39c.75.23%201.3.78%201.57%201.46l4.27-7.11a2.28%202.28%200%200%200-3.51-2.84l-3.43%203.21c-.4.37-.63.9-.63%201.45v3.93c.36-.15.98-.33%201.73-.1m-3.12%201.66c.16-.52.48-.96.89-1.27H3.28a2.279%202.279%200%200%200-.63%204.47l4.51%201.29c.53.15%201.1.08%201.58-.21l2.69-1.61a2.49%202.49%200%200%201-.82-2.67m11.6%206.34l-2.28-4.1a2.05%202.05%200%200%200-1.26-.97l-3.18-.8c.03.32%200%20.66-.1.99A2.48%202.48%200%200%201%2013%2015.5c-.61%200-.99-.22-1-.22V21c-1.1%200-2%20.9-2%202h6c0-1.1-.9-2-2-2v-4.28l4.61%204.61c.89.89%202.33.89%203.22%200c.72-.72.88-1.83.38-2.72%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.56%2014.43c.79.24%201.63-.2%201.87-1c.24-.79-.2-1.63-1-1.87c-.79-.24-1.63.2-1.87%201c-.24.79.21%201.63%201%201.87%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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