Clock Time Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Clock Time 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/305392.svg" alt="Clock Time icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305392.svg" alt="Clock Time icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305392.svg" alt="Clock Time icon" :width="24" :height="24" />
CSS background
.icon-clock-time {
background-image: url('https://proicons.com/icon/305392.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 62C261 62 68 255 63 490c-5 245 189 444 430 448 251 3 440-198 444-429 5-246-194-447-437-447zm3 788c-196 1-353-156-353-350 0-193 157-350 350-350s349 157 350 350c1 186-150 348-347 350zm27-612h-59c-4 0-7 3-7 7v210c0 4-4 7-8 7H322c-4 0-7 3-7 7v60c0 4 3 7 7 7h208c4 0 7-3 7-7V245c0-4-3-7-7-7z"/></svg>
Clock Time in other icon packs
Copied!