Clock Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Clock Svg 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/308858.svg" alt="Clock Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308858.svg" alt="Clock Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308858.svg" alt="Clock Svg icon" :width="24" :height="24" />
CSS background
.icon-clock---svg {
background-image: url('https://proicons.com/icon/308858.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 8C12 7.44772 11.5523 7 11 7C10.4477 7 10 7.44772 10 8V13C10 13.5523 10.4477 14 11 14H16C16.5523 14 17 13.5523 17 13C17 12.4477 16.5523 12 16 12H12V8Z" fill="#292929"/> </svg>
Copied!