Covidcert Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Covidcert Alt 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/324052.svg" alt="Covidcert Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324052.svg" alt="Covidcert Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324052.svg" alt="Covidcert Alt icon" :width="24" :height="24" />
CSS background
.icon-covidcert-alt {
background-image: url('https://proicons.com/icon/324052.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="M5.15,5.8009c2.8164-1.4129,9.8183-1.4443,12.628,0-.0021,4.4444-.0047,10.363-6.314,13.2594C5.1631,16.11,5.15,10.2416,5.15,5.8009Z"/><path class="a" d="M29.3957,40.5279H13.99a2.8413,2.8413,0,0,1-2.5256-2.5256V19.06M17.778,7.6951H34.1944A2.8414,2.8414,0,0,1,36.72,10.2207V27.2685"/><circle class="a" cx="34.5732" cy="34.8453" r="7.5768"/><path class="a" d="M30.1989,35.23l2.7494,2.7548L38.9134,31.8"/><path class="a" d="M30.406,25.3743H25.3548V20.3231H30.406Z"/><path class="a" d="M17.778,30.2992H28.5118m-8.84,4.1672H26.807"/><path class="a" d="M22.8292,12.7463v5.0512H17.778"/><path class="a" d="M25.3548,12.7463H30.406v5.0512H25.3548Z"/><path class="a" d="M17.778,20.3231h5.0512v5.0512H17.778Z"/><path class="a" d="M11.464,7.4425v7.5768M7.6756,11.1047h7.5768"/></svg>
Copied!