Pccovid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pccovid 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/331071.svg" alt="Pccovid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331071.svg" alt="Pccovid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331071.svg" alt="Pccovid icon" :width="24" :height="24" />
CSS background
.icon-pccovid {
background-image: url('https://proicons.com/icon/331071.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m9.5346,11.0601c3.169,0,6.3379,0,12.6758-3.169,6.3379,3.169,10.2991,2.9049,10.2991,2.9049"/><circle class="d" cx="7.9499" cy="11.0601" r="1.5845"/><circle class="d" cx="36.4707" cy="11.0601" r="1.5845"/><circle class="d" cx="22.2104" cy="38.5244" r="1.5845"/><g><path class="d" d="m20.626,38.5244c-2.1773-1.2441-4.1714-2.8089-5.9014-4.6942m-1.8581-2.2946c-3.0569-4.2912-4.9163-9.884-4.9163-16.7786"/><path class="d" d="m36.4707,12.6446c0,.7744.0532,1.8326.0686,3.0902m-.1563,4.2658c-.5197,5.4354-2.5778,12.2501-9.9473,16.9391"/><path class="d" d="m7.9499,27.433c-4.7534,4.2253-3.6971,6.8661-2.1126,6.8661,2.2577,0,4.5274-.5183,7.4784-1.5939,8.0953-2.9506,18.5722-10.0239,30.1843-21.6355"/><path class="d" d="m43.4995,11.0696l-1.0563,3.1691"/><path class="d" d="m40.3305,12.1259l3.1691-1.0563"/><path class="d" d="m22.2104,11.6833v14.573"/><path class="d" d="m22.2104,30.8302v3.4689"/></g><path class="d" d="m22.2108,22.0307c-1.2868.3448-2.6519-.152-3.4161-1.2433-.7641-1.0913-.7641-2.544,0-3.6353.7641-1.0913,2.1292-1.5882,3.4161-1.2433"/><circle class="c" cx="18.374" cy="13.7465" r=".7499"/><path class="d" d="m19.8052,16.2255l-1.4313-2.479"/><circle class="c" cx="16.1663" cy="21.9855" r=".7499"/><path class="d" d="m18.6557,20.5484l-2.4894,1.4372"/><circle class="c" cx="15.7686" cy="17.4629" r=".7498"/><path class="d" d="m18.3295,18.1491l-2.5609-.6862"/><circle class="c" cx="19.8838" cy="24.5919" r=".7498"/><path class="d" d="m20.57,22.031l-.6862,2.5609"/></svg>
Copied!