Clock O Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Clock O 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/304766.svg" alt="Clock O icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304766.svg" alt="Clock O icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304766.svg" alt="Clock O icon" :width="24" :height="24" />
CSS background
.icon-clock-o {
background-image: url('https://proicons.com/icon/304766.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>clock-o</title><path d="M36,0A28,28,0,1,0,64,28,28,28,0,0,0,36,0Zm0,50A22,22,0,1,1,58,28,22.07,22.07,0,0,1,36,50Z"/><path d="M50.59,27.14H38V12a2.31,2.31,0,1,0-4.61,0V29.44a2.31,2.31,0,0,0,2.3,2.31H50.59a2.31,2.31,0,1,0,0-4.61Z"/></svg>
Copied!