Chess Clock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chess Clock icon is commonly used in time-tracking tools, dashboards and scheduling apps. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/323627.svg" alt="Chess Clock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323627.svg" alt="Chess Clock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323627.svg" alt="Chess Clock icon" :width="24" :height="24" />
CSS background
.icon-chess-clock {
background-image: url('https://proicons.com/icon/323627.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>.b{isolation:isolate;}.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="c" d="M12.226,36.142c.6.5,1.1.7,2.4.7h.3c1.4,0,2.6-1.2,2.6-2.6s-1.2-2.6-2.6-2.6h-2.7v-2.8h5.3"/><circle class="d" cx="20.142" cy="35.639" r=".75"/><circle class="d" cx="20.142" cy="30.339" r=".75"/><g class="b"><path class="c" d="M22.758,34.369c0,1.5,1.2,2.7,2.7,2.7s2.6-1.2,2.6-2.7v-2.7c0-1.5-1.2-2.7-2.6-2.7s-2.7,1.2-2.7,2.7v2.7Z"/></g><g class="b"><path class="c" d="M30.474,34.369c0,1.5,1.2,2.7,2.7,2.7s2.6-1.2,2.6-2.7v-2.7c0-1.5-1.2-2.7-2.6-2.7s-2.7,1.2-2.7,2.7v2.7Z"/></g><path class="c" d="M5.5,24h37"/><path class="c" d="M35.774,11.858c-.6-.5-1.1-.7-2.4-.7h-.3c-1.4,0-2.6,1.2-2.6,2.6s1.2,2.6,2.6,2.6h2.7v2.8h-5.3"/><circle class="d" cx="27.858" cy="12.361" r=".75"/><circle class="d" cx="27.858" cy="17.661" r=".75"/><g class="b"><path class="c" d="M25.242,13.63c0-1.5-1.2-2.7-2.7-2.7s-2.6,1.2-2.6,2.7v2.7c0,1.5,1.2,2.7,2.6,2.7s2.7-1.2,2.7-2.7v-2.7Z"/></g><g class="b"><path class="c" d="M17.526,13.63c0-1.5-1.2-2.7-2.7-2.7s-2.6,1.2-2.6,2.7v2.7c0,1.5,1.2,2.7,2.6,2.7s2.7-1.2,2.7-2.7v-2.7Z"/></g></svg>
Copied!