Groupalarm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Groupalarm 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/341349.svg" alt="Groupalarm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341349.svg" alt="Groupalarm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341349.svg" alt="Groupalarm icon" :width="24" :height="24" />
CSS background
.icon-groupalarm {
background-image: url('https://proicons.com/icon/341349.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="j" d="M22.3292,9.8214c8.0463-2.6624,16.7274,1.7021,19.3898,9.7484h0c2.6624,8.0463-1.7021,16.7274-9.7484,19.3898"/><path id="e" class="j" d="M23.4005,13.059c6.2582-2.0707,13.0102,1.3239,15.0809,7.5821,2.0707,6.2582-1.3239,13.0102-7.5821,15.0809h0"/><path id="f" class="j" d="M24.4717,16.2966c4.4702-1.4791,9.293.9456,10.7721,5.4158h0c1.4791,4.4702-.9456,9.293-5.4158,10.7721h0"/><path id="g" class="j" d="M15.0392,22.4739c0-2.6342-2.1354-4.7696-4.7696-4.7696h0c-2.6342,0-4.7696,2.1354-4.7696,4.7696v4.8595c0,2.6342,2.1354,4.7696,4.7696,4.7696h0c2.6342,0,4.7696-2.1354,4.7696-4.7696h-4.7696"/><line id="h" class="j" x1="25.586" y1="27.1105" x2="19.483" y2="27.1105"/><polyline id="i" class="j" points="17.8292 32.1031 22.5989 17.7042 27.3684 32.1031"/></svg>
Copied!