round-water from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
round-water
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the round water icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.98 14H22zM5.35 13c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c.93 0 1.05.45 2.01.79c.63.22 1.3-.24 1.3-.91c0-.52-.23-.83-.64-.97c-.6-.22-1.15-.9-2.69-.9c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.54 0-2.13.71-2.68.91c-.41.13-.65.43-.65.97c0 .67.66 1.13 1.29.91c1.06-.36 1.1-.8 2.06-.8m13.32 2c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.1 1-3.34 1s-1.38-1-3.33-1c-1.53 0-2.15.71-2.69.91c-.41.14-.65.45-.65.98c0 .67.66 1.13 1.3.91c1.02-.36 1.08-.8 2.04-.8c1.24 0 1.38 1 3.33 1s2.1-1 3.34-1c1.19 0 1.42 1 3.33 1c1.94 0 2.09-1 3.33-1c.94 0 1.06.46 2.03.8c.63.22 1.3-.24 1.3-.91c0-.53-.24-.83-.65-.98c-.53-.19-1.14-.91-2.68-.91M5.35 9c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c.93 0 1.05.45 2.01.79c.63.22 1.3-.24 1.3-.91c0-.52-.23-.83-.64-.97c-.6-.23-1.15-.91-2.69-.91c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.54 0-2.13.71-2.68.91c-.41.14-.65.44-.65.98c0 .67.66 1.13 1.29.91c1.06-.36 1.1-.8 2.06-.8"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWater(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="M21.98 14H22zM5.35 13c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c.93 0 1.05.45 2.01.79c.63.22 1.3-.24 1.3-.91c0-.52-.23-.83-.64-.97c-.6-.22-1.15-.9-2.69-.9c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.54 0-2.13.71-2.68.91c-.41.13-.65.43-.65.97c0 .67.66 1.13 1.29.91c1.06-.36 1.1-.8 2.06-.8m13.32 2c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.1 1-3.34 1s-1.38-1-3.33-1c-1.53 0-2.15.71-2.69.91c-.41.14-.65.45-.65.98c0 .67.66 1.13 1.3.91c1.02-.36 1.08-.8 2.04-.8c1.24 0 1.38 1 3.33 1s2.1-1 3.34-1c1.19 0 1.42 1 3.33 1c1.94 0 2.09-1 3.33-1c.94 0 1.06.46 2.03.8c.63.22 1.3-.24 1.3-.91c0-.53-.24-.83-.65-.98c-.53-.19-1.14-.91-2.68-.91M5.35 9c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c.93 0 1.05.45 2.01.79c.63.22 1.3-.24 1.3-.91c0-.52-.23-.83-.64-.97c-.6-.23-1.15-.91-2.69-.91c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.54 0-2.13.71-2.68.91c-.41.14-.65.44-.65.98c0 .67.66 1.13 1.29.91c1.06-.36 1.1-.8 2.06-.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.98 14H22zM5.35 13c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c.93 0 1.05.45 2.01.79c.63.22 1.3-.24 1.3-.91c0-.52-.23-.83-.64-.97c-.6-.22-1.15-.9-2.69-.9c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.54 0-2.13.71-2.68.91c-.41.13-.65.43-.65.97c0 .67.66 1.13 1.29.91c1.06-.36 1.1-.8 2.06-.8m13.32 2c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.1 1-3.34 1s-1.38-1-3.33-1c-1.53 0-2.15.71-2.69.91c-.41.14-.65.45-.65.98c0 .67.66 1.13 1.3.91c1.02-.36 1.08-.8 2.04-.8c1.24 0 1.38 1 3.33 1s2.1-1 3.34-1c1.19 0 1.42 1 3.33 1c1.94 0 2.09-1 3.33-1c.94 0 1.06.46 2.03.8c.63.22 1.3-.24 1.3-.91c0-.53-.24-.83-.65-.98c-.53-.19-1.14-.91-2.68-.91M5.35 9c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c.93 0 1.05.45 2.01.79c.63.22 1.3-.24 1.3-.91c0-.52-.23-.83-.64-.97c-.6-.23-1.15-.91-2.69-.91c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.54 0-2.13.71-2.68.91c-.41.14-.65.44-.65.98c0 .67.66 1.13 1.29.91c1.06-.36 1.1-.8 2.06-.8"/></svg>
</template>

CSS

.icon-round-water {
  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%22M21.98%2014H22zM5.35%2013c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c.93%200%201.05.45%202.01.79c.63.22%201.3-.24%201.3-.91c0-.52-.23-.83-.64-.97c-.6-.22-1.15-.9-2.69-.9c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.54%200-2.13.71-2.68.91c-.41.13-.65.43-.65.97c0%20.67.66%201.13%201.29.91c1.06-.36%201.1-.8%202.06-.8m13.32%202c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.95%200-2.1%201-3.34%201s-1.38-1-3.33-1c-1.53%200-2.15.71-2.69.91c-.41.14-.65.45-.65.98c0%20.67.66%201.13%201.3.91c1.02-.36%201.08-.8%202.04-.8c1.24%200%201.38%201%203.33%201s2.1-1%203.34-1c1.19%200%201.42%201%203.33%201c1.94%200%202.09-1%203.33-1c.94%200%201.06.46%202.03.8c.63.22%201.3-.24%201.3-.91c0-.53-.24-.83-.65-.98c-.53-.19-1.14-.91-2.68-.91M5.35%209c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c.93%200%201.05.45%202.01.79c.63.22%201.3-.24%201.3-.91c0-.52-.23-.83-.64-.97c-.6-.23-1.15-.91-2.69-.91c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.54%200-2.13.71-2.68.91c-.41.14-.65.44-.65.98c0%20.67.66%201.13%201.29.91c1.06-.36%201.1-.8%202.06-.8%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%22M21.98%2014H22zM5.35%2013c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c.93%200%201.05.45%202.01.79c.63.22%201.3-.24%201.3-.91c0-.52-.23-.83-.64-.97c-.6-.22-1.15-.9-2.69-.9c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.54%200-2.13.71-2.68.91c-.41.13-.65.43-.65.97c0%20.67.66%201.13%201.29.91c1.06-.36%201.1-.8%202.06-.8m13.32%202c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.95%200-2.1%201-3.34%201s-1.38-1-3.33-1c-1.53%200-2.15.71-2.69.91c-.41.14-.65.45-.65.98c0%20.67.66%201.13%201.3.91c1.02-.36%201.08-.8%202.04-.8c1.24%200%201.38%201%203.33%201s2.1-1%203.34-1c1.19%200%201.42%201%203.33%201c1.94%200%202.09-1%203.33-1c.94%200%201.06.46%202.03.8c.63.22%201.3-.24%201.3-.91c0-.53-.24-.83-.65-.98c-.53-.19-1.14-.91-2.68-.91M5.35%209c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c.93%200%201.05.45%202.01.79c.63.22%201.3-.24%201.3-.91c0-.52-.23-.83-.64-.97c-.6-.23-1.15-.91-2.69-.91c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.54%200-2.13.71-2.68.91c-.41.14-.65.44-.65.98c0%20.67.66%201.13%201.29.91c1.06-.36%201.1-.8%202.06-.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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