Plumble Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Plumble 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/331393.svg" alt="Plumble icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331393.svg" alt="Plumble icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331393.svg" alt="Plumble icon" :width="24" :height="24" />
CSS background
.icon-plumble {
background-image: url('https://proicons.com/icon/331393.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M21.78,33.44m17.23-4v5h0A18.2,18.2,0,0,1,9,34.43H9V25a15,15,0,0,1,2.85-8.76l-2.1-2.07a2.44,2.44,0,0,1,0-3.46h0a2.39,2.39,0,0,1,1.72-.7h0a2.59,2.59,0,0,1,1.77.73l2.08,2.08a14.93,14.93,0,0,1,17.45,0l2.1-2.09a2.45,2.45,0,0,1,3.47,0h0a2.45,2.45,0,0,1,0,3.46l-2.1,2.08A15,15,0,0,1,39,25v4.49c-2.73,2.86-4.6,4.67-6.42,5.25-1.61.51-3.49.33-6.32-.79M9,27.46c0,.75-.22,2.95-2.52.65a7,7,0,0,1-1.84-6.35,5.34,5.34,0,0,1,3.08-4.09,3,3,0,0,1,1-.38,1.34,1.34,0,0,1,.28,0H9c.59.07,1.69,1,1.21,1.79m27.58,0c-.48-.83.62-1.72,1.21-1.79h0a1.34,1.34,0,0,1,.28,0,3.09,3.09,0,0,1,1,.38,5.36,5.36,0,0,1,3.07,4.09,7,7,0,0,1-1.84,6.35c-2.3,2.3-2.52.1-2.52-.65M17.68,22.59a2.76,2.76,0,0,0,0,5.52h0a2.76,2.76,0,0,0,0-5.52Zm12.64,0a2.76,2.76,0,1,0,0,5.52h0a2.76,2.76,0,0,0,2.76-2.76h0A2.76,2.76,0,0,0,30.32,22.59Zm-4,10.88A2.31,2.31,0,1,1,24,31.17,2.31,2.31,0,0,1,26.31,33.47Z"/></svg>
Copied!