Gta Sa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gta Sa 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/326812.svg" alt="Gta Sa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326812.svg" alt="Gta Sa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326812.svg" alt="Gta Sa icon" :width="24" :height="24" />
CSS background
.icon-gta-sa {
background-image: url('https://proicons.com/icon/326812.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="M43.4447,36.5451c-1.9768,2.6689-3.7431,2.16-3.7431,0V12.2031C27.4353,31.6506,23.8768,38.0065,25.2749,40.231"/><path class="a" d="M43.4447,8.7719a12.1815,12.1815,0,0,0-3.7431,3.4322"/><path class="a" d="M39.0728,13.201c-13.841-7.3527-15.79,12.2222-10.0969,16.534H39.7016"/><path class="a" d="M36.3567,17.53c-1.8454-.4964-4.6417-1.1744-6.2515,2.003"/><path class="a" d="M26.2077,35.0256c4.9145,1.5827,6.2706,2.5576,7.7108,3.6589,2.034-1.3139,5-3.2206,5.7831-3.2206"/><path class="a" d="M9.1161,12.8791S.4274,26.3048,11.4952,26.6368c2.0881.0622,9.806,1.9207,2.716,8.6606-.8455.7994-1.47,1.43-2.1734,2.0822-9.3607,8.6757-9.1953-5.8172-4.2085-5.418,3.2255,0,9.4349,5.9676,9.4349,5.9676,7.9837-7.9836,7.9034-17.66-2.7421-17.66s-3.3068-12.5-3.3068-12.5l6.6126,4.6768"/><line class="a" x1="19.1749" y1="9.8642" x2="10.6868" y2="32.9064"/></svg>
Copied!