Goibibo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goibibo 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/341142.svg" alt="Goibibo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341142.svg" alt="Goibibo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341142.svg" alt="Goibibo icon" :width="24" :height="24" />
CSS background
.icon-goibibo {
background-image: url('https://proicons.com/icon/341142.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;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="M12.2074,21.7524v5.5611c0,1.0238-.8299,1.8537-1.8537,1.8537h0c-.5119,0-.9753-.2075-1.3107-.5429"/><rect class="c" x="8.5" y="21.7524" width="3.7074" height="4.9123" rx="1.8537" ry="1.8537" transform="translate(20.7074 48.4171) rotate(-180)"/><rect class="c" x="14.3896" y="21.7524" width="3.7074" height="4.9123" rx="1.8537" ry="1.8537"/><rect class="c" x="35.7926" y="21.7524" width="3.7074" height="4.9123" rx="1.8537" ry="1.8537"/><circle class="d" cx="20.2247" cy="19.4816" r=".75"/><line class="c" x1="20.2247" y1="21.7524" x2="20.2247" y2="26.6647"/><circle class="d" cx="27.9466" cy="19.4816" r=".75"/><line class="c" x1="27.9466" y1="21.7524" x2="27.9466" y2="26.6647"/><path class="c" d="M22.2945,23.6061c0-1.0238.8299-1.8537,1.8537-1.8537h0c1.0238,0,1.8537.8299,1.8537,1.8537v1.2049c0,1.0238-.8299,1.8537-1.8537,1.8537h0c-1.0238,0-1.8537-.8299-1.8537-1.8537"/><line class="c" x1="22.2945" y1="26.6647" x2="22.2945" y2="19.2499"/><path class="c" d="M30.0673,23.6061c0-1.0238.8299-1.8537,1.8537-1.8537h0c1.0238,0,1.8537.8299,1.8537,1.8537v1.2049c0,1.0238-.8299,1.8537-1.8537,1.8537h0c-1.0238,0-1.8537-.8299-1.8537-1.8537"/><line class="c" x1="30.0673" y1="26.6647" x2="30.0673" y2="19.2499"/><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!