Imss Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Imss 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/327378.svg" alt="Imss icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327378.svg" alt="Imss icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327378.svg" alt="Imss icon" :width="24" :height="24" />
CSS background
.icon-imss {
background-image: url('https://proicons.com/icon/327378.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="M16.9513,17.8835c2.4492-.7481,7.0033-2.7959,12.8131-8.1981,8.3828-7.7946,12.6669-3.5509,12.7347,3.8989s-3.8382,23.28-7.4953,26.3946-7.0183,2.427-7.0183,2.427,5.9991-3.421,2.7458-11.5106S18.9288,19.7582,14.02,19.6968s-7.4522-.2831-7.8773.6537c0,0-1.3139-1.48-.1827-2.1963s2.5439-1.24,3.117-1.9944,3.5336-1.4426,7.0419-1.3084,4.4062-.3137,4.4062-.3137"/><path class="a" d="M21.698,12.6455c-1.0944-.8533-2.2511-1.8338-3.4624-2.96C9.8528,1.8908,5.5687,6.1345,5.5009,13.5843c-.006.6588.0191,1.3831.0723,2.1584m.9953,7.1365c1.4011,7.1744,3.9706,15.0072,6.4277,17.1,3.6571,3.1144,7.0183,2.427,7.0183,2.427"/><path class="a" d="M34.0948,33.6805a25.691,25.691,0,0,0-3.91-10.4287c-3.13-4.5939-3.8549-5.5153-2.963-7.2546s4.6965-4.3556,4.6965-4.3556"/><path class="a" d="M21.7826,30.2492s-3.2952.8956-3.7981-1.4839,1.3684-3.9484,4.2109-2.8542,5.8648,8.2613,3.4039,12.1114-8.8321.2855-8.8321.2855"/><path class="a" d="M21.5283,36.7343c.73-.632-.0234-2.2281-1.2261-1.9729-.1113-1.0006-1.4547-1.8806-3.389-.847-2.2633,1.2095-1.2319,4.9389,2.6612,4.247"/><path class="a" d="M17.6993,31.7208a3.7071,3.7071,0,0,1,2.216-1.3374"/></svg>
Copied!