V360 Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The V360 Pro 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/334623.svg" alt="V360 Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334623.svg" alt="V360 Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334623.svg" alt="V360 Pro icon" :width="24" :height="24" />
CSS background
.icon-v360-pro {
background-image: url('https://proicons.com/icon/334623.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:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="20.7499" cy="28.0714" r="2"/><circle class="c" cx="6.5" cy="26.0714" r="2"/><circle class="c" cx="13" cy="21.0715" r="2"/><path class="c" d="M22.7499,28.0714h4.4555c2.6924,0,4.3745-2.1826,4.3745-4.875s-1.6821-4.875-4.3745-4.875h-6.964l-1.991-2.25h-7.7505"/><circle class="c" cx="8.5" cy="16.0715" r="2"/><circle class="c" cx="12" cy="31.0714" r="2"/><path class="c" d="M14.9999,21.0715h11.7499"/><path class="c" d="M8.5,26.0714h6.964l1.991-2.25h10.7499"/><path class="c" d="M14,31.0714h3.455c5.7965,5.7965,15.3889,2.0706,19.4129-4.8985,1.7291-2.9949,5.0817-3.6015,6.6322-3.6015,0,0-.5257-2.5-4.875-2.5-.9464-2.9984-6.0027-3.9103-9-1.0248"/></svg>
Copied!