Chessis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chessis 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/323633.svg" alt="Chessis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323633.svg" alt="Chessis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323633.svg" alt="Chessis icon" :width="24" :height="24" />
CSS background
.icon-chessis {
background-image: url('https://proicons.com/icon/323633.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m10.0361,42.5h27.9278c-.3401-6.0487-.8279-12.0709-8.7383-16.7586,3.2866-3.1165,3.561-8.7296-.958-11.8006,1.2678-2.7795.0306-8.2718-4.2385-8.4373-4.2691-.1655-6.2957,5.6331-4.5579,8.4373-4.3112,3.0927-4.6994,7.8671-1.3354,11.8006-8.7315,5.5862-7.5543,11.1724-8.0996,16.7586Z"/></svg>
Copied!