Leaks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Leaks icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/342785.svg" alt="Leaks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342785.svg" alt="Leaks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342785.svg" alt="Leaks icon" :width="24" :height="24" />
CSS background
.icon-leaks {
background-image: url('https://proicons.com/icon/342785.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M19.9119,23.6521c.5645-1.6654,1.1684-3.3731,1.1143-5.3133-.1144-4.1074-4.7804-7.2195-8.0593-7.2053-2.9037.0126-7.6968,2.747-7.3856,7.9569,1.2435,20.8134,22.0204,26.3378,35.3211,15.8102-5.2865.6134-9.3982-.743-12.3352-4.0692,2.1084-.8228,3.8439-1.4067,6.6859-.4924,3.9385-4.6201,7.2694-9.3123,7.1782-14.4106l-22.5195,7.7237Z"/><path id="c" class="g" d="M13.5369,14.1142l1.1661,3.7841"/><path id="d" class="g" d="M16.1284,15.2546l-3.6021,1.1663"/><path id="e" class="g" d="M14.82,11.4122l3.5888-3.5184.1037,3.9396,2.5655-1.6069-1.5873,4.2601"/><path id="f" class="g" d="M21.0262,18.3388l15.2894-6.1167-.8552,6.1167"/></svg>
Copied!