Emoji Alarm Clock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/339628.svg" alt="Emoji Alarm Clock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339628.svg" alt="Emoji Alarm Clock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339628.svg" alt="Emoji Alarm Clock icon" :width="24" :height="24" />
CSS background
.icon-emoji-alarm-clock {
background-image: url('https://proicons.com/icon/339628.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>.n{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="n" d="m33.7739,6.5384c.7372-.6466,1.7034-1.0384,2.7612-1.0384,2.3136,0,4.1893,1.8751,4.1893,4.1883,0,.8432-.2493,1.6282-.678,2.2854"/><path id="d" class="n" d="m14.2261,6.5384c-.7373-.6466-1.7035-1.0384-2.7613-1.0384-2.3136,0-4.1892,1.8751-4.1892,4.1883,0,.8432.2492,1.6282.678,2.2854"/><path id="e" class="n" d="m34.8451,38.8281l2.1936,3.6719"/><path id="f" class="n" d="m13.1548,38.8281l-2.1936,3.6719"/><path id="g" class="n" d="m24.0195,11.4155v12.9281"/><path id="h" class="n" d="m23.9804,24.3022l-4.5638,7.9031"/><path id="i" class="n" d="m6.5054,24.5753c-.0009,9.66,7.8309,17.4917,17.4929,17.4926,9.662.0009,17.4954-7.8292,17.4963-17.4892v-.0034c0-9.66-7.8326-17.4909-17.4946-17.4909S6.5054,14.9154,6.5054,24.5753"/><path id="j" class="n" d="m40.0464,11.9737l-2.0779,2.0709"/><path id="k" class="n" d="m33.7739,6.5384l-1.97,2.3827"/><path id="l" class="n" d="m14.2261,6.5384l1.886,2.4247"/><path id="m" class="n" d="m7.9537,11.9737l1.9311,2.2683"/></svg>
Copied!