water level icon

water-level from IconPark by ByteDance · Color · Money · Apache-2.0 Free for personal and commercial use.

Name
water-level
Set
IconPark
Style
Color
Category
Money
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More money icons from IconPark

Use the water level icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M24 44C32.2843 44 39 37.2843 39 29C39 15 24 4 24 4C24 4 9 15 9 29C9 37.2843 15.7157 44 24 44Z" clip-rule="evenodd"/><path fill="#2F88FF" d="M9 29.0001C9 37.2844 15.7157 44.0001 24 44.0001C32.2843 44.0001 39 37.2844 39 29.0001C39 29.0001 30 32.0001 24 29.0001C18 26.0001 9 29.0001 9 29.0001Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkWaterLevel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path strokeLinecap="round" d="M24 44C32.2843 44 39 37.2843 39 29C39 15 24 4 24 4C24 4 9 15 9 29C9 37.2843 15.7157 44 24 44Z" clipRule="evenodd"/><path fill="#2F88FF" d="M9 29.0001C9 37.2844 15.7157 44.0001 24 44.0001C32.2843 44.0001 39 37.2844 39 29.0001C39 29.0001 30 32.0001 24 29.0001C18 26.0001 9 29.0001 9 29.0001Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M24 44C32.2843 44 39 37.2843 39 29C39 15 24 4 24 4C24 4 9 15 9 29C9 37.2843 15.7157 44 24 44Z" clip-rule="evenodd"/><path fill="#2F88FF" d="M9 29.0001C9 37.2844 15.7157 44.0001 24 44.0001C32.2843 44.0001 39 37.2844 39 29.0001C39 29.0001 30 32.0001 24 29.0001C18 26.0001 9 29.0001 9 29.0001Z"/></g></svg>
</template>

CSS

.icon-water-level {
  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%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2044C32.2843%2044%2039%2037.2843%2039%2029C39%2015%2024%204%2024%204C24%204%209%2015%209%2029C9%2037.2843%2015.7157%2044%2024%2044Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9%2029.0001C9%2037.2844%2015.7157%2044.0001%2024%2044.0001C32.2843%2044.0001%2039%2037.2844%2039%2029.0001C39%2029.0001%2030%2032.0001%2024%2029.0001C18%2026.0001%209%2029.0001%209%2029.0001Z%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%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2044C32.2843%2044%2039%2037.2843%2039%2029C39%2015%2024%204%2024%204C24%204%209%2015%209%2029C9%2037.2843%2015.7157%2044%2024%2044Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9%2029.0001C9%2037.2844%2015.7157%2044.0001%2024%2044.0001C32.2843%2044.0001%2039%2037.2844%2039%2029.0001C39%2029.0001%2030%2032.0001%2024%2029.0001C18%2026.0001%209%2029.0001%209%2029.0001Z%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/water-level.svg?color=%231a73e8&size=48