non potable water emoji
non-potable-water from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- non-potable-water
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji High Contrast
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the non potable water emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M9.708 19.202a.38.38 0 0 1 .292-.14h4.969a.375.375 0 0 1 .367.449l-.812 4.078a.375.375 0 0 1-.368.302h-3.281a.375.375 0 0 1-.367-.297l-.875-4.078a.38.38 0 0 1 .075-.314m1.175 2.565l.295 1.374h2.67l.265-1.327l-.388-.15a.63.63 0 0 0-.415-.012l-.447.142a1.37 1.37 0 0 1-.815.007l-.505-.152a.63.63 0 0 0-.416.02zm-.16-.744l.12-.05c.292-.118.615-.133.916-.043l.505.153a.63.63 0 0 0 .37-.003l.448-.143c.298-.095.62-.085.913.027l.267.103l.25-1.255h-4.048z"/><path d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m6.645-5.233A10.95 10.95 0 0 1 16 27C9.925 27 5 22.075 5 16c0-2.497.832-4.8 2.233-6.645l4.455 4.454c-.428.613-.688 1.337-.688 2.097v1.617a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.402zm2.122-2.122L17.12 15h6.371a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-3.46v-.837c.216-.102.398-.264.525-.465l1.724.396a1 1 0 1 0 0-2l-1.661.381a1.25 1.25 0 0 0-2.255.032l-1.802-.413a1 1 0 1 0 0 2l1.86-.427c.14.235.353.42.608.523V12H15q-.4 0-.79.09L9.356 7.232A10.95 10.95 0 0 1 16 5c6.075 0 11 4.925 11 11c0 2.497-.832 4.8-2.233 6.645"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastNonPotableWater(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M9.708 19.202a.38.38 0 0 1 .292-.14h4.969a.375.375 0 0 1 .367.449l-.812 4.078a.375.375 0 0 1-.368.302h-3.281a.375.375 0 0 1-.367-.297l-.875-4.078a.38.38 0 0 1 .075-.314m1.175 2.565l.295 1.374h2.67l.265-1.327l-.388-.15a.63.63 0 0 0-.415-.012l-.447.142a1.37 1.37 0 0 1-.815.007l-.505-.152a.63.63 0 0 0-.416.02zm-.16-.744l.12-.05c.292-.118.615-.133.916-.043l.505.153a.63.63 0 0 0 .37-.003l.448-.143c.298-.095.62-.085.913.027l.267.103l.25-1.255h-4.048z"/><path d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m6.645-5.233A10.95 10.95 0 0 1 16 27C9.925 27 5 22.075 5 16c0-2.497.832-4.8 2.233-6.645l4.455 4.454c-.428.613-.688 1.337-.688 2.097v1.617a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.402zm2.122-2.122L17.12 15h6.371a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-3.46v-.837c.216-.102.398-.264.525-.465l1.724.396a1 1 0 1 0 0-2l-1.661.381a1.25 1.25 0 0 0-2.255.032l-1.802-.413a1 1 0 1 0 0 2l1.86-.427c.14.235.353.42.608.523V12H15q-.4 0-.79.09L9.356 7.232A10.95 10.95 0 0 1 16 5c6.075 0 11 4.925 11 11c0 2.497-.832 4.8-2.233 6.645"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M9.708 19.202a.38.38 0 0 1 .292-.14h4.969a.375.375 0 0 1 .367.449l-.812 4.078a.375.375 0 0 1-.368.302h-3.281a.375.375 0 0 1-.367-.297l-.875-4.078a.38.38 0 0 1 .075-.314m1.175 2.565l.295 1.374h2.67l.265-1.327l-.388-.15a.63.63 0 0 0-.415-.012l-.447.142a1.37 1.37 0 0 1-.815.007l-.505-.152a.63.63 0 0 0-.416.02zm-.16-.744l.12-.05c.292-.118.615-.133.916-.043l.505.153a.63.63 0 0 0 .37-.003l.448-.143c.298-.095.62-.085.913.027l.267.103l.25-1.255h-4.048z"/><path d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m6.645-5.233A10.95 10.95 0 0 1 16 27C9.925 27 5 22.075 5 16c0-2.497.832-4.8 2.233-6.645l4.455 4.454c-.428.613-.688 1.337-.688 2.097v1.617a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.402zm2.122-2.122L17.12 15h6.371a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-3.46v-.837c.216-.102.398-.264.525-.465l1.724.396a1 1 0 1 0 0-2l-1.661.381a1.25 1.25 0 0 0-2.255.032l-1.802-.413a1 1 0 1 0 0 2l1.86-.427c.14.235.353.42.608.523V12H15q-.4 0-.79.09L9.356 7.232A10.95 10.95 0 0 1 16 5c6.075 0 11 4.925 11 11c0 2.497-.832 4.8-2.233 6.645"/></g></svg> </template>
CSS
.icon-non-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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.708%2019.202a.38.38%200%200%201%20.292-.14h4.969a.375.375%200%200%201%20.367.449l-.812%204.078a.375.375%200%200%201-.368.302h-3.281a.375.375%200%200%201-.367-.297l-.875-4.078a.38.38%200%200%201%20.075-.314m1.175%202.565l.295%201.374h2.67l.265-1.327l-.388-.15a.63.63%200%200%200-.415-.012l-.447.142a1.37%201.37%200%200%201-.815.007l-.505-.152a.63.63%200%200%200-.416.02zm-.16-.744l.12-.05c.292-.118.615-.133.916-.043l.505.153a.63.63%200%200%200%20.37-.003l.448-.143c.298-.095.62-.085.913.027l.267.103l.25-1.255h-4.048z%22%2F%3E%3Cpath%20d%3D%22M16%2030c7.732%200%2014-6.268%2014-14S23.732%202%2016%202S2%208.268%202%2016s6.268%2014%2014%2014m6.645-5.233A10.95%2010.95%200%200%201%2016%2027C9.925%2027%205%2022.075%205%2016c0-2.497.832-4.8%202.233-6.645l4.455%204.454c-.428.613-.688%201.337-.688%202.097v1.617a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%20.5-.5v-1.402zm2.122-2.122L17.12%2015h6.371a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-.5-.5h-3.46v-.837c.216-.102.398-.264.525-.465l1.724.396a1%201%200%201%200%200-2l-1.661.381a1.25%201.25%200%200%200-2.255.032l-1.802-.413a1%201%200%201%200%200%202l1.86-.427c.14.235.353.42.608.523V12H15q-.4%200-.79.09L9.356%207.232A10.95%2010.95%200%200%201%2016%205c6.075%200%2011%204.925%2011%2011c0%202.497-.832%204.8-2.233%206.645%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.708%2019.202a.38.38%200%200%201%20.292-.14h4.969a.375.375%200%200%201%20.367.449l-.812%204.078a.375.375%200%200%201-.368.302h-3.281a.375.375%200%200%201-.367-.297l-.875-4.078a.38.38%200%200%201%20.075-.314m1.175%202.565l.295%201.374h2.67l.265-1.327l-.388-.15a.63.63%200%200%200-.415-.012l-.447.142a1.37%201.37%200%200%201-.815.007l-.505-.152a.63.63%200%200%200-.416.02zm-.16-.744l.12-.05c.292-.118.615-.133.916-.043l.505.153a.63.63%200%200%200%20.37-.003l.448-.143c.298-.095.62-.085.913.027l.267.103l.25-1.255h-4.048z%22%2F%3E%3Cpath%20d%3D%22M16%2030c7.732%200%2014-6.268%2014-14S23.732%202%2016%202S2%208.268%202%2016s6.268%2014%2014%2014m6.645-5.233A10.95%2010.95%200%200%201%2016%2027C9.925%2027%205%2022.075%205%2016c0-2.497.832-4.8%202.233-6.645l4.455%204.454c-.428.613-.688%201.337-.688%202.097v1.617a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%20.5-.5v-1.402zm2.122-2.122L17.12%2015h6.371a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-.5-.5h-3.46v-.837c.216-.102.398-.264.525-.465l1.724.396a1%201%200%201%200%200-2l-1.661.381a1.25%201.25%200%200%200-2.255.032l-1.802-.413a1%201%200%201%200%200%202l1.86-.427c.14.235.353.42.608.523V12H15q-.4%200-.79.09L9.356%207.232A10.95%2010.95%200%200%201%2016%205c6.075%200%2011%204.925%2011%2011c0%202.497-.832%204.8-2.233%206.645%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/non-potable-water.svg?color=%231a73e8&size=48