hydro-power from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.

Name
hydro-power
Set
Material Design Icons
Style
Filled
Category
Agriculture
Viewbox
24×24
License
Apache 2.0
Aliases
hydraulic-turbine, water-turbine, watermill

The same icon in other sets

More agriculture icons from Material Design Icons

Use the hydro power icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.12 3.55a2 2 0 0 0-1.92 1.4l-.8 2.55a3 3 0 0 0-1.07.24L11.5 5.77l-1.33-1.48a2 2 0 0 0-.12 2.83l1.81 1.97a3 3 0 0 0-.22.51a3 3 0 0 0-.11.53l-2.61.58l-1.96.44a2 2 0 0 0 2.39 1.52l2.61-.59a3 3 0 0 0 .74.81l-.8 2.55l-.6 1.91a2 2 0 0 0 2.5-1.31l.81-2.54a3 3 0 0 0 1.07-.24l1.82 1.97l1.33 1.47a2 2 0 0 0 .13-2.82l-1.81-1.97a3 3 0 0 0 .21-.51a3 3 0 0 0 .14-.54l2.59-.58l1.95-.43a2 2 0 0 0-2.38-1.52l-2.61.58a3 3 0 0 0-.74-.8l.8-2.56l.6-1.9a2 2 0 0 0-.59-.1M14.56 9a1.5 1.5 0 0 1 .39.07a1.5 1.5 0 0 1 .98 1.88a1.5 1.5 0 0 1-1.88.98a1.5 1.5 0 0 1-.98-1.88A1.5 1.5 0 0 1 14.55 9M8 13.67C6.78 14.53 5.39 15 4 15H2v2h2c1.37 0 2.74-.35 4-1c.77.4 1.58.66 2.41.81l.53-1.67l.09-.26c-1.06-.15-2.1-.56-3.03-1.21M20.45 15c.05.7-.12 1.41-.54 2H22v-2zM8 17.67C6.78 18.53 5.39 19 4 19H2v2h2c1.37 0 2.74-.35 4-1c2.5 1.3 5.5 1.3 8 0c1.26.65 2.62 1 4 1h2v-2h-2c-1.39 0-2.78-.47-4-1.33c-2.44 1.71-5.56 1.71-8 0"/></svg>

React

import type { SVGProps } from "react";

export function MdiHydroPower(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="M17.12 3.55a2 2 0 0 0-1.92 1.4l-.8 2.55a3 3 0 0 0-1.07.24L11.5 5.77l-1.33-1.48a2 2 0 0 0-.12 2.83l1.81 1.97a3 3 0 0 0-.22.51a3 3 0 0 0-.11.53l-2.61.58l-1.96.44a2 2 0 0 0 2.39 1.52l2.61-.59a3 3 0 0 0 .74.81l-.8 2.55l-.6 1.91a2 2 0 0 0 2.5-1.31l.81-2.54a3 3 0 0 0 1.07-.24l1.82 1.97l1.33 1.47a2 2 0 0 0 .13-2.82l-1.81-1.97a3 3 0 0 0 .21-.51a3 3 0 0 0 .14-.54l2.59-.58l1.95-.43a2 2 0 0 0-2.38-1.52l-2.61.58a3 3 0 0 0-.74-.8l.8-2.56l.6-1.9a2 2 0 0 0-.59-.1M14.56 9a1.5 1.5 0 0 1 .39.07a1.5 1.5 0 0 1 .98 1.88a1.5 1.5 0 0 1-1.88.98a1.5 1.5 0 0 1-.98-1.88A1.5 1.5 0 0 1 14.55 9M8 13.67C6.78 14.53 5.39 15 4 15H2v2h2c1.37 0 2.74-.35 4-1c.77.4 1.58.66 2.41.81l.53-1.67l.09-.26c-1.06-.15-2.1-.56-3.03-1.21M20.45 15c.05.7-.12 1.41-.54 2H22v-2zM8 17.67C6.78 18.53 5.39 19 4 19H2v2h2c1.37 0 2.74-.35 4-1c2.5 1.3 5.5 1.3 8 0c1.26.65 2.62 1 4 1h2v-2h-2c-1.39 0-2.78-.47-4-1.33c-2.44 1.71-5.56 1.71-8 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.12 3.55a2 2 0 0 0-1.92 1.4l-.8 2.55a3 3 0 0 0-1.07.24L11.5 5.77l-1.33-1.48a2 2 0 0 0-.12 2.83l1.81 1.97a3 3 0 0 0-.22.51a3 3 0 0 0-.11.53l-2.61.58l-1.96.44a2 2 0 0 0 2.39 1.52l2.61-.59a3 3 0 0 0 .74.81l-.8 2.55l-.6 1.91a2 2 0 0 0 2.5-1.31l.81-2.54a3 3 0 0 0 1.07-.24l1.82 1.97l1.33 1.47a2 2 0 0 0 .13-2.82l-1.81-1.97a3 3 0 0 0 .21-.51a3 3 0 0 0 .14-.54l2.59-.58l1.95-.43a2 2 0 0 0-2.38-1.52l-2.61.58a3 3 0 0 0-.74-.8l.8-2.56l.6-1.9a2 2 0 0 0-.59-.1M14.56 9a1.5 1.5 0 0 1 .39.07a1.5 1.5 0 0 1 .98 1.88a1.5 1.5 0 0 1-1.88.98a1.5 1.5 0 0 1-.98-1.88A1.5 1.5 0 0 1 14.55 9M8 13.67C6.78 14.53 5.39 15 4 15H2v2h2c1.37 0 2.74-.35 4-1c.77.4 1.58.66 2.41.81l.53-1.67l.09-.26c-1.06-.15-2.1-.56-3.03-1.21M20.45 15c.05.7-.12 1.41-.54 2H22v-2zM8 17.67C6.78 18.53 5.39 19 4 19H2v2h2c1.37 0 2.74-.35 4-1c2.5 1.3 5.5 1.3 8 0c1.26.65 2.62 1 4 1h2v-2h-2c-1.39 0-2.78-.47-4-1.33c-2.44 1.71-5.56 1.71-8 0"/></svg>
</template>

CSS

.icon-hydro-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%22M17.12%203.55a2%202%200%200%200-1.92%201.4l-.8%202.55a3%203%200%200%200-1.07.24L11.5%205.77l-1.33-1.48a2%202%200%200%200-.12%202.83l1.81%201.97a3%203%200%200%200-.22.51a3%203%200%200%200-.11.53l-2.61.58l-1.96.44a2%202%200%200%200%202.39%201.52l2.61-.59a3%203%200%200%200%20.74.81l-.8%202.55l-.6%201.91a2%202%200%200%200%202.5-1.31l.81-2.54a3%203%200%200%200%201.07-.24l1.82%201.97l1.33%201.47a2%202%200%200%200%20.13-2.82l-1.81-1.97a3%203%200%200%200%20.21-.51a3%203%200%200%200%20.14-.54l2.59-.58l1.95-.43a2%202%200%200%200-2.38-1.52l-2.61.58a3%203%200%200%200-.74-.8l.8-2.56l.6-1.9a2%202%200%200%200-.59-.1M14.56%209a1.5%201.5%200%200%201%20.39.07a1.5%201.5%200%200%201%20.98%201.88a1.5%201.5%200%200%201-1.88.98a1.5%201.5%200%200%201-.98-1.88A1.5%201.5%200%200%201%2014.55%209M8%2013.67C6.78%2014.53%205.39%2015%204%2015H2v2h2c1.37%200%202.74-.35%204-1c.77.4%201.58.66%202.41.81l.53-1.67l.09-.26c-1.06-.15-2.1-.56-3.03-1.21M20.45%2015c.05.7-.12%201.41-.54%202H22v-2zM8%2017.67C6.78%2018.53%205.39%2019%204%2019H2v2h2c1.37%200%202.74-.35%204-1c2.5%201.3%205.5%201.3%208%200c1.26.65%202.62%201%204%201h2v-2h-2c-1.39%200-2.78-.47-4-1.33c-2.44%201.71-5.56%201.71-8%200%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%22M17.12%203.55a2%202%200%200%200-1.92%201.4l-.8%202.55a3%203%200%200%200-1.07.24L11.5%205.77l-1.33-1.48a2%202%200%200%200-.12%202.83l1.81%201.97a3%203%200%200%200-.22.51a3%203%200%200%200-.11.53l-2.61.58l-1.96.44a2%202%200%200%200%202.39%201.52l2.61-.59a3%203%200%200%200%20.74.81l-.8%202.55l-.6%201.91a2%202%200%200%200%202.5-1.31l.81-2.54a3%203%200%200%200%201.07-.24l1.82%201.97l1.33%201.47a2%202%200%200%200%20.13-2.82l-1.81-1.97a3%203%200%200%200%20.21-.51a3%203%200%200%200%20.14-.54l2.59-.58l1.95-.43a2%202%200%200%200-2.38-1.52l-2.61.58a3%203%200%200%200-.74-.8l.8-2.56l.6-1.9a2%202%200%200%200-.59-.1M14.56%209a1.5%201.5%200%200%201%20.39.07a1.5%201.5%200%200%201%20.98%201.88a1.5%201.5%200%200%201-1.88.98a1.5%201.5%200%200%201-.98-1.88A1.5%201.5%200%200%201%2014.55%209M8%2013.67C6.78%2014.53%205.39%2015%204%2015H2v2h2c1.37%200%202.74-.35%204-1c.77.4%201.58.66%202.41.81l.53-1.67l.09-.26c-1.06-.15-2.1-.56-3.03-1.21M20.45%2015c.05.7-.12%201.41-.54%202H22v-2zM8%2017.67C6.78%2018.53%205.39%2019%204%2019H2v2h2c1.37%200%202.74-.35%204-1c2.5%201.3%205.5%201.3%208%200c1.26.65%202.62%201%204%201h2v-2h-2c-1.39%200-2.78-.47-4-1.33c-2.44%201.71-5.56%201.71-8%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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