baseline leak remove icon

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

Name
baseline-leak-remove
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0
Aliases
leak-remove

More image icons from Google Material Icons

Use the baseline leak remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 3H8c0 .37-.04.72-.12 1.06l1.59 1.59C9.81 4.84 10 3.94 10 3M3 4.27l2.84 2.84C5.03 7.67 4.06 8 3 8v2c1.61 0 3.09-.55 4.27-1.46L8.7 9.97A9 9 0 0 1 3 12v2c2.71 0 5.19-.99 7.11-2.62l2.5 2.5A11.04 11.04 0 0 0 10 21h2c0-2.16.76-4.14 2.03-5.69l1.43 1.43A6.92 6.92 0 0 0 14 21h2c0-1.06.33-2.03.89-2.84L19.73 21L21 19.73L4.27 3zM14 3h-2c0 1.5-.37 2.91-1.02 4.16l1.46 1.46C13.42 6.98 14 5.06 14 3m5.94 13.12c.34-.08.69-.12 1.06-.12v-2c-.94 0-1.84.19-2.66.52zm-4.56-4.56l1.46 1.46A9 9 0 0 1 21 12v-2c-2.06 0-3.98.58-5.62 1.56"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineLeakRemove(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="M10 3H8c0 .37-.04.72-.12 1.06l1.59 1.59C9.81 4.84 10 3.94 10 3M3 4.27l2.84 2.84C5.03 7.67 4.06 8 3 8v2c1.61 0 3.09-.55 4.27-1.46L8.7 9.97A9 9 0 0 1 3 12v2c2.71 0 5.19-.99 7.11-2.62l2.5 2.5A11.04 11.04 0 0 0 10 21h2c0-2.16.76-4.14 2.03-5.69l1.43 1.43A6.92 6.92 0 0 0 14 21h2c0-1.06.33-2.03.89-2.84L19.73 21L21 19.73L4.27 3zM14 3h-2c0 1.5-.37 2.91-1.02 4.16l1.46 1.46C13.42 6.98 14 5.06 14 3m5.94 13.12c.34-.08.69-.12 1.06-.12v-2c-.94 0-1.84.19-2.66.52zm-4.56-4.56l1.46 1.46A9 9 0 0 1 21 12v-2c-2.06 0-3.98.58-5.62 1.56"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 3H8c0 .37-.04.72-.12 1.06l1.59 1.59C9.81 4.84 10 3.94 10 3M3 4.27l2.84 2.84C5.03 7.67 4.06 8 3 8v2c1.61 0 3.09-.55 4.27-1.46L8.7 9.97A9 9 0 0 1 3 12v2c2.71 0 5.19-.99 7.11-2.62l2.5 2.5A11.04 11.04 0 0 0 10 21h2c0-2.16.76-4.14 2.03-5.69l1.43 1.43A6.92 6.92 0 0 0 14 21h2c0-1.06.33-2.03.89-2.84L19.73 21L21 19.73L4.27 3zM14 3h-2c0 1.5-.37 2.91-1.02 4.16l1.46 1.46C13.42 6.98 14 5.06 14 3m5.94 13.12c.34-.08.69-.12 1.06-.12v-2c-.94 0-1.84.19-2.66.52zm-4.56-4.56l1.46 1.46A9 9 0 0 1 21 12v-2c-2.06 0-3.98.58-5.62 1.56"/></svg>
</template>

CSS

.icon-baseline-leak-remove {
  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%22M10%203H8c0%20.37-.04.72-.12%201.06l1.59%201.59C9.81%204.84%2010%203.94%2010%203M3%204.27l2.84%202.84C5.03%207.67%204.06%208%203%208v2c1.61%200%203.09-.55%204.27-1.46L8.7%209.97A9%209%200%200%201%203%2012v2c2.71%200%205.19-.99%207.11-2.62l2.5%202.5A11.04%2011.04%200%200%200%2010%2021h2c0-2.16.76-4.14%202.03-5.69l1.43%201.43A6.92%206.92%200%200%200%2014%2021h2c0-1.06.33-2.03.89-2.84L19.73%2021L21%2019.73L4.27%203zM14%203h-2c0%201.5-.37%202.91-1.02%204.16l1.46%201.46C13.42%206.98%2014%205.06%2014%203m5.94%2013.12c.34-.08.69-.12%201.06-.12v-2c-.94%200-1.84.19-2.66.52zm-4.56-4.56l1.46%201.46A9%209%200%200%201%2021%2012v-2c-2.06%200-3.98.58-5.62%201.56%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%22M10%203H8c0%20.37-.04.72-.12%201.06l1.59%201.59C9.81%204.84%2010%203.94%2010%203M3%204.27l2.84%202.84C5.03%207.67%204.06%208%203%208v2c1.61%200%203.09-.55%204.27-1.46L8.7%209.97A9%209%200%200%201%203%2012v2c2.71%200%205.19-.99%207.11-2.62l2.5%202.5A11.04%2011.04%200%200%200%2010%2021h2c0-2.16.76-4.14%202.03-5.69l1.43%201.43A6.92%206.92%200%200%200%2014%2021h2c0-1.06.33-2.03.89-2.84L19.73%2021L21%2019.73L4.27%203zM14%203h-2c0%201.5-.37%202.91-1.02%204.16l1.46%201.46C13.42%206.98%2014%205.06%2014%203m5.94%2013.12c.34-.08.69-.12%201.06-.12v-2c-.94%200-1.84.19-2.66.52zm-4.56-4.56l1.46%201.46A9%209%200%200%201%2021%2012v-2c-2.06%200-3.98.58-5.62%201.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Baseline Leak Remove baseline icon — Google Material Icons · IconsDB