water-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
water-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Use the water icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15 3.5a.75.75 0 0 1 .702.487C16.13 5.125 16.905 5.5 17.25 5.5a.75.75 0 0 1 0 1.5c-.797 0-1.627-.456-2.253-1.241c-.654.799-1.547 1.24-2.497 1.24c-.952.001-1.846-.443-2.5-1.244C9.346 6.556 8.452 7 7.5 7c-.95 0-1.842-.442-2.496-1.24c-.626.785-1.456 1.243-2.254 1.243a.75.75 0 1 1 0-1.5c.344 0 1.12-.376 1.548-1.516a.75.75 0 0 1 1.404 0C6.112 5.08 6.866 5.5 7.5 5.5s1.388-.42 1.798-1.513a.75.75 0 0 1 1.404 0C11.112 5.08 11.866 5.5 12.5 5.5s1.388-.42 1.798-1.513A.75.75 0 0 1 15 3.5m0 5a.75.75 0 0 1 .702.487c.427 1.138 1.203 1.513 1.548 1.513a.75.75 0 0 1 0 1.5c-.797 0-1.627-.456-2.253-1.241c-.654.799-1.547 1.24-2.497 1.24c-.952.001-1.846-.443-2.5-1.244C9.346 11.556 8.452 12 7.5 12c-.95 0-1.842-.442-2.496-1.24c-.626.786-1.456 1.242-2.254 1.243a.75.75 0 0 1 0-1.5c.344 0 1.12-.376 1.548-1.516a.75.75 0 0 1 1.404 0C6.112 10.08 6.866 10.5 7.5 10.5s1.388-.42 1.798-1.513a.75.75 0 0 1 1.404 0c.41 1.093 1.164 1.513 1.798 1.513s1.388-.42 1.798-1.513A.75.75 0 0 1 15 8.5m.702 5.487a.75.75 0 0 0-1.404 0c-.41 1.093-1.164 1.513-1.798 1.513s-1.388-.42-1.798-1.513a.75.75 0 0 0-1.404 0C8.888 15.08 8.134 15.5 7.5 15.5s-1.388-.42-1.798-1.513a.75.75 0 0 0-1.404 0c-.427 1.14-1.204 1.515-1.548 1.516a.75.75 0 1 0 0 1.5c.798 0 1.628-.457 2.254-1.244C5.658 16.559 6.55 17 7.5 17c.952 0 1.846-.444 2.5-1.245c.654.801 1.548 1.245 2.5 1.245c.95 0 1.843-.442 2.497-1.241c.626.785 1.456 1.24 2.253 1.24a.75.75 0 0 0 0-1.5c-.345 0-1.12-.374-1.548-1.512"/></svg>

React

import type { SVGProps } from "react";

export function FluentWater20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15 3.5a.75.75 0 0 1 .702.487C16.13 5.125 16.905 5.5 17.25 5.5a.75.75 0 0 1 0 1.5c-.797 0-1.627-.456-2.253-1.241c-.654.799-1.547 1.24-2.497 1.24c-.952.001-1.846-.443-2.5-1.244C9.346 6.556 8.452 7 7.5 7c-.95 0-1.842-.442-2.496-1.24c-.626.785-1.456 1.243-2.254 1.243a.75.75 0 1 1 0-1.5c.344 0 1.12-.376 1.548-1.516a.75.75 0 0 1 1.404 0C6.112 5.08 6.866 5.5 7.5 5.5s1.388-.42 1.798-1.513a.75.75 0 0 1 1.404 0C11.112 5.08 11.866 5.5 12.5 5.5s1.388-.42 1.798-1.513A.75.75 0 0 1 15 3.5m0 5a.75.75 0 0 1 .702.487c.427 1.138 1.203 1.513 1.548 1.513a.75.75 0 0 1 0 1.5c-.797 0-1.627-.456-2.253-1.241c-.654.799-1.547 1.24-2.497 1.24c-.952.001-1.846-.443-2.5-1.244C9.346 11.556 8.452 12 7.5 12c-.95 0-1.842-.442-2.496-1.24c-.626.786-1.456 1.242-2.254 1.243a.75.75 0 0 1 0-1.5c.344 0 1.12-.376 1.548-1.516a.75.75 0 0 1 1.404 0C6.112 10.08 6.866 10.5 7.5 10.5s1.388-.42 1.798-1.513a.75.75 0 0 1 1.404 0c.41 1.093 1.164 1.513 1.798 1.513s1.388-.42 1.798-1.513A.75.75 0 0 1 15 8.5m.702 5.487a.75.75 0 0 0-1.404 0c-.41 1.093-1.164 1.513-1.798 1.513s-1.388-.42-1.798-1.513a.75.75 0 0 0-1.404 0C8.888 15.08 8.134 15.5 7.5 15.5s-1.388-.42-1.798-1.513a.75.75 0 0 0-1.404 0c-.427 1.14-1.204 1.515-1.548 1.516a.75.75 0 1 0 0 1.5c.798 0 1.628-.457 2.254-1.244C5.658 16.559 6.55 17 7.5 17c.952 0 1.846-.444 2.5-1.245c.654.801 1.548 1.245 2.5 1.245c.95 0 1.843-.442 2.497-1.241c.626.785 1.456 1.24 2.253 1.24a.75.75 0 0 0 0-1.5c-.345 0-1.12-.374-1.548-1.512"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15 3.5a.75.75 0 0 1 .702.487C16.13 5.125 16.905 5.5 17.25 5.5a.75.75 0 0 1 0 1.5c-.797 0-1.627-.456-2.253-1.241c-.654.799-1.547 1.24-2.497 1.24c-.952.001-1.846-.443-2.5-1.244C9.346 6.556 8.452 7 7.5 7c-.95 0-1.842-.442-2.496-1.24c-.626.785-1.456 1.243-2.254 1.243a.75.75 0 1 1 0-1.5c.344 0 1.12-.376 1.548-1.516a.75.75 0 0 1 1.404 0C6.112 5.08 6.866 5.5 7.5 5.5s1.388-.42 1.798-1.513a.75.75 0 0 1 1.404 0C11.112 5.08 11.866 5.5 12.5 5.5s1.388-.42 1.798-1.513A.75.75 0 0 1 15 3.5m0 5a.75.75 0 0 1 .702.487c.427 1.138 1.203 1.513 1.548 1.513a.75.75 0 0 1 0 1.5c-.797 0-1.627-.456-2.253-1.241c-.654.799-1.547 1.24-2.497 1.24c-.952.001-1.846-.443-2.5-1.244C9.346 11.556 8.452 12 7.5 12c-.95 0-1.842-.442-2.496-1.24c-.626.786-1.456 1.242-2.254 1.243a.75.75 0 0 1 0-1.5c.344 0 1.12-.376 1.548-1.516a.75.75 0 0 1 1.404 0C6.112 10.08 6.866 10.5 7.5 10.5s1.388-.42 1.798-1.513a.75.75 0 0 1 1.404 0c.41 1.093 1.164 1.513 1.798 1.513s1.388-.42 1.798-1.513A.75.75 0 0 1 15 8.5m.702 5.487a.75.75 0 0 0-1.404 0c-.41 1.093-1.164 1.513-1.798 1.513s-1.388-.42-1.798-1.513a.75.75 0 0 0-1.404 0C8.888 15.08 8.134 15.5 7.5 15.5s-1.388-.42-1.798-1.513a.75.75 0 0 0-1.404 0c-.427 1.14-1.204 1.515-1.548 1.516a.75.75 0 1 0 0 1.5c.798 0 1.628-.457 2.254-1.244C5.658 16.559 6.55 17 7.5 17c.952 0 1.846-.444 2.5-1.245c.654.801 1.548 1.245 2.5 1.245c.95 0 1.843-.442 2.497-1.241c.626.785 1.456 1.24 2.253 1.24a.75.75 0 0 0 0-1.5c-.345 0-1.12-.374-1.548-1.512"/></svg>
</template>

CSS

.icon-water-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203.5a.75.75%200%200%201%20.702.487C16.13%205.125%2016.905%205.5%2017.25%205.5a.75.75%200%200%201%200%201.5c-.797%200-1.627-.456-2.253-1.241c-.654.799-1.547%201.24-2.497%201.24c-.952.001-1.846-.443-2.5-1.244C9.346%206.556%208.452%207%207.5%207c-.95%200-1.842-.442-2.496-1.24c-.626.785-1.456%201.243-2.254%201.243a.75.75%200%201%201%200-1.5c.344%200%201.12-.376%201.548-1.516a.75.75%200%200%201%201.404%200C6.112%205.08%206.866%205.5%207.5%205.5s1.388-.42%201.798-1.513a.75.75%200%200%201%201.404%200C11.112%205.08%2011.866%205.5%2012.5%205.5s1.388-.42%201.798-1.513A.75.75%200%200%201%2015%203.5m0%205a.75.75%200%200%201%20.702.487c.427%201.138%201.203%201.513%201.548%201.513a.75.75%200%200%201%200%201.5c-.797%200-1.627-.456-2.253-1.241c-.654.799-1.547%201.24-2.497%201.24c-.952.001-1.846-.443-2.5-1.244C9.346%2011.556%208.452%2012%207.5%2012c-.95%200-1.842-.442-2.496-1.24c-.626.786-1.456%201.242-2.254%201.243a.75.75%200%200%201%200-1.5c.344%200%201.12-.376%201.548-1.516a.75.75%200%200%201%201.404%200C6.112%2010.08%206.866%2010.5%207.5%2010.5s1.388-.42%201.798-1.513a.75.75%200%200%201%201.404%200c.41%201.093%201.164%201.513%201.798%201.513s1.388-.42%201.798-1.513A.75.75%200%200%201%2015%208.5m.702%205.487a.75.75%200%200%200-1.404%200c-.41%201.093-1.164%201.513-1.798%201.513s-1.388-.42-1.798-1.513a.75.75%200%200%200-1.404%200C8.888%2015.08%208.134%2015.5%207.5%2015.5s-1.388-.42-1.798-1.513a.75.75%200%200%200-1.404%200c-.427%201.14-1.204%201.515-1.548%201.516a.75.75%200%201%200%200%201.5c.798%200%201.628-.457%202.254-1.244C5.658%2016.559%206.55%2017%207.5%2017c.952%200%201.846-.444%202.5-1.245c.654.801%201.548%201.245%202.5%201.245c.95%200%201.843-.442%202.497-1.241c.626.785%201.456%201.24%202.253%201.24a.75.75%200%200%200%200-1.5c-.345%200-1.12-.374-1.548-1.512%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203.5a.75.75%200%200%201%20.702.487C16.13%205.125%2016.905%205.5%2017.25%205.5a.75.75%200%200%201%200%201.5c-.797%200-1.627-.456-2.253-1.241c-.654.799-1.547%201.24-2.497%201.24c-.952.001-1.846-.443-2.5-1.244C9.346%206.556%208.452%207%207.5%207c-.95%200-1.842-.442-2.496-1.24c-.626.785-1.456%201.243-2.254%201.243a.75.75%200%201%201%200-1.5c.344%200%201.12-.376%201.548-1.516a.75.75%200%200%201%201.404%200C6.112%205.08%206.866%205.5%207.5%205.5s1.388-.42%201.798-1.513a.75.75%200%200%201%201.404%200C11.112%205.08%2011.866%205.5%2012.5%205.5s1.388-.42%201.798-1.513A.75.75%200%200%201%2015%203.5m0%205a.75.75%200%200%201%20.702.487c.427%201.138%201.203%201.513%201.548%201.513a.75.75%200%200%201%200%201.5c-.797%200-1.627-.456-2.253-1.241c-.654.799-1.547%201.24-2.497%201.24c-.952.001-1.846-.443-2.5-1.244C9.346%2011.556%208.452%2012%207.5%2012c-.95%200-1.842-.442-2.496-1.24c-.626.786-1.456%201.242-2.254%201.243a.75.75%200%200%201%200-1.5c.344%200%201.12-.376%201.548-1.516a.75.75%200%200%201%201.404%200C6.112%2010.08%206.866%2010.5%207.5%2010.5s1.388-.42%201.798-1.513a.75.75%200%200%201%201.404%200c.41%201.093%201.164%201.513%201.798%201.513s1.388-.42%201.798-1.513A.75.75%200%200%201%2015%208.5m.702%205.487a.75.75%200%200%200-1.404%200c-.41%201.093-1.164%201.513-1.798%201.513s-1.388-.42-1.798-1.513a.75.75%200%200%200-1.404%200C8.888%2015.08%208.134%2015.5%207.5%2015.5s-1.388-.42-1.798-1.513a.75.75%200%200%200-1.404%200c-.427%201.14-1.204%201.515-1.548%201.516a.75.75%200%201%200%200%201.5c.798%200%201.628-.457%202.254-1.244C5.658%2016.559%206.55%2017%207.5%2017c.952%200%201.846-.444%202.5-1.245c.654.801%201.548%201.245%202.5%201.245c.95%200%201.843-.442%202.497-1.241c.626.785%201.456%201.24%202.253%201.24a.75.75%200%200%200%200-1.5c-.345%200-1.12-.374-1.548-1.512%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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