potable-water from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
potable-water
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the potable water emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M36.6 24.1v-1H29v1c0 .6-.5 1-1 1h-5c-2.3 0-4.2 1.9-4.2 4.3v5.1h5.7v-1.8c0-1 .8-1.8 1.8-1.8h.6c.2 0 .5.2.6.4c1 1.9 3 3.1 5.3 3.1s4.2-1.3 5.3-3.2c.1-.2.4-.4.6-.4h4.8V25h-5.9c-.6.2-1-.3-1-.9m-12.1-7.4c.2 0 1.5 0 1.6-.1c.6 0 1.3-.1 4.4-.1c.1.2.3.3.5.5v2.3h-1c-.6 0-1 .5-1 1s.5 1 1 1h5.5c.6 0 1-.5 1-1s-.5-1-1-1h-1V17c.2-.1.3-.3.5-.5c3.1 0 3.8.1 4.4.1c.2 0 1.5.1 1.6.1c1 0 1.9-.8 1.9-1.9s-.8-1.9-1.9-1.9c-.2 0-1.5 0-1.6.1c-.6 0-1.3.1-4.4.1c-.5-.7-1.3-1.1-2.2-1.1s-1.7.4-2.2 1.1c-3.1 0-3.8-.1-4.4-.1c-.2 0-1.5-.1-1.6-.1c-1 0-1.9.8-1.9 1.9s.8 1.9 1.8 1.9m20.7 6.4H48v9.7h-2.8zM17.5 52h8.3l1.5-14H16zm8.4-9h-8.4l-.4-4h9.3z"/></svg>

React

import type { SVGProps } from "react";

export function EmojionePotableWater(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M36.6 24.1v-1H29v1c0 .6-.5 1-1 1h-5c-2.3 0-4.2 1.9-4.2 4.3v5.1h5.7v-1.8c0-1 .8-1.8 1.8-1.8h.6c.2 0 .5.2.6.4c1 1.9 3 3.1 5.3 3.1s4.2-1.3 5.3-3.2c.1-.2.4-.4.6-.4h4.8V25h-5.9c-.6.2-1-.3-1-.9m-12.1-7.4c.2 0 1.5 0 1.6-.1c.6 0 1.3-.1 4.4-.1c.1.2.3.3.5.5v2.3h-1c-.6 0-1 .5-1 1s.5 1 1 1h5.5c.6 0 1-.5 1-1s-.5-1-1-1h-1V17c.2-.1.3-.3.5-.5c3.1 0 3.8.1 4.4.1c.2 0 1.5.1 1.6.1c1 0 1.9-.8 1.9-1.9s-.8-1.9-1.9-1.9c-.2 0-1.5 0-1.6.1c-.6 0-1.3.1-4.4.1c-.5-.7-1.3-1.1-2.2-1.1s-1.7.4-2.2 1.1c-3.1 0-3.8-.1-4.4-.1c-.2 0-1.5-.1-1.6-.1c-1 0-1.9.8-1.9 1.9s.8 1.9 1.8 1.9m20.7 6.4H48v9.7h-2.8zM17.5 52h8.3l1.5-14H16zm8.4-9h-8.4l-.4-4h9.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M36.6 24.1v-1H29v1c0 .6-.5 1-1 1h-5c-2.3 0-4.2 1.9-4.2 4.3v5.1h5.7v-1.8c0-1 .8-1.8 1.8-1.8h.6c.2 0 .5.2.6.4c1 1.9 3 3.1 5.3 3.1s4.2-1.3 5.3-3.2c.1-.2.4-.4.6-.4h4.8V25h-5.9c-.6.2-1-.3-1-.9m-12.1-7.4c.2 0 1.5 0 1.6-.1c.6 0 1.3-.1 4.4-.1c.1.2.3.3.5.5v2.3h-1c-.6 0-1 .5-1 1s.5 1 1 1h5.5c.6 0 1-.5 1-1s-.5-1-1-1h-1V17c.2-.1.3-.3.5-.5c3.1 0 3.8.1 4.4.1c.2 0 1.5.1 1.6.1c1 0 1.9-.8 1.9-1.9s-.8-1.9-1.9-1.9c-.2 0-1.5 0-1.6.1c-.6 0-1.3.1-4.4.1c-.5-.7-1.3-1.1-2.2-1.1s-1.7.4-2.2 1.1c-3.1 0-3.8-.1-4.4-.1c-.2 0-1.5-.1-1.6-.1c-1 0-1.9.8-1.9 1.9s.8 1.9 1.8 1.9m20.7 6.4H48v9.7h-2.8zM17.5 52h8.3l1.5-14H16zm8.4-9h-8.4l-.4-4h9.3z"/></svg>
</template>

CSS

.icon-potable-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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36.6%2024.1v-1H29v1c0%20.6-.5%201-1%201h-5c-2.3%200-4.2%201.9-4.2%204.3v5.1h5.7v-1.8c0-1%20.8-1.8%201.8-1.8h.6c.2%200%20.5.2.6.4c1%201.9%203%203.1%205.3%203.1s4.2-1.3%205.3-3.2c.1-.2.4-.4.6-.4h4.8V25h-5.9c-.6.2-1-.3-1-.9m-12.1-7.4c.2%200%201.5%200%201.6-.1c.6%200%201.3-.1%204.4-.1c.1.2.3.3.5.5v2.3h-1c-.6%200-1%20.5-1%201s.5%201%201%201h5.5c.6%200%201-.5%201-1s-.5-1-1-1h-1V17c.2-.1.3-.3.5-.5c3.1%200%203.8.1%204.4.1c.2%200%201.5.1%201.6.1c1%200%201.9-.8%201.9-1.9s-.8-1.9-1.9-1.9c-.2%200-1.5%200-1.6.1c-.6%200-1.3.1-4.4.1c-.5-.7-1.3-1.1-2.2-1.1s-1.7.4-2.2%201.1c-3.1%200-3.8-.1-4.4-.1c-.2%200-1.5-.1-1.6-.1c-1%200-1.9.8-1.9%201.9s.8%201.9%201.8%201.9m20.7%206.4H48v9.7h-2.8zM17.5%2052h8.3l1.5-14H16zm8.4-9h-8.4l-.4-4h9.3z%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36.6%2024.1v-1H29v1c0%20.6-.5%201-1%201h-5c-2.3%200-4.2%201.9-4.2%204.3v5.1h5.7v-1.8c0-1%20.8-1.8%201.8-1.8h.6c.2%200%20.5.2.6.4c1%201.9%203%203.1%205.3%203.1s4.2-1.3%205.3-3.2c.1-.2.4-.4.6-.4h4.8V25h-5.9c-.6.2-1-.3-1-.9m-12.1-7.4c.2%200%201.5%200%201.6-.1c.6%200%201.3-.1%204.4-.1c.1.2.3.3.5.5v2.3h-1c-.6%200-1%20.5-1%201s.5%201%201%201h5.5c.6%200%201-.5%201-1s-.5-1-1-1h-1V17c.2-.1.3-.3.5-.5c3.1%200%203.8.1%204.4.1c.2%200%201.5.1%201.6.1c1%200%201.9-.8%201.9-1.9s-.8-1.9-1.9-1.9c-.2%200-1.5%200-1.6.1c-.6%200-1.3.1-4.4.1c-.5-.7-1.3-1.1-2.2-1.1s-1.7.4-2.2%201.1c-3.1%200-3.8-.1-4.4-.1c-.2%200-1.5-.1-1.6-.1c-1%200-1.9.8-1.9%201.9s.8%201.9%201.8%201.9m20.7%206.4H48v9.7h-2.8zM17.5%2052h8.3l1.5-14H16zm8.4-9h-8.4l-.4-4h9.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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