running water icon
running-water-outline from Health Icons by Resolve to Save Lives · Outline · Objects · MIT Free for personal and commercial use.
- Name
- running-water-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Objects
- Viewbox
- 48×48
- License
- MIT
- Aliases
- running-water2x-outline
3 other variants in Health Icons
More objects icons from Health Icons
Use the running water icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8 12V6H6v36h2V22h3v2h14v-3.333h3a2 2 0 0 1 2 2V23h-2v8h14v-8h-2v-1c0-5.523-4.477-10-10-10h-5v-2h-6V8h7a1 1 0 1 0 0-2H10a1 1 0 1 0 0 2h7v2h-6v2zm30 10a8 8 0 0 0-8-8h-5v4.667h3a4 4 0 0 1 4 4V23h6zm2 3H30v4h10zM23 12H13v10h10zm-12 8H8v-6h3z"/><path d="M35.5 42c1.933 0 3.5-1.628 3.5-3.636C39 35.182 35.5 32 35.5 32S32 35.182 32 38.364C32 40.372 33.567 42 35.5 42m0-2c.757 0 1.5-.66 1.5-1.636c0-.932-.552-2.087-1.363-3.193l-.137-.183q-.07.09-.137.183c-.81 1.105-1.363 2.26-1.363 3.193c0 .976.743 1.636 1.5 1.636"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsRunningWaterOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M8 12V6H6v36h2V22h3v2h14v-3.333h3a2 2 0 0 1 2 2V23h-2v8h14v-8h-2v-1c0-5.523-4.477-10-10-10h-5v-2h-6V8h7a1 1 0 1 0 0-2H10a1 1 0 1 0 0 2h7v2h-6v2zm30 10a8 8 0 0 0-8-8h-5v4.667h3a4 4 0 0 1 4 4V23h6zm2 3H30v4h10zM23 12H13v10h10zm-12 8H8v-6h3z"/><path d="M35.5 42c1.933 0 3.5-1.628 3.5-3.636C39 35.182 35.5 32 35.5 32S32 35.182 32 38.364C32 40.372 33.567 42 35.5 42m0-2c.757 0 1.5-.66 1.5-1.636c0-.932-.552-2.087-1.363-3.193l-.137-.183q-.07.09-.137.183c-.81 1.105-1.363 2.26-1.363 3.193c0 .976.743 1.636 1.5 1.636"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8 12V6H6v36h2V22h3v2h14v-3.333h3a2 2 0 0 1 2 2V23h-2v8h14v-8h-2v-1c0-5.523-4.477-10-10-10h-5v-2h-6V8h7a1 1 0 1 0 0-2H10a1 1 0 1 0 0 2h7v2h-6v2zm30 10a8 8 0 0 0-8-8h-5v4.667h3a4 4 0 0 1 4 4V23h6zm2 3H30v4h10zM23 12H13v10h10zm-12 8H8v-6h3z"/><path d="M35.5 42c1.933 0 3.5-1.628 3.5-3.636C39 35.182 35.5 32 35.5 32S32 35.182 32 38.364C32 40.372 33.567 42 35.5 42m0-2c.757 0 1.5-.66 1.5-1.636c0-.932-.552-2.087-1.363-3.193l-.137-.183q-.07.09-.137.183c-.81 1.105-1.363 2.26-1.363 3.193c0 .976.743 1.636 1.5 1.636"/></g></svg> </template>
CSS
.icon-running-water-outline {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2012V6H6v36h2V22h3v2h14v-3.333h3a2%202%200%200%201%202%202V23h-2v8h14v-8h-2v-1c0-5.523-4.477-10-10-10h-5v-2h-6V8h7a1%201%200%201%200%200-2H10a1%201%200%201%200%200%202h7v2h-6v2zm30%2010a8%208%200%200%200-8-8h-5v4.667h3a4%204%200%200%201%204%204V23h6zm2%203H30v4h10zM23%2012H13v10h10zm-12%208H8v-6h3z%22%2F%3E%3Cpath%20d%3D%22M35.5%2042c1.933%200%203.5-1.628%203.5-3.636C39%2035.182%2035.5%2032%2035.5%2032S32%2035.182%2032%2038.364C32%2040.372%2033.567%2042%2035.5%2042m0-2c.757%200%201.5-.66%201.5-1.636c0-.932-.552-2.087-1.363-3.193l-.137-.183q-.07.09-.137.183c-.81%201.105-1.363%202.26-1.363%203.193c0%20.976.743%201.636%201.5%201.636%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2012V6H6v36h2V22h3v2h14v-3.333h3a2%202%200%200%201%202%202V23h-2v8h14v-8h-2v-1c0-5.523-4.477-10-10-10h-5v-2h-6V8h7a1%201%200%201%200%200-2H10a1%201%200%201%200%200%202h7v2h-6v2zm30%2010a8%208%200%200%200-8-8h-5v4.667h3a4%204%200%200%201%204%204V23h6zm2%203H30v4h10zM23%2012H13v10h10zm-12%208H8v-6h3z%22%2F%3E%3Cpath%20d%3D%22M35.5%2042c1.933%200%203.5-1.628%203.5-3.636C39%2035.182%2035.5%2032%2035.5%2032S32%2035.182%2032%2038.364C32%2040.372%2033.567%2042%2035.5%2042m0-2c.757%200%201.5-.66%201.5-1.636c0-.932-.552-2.087-1.363-3.193l-.137-.183q-.07.09-.137.183c-.81%201.105-1.363%202.26-1.363%203.193c0%20.976.743%201.636%201.5%201.636%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/running-water-outline.svg?color=%231a73e8&size=48