Codered Mobile Alert Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Codered Mobile Alert 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/338434.svg" alt="Codered Mobile Alert icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338434.svg" alt="Codered Mobile Alert icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338434.svg" alt="Codered Mobile Alert icon" :width="24" :height="24" />
CSS background
.icon-codered-mobile-alert {
background-image: url('https://proicons.com/icon/338434.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m44.9809,28.6375c-2.3292-1.182-4.6015-2.713-6.7274-4.5712-2.0593-1.7828-3.9686-3.8708-5.6744-6.2408s-3.0793-4.8435-4.116-7.3624c-1.087-2.6059-1.8172-5.2468-2.1984-7.8308"/><path class="c" d="m34.8946,5.4647c-1.837,1.8642-3.9967,3.5541-6.4315,4.9985-2.3281,1.4045-4.9057,2.582-7.6797,3.4696s-5.5632,1.4289-8.264,1.6478c-2.8229.2205-5.5691.1025-8.1468-.3463"/><path class="c" d="m9.7356,7.9124c1.2045,2.3241,2.1519,4.9073,2.7837,7.6682.6081,2.6425.9228,5.4592.9135,8.3736s-.3526,5.7242-.9907,8.3641c-.6562,2.7516-1.6212,5.3312-2.837,7.6477"/><path class="c" d="m4.2894,32.58c2.5827-.4173,5.3351-.5132,8.1527-.2617,2.7059.2333,5.4793.7999,8.2458,1.7165,2.7665.9166,5.3375,2.1094,7.6502,3.5251,2.4174,1.4758,4.5661,3.1944,6.3874,5.0746"/><path class="c" d="m26.0796,45.395c.393-2.5868,1.153-5.2283,2.2585-7.8351,1.0652-2.4915,2.4641-4.9645,4.1866-7.3131,1.7225-2.3486,3.6576-4.4189,5.7287-6.1805,2.1428-1.8502,4.431-3.3615,6.782-4.5115"/></svg>
Copied!