Chesswalk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chesswalk 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/338195.svg" alt="Chesswalk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338195.svg" alt="Chesswalk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338195.svg" alt="Chesswalk icon" :width="24" :height="24" />
CSS background
.icon-chesswalk {
background-image: url('https://proicons.com/icon/338195.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path class="c" d="M39.4591,42.1047c1.9842,0,3.0409-1.9137,3.0409-3.3696s-.1996-12.0343-4.9663-21.6969c-4.7668-9.6627-13.631-6.4105-13.631-6.4105,0,0-.5283-4.6963-1.9137-4.6259-1.3854,.0704-2.3129,2.7121-2.3129,2.7121l-1.855-.0704s-2.1838-2.8413-3.44-2.7826-1.3267,1.9137-.5988,5.4947c0,0-.6575,1.585-2.5125,2.9822s-.7984,3.7688-.998,4.8255c-.1996,1.0567-2.7826,4.9663-3.6396,6.0817-.8571,1.1154-1.9842,3.6983-.1291,5.4947,1.855,1.7846,3.6983,2.9822,3.6983,2.9822,0,0,.9275,1.3267,2.9117-1.1271,1.9842-2.4538,2.7826-4.8959,7.0797-7.338,3.1113-1.9137,3.8392-1.7142,3.8392-1.7142,0,0,.6575,1.5263,.1996,3.8392-.4579,2.3129-5.4242,8.0659-6.6805,9.4631s-2.7121,4.2971,.1291,5.2951h21.7791v-.0352Z"/></g></svg>
Copied!