Gta Vc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gta Vc 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/326813.svg" alt="Gta Vc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326813.svg" alt="Gta Vc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326813.svg" alt="Gta Vc icon" :width="24" :height="24" />
CSS background
.icon-gta-vc {
background-image: url('https://proicons.com/icon/326813.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M6.1352,13.1919,11.2141,33.68a.6771.6771,0,0,0,1.2505.1612L27.2064,7"/><path class="a" d="M38.0182,13.02c4.4485.4559,3.7072-10.4421-5.69-3.5358-9.1311,6.71-14.1012,22.6543-2.0009,22.6543,7.52,0,11.399-6.6846,11.399-6.6846"/><path class="a" d="M4.4176,39.11c10.0017-2.736,35.6929-4.6518,37.6651-4.3181s1.45,2.4557.4107,3.5461"/></svg>
Copied!