Chsi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chsi 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/338243.svg" alt="Chsi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338243.svg" alt="Chsi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338243.svg" alt="Chsi icon" :width="24" :height="24" />
CSS background
.icon-chsi {
background-image: url('https://proicons.com/icon/338243.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M35.6748,4.5c-3.3449-.0083-6.8655,1.3787-6.4467,7.1255.5144,7.0586-5.4687,10.307-11.7031,12.7241-2.4463.9484-4.4988,2.4262-5.9188,3.9814-3.3854,3.7079-3.8599,9.2588-2.9277,10.4347.6582-3.562,3.6346-4.9986,7.4258-5.7311-.8044,1.1189-1.24,2.461-1.246,3.8393-.0006,3.6598,2.9651,6.6268,6.6233,6.6261,3.6575-.0004,6.622-2.9671,6.6214-6.6261-.0013-1.892-.811-3.6931-2.2251-4.9494,5.2166-.6205,9.8637-1.8825,10.9774-6.5858,1.363-5.7559-.1546-7.4716-1.5474-12.0672-1.2307-4.0609-1.0624-6.8688,4.4328-8.1741-1.0609-.3015-2.5457-.5935-4.0661-.5973Z"/><path id="c" class="e" d="M8.5578,38.5746c.7165-8.5566,8.1563-9.6608,15.7561-10.5737,6.6693-.8011,11.5684-3.7314,13.0405-7.5357"/><path id="d" class="e" d="M26.7608,40.876c.8655-5.1399-3.3537-8.2311-4.2454-5.6255-.1811.5291.0276.9538.2888,1.2765.6692.8265,2.29-.2503,1.343-.7846"/></svg>
Copied!