windmill two icon

windmill-two from IconPark by ByteDance · Color · Energy · Apache-2.0 Free for personal and commercial use.

Name
windmill-two
Set
IconPark
Style
Color
Category
Energy
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More energy icons from IconPark

Use the windmill two icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M24 24C29.5228 24 34 19.5228 34 14C34 8.47715 29.5228 4 24 4V24Z"/><path d="M24 24C24 29.5228 28.4772 34 34 34C39.5228 34 44 29.5228 44 24H24Z"/><path d="M24 24C24 18.4772 19.5228 14 14 14C8.47715 14 4 18.4772 4 24H24Z"/><path d="M24 24C18.4772 24 14 28.4772 14 34C14 39.5228 18.4772 44 24 44V24Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkWindmillTwo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path d="M24 24C29.5228 24 34 19.5228 34 14C34 8.47715 29.5228 4 24 4V24Z"/><path d="M24 24C24 29.5228 28.4772 34 34 34C39.5228 34 44 29.5228 44 24H24Z"/><path d="M24 24C24 18.4772 19.5228 14 14 14C8.47715 14 4 18.4772 4 24H24Z"/><path d="M24 24C18.4772 24 14 28.4772 14 34C14 39.5228 18.4772 44 24 44V24Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M24 24C29.5228 24 34 19.5228 34 14C34 8.47715 29.5228 4 24 4V24Z"/><path d="M24 24C24 29.5228 28.4772 34 34 34C39.5228 34 44 29.5228 44 24H24Z"/><path d="M24 24C24 18.4772 19.5228 14 14 14C8.47715 14 4 18.4772 4 24H24Z"/><path d="M24 24C18.4772 24 14 28.4772 14 34C14 39.5228 18.4772 44 24 44V24Z"/></g></svg>
</template>

CSS

.icon-windmill-two {
  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%2048%2048%22%3E%3Cg%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2024C29.5228%2024%2034%2019.5228%2034%2014C34%208.47715%2029.5228%204%2024%204V24Z%22%2F%3E%3Cpath%20d%3D%22M24%2024C24%2029.5228%2028.4772%2034%2034%2034C39.5228%2034%2044%2029.5228%2044%2024H24Z%22%2F%3E%3Cpath%20d%3D%22M24%2024C24%2018.4772%2019.5228%2014%2014%2014C8.47715%2014%204%2018.4772%204%2024H24Z%22%2F%3E%3Cpath%20d%3D%22M24%2024C18.4772%2024%2014%2028.4772%2014%2034C14%2039.5228%2018.4772%2044%2024%2044V24Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2024C29.5228%2024%2034%2019.5228%2034%2014C34%208.47715%2029.5228%204%2024%204V24Z%22%2F%3E%3Cpath%20d%3D%22M24%2024C24%2029.5228%2028.4772%2034%2034%2034C39.5228%2034%2044%2029.5228%2044%2024H24Z%22%2F%3E%3Cpath%20d%3D%22M24%2024C24%2018.4772%2019.5228%2014%2014%2014C8.47715%2014%204%2018.4772%204%2024H24Z%22%2F%3E%3Cpath%20d%3D%22M24%2024C18.4772%2024%2014%2028.4772%2014%2034C14%2039.5228%2018.4772%2044%2024%2044V24Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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