leak add icon
leak-add-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- leak-add-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- leak-add-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the 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="M13.975 3.9q-.325 4-3.15 6.838t-6.8 3.212Q3.6 14 3.3 13.713T3 13t.275-.712t.7-.338q3.175-.35 5.413-2.613t2.562-5.462q.05-.4.35-.638T13 3q.425 0 .725.263t.25.637m-4.025 0q-.3 2.35-1.975 4.025t-4.025 2q-.4.05-.675-.225T3 9q0-.4.237-.7t.638-.375Q5.45 7.65 6.55 6.513T7.925 3.8q.05-.375.363-.587T9 3q.425 0 .713.263t.237.637M11 21q-.425 0-.712-.3t-.238-.725q.375-3.975 3.213-6.8t6.837-3.15q.375-.05.638.25T21 11q0 .4-.238.7t-.637.35q-3.2.325-5.462 2.563t-2.613 5.412q-.05.425-.337.7T11 21m4 0q-.425 0-.7-.275t-.225-.675q.325-2.35 2-4.025T20.1 14.05q.375-.05.638.237T21 15q0 .4-.213.713t-.587.362q-1.575.275-2.712 1.375t-1.413 2.675q-.075.4-.375.638T15 21M5.138 5.138q-.363.362-.888.362t-.888-.363T3 4.25t.363-.888T4.25 3t.888.363t.362.887t-.363.888m15.5 15.5q-.362.362-.887.362t-.888-.363t-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLeakAddRounded(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="M13.975 3.9q-.325 4-3.15 6.838t-6.8 3.212Q3.6 14 3.3 13.713T3 13t.275-.712t.7-.338q3.175-.35 5.413-2.613t2.562-5.462q.05-.4.35-.638T13 3q.425 0 .725.263t.25.637m-4.025 0q-.3 2.35-1.975 4.025t-4.025 2q-.4.05-.675-.225T3 9q0-.4.237-.7t.638-.375Q5.45 7.65 6.55 6.513T7.925 3.8q.05-.375.363-.587T9 3q.425 0 .713.263t.237.637M11 21q-.425 0-.712-.3t-.238-.725q.375-3.975 3.213-6.8t6.837-3.15q.375-.05.638.25T21 11q0 .4-.238.7t-.637.35q-3.2.325-5.462 2.563t-2.613 5.412q-.05.425-.337.7T11 21m4 0q-.425 0-.7-.275t-.225-.675q.325-2.35 2-4.025T20.1 14.05q.375-.05.638.237T21 15q0 .4-.213.713t-.587.362q-1.575.275-2.712 1.375t-1.413 2.675q-.075.4-.375.638T15 21M5.138 5.138q-.363.362-.888.362t-.888-.363T3 4.25t.363-.888T4.25 3t.888.363t.362.887t-.363.888m15.5 15.5q-.362.362-.887.362t-.888-.363t-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.975 3.9q-.325 4-3.15 6.838t-6.8 3.212Q3.6 14 3.3 13.713T3 13t.275-.712t.7-.338q3.175-.35 5.413-2.613t2.562-5.462q.05-.4.35-.638T13 3q.425 0 .725.263t.25.637m-4.025 0q-.3 2.35-1.975 4.025t-4.025 2q-.4.05-.675-.225T3 9q0-.4.237-.7t.638-.375Q5.45 7.65 6.55 6.513T7.925 3.8q.05-.375.363-.587T9 3q.425 0 .713.263t.237.637M11 21q-.425 0-.712-.3t-.238-.725q.375-3.975 3.213-6.8t6.837-3.15q.375-.05.638.25T21 11q0 .4-.238.7t-.637.35q-3.2.325-5.462 2.563t-2.613 5.412q-.05.425-.337.7T11 21m4 0q-.425 0-.7-.275t-.225-.675q.325-2.35 2-4.025T20.1 14.05q.375-.05.638.237T21 15q0 .4-.213.713t-.587.362q-1.575.275-2.712 1.375t-1.413 2.675q-.075.4-.375.638T15 21M5.138 5.138q-.363.362-.888.362t-.888-.363T3 4.25t.363-.888T4.25 3t.888.363t.362.887t-.363.888m15.5 15.5q-.362.362-.887.362t-.888-.363t-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888"/></svg> </template>
CSS
.icon-leak-add-rounded {
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%22M13.975%203.9q-.325%204-3.15%206.838t-6.8%203.212Q3.6%2014%203.3%2013.713T3%2013t.275-.712t.7-.338q3.175-.35%205.413-2.613t2.562-5.462q.05-.4.35-.638T13%203q.425%200%20.725.263t.25.637m-4.025%200q-.3%202.35-1.975%204.025t-4.025%202q-.4.05-.675-.225T3%209q0-.4.237-.7t.638-.375Q5.45%207.65%206.55%206.513T7.925%203.8q.05-.375.363-.587T9%203q.425%200%20.713.263t.237.637M11%2021q-.425%200-.712-.3t-.238-.725q.375-3.975%203.213-6.8t6.837-3.15q.375-.05.638.25T21%2011q0%20.4-.238.7t-.637.35q-3.2.325-5.462%202.563t-2.613%205.412q-.05.425-.337.7T11%2021m4%200q-.425%200-.7-.275t-.225-.675q.325-2.35%202-4.025T20.1%2014.05q.375-.05.638.237T21%2015q0%20.4-.213.713t-.587.362q-1.575.275-2.712%201.375t-1.413%202.675q-.075.4-.375.638T15%2021M5.138%205.138q-.363.362-.888.362t-.888-.363T3%204.25t.363-.888T4.25%203t.888.363t.362.887t-.363.888m15.5%2015.5q-.362.362-.887.362t-.888-.363t-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888%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%22M13.975%203.9q-.325%204-3.15%206.838t-6.8%203.212Q3.6%2014%203.3%2013.713T3%2013t.275-.712t.7-.338q3.175-.35%205.413-2.613t2.562-5.462q.05-.4.35-.638T13%203q.425%200%20.725.263t.25.637m-4.025%200q-.3%202.35-1.975%204.025t-4.025%202q-.4.05-.675-.225T3%209q0-.4.237-.7t.638-.375Q5.45%207.65%206.55%206.513T7.925%203.8q.05-.375.363-.587T9%203q.425%200%20.713.263t.237.637M11%2021q-.425%200-.712-.3t-.238-.725q.375-3.975%203.213-6.8t6.837-3.15q.375-.05.638.25T21%2011q0%20.4-.238.7t-.637.35q-3.2.325-5.462%202.563t-2.613%205.412q-.05.425-.337.7T11%2021m4%200q-.425%200-.7-.275t-.225-.675q.325-2.35%202-4.025T20.1%2014.05q.375-.05.638.237T21%2015q0%20.4-.213.713t-.587.362q-1.575.275-2.712%201.375t-1.413%202.675q-.075.4-.375.638T15%2021M5.138%205.138q-.363.362-.888.362t-.888-.363T3%204.25t.363-.888T4.25%203t.888.363t.362.887t-.363.888m15.5%2015.5q-.362.362-.887.362t-.888-.363t-.362-.887t.363-.888t.887-.362t.888.363t.362.887t-.363.888%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/leak-add-rounded.svg?color=%231a73e8&size=48