Goguma Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goguma 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/341141.svg" alt="Goguma icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341141.svg" alt="Goguma icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341141.svg" alt="Goguma icon" :width="24" :height="24" />
CSS background
.icon-goguma {
background-image: url('https://proicons.com/icon/341141.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="m5.5,5.5481v36.9037l7.2384-7.3032h29.7616V5.5481H5.5Z"/><path id="d" class="h" d="m21.0109,11.7513v16.7753"/><path id="e" class="h" d="m26.9568,11.7513v16.7753"/><path id="f" class="h" d="m15.9052,16.9217h16.0926"/><path id="g" class="h" d="m31.9978,23.258H15.9052"/></svg>
Copied!