Turnstimer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Turnstimer 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/348932.svg" alt="Turnstimer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348932.svg" alt="Turnstimer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348932.svg" alt="Turnstimer icon" :width="24" :height="24" />
CSS background
.icon-turnstimer {
background-image: url('https://proicons.com/icon/348932.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="cls-1" cx="13.2211" cy="13.2211" r="7.7211"/><circle class="cls-1" cx="34.7789" cy="13.2211" r="7.7211"/><circle class="cls-1" cx="13.2211" cy="34.7789" r="7.7211"/><circle class="cls-1" cx="34.7789" cy="34.7789" r="7.7211"/><path class="cls-1" d="M13.2211,8.2881v4.9398l3.3223,3.3005"/><path class="cls-1" d="M34.7789,8.2881v4.9398l-3.3223,3.3005"/><path class="cls-1" d="M13.2211,39.7119v-4.9398l3.3223-3.3005"/><path class="cls-1" d="M34.7789,39.7119v-4.9398l-3.3223-3.3005"/></svg>
Copied!