Wind Power icon

Wind Power is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

wind_power_outlined_fill0_wght400.svg

Wind Power icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=wind_power" />

<span class="material-symbols-outlined">wind_power</span>

Wind Power icon in React

// With the font from the HTML tab:
export function WindPowerIcon() {
  return (
    <span className="material-symbols-outlined">
      wind_power
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import WindPowerIcon from "@material-symbols/svg-400/outlined/wind_power.svg?react";

Wind Power icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">wind_power</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import WindPowerIcon from "@material-symbols/svg-400/outlined/wind_power.svg?component"; -->

Wind Power icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">wind_power</mat-icon>

Wind Power icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.wind_power, fill: 0, weight: 400)

Wind Power icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/wind_power.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M10.75 23q0-.625 .441-1.062Q11.631 21.5 12.25 21.5v-5.625q-.375-.1-.7-.262T10.95 15.175l-2.2 1.375q-.35 .225-.762 .275t-.838-.075l-4.5-1.275q-.725-.2-1.187-.812T1 13.275q0-.95 .663-1.612T3.275 11h7.525q.25-.275 .55-.475t.65-.325v-3.425q0-.425 .163-.8t.462-.65l3.425-3.2q.575-.55 1.338-.637T18.8 1.825q.8 .499 1.038 1.409 .237 .91-.263 1.708L15.575 11.5q.2 .325 .288 .675t.112 .725l2.7 .65q.425 .1 .741 .35 .315 .25 .509 .6l2.275 4.1q.375 .675 .275 1.425t-.65 1.3q-.675 .675-1.612 .675T18.6 21.325L13.75 16.475v5.025q.625 0 1.063 .441Q15.25 22.381 15.25 23H10.75ZM4 4.75v-1.5h6v1.5H4Zm9.5 1.8v3.525q.275 .05 .538 .15t.487 .225l3.775-6.3q.175-.275 .088-.6T18 3.088q-.225-.138-.487-.1T17.075 3.2L13.5 6.55ZM1 8.75v-1.5h5v1.5H1Zm12 5.75q.638 0 1.069-.431T14.5 13q0-.637-.431-1.069T13 11.5q-.637 0-1.069 .431T11.5 13q0 .638 .431 1.069T13 14.5Zm-5.2 .9 2.375-1.45q-.125-.35-.137-.725t.037-.725H3.275q-.325 0-.55 .225t-.225 .558q0 .267 .15 .467 .15 .2 .4 .275l4.75 1.375Zm10.725-.375-2.875-.65q-.15 .3-.375 .563T14.775 15.4l4.9 4.875q.225 .225 .55 .225t.55-.225q.206-.21 .241-.455Q21.05 19.575 20.925 19.35l-2.4-4.325ZM3 20.75v-1.5h5v1.5H3Zm10-7.75Zm1.525-2.55Zm-4.45 2.05Zm4.7 2.9Z" />
</vector>

Wind Power icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/wind_power.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/wind_power.svg" width="24" height="24" alt="Wind Power">

Wind Power icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameWind Power
Ligaturewind_power
Code pointU+EC0C
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/wind_power.svg, wind_power-fill.svg
FlutterSymbols.wind_power
LicenseApache License 2.0 (© Google LLC)

Keywords

sociallinesicongraphicnestenergyclimateabstractweatherenvironmentmotionthree lineselectricity

Related icons