Qralarm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qralarm 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/346342.svg" alt="Qralarm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346342.svg" alt="Qralarm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346342.svg" alt="Qralarm icon" :width="24" :height="24" />
CSS background
.icon-qralarm {
background-image: url('https://proicons.com/icon/346342.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{stroke-width:1px;}.b,.c,.d,.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{stroke-width:1px;}.e{stroke-width:1px;}</style></defs><rect class="e" x="2.7596" y="9.1664" width="13.4516" height="4.479" rx=".8919" ry=".8919" transform="translate(-5.2802 9.9758) rotate(-44.72)"/><rect class="b" x="36.2751" y="4.6923" width="4.479" height="13.4515" rx=".8919" ry=".8919" transform="translate(3.3009 30.7505) rotate(-45.28)"/><circle class="c" cx="24.0989" cy="25.9606" r="16.5879"/><g><path class="d" d="m18.5506,15.2798h-4.415v4.415"/><path class="d" d="m33.8646,19.6948v-4.415h-4.415"/><path class="d" d="m29.4495,35.0088h4.415v-4.415"/><path class="d" d="m16.8283,26.4294v5.8654h5.8654v-5.8654h-5.8654Z"/><path class="d" d="m16.8283,17.9726v5.8654h5.8654v-5.8654h-5.8654Z"/><path class="d" d="m25.2851,17.9726v5.8654h5.8654v-5.8654h-5.8654Z"/><path class="d" d="m28.2285,32.3161c.7316-.138,1.3887-.5356,1.8503-1.1198.7336-.8438,1.1236-1.9323,1.0931-3.05v-1.717h-5.8654v1.717c-.0295,1.1175.3604,2.2056,1.0931,3.05.4563.5798,1.1051.977,1.8289,1.1198Z"/><path class="d" d="m14.1356,30.5938v4.415h4.415"/></g></svg>
Copied!