Sponge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sponge 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/347761.svg" alt="Sponge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347761.svg" alt="Sponge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347761.svg" alt="Sponge icon" :width="24" :height="24" />
CSS background
.icon-sponge {
background-image: url('https://proicons.com/icon/347761.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>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="k" d="M24.002,15.7676h9.1474c5.7342,0,10.3506,4.6171,10.3506,10.3523v1.2858c0,5.7155-4.5847,10.3205-10.2909,10.3514.0119-.0863.0175-.1724.0175-.2587h0c0-1.095-.8875-1.9826-1.9823-1.9826s-1.9823.8876-1.9823,1.9826c0,.0869.0057.1738.0177.2598l-14.4291-.0002h0c-5.7342,0-10.3506-4.6171-10.3506-10.3523v-1.2858c0-5.256,3.8773-9.573,8.9389-10.2576"/><path id="e" class="k" d="M43.4761,28.1167c.0159.2355.0239.4732.0239.7129v1.2858c0,5.7351-4.6164,10.3523-10.3506,10.3523H14.8506c-5.7342,0-10.3506-4.6171-10.3506-10.3523v-1.2858c0-.2397.0081-.4774.0239-.7129"/></g><g id="f"><path id="g" class="k" d="M20.1666,33.5317c0,1.095-.8875,1.9826-1.9823,1.9826s-1.9823-.8876-1.9823-1.9826.8875-1.9826,1.9823-1.9826h0c1.0948,0,1.9823.8876,1.9823,1.9826h0Z"/><path id="h" class="k" d="M34.4237,21.084c0,2.7234-2.2074,4.9312-4.9304,4.9312s-4.9304-2.2078-4.9304-4.9312h0c0-2.7234,2.2074-4.9312,4.9304-4.9312s4.9304,2.2078,4.9304,4.9312Z"/><path id="i" class="k" d="M24.1559,17.0387c0,2.9963-2.4286,5.4253-5.4244,5.4253s-5.4244-2.429-5.4244-5.4253,2.4286-5.4253,5.4244-5.4253,5.4244,2.429,5.4244,5.4253Z"/><path id="j" class="k" d="M30.848,11.0444c0,1.9396-1.5721,3.512-3.5114,3.512h0c-1.9393,0-3.5114-1.5724-3.5114-3.512s1.5721-3.512,3.5114-3.512,3.5114,1.5724,3.5114,3.512Z"/></g></g></svg>
Copied!