Vgz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vgz 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/334708.svg" alt="Vgz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334708.svg" alt="Vgz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334708.svg" alt="Vgz icon" :width="24" :height="24" />
CSS background
.icon-vgz {
background-image: url('https://proicons.com/icon/334708.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><path class="c" d="M40.4496,11.1493c-3.9812-3.5405-10.7099-2.0822-16.4496,2.1285-5.7397-4.2107-12.4684-5.669-16.4496-2.1285-4.8899,4.3486-3.7826,13.5764,2.4732,20.6109,4.1148,4.6271,9.4271,7.1353,13.9764,7.0844,4.5493.0508,9.8615-2.4574,13.9764-7.0844,6.2558-7.0345,7.3631-16.2623,2.4732-20.6109Z"/><polyline class="c" points="17.8887 18.9276 14.559 28.9794 11.2293 18.9276"/><path class="c" d="M27.4573,22.2573c0-1.8389-1.4907-3.3297-3.3297-3.3297h0c-1.8389,0-3.3297,1.4907-3.3297,3.3297v3.3925c0,1.8389,1.4907,3.3297,3.3297,3.3297h0c1.8389,0,3.3297-1.4907,3.3297-3.3297h-3.3297"/><polyline class="c" points="30.1113 18.9276 36.7707 18.9276 30.1113 28.9794 36.7707 28.9794"/></svg>
Copied!