Gvb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gvb 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/326837.svg" alt="Gvb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326837.svg" alt="Gvb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326837.svg" alt="Gvb icon" :width="24" :height="24" />
CSS background
.icon-gvb {
background-image: url('https://proicons.com/icon/326837.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M32.1092,21.0738l1.8437,5.5657,1.8436-5.5657"/><path class="b" d="M40.1086,23.8456c.7685,0,1.3914.623,1.3914,1.3914s-.623,1.3914-1.3914,1.3914h-2.2959v-5.5657h2.2959c.7685,0,1.3914.623,1.3914,1.3914s-.623,1.3914-1.3914,1.3914Z"/><line class="b" x1="40.1086" y1="23.8456" x2="37.8127" y2="23.8456"/><path class="b" d="M30.2819,22.7933c0-1.0182-.8254-1.8436-1.8437-1.8436h0c-1.0182,0-1.8436.8254-1.8436,1.8436v1.8784c0,1.0182.8254,1.8436,1.8436,1.8436h0c1.0182,0,1.8437-.8254,1.8437-1.8436h-1.8437"/><path class="b" d="M6.5336,22.113l4.5002-.0075,3.9525-2.2882"/><path class="b" d="M6.5,25.8085l5.3388-.0806,6.3815-3.6302,5.1095-.0553"/><path class="b" d="M23.3159,25.7966l-4.4569-.0525-4.0117,2.4387"/></svg>
Copied!