Alarm Clock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alarm 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/321551.svg" alt="Alarm Clock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321551.svg" alt="Alarm Clock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321551.svg" alt="Alarm Clock icon" :width="24" :height="24" />
CSS background
.icon-alarm-clock {
background-image: url('https://proicons.com/icon/321551.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="4.41" y="7.52" width="9.25" height="4.62" rx="0.92" transform="translate(-4.31 9.2) rotate(-44.72)"/><rect class="a" x="36.66" y="5.21" width="4.62" height="9.25" rx="0.92" transform="translate(4.56 30.61) rotate(-45.28)"/><circle class="a" cx="24.1" cy="24.84" r="17.11"/><line class="a" x1="12.88" y1="37.76" x2="11.7" y2="42.68"/><line class="a" x1="35.32" y1="37.76" x2="36.5" y2="42.68"/><circle class="a" cx="24.1" cy="24.84" r="1.63"/><line class="a" x1="24.1" y1="12.28" x2="24.1" y2="23.21"/><line class="a" x1="25.74" y1="24.84" x2="33.58" y2="24.84"/></svg>
Alarm Clock in other icon packs
Copied!