Ultra Alarm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ultra 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/334480.svg" alt="Ultra Alarm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334480.svg" alt="Ultra Alarm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334480.svg" alt="Ultra Alarm icon" :width="24" :height="24" />
CSS background
.icon-ultra-alarm {
background-image: url('https://proicons.com/icon/334480.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>.t{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><circle id="d" class="t" cx="24" cy="28.6479" r="1.2679"/><path id="e" class="t" d="M23.0916,29.528l-3.3874,3.4923"/><path id="f" class="t" d="M24,21.3612v6.0198"/></g><g id="g"><ellipse id="h" class="t" cx="24" cy="28.6604" rx="13.8128" ry="13.784"/><path id="i" class="t" d="M31.9117,39.9235l2.8903,3.5765"/><path id="j" class="t" d="M16.0232,39.8767l-2.9281,3.6233"/><path id="k" class="t" d="M20.4412,7.5301h7.1176c.2501,0,.4515.201.4515.4506v1.6321c0,.2496-.2014.4506-.4515.4506h-7.1176c-.2501,0-.4515-.201-.4515-.4506v-1.6321c0-.2496.2014-.4506.4515-.4506Z"/><path id="l" class="t" d="M24,10.064v4.8145"/><path id="m" class="t" d="M28.8452,15.7552l2.2956-3.3415c.2829-.4118.8428-.516,1.2554-.2337h0l2.281,1.5605c.4126.2823.5171.841.2342,1.2528l-2.0975,3.0531"/><path id="n" class="t" d="M19.1736,15.7826l-2.3144-3.3688c-.2829-.4118-.8428-.516-1.2554-.2337l-2.281,1.5605c-.4126.2823-.5171.841-.2342,1.2528l2.108,3.0684"/></g></g><g id="o"><path id="p" class="t" d="M33.1051,4.5841c4.4206-.6078,7.8417,2.1537,8.5797,5.865"/><path id="q" class="t" d="M33.8262,7.7354c2.3688-.3042,4.202,1.0777,4.5975,2.9348"/><path id="r" class="t" d="M14.8949,4.5841c-4.4206-.6078-7.8417,2.1537-8.5797,5.865"/><path id="s" class="t" d="M14.1738,7.7354c-2.3688-.3042-4.202,1.0777-4.5975,2.9348"/></g></svg>
Copied!