Goca Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goca 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/341131.svg" alt="Goca icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341131.svg" alt="Goca icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341131.svg" alt="Goca icon" :width="24" :height="24" />
CSS background
.icon-goca {
background-image: url('https://proicons.com/icon/341131.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5008" y="5.4998" width="37" height="37" rx="4" ry="4"/><path class="c" d="M8.7627,24.8948l8.8558,10.554c1.6303,1.943,1.3769,4.8396-.566,6.4699-.2773.2327-.574.427-.8837.5835"/><path class="c" d="M5.4991,27.6458c1.9397-1.4265,4.6628-1.1194,6.2332.7521l1.9188,2.2867c1.6354,1.949,1.3829,4.8345-.566,6.4699-1.949,1.6354-4.8345,1.3829-6.4699-.566l-1.1149-1.3287"/><path class="c" d="M32.2258,18.0748c.2819,1.5675-.2605,3.238-1.8858,4.6017-1.6252,1.3637-4.5219,1.1103-6.1522-.8326l-1.9187-2.2867c-1.6303-1.943-1.3769-4.8396.2471-6.2023,1.6239-1.3626,3.3592-1.6079,4.8519-1.0621"/><path class="c" d="M39.5488,8.9546c1.6303,1.943,1.3888,4.8295-.5393,6.4475l-1.2253,1.0281c-1.2774,1.0719-3.1885.8973-4.2685-.3899-1.0801-1.2872-.9201-3.1996.3572-4.2714l4.723-3.9631"/><path class="c" d="M29.2968,9.2393c.1353-1.5604.667-2.1334,2.3033-3.5064.0979-.0821.1959-.1605.2941-.235M36.5651,5.4983c.2179.1939.4353.4191.652.6773l5.2838,6.297"/><path class="c" d="M13.4738,26.9368c-1.6303-1.943-1.3769-4.8396.566-6.4699,1.9429-1.6303,4.8396-1.3769,6.4699.566l1.9187,2.2867c1.6303,1.943,1.3769,4.8396-.566,6.4699-1.9429,1.6303-4.8396,1.3769-6.4699-.566l-1.9187-2.2867Z"/></svg>
Copied!