Clock Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clock Alt 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/338380.svg" alt="Clock Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338380.svg" alt="Clock Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338380.svg" alt="Clock Alt icon" :width="24" :height="24" />
CSS background
.icon-clock-alt {
background-image: url('https://proicons.com/icon/338380.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f,.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.g{stroke-width:1px;}</style></defs><circle id="c" class="g" cx="24" cy="24" r="2.4997"/><line id="d" class="f" x1="21.9058" y1="25.3789" x2="13.4227" y2="30.7856"/><line id="e" class="f" x1="24.02" y1="21.5" x2="24.0442" y2="7.0591"/><circle class="f" cx="24" cy="24" r="21.5"/></svg>
Clock Alt in other icon packs
Copied!