Ui Clock Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui 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/306748.svg" alt="Ui Clock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306748.svg" alt="Ui Clock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306748.svg" alt="Ui Clock icon" :width="24" :height="24" />
CSS background
.icon-ui-clock {
background-image: url('https://proicons.com/icon/306748.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 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm-3 830c-182 0-330-148-330-330s148-330 330-330c183 0 331 148 331 330S680 830 497 830zm75-376V280c0-32-26-59-58-59h-28c-32 0-58 27-58 59v210c0 22 12 41 30 51 1 2 2 5 5 7l149 149c22 23 59 23 82 0l19-19c23-23 23-60 0-82L572 454z"/></svg>
Copied!