sharp leak remove icon

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

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

More image icons from Google Material Icons

Use the sharp 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="M14 3h-2c0 1.35-.31 2.63-.84 3.77l1.49 1.49C13.51 6.7 14 4.91 14 3m7 9v-2c-1.91 0-3.7.49-5.27 1.35l1.49 1.49c1.15-.53 2.43-.84 3.78-.84m0 4v-2c-.79 0-1.54.13-2.24.37l1.68 1.68c.19-.01.37-.05.56-.05M10 3H8c0 .19-.04.37-.06.56l1.68 1.68c.25-.7.38-1.46.38-2.24m-5.59-.14L3 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.72 0 5.2-.99 7.11-2.62l2.51 2.51C10.99 15.81 10 18.29 10 21h2c0-2.16.76-4.14 2.03-5.7l1.43 1.43A6.97 6.97 0 0 0 14 21h2c0-1.06.33-2.03.89-2.84L19.73 21l1.41-1.41z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpLeakRemove(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="M14 3h-2c0 1.35-.31 2.63-.84 3.77l1.49 1.49C13.51 6.7 14 4.91 14 3m7 9v-2c-1.91 0-3.7.49-5.27 1.35l1.49 1.49c1.15-.53 2.43-.84 3.78-.84m0 4v-2c-.79 0-1.54.13-2.24.37l1.68 1.68c.19-.01.37-.05.56-.05M10 3H8c0 .19-.04.37-.06.56l1.68 1.68c.25-.7.38-1.46.38-2.24m-5.59-.14L3 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.72 0 5.2-.99 7.11-2.62l2.51 2.51C10.99 15.81 10 18.29 10 21h2c0-2.16.76-4.14 2.03-5.7l1.43 1.43A6.97 6.97 0 0 0 14 21h2c0-1.06.33-2.03.89-2.84L19.73 21l1.41-1.41z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 3h-2c0 1.35-.31 2.63-.84 3.77l1.49 1.49C13.51 6.7 14 4.91 14 3m7 9v-2c-1.91 0-3.7.49-5.27 1.35l1.49 1.49c1.15-.53 2.43-.84 3.78-.84m0 4v-2c-.79 0-1.54.13-2.24.37l1.68 1.68c.19-.01.37-.05.56-.05M10 3H8c0 .19-.04.37-.06.56l1.68 1.68c.25-.7.38-1.46.38-2.24m-5.59-.14L3 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.72 0 5.2-.99 7.11-2.62l2.51 2.51C10.99 15.81 10 18.29 10 21h2c0-2.16.76-4.14 2.03-5.7l1.43 1.43A6.97 6.97 0 0 0 14 21h2c0-1.06.33-2.03.89-2.84L19.73 21l1.41-1.41z"/></svg>
</template>

CSS

.icon-sharp-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%22M14%203h-2c0%201.35-.31%202.63-.84%203.77l1.49%201.49C13.51%206.7%2014%204.91%2014%203m7%209v-2c-1.91%200-3.7.49-5.27%201.35l1.49%201.49c1.15-.53%202.43-.84%203.78-.84m0%204v-2c-.79%200-1.54.13-2.24.37l1.68%201.68c.19-.01.37-.05.56-.05M10%203H8c0%20.19-.04.37-.06.56l1.68%201.68c.25-.7.38-1.46.38-2.24m-5.59-.14L3%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.72%200%205.2-.99%207.11-2.62l2.51%202.51C10.99%2015.81%2010%2018.29%2010%2021h2c0-2.16.76-4.14%202.03-5.7l1.43%201.43A6.97%206.97%200%200%200%2014%2021h2c0-1.06.33-2.03.89-2.84L19.73%2021l1.41-1.41z%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%22M14%203h-2c0%201.35-.31%202.63-.84%203.77l1.49%201.49C13.51%206.7%2014%204.91%2014%203m7%209v-2c-1.91%200-3.7.49-5.27%201.35l1.49%201.49c1.15-.53%202.43-.84%203.78-.84m0%204v-2c-.79%200-1.54.13-2.24.37l1.68%201.68c.19-.01.37-.05.56-.05M10%203H8c0%20.19-.04.37-.06.56l1.68%201.68c.25-.7.38-1.46.38-2.24m-5.59-.14L3%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.72%200%205.2-.99%207.11-2.62l2.51%202.51C10.99%2015.81%2010%2018.29%2010%2021h2c0-2.16.76-4.14%202.03-5.7l1.43%201.43A6.97%206.97%200%200%200%2014%2021h2c0-1.06.33-2.03.89-2.84L19.73%2021l1.41-1.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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