Coronawarn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coronawarn 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/324028.svg" alt="Coronawarn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324028.svg" alt="Coronawarn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324028.svg" alt="Coronawarn icon" :width="24" :height="24" />
CSS background
.icon-coronawarn {
background-image: url('https://proicons.com/icon/324028.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,31.8a7.5,7.5,0,0,1,0-15A7.32,7.32,0,0,1,29.3,19l9.9-9.9A21.9,21.9,0,0,0,24,2.8,21.5,21.5,0,1,0,39.2,39.5l-9.9-9.9A7.32,7.32,0,0,1,24,31.8Z"/><circle class="a" cx="24" cy="11.3" r="1.9"/><line class="a" x1="24" y1="16.8" x2="24" y2="13.2"/><circle class="a" cx="14.8" cy="15.1" r="1.9"/><line class="a" x1="18.7" y1="19" x2="16.1" y2="16.5"/><circle class="a" cx="11" cy="24.3" r="1.9"/><line class="a" x1="16.5" y1="24.3" x2="12.9" y2="24.3"/><circle class="a" cx="14.8" cy="33.6" r="1.9"/><line class="a" x1="18.7" y1="29.6" x2="16.1" y2="32.2"/><circle class="a" cx="24" cy="37.4" r="1.9"/><line class="a" x1="24" y1="31.8" x2="24" y2="35.5"/></svg>
Copied!