Siilo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Siilo 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/347303.svg" alt="Siilo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347303.svg" alt="Siilo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347303.svg" alt="Siilo icon" :width="24" :height="24" />
CSS background
.icon-siilo {
background-image: url('https://proicons.com/icon/347303.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.8115,32.7293a7.0651,7.0651,0,0,0,5.8374,2.5343h3.5024a5.6354,5.6354,0,1,0,0-11.2636H20.357A5.7542,5.7542,0,0,1,14.52,18.3682a5.7542,5.7542,0,0,1,5.8374-5.6318h3.5024c2.6268,0,4.378.5632,5.8374,2.5343"/><circle class="a" cx="35.2346" cy="33.0177" r="2.2459"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!