Ukraine Alarm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ukraine 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/349029.svg" alt="Ukraine Alarm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349029.svg" alt="Ukraine Alarm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349029.svg" alt="Ukraine Alarm icon" :width="24" :height="24" />
CSS background
.icon-ukraine-alarm {
background-image: url('https://proicons.com/icon/349029.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><rect class="a" x="11.1729" y="20.1242" width="4.8785" height="7.7515"/><path class="a" d="M16.0514,27.8758c7.6963,0,12.5327,3.3644,17.7477,8.0747V12.05c-5.215,4.71-10.0514,8.0747-17.7477,8.0747"/><path class="a" d="M33.7991,27.028a3.028,3.028,0,1,0,0-6.056"/><line class="a" x1="11.1729" y1="27.8758" x2="11.1729" y2="41.2548"/></svg>
Copied!