hydro power icon
hydro-power from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hydro-power
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the hydro power icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M2 10c.78-3.816 3.67-6.87 7.406-7.91c.314-.087.47-.131.555-.038c.085.094.022.248-.102.558L9 4.5M14 2c3.816.78 6.87 3.67 7.91 7.406c.087.314.131.47.038.555c-.094.085-.248.022-.558-.102L19.5 9m2.5 5c-.78 3.816-3.67 6.87-7.406 7.91c-.314.087-.47.131-.555.038c-.085-.094-.022-.248.102-.558L15 19.5M10 22c-3.816-.78-6.87-3.67-7.91-7.406c-.087-.314-.131-.47-.038-.555c.094-.085.248-.022.558.102L4.5 15"/><path d="M8 12.755c0-1.883 1.685-3.743 2.868-4.818a1.684 1.684 0 0 1 2.264 0C14.315 9.013 16 10.873 16 12.756c0 1.846-1.515 3.745-4 3.745s-4-1.899-4-3.745Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHydroPower(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M2 10c.78-3.816 3.67-6.87 7.406-7.91c.314-.087.47-.131.555-.038c.085.094.022.248-.102.558L9 4.5M14 2c3.816.78 6.87 3.67 7.91 7.406c.087.314.131.47.038.555c-.094.085-.248.022-.558-.102L19.5 9m2.5 5c-.78 3.816-3.67 6.87-7.406 7.91c-.314.087-.47.131-.555.038c-.085-.094-.022-.248.102-.558L15 19.5M10 22c-3.816-.78-6.87-3.67-7.91-7.406c-.087-.314-.131-.47-.038-.555c.094-.085.248-.022.558.102L4.5 15"/><path d="M8 12.755c0-1.883 1.685-3.743 2.868-4.818a1.684 1.684 0 0 1 2.264 0C14.315 9.013 16 10.873 16 12.756c0 1.846-1.515 3.745-4 3.745s-4-1.899-4-3.745Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M2 10c.78-3.816 3.67-6.87 7.406-7.91c.314-.087.47-.131.555-.038c.085.094.022.248-.102.558L9 4.5M14 2c3.816.78 6.87 3.67 7.91 7.406c.087.314.131.47.038.555c-.094.085-.248.022-.558-.102L19.5 9m2.5 5c-.78 3.816-3.67 6.87-7.406 7.91c-.314.087-.47.131-.555.038c-.085-.094-.022-.248.102-.558L15 19.5M10 22c-3.816-.78-6.87-3.67-7.91-7.406c-.087-.314-.131-.47-.038-.555c.094-.085.248-.022.558.102L4.5 15"/><path d="M8 12.755c0-1.883 1.685-3.743 2.868-4.818a1.684 1.684 0 0 1 2.264 0C14.315 9.013 16 10.873 16 12.756c0 1.846-1.515 3.745-4 3.745s-4-1.899-4-3.745Z"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2010c.78-3.816%203.67-6.87%207.406-7.91c.314-.087.47-.131.555-.038c.085.094.022.248-.102.558L9%204.5M14%202c3.816.78%206.87%203.67%207.91%207.406c.087.314.131.47.038.555c-.094.085-.248.022-.558-.102L19.5%209m2.5%205c-.78%203.816-3.67%206.87-7.406%207.91c-.314.087-.47.131-.555.038c-.085-.094-.022-.248.102-.558L15%2019.5M10%2022c-3.816-.78-6.87-3.67-7.91-7.406c-.087-.314-.131-.47-.038-.555c.094-.085.248-.022.558.102L4.5%2015%22%2F%3E%3Cpath%20d%3D%22M8%2012.755c0-1.883%201.685-3.743%202.868-4.818a1.684%201.684%200%200%201%202.264%200C14.315%209.013%2016%2010.873%2016%2012.756c0%201.846-1.515%203.745-4%203.745s-4-1.899-4-3.745Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2010c.78-3.816%203.67-6.87%207.406-7.91c.314-.087.47-.131.555-.038c.085.094.022.248-.102.558L9%204.5M14%202c3.816.78%206.87%203.67%207.91%207.406c.087.314.131.47.038.555c-.094.085-.248.022-.558-.102L19.5%209m2.5%205c-.78%203.816-3.67%206.87-7.406%207.91c-.314.087-.47.131-.555.038c-.085-.094-.022-.248.102-.558L15%2019.5M10%2022c-3.816-.78-6.87-3.67-7.91-7.406c-.087-.314-.131-.47-.038-.555c.094-.085.248-.022.558.102L4.5%2015%22%2F%3E%3Cpath%20d%3D%22M8%2012.755c0-1.883%201.685-3.743%202.868-4.818a1.684%201.684%200%200%201%202.264%200C14.315%209.013%2016%2010.873%2016%2012.756c0%201.846-1.515%203.745-4%203.745s-4-1.899-4-3.745Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hydro-power.svg?color=%231a73e8&size=48