Alarmy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alarmy 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/336117.svg" alt="Alarmy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336117.svg" alt="Alarmy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336117.svg" alt="Alarmy icon" :width="24" :height="24" />
CSS background
.icon-alarmy {
background-image: url('https://proicons.com/icon/336117.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,.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-width:1px;}</style></defs><circle class="a" cx="23.945" cy="24.129" r="18.411"/><path class="b" d="M7.6558,15.009a5.7536,5.7536,0,1,1,8.5983-7.6474"/><path class="b" d="M32.192,7.6636A5.7536,5.7536,0,1,1,40.35,15.666"/><path class="a" d="M24.385,13.1V24.973l6.6384,5.6481"/></svg>
Copied!