Parkrun Virtual Volunteer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parkrun Virtual Volunteer 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/330986.svg" alt="Parkrun Virtual Volunteer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330986.svg" alt="Parkrun Virtual Volunteer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330986.svg" alt="Parkrun Virtual Volunteer icon" :width="24" :height="24" />
CSS background
.icon-parkrun-virtual-volunteer {
background-image: url('https://proicons.com/icon/330986.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m27.1553,36.4585c0-3.7632,3.053-6.8138,6.8191-6.8138m-6.8435,13.8553v-24.9419m-3.9691,10.9788c-.7079.1996-1.4548.3065-2.2266.3065-4.518,0-8.1805-3.6597-8.1805-8.1742s3.8877-8.1453,8.4056-8.1453m0,0c-.16-.5944-.2453-1.2193-.2453-1.8642,0-3.9541,3.208-7.1596,7.1652-7.1596,3.9572,0,7.1652,3.2055,7.1652,7.1596,0,.4312-.0382.8536-.1113,1.2638"/></svg>
Copied!