water-opacity from Material Design Icons by Pictogrammers · Filled · Drawing / Art · Apache-2.0 Free for personal and commercial use.

Name
water-opacity
Set
Material Design Icons
Style
Filled
Category
Drawing / Art
Viewbox
24×24
License
Apache 2.0
Aliases
blood-saver, blood-transparent, drop-saver, drop-transparent, oil-saver, oil-transparent, water-saver, water-transparent

More drawing / art icons from Material Design Icons

Use the water opacity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 14v-2h1.61c.24.71.39 1.39.39 2zm-.42-6c-.46-.71-.93-1.39-1.38-2H14v2zm.42 4v-2h-2v2zm0-3.32V10h.74c-.24-.44-.48-.89-.74-1.32M12 16v-2h2v-2h-2v-2h2V8h-2V6h2v-.27c-1.1-1.47-2-2.48-2-2.48S6 10 6 14c0 3.31 2.69 6 6 6v-2h2v-2zm2 3.65c.75-.26 1.42-.65 2-1.19V18h-2zM14 16h2v-2h-2zm2 2h.46c.54-.58.93-1.25 1.19-2H16z"/></svg>

React

import type { SVGProps } from "react";

export function MdiWaterOpacity(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="M16 14v-2h1.61c.24.71.39 1.39.39 2zm-.42-6c-.46-.71-.93-1.39-1.38-2H14v2zm.42 4v-2h-2v2zm0-3.32V10h.74c-.24-.44-.48-.89-.74-1.32M12 16v-2h2v-2h-2v-2h2V8h-2V6h2v-.27c-1.1-1.47-2-2.48-2-2.48S6 10 6 14c0 3.31 2.69 6 6 6v-2h2v-2zm2 3.65c.75-.26 1.42-.65 2-1.19V18h-2zM14 16h2v-2h-2zm2 2h.46c.54-.58.93-1.25 1.19-2H16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 14v-2h1.61c.24.71.39 1.39.39 2zm-.42-6c-.46-.71-.93-1.39-1.38-2H14v2zm.42 4v-2h-2v2zm0-3.32V10h.74c-.24-.44-.48-.89-.74-1.32M12 16v-2h2v-2h-2v-2h2V8h-2V6h2v-.27c-1.1-1.47-2-2.48-2-2.48S6 10 6 14c0 3.31 2.69 6 6 6v-2h2v-2zm2 3.65c.75-.26 1.42-.65 2-1.19V18h-2zM14 16h2v-2h-2zm2 2h.46c.54-.58.93-1.25 1.19-2H16z"/></svg>
</template>

CSS

.icon-water-opacity {
  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%22M16%2014v-2h1.61c.24.71.39%201.39.39%202zm-.42-6c-.46-.71-.93-1.39-1.38-2H14v2zm.42%204v-2h-2v2zm0-3.32V10h.74c-.24-.44-.48-.89-.74-1.32M12%2016v-2h2v-2h-2v-2h2V8h-2V6h2v-.27c-1.1-1.47-2-2.48-2-2.48S6%2010%206%2014c0%203.31%202.69%206%206%206v-2h2v-2zm2%203.65c.75-.26%201.42-.65%202-1.19V18h-2zM14%2016h2v-2h-2zm2%202h.46c.54-.58.93-1.25%201.19-2H16z%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%22M16%2014v-2h1.61c.24.71.39%201.39.39%202zm-.42-6c-.46-.71-.93-1.39-1.38-2H14v2zm.42%204v-2h-2v2zm0-3.32V10h.74c-.24-.44-.48-.89-.74-1.32M12%2016v-2h2v-2h-2v-2h2V8h-2V6h2v-.27c-1.1-1.47-2-2.48-2-2.48S6%2010%206%2014c0%203.31%202.69%206%206%206v-2h2v-2zm2%203.65c.75-.26%201.42-.65%202-1.19V18h-2zM14%2016h2v-2h-2zm2%202h.46c.54-.58.93-1.25%201.19-2H16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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