Alarmio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alarmio 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/336114.svg" alt="Alarmio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336114.svg" alt="Alarmio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336114.svg" alt="Alarmio icon" :width="24" :height="24" />
CSS background
.icon-alarmio {
background-image: url('https://proicons.com/icon/336114.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="23.99" r="3.3"/><circle class="a" cx="24" cy="24" r="21.5"/><line class="a" x1="29.77" y1="14.01" x2="31.45" y2="11.11"/><line class="a" x1="33.99" y1="18.23" x2="36.9" y2="16.56"/><line class="a" x1="35.54" y1="24" x2="38.89" y2="24"/><line class="a" x1="29.77" y1="33.99" x2="31.44" y2="36.9"/><line class="a" x1="24" y1="35.54" x2="23.99" y2="38.89"/><line class="a" x1="18.23" y1="33.99" x2="16.55" y2="36.89"/><line class="a" x1="14" y1="29.76" x2="11.1" y2="31.44"/><line class="a" x1="12.46" y1="23.99" x2="9.11" y2="23.99"/><line class="a" x1="14.01" y1="18.22" x2="11.11" y2="16.55"/><line class="a" x1="18.24" y1="14" x2="16.56" y2="11.1"/><line class="a" x1="24" y1="6.91" x2="24" y2="20.69"/><line class="a" x1="37.21" y1="31.36" x2="26.88" y2="25.6"/></svg>
Copied!