Gib Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gib 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/341055.svg" alt="Gib icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341055.svg" alt="Gib icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341055.svg" alt="Gib icon" :width="24" :height="24" />
CSS background
.icon-gib {
background-image: url('https://proicons.com/icon/341055.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m23.1068,43.5c-2.4183-6.067-2.9276-12.8786-1.4383-19.2383,1.887-8.0572,7.019-15.3052,13.9919-19.7617h-14.8283c-5.5941,5.1854-9.4207,12.2446-10.713,19.7617-1.1073,6.4418-.3649,13.1904,2.1162,19.2383h10.8714Z"/><path class="b" d="m24.2622,21.5107l-.9191,4.3177h6.3219l-4.4459,17.6694h8.0534l3.7112-21.9874-12.7215.0003Z"/><ellipse class="b" cx="35.1071" cy="15.2935" rx="4.8084" ry="3.2365" transform="translate(15.1321 47.9646) rotate(-82.0976)"/></svg>
Copied!