Isic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Isic 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/327557.svg" alt="Isic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327557.svg" alt="Isic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327557.svg" alt="Isic icon" :width="24" :height="24" />
CSS background
.icon-isic {
background-image: url('https://proicons.com/icon/327557.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><circle class="a" cx="24" cy="24" r="21.5"/><line class="a" x1="8.7857" y1="16.2888" x2="8.7857" y2="31.8148"/><path class="a" d="M39.2143,26.55a5.1823,5.1823,0,1,1-10.3646,0V21.3675a5.1608,5.1608,0,0,1,5.1823-5.1823,5.0013,5.0013,0,0,1,4.99,5.1823"/><path class="a" d="M12.3663,30.0568a4.6525,4.6525,0,0,0,3.9029,1.7563H18.611a3.9029,3.9029,0,0,0,0-7.8058H16.0741a3.9029,3.9029,0,0,1,0-7.8058h2.3418a4.19,4.19,0,0,1,3.9029,1.7563"/><line class="a" x1="25.6823" y1="16.2008" x2="25.6823" y2="31.8128"/></svg>
Copied!