Gta Iii Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gta Iii 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/326811.svg" alt="Gta Iii icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326811.svg" alt="Gta Iii icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326811.svg" alt="Gta Iii icon" :width="24" :height="24" />
CSS background
.icon-gta-iii {
background-image: url('https://proicons.com/icon/326811.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="M41.4272,17.3561A2.0789,2.0789,0,0,0,43.5,15.2833V10.3a2.079,2.079,0,0,0-2.0728-2.0729H6.5728A2.079,2.079,0,0,0,4.5,10.3v4.983a2.0789,2.0789,0,0,0,2.0728,2.0728H7.6859V30.8429H6.5728A2.0789,2.0789,0,0,0,4.5,32.9157v4.983a2.079,2.079,0,0,0,2.0728,2.0729H41.4272A2.079,2.079,0,0,0,43.5,37.8987v-4.983a2.0789,2.0789,0,0,0-2.0728-2.0728H40.3141V17.3561ZM15.44,30.8429V17.3561h4.6835V30.8429Zm17.12,0H27.8772V17.3561h4.6835Z"/></svg>
Copied!