Alarmering Droid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alarmering Droid 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/321554.svg" alt="Alarmering Droid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321554.svg" alt="Alarmering Droid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321554.svg" alt="Alarmering Droid icon" :width="24" :height="24" />
CSS background
.icon-alarmering-droid {
background-image: url('https://proicons.com/icon/321554.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="M5.5,10.8215c2.9381,0,5.3215-2.3833,5.3215-5.3215"/><path class="c" d="M5.5,31.6776c14.4563,0,26.1776-11.7213,26.1776-26.1776"/><path class="c" d="M5.5,17.612c6.689,0,12.112-5.4231,12.112-12.112"/><path class="c" d="M5.5,24.2541c10.3538,0,18.7541-8.4003,18.7541-18.7541"/><path class="c" d="M42.5,37.1781c-2.9381,0-5.3215,2.3833-5.3215,5.3215"/><path class="c" d="M42.5,16.322c-14.4563,0-26.1776,11.7213-26.1776,26.1776"/><path class="c" d="M42.5,30.3876c-6.689,0-12.112,5.4231-12.112,12.112"/><path class="c" d="M42.5,23.7455c-10.3538,0-18.7541,8.4003-18.7541,18.7541"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!