Atomic Clock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Atomic 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/336697.svg" alt="Atomic Clock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336697.svg" alt="Atomic Clock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336697.svg" alt="Atomic Clock icon" :width="24" :height="24" />
CSS background
.icon-atomic-clock {
background-image: url('https://proicons.com/icon/336697.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="b" cx="24" cy="24" rx="7.0244" ry="21.5"/><ellipse class="b" cx="24" cy="24" rx="21.5" ry="7.0244" transform="translate(-8.7846 15.2154) rotate(-30)"/><ellipse class="b" cx="24" cy="24" rx="7.0244" ry="21.5" transform="translate(-8.7846 32.7846) rotate(-60)"/><circle class="b" cx="24" cy="24.0008" r="2.6949"/><line class="b" x1="33.5267" y1="6.8268" x2="25.3056" y2="21.6472"/><line class="b" x1="34.3777" y1="30.1588" x2="26.3091" y2="25.3704"/></svg>
Copied!