Glo Cafe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Glo Cafe 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/326533.svg" alt="Glo Cafe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326533.svg" alt="Glo Cafe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326533.svg" alt="Glo Cafe icon" :width="24" :height="24" />
CSS background
.icon-glo-cafe {
background-image: url('https://proicons.com/icon/326533.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M20.3782596,20.0373884v8.97196063c0,1.65169093-1.33896005,2.99065098-2.99065098,2.99065098h-.00000598c-.82582026,0-1.57346257-.33471958-2.11466004-.87589184"/><rect class="e" x="14.39695166" y="20.0373854" width="5.98130796" height="7.92523217" rx="2.99065096" ry="2.99065096" transform="translate(34.77521128 48.00000298) rotate(180)"/><path class="e" d="M23.54290315,16v10.46729075c0,.8258462.66948062,1.49532682,1.49532682,1.49532682h.44859805"/><path class="e" d="M27.62174157,23.02803879c0-1.65169201,1.33896083-2.99065338,2.99065338-2.99065338s2.99065338,1.33896137,2.99065338,2.99065338v1.94392487c0,1.65169255-1.33896083,2.99065392-2.99065338,2.99065392s-2.99065338-1.33896137-2.99065338-2.99065392v-1.94392487Z"/><circle class="e" cx="24" cy="24" r="21.5"/></svg>
Copied!