Acv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Acv 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/321347.svg" alt="Acv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321347.svg" alt="Acv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321347.svg" alt="Acv icon" :width="24" :height="24" />
CSS background
.icon-acv {
background-image: url('https://proicons.com/icon/321347.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M14.2527,35.9852c-.2984,.7957-.5968,1.7903-1.1935,2.8844-.7957,1.4919-1.6909,2.586-2.4866,3.3817,1.1935-.1989,2.9839-.5968,4.8737-1.5914,1.7903-.8952,3.0833-1.9892,3.9785-2.7849"/><line class="b" x1="32.4543" y1="36.4825" x2="32.4543" y2="27.9288"/><line class="b" x1="7.0914" y1="28.3266" x2="41.1075" y2="27.7298"/><line class="b" x1="14.0538" y1="8.4341" x2="14.0538" y2="17.1868"/><line class="b" x1="6.0968" y1="18.082" x2="40.5108" y2="14.9987"/><ellipse class="b" cx="24" cy="22.0605" rx="18.5" ry="16.3118"/></svg>
Copied!