Green Got Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Green Got 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/326765.svg" alt="Green Got icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326765.svg" alt="Green Got icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326765.svg" alt="Green Got icon" :width="24" :height="24" />
CSS background
.icon-green-got {
background-image: url('https://proicons.com/icon/326765.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M13.9314,22.4139c-4.1242-1.4845-8.0085-6.9592-4.4418-10.879,3.3468-3.1662,8.5295-3.762,11.6756-7.0349,1.9335,3.7045.5684,8.9711-3.3642,10.8234-3.6306,1.1077-5.1151,6.825.0182,6.4509,3.543.4316,7.0075-.6907,10.5122-.7446,4.2027.6478,1.9982,5.7767,1.3322,8.4957-1.3741,3.9007-.9754,8.1782.7509,11.8964,1.4946,3.6352-3.9499,1.9681-3.1662-.9435-1.3203-2.0813-.552-6.7584-2.1981-7.3159-3.345,1.0603-5.7657,4.6534-3.4007,7.8379,2.0721,4.2374-3.7921,2.4928-2.9809-.8303-1.4782-3.1862-.9389-6.106,1.2172-8.8196.1788-3.491-2.7264,2.4262-4.6461,2.2118-4.2711,1.5603-3.8916,6.117-5.2757,9.3835-4.335,1.4334-.9654-4.9272-.9608-7.1836.719-3.699,5.4199-5.8396,4.8323-10.3315.0091-1.0055.1223-2.0083.0958-3.0165"/><path class="d" d="M38.4222,38.4902c-2.553-.4818-2.0439-1.5584-1.0402-3.3067.021-4.1571-9.2339-.8121-5.5942-5.554,1.7291-3.6123,3.9354-8.8908.7336-12.2595-2.1762-2.1899-7.961,3.1589-7.5979-.5903,2.1041-1.8705,4.231-4.9025,3.2337-7.8917-.1168-3.8414,3.8158,4.1954,3.4755-.2144.8887-3.7821,3.4536,3.0019,4.1753,4.4755,1.8595,4.137,1.2291,8.7439.1031,12.9767-1.5986,3.5366,2.1999,4.7857,4.1571,6.6708.761,2.022-1.0949,3.8633-1.646,5.6936"/></svg>
Copied!