Gbcc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gbcc 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/340971.svg" alt="Gbcc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340971.svg" alt="Gbcc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340971.svg" alt="Gbcc icon" :width="24" :height="24" />
CSS background
.icon-gbcc {
background-image: url('https://proicons.com/icon/340971.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M28.4712,35.8013c0,.9725-.7883,1.7608-1.7608,1.7608s-1.7608-.7883-1.7608-1.7608.7883-1.7608,1.7608-1.7608,1.7608.7883,1.7608,1.7608Z"/><path id="c" class="g" d="M36.8878,41.8259c-1.7146,2.3175-24.8462,2.176-25.7757-.0968V5.5012c0-.553.4483-1.0012,1.0012-1.0012h23.7733c.553,0,1.0012.4483,1.0012,1.0012v36.3247h0Z"/><path id="d" class="g" d="M14.8337,8.4897h17.9805v16.1117H14.6887l.145-16.1117Z"/><path id="e" class="g" d="M34.1988,32.2751c0,.9725-.7883,1.7608-1.7608,1.7608s-1.7608-.7883-1.7608-1.7608.7883-1.7608,1.7608-1.7608,1.7608.7883,1.7608,1.7608Z"/><path id="f" class="g" d="M19.0206,38.1009h-2.6599M16.3745,34.7267v3.3481h.009M19.0966,34.9184v3.1567h.0096M13.1377,34.736v-2.7224M16.2944,32.0041h-3.1567v.0096h0M16.2944,34.7264h-3.1567v.0096h0M22.2533,32.0055v2.7291M19.0966,34.7359h3.1567v-.0096h0M19.0966,32.0136h3.1567v-.0096h0M16.3295,28.8062h2.7224M19.0615,31.9629v-3.1567h-.0096M16.3391,31.9629v-3.1567h-.0096"/></svg>
Copied!