Alarm Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The 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/317001.svg" alt="Alarm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317001.svg" alt="Alarm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317001.svg" alt="Alarm icon" :width="24" :height="24" />
CSS background
.icon-alarm {
background-image: url('https://proicons.com/icon/317001.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:#000000;}.cls-2{fill:none;}</style></defs><title>alarm</title><path d="M16,28A11,11,0,1,1,27,17,11,11,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9,9,0,0,0,16,8Z"/><polygon points="18.59 21 15 17.41 15 11 17 11 17 16.58 20 19.59 18.59 21"/><rect class="cls-1" x="3.96" y="5.5" width="5.07" height="2" transform="translate(-2.69 6.51) rotate(-45.06)"/><rect class="cls-1" x="24.5" y="3.96" width="2" height="5.07" transform="translate(2.86 19.91) rotate(-44.94)"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-2" width="32" height="32"/></svg>
Alarm in other icon packs
Copied!