Sand Clock Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Sand 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/306423.svg" alt="Sand Clock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306423.svg" alt="Sand Clock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306423.svg" alt="Sand Clock icon" :width="24" :height="24" />
CSS background
.icon-sand-clock {
background-image: url('https://proicons.com/icon/306423.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="M465 416c-26-39-47-82-59-127-2-6-1-13 2-18s8-9 13-9h158c5 0 10 3 13 9 3 5 4 12 2 18-12 45-33 88-59 127-12 18-19 41-19 64 0 11-7 20-16 20s-16-9-16-20c0-23-7-46-19-64zm51 144c0-11-7-20-16-20s-16 9-16 20c0 28-14 57-39 80-53 49-93 102-119 158-2 7-2 14 1 20 2 6 8 10 13 10h320c6 0 11-4 14-10s3-13 0-20c-26-56-66-109-119-158-25-23-39-52-39-80zm296 338c0 22-15 40-32 40H220c-17 0-32-18-32-40s15-40 32-40h10c11-155 84-274 140-358-56-84-129-203-140-358h-9c-18 0-32-18-32-40s14-40 32-40h559c17 0 32 18 32 40s-15 40-32 40h-10c-11 155-84 274-140 358 56 84 129 203 140 358h9c18 0 33 18 33 40zm-106-40c-12-140-85-248-140-328l-3-4c-10-15-10-37 0-52l3-4c55-80 128-188 140-328H294c12 140 85 248 140 328l3 4c10 15 10 37 0 52l-3 4c-55 80-128 188-140 328h412z"/></svg>
Copied!