V380 Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The V380 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/334624.svg" alt="V380 Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334624.svg" alt="V380 Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334624.svg" alt="V380 Pro icon" :width="24" :height="24" />
CSS background
.icon-v380-pro {
background-image: url('https://proicons.com/icon/334624.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="e" cx="24" cy="19.0521" r="7.91"/><circle id="c" class="e" cx="24" cy="19.2967" r="14.797"/><circle id="d" class="e" cx="24" cy="16.3686" r="2.2817"/><polyline class="e" points="26.4963 33.8951 26.4963 39.1712 37.3048 39.1712 37.3048 43.5 10.6952 43.5 10.6952 39.1712 10.6952 39.1712 21.5037 39.1712 21.5037 33.8951"/></svg>
Copied!