Early Bird Alarm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Early Bird Alarm icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/324881.svg" alt="Early Bird Alarm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324881.svg" alt="Early Bird Alarm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324881.svg" alt="Early Bird Alarm icon" :width="24" :height="24" />
CSS background
.icon-early-bird-alarm {
background-image: url('https://proicons.com/icon/324881.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M23.8356,6.7872c10.4094,0,18.8564,8.447,18.8564,18.8564,0,10.4193-8.447,18.8564-18.8564,18.8564-10.4193,0-18.8564-8.4371-18.8564-18.8564C4.9792,15.2342,13.4163,6.7872,23.8356,6.7872Z"/><path class="c" d="M5.9853,12.216c-1.4211-.2922-2.1981-1.1356-2.3309-2.5301.9563-4.1239,3.4897-6.1859,7.6003-6.1859,1.1621.4848,1.627,1.3946,1.3946,2.7293-2.4438,1.2883-4.6651,3.2839-6.664,5.9866Z"/><path class="c" d="M42.0147,12.3754c1.4278-.2988,2.2047-1.1422,2.3309-2.5301-.9496-4.1239-3.4798-6.1859-7.5904-6.1859-1.1688.4848-1.6369,1.3946-1.4045,2.7293,2.4438,1.2883,4.6651,3.2839,6.664,5.9866Z"/><path class="c" d="M5.7163,29.8571c3.5926.3188,6.3087,2.1118,8.1482,5.379,3.7786-1.2883,6.9994-.2789,9.6623,3.0282,2.7626-3.2274,6.5445-4.2335,11.3457-3.0182.4449-4.3165,2.9219-6.8201,7.431-7.5107"/><path class="c" d="M14.7013,14.5768c1.3547,0,2.4604,1.0957,2.4604,2.4604,0,1.3547-1.1057,2.4604-2.4604,2.4604-1.3647,0-2.4604-1.1057-2.4604-2.4604,0-1.3647,1.0957-2.4604,2.4604-2.4604Z"/><path class="c" d="M24.3437,23.8904c.5777,0,1.0459.4682,1.0459,1.0459,0,.5678-.4682,1.036-1.0459,1.036-.5678,0-1.036-.4682-1.036-1.036,0-.5777.4682-1.0459,1.036-1.0459Z"/><path class="c" d="M20.2895,30.0265c1.2352,0,1.6137-2.3409,0-2.3409h-3.9147c-1.6237,0-1.2352,2.3409,0,2.3409h3.9147Z"/><path class="c" d="M18.9846,34.9879v-4.6626"/><path class="c" d="M18.4766,27.6856v-.8168c.0498-7.7896,11.6645-7.7896,11.6645.0398l-.0199,7.8873"/><path class="c" d="M32.0237,13.9492c2.6895-.2291,4.2733,3.327-.1395,4.2932-1.0891,1.2219-2.1782,1.2219-3.2672,0-2.6895.0797-3.9745-4.2136-.1693-4.1837,1.202-1.4145,2.394-1.451,3.576-.1096Z"/></svg>
Copied!