wind power icon

wind-power from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
wind-power
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More planning icons from Carbon

Use the wind power icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 28V15.816a3 3 0 0 0 1.47-1.119L27.063 17l.518-1.932l-8.605-2.305a2.985 2.985 0 0 0-2.63-2.728L14.194 2l-1.932.519l2.132 7.956a2.96 2.96 0 0 0-1.093 3.811L7 20.586L8.415 22l6.3-6.3a3 3 0 0 0 .285.115V28H2v2h28v-2Zm0-15a1 1 0 1 1-1-1a1 1 0 0 1 1 1"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWindPower(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 28V15.816a3 3 0 0 0 1.47-1.119L27.063 17l.518-1.932l-8.605-2.305a2.985 2.985 0 0 0-2.63-2.728L14.194 2l-1.932.519l2.132 7.956a2.96 2.96 0 0 0-1.093 3.811L7 20.586L8.415 22l6.3-6.3a3 3 0 0 0 .285.115V28H2v2h28v-2Zm0-15a1 1 0 1 1-1-1a1 1 0 0 1 1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 28V15.816a3 3 0 0 0 1.47-1.119L27.063 17l.518-1.932l-8.605-2.305a2.985 2.985 0 0 0-2.63-2.728L14.194 2l-1.932.519l2.132 7.956a2.96 2.96 0 0 0-1.093 3.811L7 20.586L8.415 22l6.3-6.3a3 3 0 0 0 .285.115V28H2v2h28v-2Zm0-15a1 1 0 1 1-1-1a1 1 0 0 1 1 1"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2028V15.816a3%203%200%200%200%201.47-1.119L27.063%2017l.518-1.932l-8.605-2.305a2.985%202.985%200%200%200-2.63-2.728L14.194%202l-1.932.519l2.132%207.956a2.96%202.96%200%200%200-1.093%203.811L7%2020.586L8.415%2022l6.3-6.3a3%203%200%200%200%20.285.115V28H2v2h28v-2Zm0-15a1%201%200%201%201-1-1a1%201%200%200%201%201%201%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2028V15.816a3%203%200%200%200%201.47-1.119L27.063%2017l.518-1.932l-8.605-2.305a2.985%202.985%200%200%200-2.63-2.728L14.194%202l-1.932.519l2.132%207.956a2.96%202.96%200%200%200-1.093%203.811L7%2020.586L8.415%2022l6.3-6.3a3%203%200%200%200%20.285.115V28H2v2h28v-2Zm0-15a1%201%200%201%201-1-1a1%201%200%200%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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