Wall Clock Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Wall 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/306895.svg" alt="Wall Clock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306895.svg" alt="Wall Clock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306895.svg" alt="Wall Clock icon" :width="24" :height="24" />
CSS background
.icon-wall-clock {
background-image: url('https://proicons.com/icon/306895.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="M63 498c-1 243 196 440 439 440 239-1 436-198 436-439 0-240-197-437-438-437C260 63 63 259 63 498zm824 3c0 213-174 387-387 386-214 0-387-174-387-388 0-212 176-387 389-386 213 0 386 175 385 388zm-432-17c-1 4-2 8-2 12 0 26 20 46 46 46 15 0 29-8 37-19l4-6h292c3 0 6-3 6-6v-20c0-4-3-7-6-7H544s-1-3-3-6c-7-16-23-28-42-28-4 0-8 1-12 2-3 1-8 0-11-3-34-33-67-66-101-99-11-11-21-22-32-34-2-2-6-3-9 0l-16 16c-3 3-3 7 0 9 45 45 90 89 134 133 3 2 3 7 3 10zm22 326c0 12 10 22 22 22s21-10 22-22c0-11-10-21-22-21s-21 9-22 21zm155-579c0 12 9 22 21 22s22-10 22-22c0-11-10-21-22-22-11 0-21 10-21 22zm-151-40c0 12 10 22 22 21 12 0 21-9 21-21s-10-22-22-22c-12 1-21 10-21 22zM253 347c-1-12-10-22-22-22-11 1-21 11-21 22-1 12 9 21 21 21s22-9 22-21zm115 422c0-12-9-21-20-21-12 0-22 10-22 22s9 21 22 21c12 0 21-9 20-22zm378-423c0 11 10 22 21 22 12 0 22-10 22-22 0-11-9-21-22-21-12 0-21 9-21 21zm2 308c0 12 10 21 21 21 12 0 22-9 22-21s-9-22-21-22c-11 0-22 11-22 22zM213 498c-1-11-11-21-22-21-12 0-22 10-21 22 0 12 10 22 21 21 12 0 22-10 22-22zm41 157c1-11-9-21-21-21s-22 9-22 21 10 22 22 22c11 0 21-11 21-22zm114-422c0-12-10-22-22-22s-21 10-21 22 9 21 21 21c11 1 22-10 22-21zm266 536c0 12 9 21 21 21 11 1 22-10 22-21 0-12-10-22-22-22s-21 10-21 22z"/></svg>
Copied!