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

Name
round-leak-add
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the round leak add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.05 21c.5 0 .94-.37.99-.87a9 9 0 0 1 8.08-8.08c.5-.05.88-.48.88-.99c0-.59-.51-1.06-1.1-1c-5.19.52-9.32 4.65-9.84 9.83c-.06.59.4 1.11.99 1.11M18 21h3v-3c-1.66 0-3 1.34-3 3m-2.91 0c.49 0 .9-.36.98-.85c.36-2.08 2-3.72 4.08-4.08c.49-.08.85-.49.85-.98c0-.61-.54-1.09-1.14-1a6.99 6.99 0 0 0-5.77 5.77c-.1.6.39 1.14 1 1.14M12.97 3.02c-.5 0-.94.37-.99.87a9 9 0 0 1-8.08 8.08c-.5.05-.88.48-.88.99c0 .59.51 1.06 1.1 1c5.19-.52 9.32-4.65 9.84-9.83a1 1 0 0 0-.99-1.11m-6.94 0h-3v3c1.66 0 3-1.34 3-3m2.91 0c-.49 0-.9.36-.98.85c-.36 2.08-2 3.72-4.08 4.08c-.49.09-.85.49-.85.99c0 .61.54 1.09 1.14 1a6.99 6.99 0 0 0 5.77-5.77c.09-.61-.4-1.15-1-1.15"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundLeakAdd(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="M11.05 21c.5 0 .94-.37.99-.87a9 9 0 0 1 8.08-8.08c.5-.05.88-.48.88-.99c0-.59-.51-1.06-1.1-1c-5.19.52-9.32 4.65-9.84 9.83c-.06.59.4 1.11.99 1.11M18 21h3v-3c-1.66 0-3 1.34-3 3m-2.91 0c.49 0 .9-.36.98-.85c.36-2.08 2-3.72 4.08-4.08c.49-.08.85-.49.85-.98c0-.61-.54-1.09-1.14-1a6.99 6.99 0 0 0-5.77 5.77c-.1.6.39 1.14 1 1.14M12.97 3.02c-.5 0-.94.37-.99.87a9 9 0 0 1-8.08 8.08c-.5.05-.88.48-.88.99c0 .59.51 1.06 1.1 1c5.19-.52 9.32-4.65 9.84-9.83a1 1 0 0 0-.99-1.11m-6.94 0h-3v3c1.66 0 3-1.34 3-3m2.91 0c-.49 0-.9.36-.98.85c-.36 2.08-2 3.72-4.08 4.08c-.49.09-.85.49-.85.99c0 .61.54 1.09 1.14 1a6.99 6.99 0 0 0 5.77-5.77c.09-.61-.4-1.15-1-1.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.05 21c.5 0 .94-.37.99-.87a9 9 0 0 1 8.08-8.08c.5-.05.88-.48.88-.99c0-.59-.51-1.06-1.1-1c-5.19.52-9.32 4.65-9.84 9.83c-.06.59.4 1.11.99 1.11M18 21h3v-3c-1.66 0-3 1.34-3 3m-2.91 0c.49 0 .9-.36.98-.85c.36-2.08 2-3.72 4.08-4.08c.49-.08.85-.49.85-.98c0-.61-.54-1.09-1.14-1a6.99 6.99 0 0 0-5.77 5.77c-.1.6.39 1.14 1 1.14M12.97 3.02c-.5 0-.94.37-.99.87a9 9 0 0 1-8.08 8.08c-.5.05-.88.48-.88.99c0 .59.51 1.06 1.1 1c5.19-.52 9.32-4.65 9.84-9.83a1 1 0 0 0-.99-1.11m-6.94 0h-3v3c1.66 0 3-1.34 3-3m2.91 0c-.49 0-.9.36-.98.85c-.36 2.08-2 3.72-4.08 4.08c-.49.09-.85.49-.85.99c0 .61.54 1.09 1.14 1a6.99 6.99 0 0 0 5.77-5.77c.09-.61-.4-1.15-1-1.15"/></svg>
</template>

CSS

.icon-round-leak-add {
  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%22M11.05%2021c.5%200%20.94-.37.99-.87a9%209%200%200%201%208.08-8.08c.5-.05.88-.48.88-.99c0-.59-.51-1.06-1.1-1c-5.19.52-9.32%204.65-9.84%209.83c-.06.59.4%201.11.99%201.11M18%2021h3v-3c-1.66%200-3%201.34-3%203m-2.91%200c.49%200%20.9-.36.98-.85c.36-2.08%202-3.72%204.08-4.08c.49-.08.85-.49.85-.98c0-.61-.54-1.09-1.14-1a6.99%206.99%200%200%200-5.77%205.77c-.1.6.39%201.14%201%201.14M12.97%203.02c-.5%200-.94.37-.99.87a9%209%200%200%201-8.08%208.08c-.5.05-.88.48-.88.99c0%20.59.51%201.06%201.1%201c5.19-.52%209.32-4.65%209.84-9.83a1%201%200%200%200-.99-1.11m-6.94%200h-3v3c1.66%200%203-1.34%203-3m2.91%200c-.49%200-.9.36-.98.85c-.36%202.08-2%203.72-4.08%204.08c-.49.09-.85.49-.85.99c0%20.61.54%201.09%201.14%201a6.99%206.99%200%200%200%205.77-5.77c.09-.61-.4-1.15-1-1.15%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%22M11.05%2021c.5%200%20.94-.37.99-.87a9%209%200%200%201%208.08-8.08c.5-.05.88-.48.88-.99c0-.59-.51-1.06-1.1-1c-5.19.52-9.32%204.65-9.84%209.83c-.06.59.4%201.11.99%201.11M18%2021h3v-3c-1.66%200-3%201.34-3%203m-2.91%200c.49%200%20.9-.36.98-.85c.36-2.08%202-3.72%204.08-4.08c.49-.08.85-.49.85-.98c0-.61-.54-1.09-1.14-1a6.99%206.99%200%200%200-5.77%205.77c-.1.6.39%201.14%201%201.14M12.97%203.02c-.5%200-.94.37-.99.87a9%209%200%200%201-8.08%208.08c-.5.05-.88.48-.88.99c0%20.59.51%201.06%201.1%201c5.19-.52%209.32-4.65%209.84-9.83a1%201%200%200%200-.99-1.11m-6.94%200h-3v3c1.66%200%203-1.34%203-3m2.91%200c-.49%200-.9.36-.98.85c-.36%202.08-2%203.72-4.08%204.08c-.49.09-.85.49-.85.99c0%20.61.54%201.09%201.14%201a6.99%206.99%200%200%200%205.77-5.77c.09-.61-.4-1.15-1-1.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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