Clockface Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Clockface 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/307049.svg" alt="Clockface icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307049.svg" alt="Clockface icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307049.svg" alt="Clockface icon" :width="24" :height="24" />
CSS background
.icon-clockface {
background-image: url('https://proicons.com/icon/307049.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8ZM8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1ZM8 4.5C8 4.22386 7.77614 4 7.5 4C7.22386 4 7 4.22386 7 4.5V8.5C7 8.77614 7.22386 9 7.5 9H10.5C10.7761 9 11 8.77614 11 8.5C11 8.22386 10.7761 8 10.5 8H8V4.5Z"/></svg>
Copied!