leak remove icon
leak-remove from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- leak-remove
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- leak-remove-outline, leak-remove-outline-sharp, leak-remove-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the 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.096 21.523l-3.977-3.988q-.323.507-.528 1.12T15.385 20h-1q0-.9.25-1.683t.754-1.513l-2.143-2.143q-.79.993-1.326 2.36q-.536 1.365-.536 2.979h-1q0-1.783.568-3.303q.567-1.52 1.575-2.755l-2.47-2.469q-1.35 1.054-2.84 1.598q-1.492.545-3.217.545v-1q1.46 0 2.845-.488t2.494-1.374L7.196 8.612q-.692.501-1.504.752T4 9.617v-1q.692 0 1.332-.206t1.122-.53L2.477 3.893l.708-.707l17.63 17.63zm-1.607-5.865l-.781-.77q.461-.251 1.07-.377q.61-.126 1.222-.126v1q-.404 0-.784.065q-.38.066-.727.208m-3-2.989l-.739-.738q1.235-.777 2.524-1.162q1.29-.384 2.726-.384v1q-1.325.019-2.422.353t-2.09.931M12.07 9.24l-.738-.739q.656-1.025.97-2.158T12.616 4h1q0 1.475-.404 2.771T12.069 9.24M9.131 6.3l-.77-.77q.131-.366.193-.746T8.616 4h1q0 .65-.117 1.209q-.116.558-.368 1.091"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLeakRemove(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.096 21.523l-3.977-3.988q-.323.507-.528 1.12T15.385 20h-1q0-.9.25-1.683t.754-1.513l-2.143-2.143q-.79.993-1.326 2.36q-.536 1.365-.536 2.979h-1q0-1.783.568-3.303q.567-1.52 1.575-2.755l-2.47-2.469q-1.35 1.054-2.84 1.598q-1.492.545-3.217.545v-1q1.46 0 2.845-.488t2.494-1.374L7.196 8.612q-.692.501-1.504.752T4 9.617v-1q.692 0 1.332-.206t1.122-.53L2.477 3.893l.708-.707l17.63 17.63zm-1.607-5.865l-.781-.77q.461-.251 1.07-.377q.61-.126 1.222-.126v1q-.404 0-.784.065q-.38.066-.727.208m-3-2.989l-.739-.738q1.235-.777 2.524-1.162q1.29-.384 2.726-.384v1q-1.325.019-2.422.353t-2.09.931M12.07 9.24l-.738-.739q.656-1.025.97-2.158T12.616 4h1q0 1.475-.404 2.771T12.069 9.24M9.131 6.3l-.77-.77q.131-.366.193-.746T8.616 4h1q0 .65-.117 1.209q-.116.558-.368 1.091"/></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.096 21.523l-3.977-3.988q-.323.507-.528 1.12T15.385 20h-1q0-.9.25-1.683t.754-1.513l-2.143-2.143q-.79.993-1.326 2.36q-.536 1.365-.536 2.979h-1q0-1.783.568-3.303q.567-1.52 1.575-2.755l-2.47-2.469q-1.35 1.054-2.84 1.598q-1.492.545-3.217.545v-1q1.46 0 2.845-.488t2.494-1.374L7.196 8.612q-.692.501-1.504.752T4 9.617v-1q.692 0 1.332-.206t1.122-.53L2.477 3.893l.708-.707l17.63 17.63zm-1.607-5.865l-.781-.77q.461-.251 1.07-.377q.61-.126 1.222-.126v1q-.404 0-.784.065q-.38.066-.727.208m-3-2.989l-.739-.738q1.235-.777 2.524-1.162q1.29-.384 2.726-.384v1q-1.325.019-2.422.353t-2.09.931M12.07 9.24l-.738-.739q.656-1.025.97-2.158T12.616 4h1q0 1.475-.404 2.771T12.069 9.24M9.131 6.3l-.77-.77q.131-.366.193-.746T8.616 4h1q0 .65-.117 1.209q-.116.558-.368 1.091"/></svg> </template>
CSS
.icon-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.096%2021.523l-3.977-3.988q-.323.507-.528%201.12T15.385%2020h-1q0-.9.25-1.683t.754-1.513l-2.143-2.143q-.79.993-1.326%202.36q-.536%201.365-.536%202.979h-1q0-1.783.568-3.303q.567-1.52%201.575-2.755l-2.47-2.469q-1.35%201.054-2.84%201.598q-1.492.545-3.217.545v-1q1.46%200%202.845-.488t2.494-1.374L7.196%208.612q-.692.501-1.504.752T4%209.617v-1q.692%200%201.332-.206t1.122-.53L2.477%203.893l.708-.707l17.63%2017.63zm-1.607-5.865l-.781-.77q.461-.251%201.07-.377q.61-.126%201.222-.126v1q-.404%200-.784.065q-.38.066-.727.208m-3-2.989l-.739-.738q1.235-.777%202.524-1.162q1.29-.384%202.726-.384v1q-1.325.019-2.422.353t-2.09.931M12.07%209.24l-.738-.739q.656-1.025.97-2.158T12.616%204h1q0%201.475-.404%202.771T12.069%209.24M9.131%206.3l-.77-.77q.131-.366.193-.746T8.616%204h1q0%20.65-.117%201.209q-.116.558-.368%201.091%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.096%2021.523l-3.977-3.988q-.323.507-.528%201.12T15.385%2020h-1q0-.9.25-1.683t.754-1.513l-2.143-2.143q-.79.993-1.326%202.36q-.536%201.365-.536%202.979h-1q0-1.783.568-3.303q.567-1.52%201.575-2.755l-2.47-2.469q-1.35%201.054-2.84%201.598q-1.492.545-3.217.545v-1q1.46%200%202.845-.488t2.494-1.374L7.196%208.612q-.692.501-1.504.752T4%209.617v-1q.692%200%201.332-.206t1.122-.53L2.477%203.893l.708-.707l17.63%2017.63zm-1.607-5.865l-.781-.77q.461-.251%201.07-.377q.61-.126%201.222-.126v1q-.404%200-.784.065q-.38.066-.727.208m-3-2.989l-.739-.738q1.235-.777%202.524-1.162q1.29-.384%202.726-.384v1q-1.325.019-2.422.353t-2.09.931M12.07%209.24l-.738-.739q.656-1.025.97-2.158T12.616%204h1q0%201.475-.404%202.771T12.069%209.24M9.131%206.3l-.77-.77q.131-.366.193-.746T8.616%204h1q0%20.65-.117%201.209q-.116.558-.368%201.091%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/leak-remove.svg?color=%231a73e8&size=48