round leak remove icon
round-leak-remove from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.
- Name
- round-leak-remove
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Image
- Viewbox
- 24×24
- License
- Apache 2.0
More image icons from Google Material Icons
baseline-10mpbaseline-11mpbaseline-12mpbaseline-13mpbaseline-14mpbaseline-15mpbaseline-16mpbaseline-17mpbaseline-18mpbaseline-19mpbaseline-20mpbaseline-21mpbaseline-22mpbaseline-23mpbaseline-24mpbaseline-2mpbaseline-30fps-selectbaseline-3mpbaseline-4mpbaseline-5mpbaseline-60fps-selectbaseline-6mpbaseline-7mpbaseline-8mp
Use the round 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="M20.12 12.04c.5-.05.88-.48.88-.99c0-.59-.51-1.06-1.1-1c-1.5.15-2.9.61-4.16 1.3l1.48 1.48c.9-.41 1.87-.69 2.9-.79m.88 3.05c0-.61-.54-1.09-1.14-1c-.38.06-.75.16-1.11.28l1.62 1.62c.37-.15.63-.49.63-.9M13.97 4.14c.06-.59-.4-1.11-1-1.11c-.5 0-.94.37-.99.87c-.1 1.03-.38 2.01-.79 2.91l1.48 1.48c.69-1.26 1.15-2.66 1.3-4.15m-4.04.02c.1-.6-.39-1.14-1-1.14a.98.98 0 0 0-.9.62l1.62 1.62c.13-.35.22-.72.28-1.1m10.51 14.72L5.12 3.56a.996.996 0 1 0-1.41 1.41l2.15 2.15c-.59.41-1.26.7-1.99.82c-.48.1-.84.5-.84 1c0 .61.54 1.09 1.14 1c1.17-.19 2.23-.68 3.13-1.37L8.73 10c-1.34 1.1-3 1.82-4.81 1.99c-.5.05-.88.48-.88.99c0 .59.51 1.06 1.1 1c2.28-.23 4.36-1.15 6.01-2.56l2.48 2.48c-1.4 1.65-2.33 3.72-2.56 6c-.06.59.4 1.11 1 1.11c.5 0 .94-.37.99-.87c.18-1.82.9-3.48 1.99-4.82l1.43 1.43c-.69.9-1.18 1.96-1.37 3.13c-.1.6.39 1.14 1 1.14c.49 0 .9-.36.98-.85c.12-.73.42-1.4.82-1.99l2.13 2.13c.39.39 1.02.39 1.41 0c.38-.41.38-1.04-.01-1.43"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundLeakRemove(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="M20.12 12.04c.5-.05.88-.48.88-.99c0-.59-.51-1.06-1.1-1c-1.5.15-2.9.61-4.16 1.3l1.48 1.48c.9-.41 1.87-.69 2.9-.79m.88 3.05c0-.61-.54-1.09-1.14-1c-.38.06-.75.16-1.11.28l1.62 1.62c.37-.15.63-.49.63-.9M13.97 4.14c.06-.59-.4-1.11-1-1.11c-.5 0-.94.37-.99.87c-.1 1.03-.38 2.01-.79 2.91l1.48 1.48c.69-1.26 1.15-2.66 1.3-4.15m-4.04.02c.1-.6-.39-1.14-1-1.14a.98.98 0 0 0-.9.62l1.62 1.62c.13-.35.22-.72.28-1.1m10.51 14.72L5.12 3.56a.996.996 0 1 0-1.41 1.41l2.15 2.15c-.59.41-1.26.7-1.99.82c-.48.1-.84.5-.84 1c0 .61.54 1.09 1.14 1c1.17-.19 2.23-.68 3.13-1.37L8.73 10c-1.34 1.1-3 1.82-4.81 1.99c-.5.05-.88.48-.88.99c0 .59.51 1.06 1.1 1c2.28-.23 4.36-1.15 6.01-2.56l2.48 2.48c-1.4 1.65-2.33 3.72-2.56 6c-.06.59.4 1.11 1 1.11c.5 0 .94-.37.99-.87c.18-1.82.9-3.48 1.99-4.82l1.43 1.43c-.69.9-1.18 1.96-1.37 3.13c-.1.6.39 1.14 1 1.14c.49 0 .9-.36.98-.85c.12-.73.42-1.4.82-1.99l2.13 2.13c.39.39 1.02.39 1.41 0c.38-.41.38-1.04-.01-1.43"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.12 12.04c.5-.05.88-.48.88-.99c0-.59-.51-1.06-1.1-1c-1.5.15-2.9.61-4.16 1.3l1.48 1.48c.9-.41 1.87-.69 2.9-.79m.88 3.05c0-.61-.54-1.09-1.14-1c-.38.06-.75.16-1.11.28l1.62 1.62c.37-.15.63-.49.63-.9M13.97 4.14c.06-.59-.4-1.11-1-1.11c-.5 0-.94.37-.99.87c-.1 1.03-.38 2.01-.79 2.91l1.48 1.48c.69-1.26 1.15-2.66 1.3-4.15m-4.04.02c.1-.6-.39-1.14-1-1.14a.98.98 0 0 0-.9.62l1.62 1.62c.13-.35.22-.72.28-1.1m10.51 14.72L5.12 3.56a.996.996 0 1 0-1.41 1.41l2.15 2.15c-.59.41-1.26.7-1.99.82c-.48.1-.84.5-.84 1c0 .61.54 1.09 1.14 1c1.17-.19 2.23-.68 3.13-1.37L8.73 10c-1.34 1.1-3 1.82-4.81 1.99c-.5.05-.88.48-.88.99c0 .59.51 1.06 1.1 1c2.28-.23 4.36-1.15 6.01-2.56l2.48 2.48c-1.4 1.65-2.33 3.72-2.56 6c-.06.59.4 1.11 1 1.11c.5 0 .94-.37.99-.87c.18-1.82.9-3.48 1.99-4.82l1.43 1.43c-.69.9-1.18 1.96-1.37 3.13c-.1.6.39 1.14 1 1.14c.49 0 .9-.36.98-.85c.12-.73.42-1.4.82-1.99l2.13 2.13c.39.39 1.02.39 1.41 0c.38-.41.38-1.04-.01-1.43"/></svg> </template>
CSS
.icon-round-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%22M20.12%2012.04c.5-.05.88-.48.88-.99c0-.59-.51-1.06-1.1-1c-1.5.15-2.9.61-4.16%201.3l1.48%201.48c.9-.41%201.87-.69%202.9-.79m.88%203.05c0-.61-.54-1.09-1.14-1c-.38.06-.75.16-1.11.28l1.62%201.62c.37-.15.63-.49.63-.9M13.97%204.14c.06-.59-.4-1.11-1-1.11c-.5%200-.94.37-.99.87c-.1%201.03-.38%202.01-.79%202.91l1.48%201.48c.69-1.26%201.15-2.66%201.3-4.15m-4.04.02c.1-.6-.39-1.14-1-1.14a.98.98%200%200%200-.9.62l1.62%201.62c.13-.35.22-.72.28-1.1m10.51%2014.72L5.12%203.56a.996.996%200%201%200-1.41%201.41l2.15%202.15c-.59.41-1.26.7-1.99.82c-.48.1-.84.5-.84%201c0%20.61.54%201.09%201.14%201c1.17-.19%202.23-.68%203.13-1.37L8.73%2010c-1.34%201.1-3%201.82-4.81%201.99c-.5.05-.88.48-.88.99c0%20.59.51%201.06%201.1%201c2.28-.23%204.36-1.15%206.01-2.56l2.48%202.48c-1.4%201.65-2.33%203.72-2.56%206c-.06.59.4%201.11%201%201.11c.5%200%20.94-.37.99-.87c.18-1.82.9-3.48%201.99-4.82l1.43%201.43c-.69.9-1.18%201.96-1.37%203.13c-.1.6.39%201.14%201%201.14c.49%200%20.9-.36.98-.85c.12-.73.42-1.4.82-1.99l2.13%202.13c.39.39%201.02.39%201.41%200c.38-.41.38-1.04-.01-1.43%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%22M20.12%2012.04c.5-.05.88-.48.88-.99c0-.59-.51-1.06-1.1-1c-1.5.15-2.9.61-4.16%201.3l1.48%201.48c.9-.41%201.87-.69%202.9-.79m.88%203.05c0-.61-.54-1.09-1.14-1c-.38.06-.75.16-1.11.28l1.62%201.62c.37-.15.63-.49.63-.9M13.97%204.14c.06-.59-.4-1.11-1-1.11c-.5%200-.94.37-.99.87c-.1%201.03-.38%202.01-.79%202.91l1.48%201.48c.69-1.26%201.15-2.66%201.3-4.15m-4.04.02c.1-.6-.39-1.14-1-1.14a.98.98%200%200%200-.9.62l1.62%201.62c.13-.35.22-.72.28-1.1m10.51%2014.72L5.12%203.56a.996.996%200%201%200-1.41%201.41l2.15%202.15c-.59.41-1.26.7-1.99.82c-.48.1-.84.5-.84%201c0%20.61.54%201.09%201.14%201c1.17-.19%202.23-.68%203.13-1.37L8.73%2010c-1.34%201.1-3%201.82-4.81%201.99c-.5.05-.88.48-.88.99c0%20.59.51%201.06%201.1%201c2.28-.23%204.36-1.15%206.01-2.56l2.48%202.48c-1.4%201.65-2.33%203.72-2.56%206c-.06.59.4%201.11%201%201.11c.5%200%20.94-.37.99-.87c.18-1.82.9-3.48%201.99-4.82l1.43%201.43c-.69.9-1.18%201.96-1.37%203.13c-.1.6.39%201.14%201%201.14c.49%200%20.9-.36.98-.85c.12-.73.42-1.4.82-1.99l2.13%202.13c.39.39%201.02.39%201.41%200c.38-.41.38-1.04-.01-1.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-leak-remove.svg?color=%231a73e8&size=48