Chess Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chess 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/323626.svg" alt="Chess icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323626.svg" alt="Chess icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323626.svg" alt="Chess icon" :width="24" :height="24" />
CSS background
.icon-chess {
background-image: url('https://proicons.com/icon/323626.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="M27.78,16.0353a6.3866,6.3866,0,1,0-7.559,0"/><path class="a" d="M27.7791,16.0348,32.31,19.0181a8.4613,8.4613,0,0,1-.7678,2.6175H16.4579a8.4613,8.4613,0,0,1-.7678-2.6175l4.5308-2.9833"/><path class="a" d="M27.5287,21.6356c0,9.0738,9.3879,10.4,9.3879,19.1946-1.745,2.19-7.93,2.67-12.9166,2.67s-11.1716-.4794-12.9166-2.67c0-8.7946,9.3879-10.1208,9.3879-19.1946"/></svg>
Copied!