Coronatracing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coronatracing 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/338585.svg" alt="Coronatracing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338585.svg" alt="Coronatracing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338585.svg" alt="Coronatracing icon" :width="24" :height="24" />
CSS background
.icon-coronatracing {
background-image: url('https://proicons.com/icon/338585.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M31.09,29.73a8.77,8.77,0,0,1-6.65,3c-4.85,0-8.08-3.93-8.08-8.78s3.23-8.78,8.08-8.78a8.77,8.77,0,0,1,6.65,3l3.41-2.53a12.66,12.66,0,1,0,0,16.54Z"/><circle class="cls-1" cx="19.78" cy="6.64" r="2.34"/><circle class="cls-1" cx="23.38" cy="21.25" r="2.34"/><circle class="cls-1" cx="26.43" cy="27.46" r="1.41"/><circle class="cls-1" cx="32.99" cy="40.95" r="2.34"/><circle class="cls-1" cx="6.94" cy="23.99" r="2.34"/><circle class="cls-1" cx="9.8" cy="36.27" r="2.34"/><path class="cls-1" d="M23.73,36.64a2.46,2.46,0,0,1,.11.72,2.35,2.35,0,1,1-3.92-1.74"/><path class="cls-1" d="M13.31,18.92a2.34,2.34,0,1,1,2.62-3.85"/><circle class="cls-1" cx="32.99" cy="7.75" r="2.34"/><line class="cls-1" x1="9.28" y1="23.99" x2="12.26" y2="23.99"/><line class="cls-1" x1="11.62" y1="34.8" x2="15.11" y2="31.99"/><line class="cls-1" x1="32" y1="38.83" x2="30.39" y2="35.4"/><line class="cls-1" x1="31.96" y1="9.85" x2="30.58" y2="12.67"/><line class="cls-1" x1="20.46" y1="8.88" x2="21.35" y2="11.84"/></svg>
Copied!