Glip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Glip 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/341088.svg" alt="Glip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341088.svg" alt="Glip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341088.svg" alt="Glip icon" :width="24" :height="24" />
CSS background
.icon-glip {
background-image: url('https://proicons.com/icon/341088.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m45.5,24c0,11.8742-9.6258,21.5-21.5,21.5S2.5,35.8742,2.5,24m43,0c0-11.8742-9.6258-21.5-21.5-21.5S2.5,12.1258,2.5,24"/><path class="c" d="m38.5,24c0-8.0082-6.4918-14.5-14.5-14.5s-14.5,6.4918-14.5,14.5m29,0c0,8.0082-6.4918,14.5-14.5,14.5s-14.5-6.4918-14.5-14.5"/><path class="c" d="m35,24c0-6.0752-4.9248-11-11-11s-11,4.9248-11,11m22,0c0,6.0752-4.9248,11-11,11s-11-4.9248-11-11"/><path class="c" d="m31.5,24c0-4.1422-3.3578-7.5-7.5-7.5s-7.5,3.3578-7.5,7.5m15,0c0,4.1422-3.3578,7.5-7.5,7.5s-7.5-3.3578-7.5-7.5"/><path class="c" d="m28,24c0-2.2092-1.7908-4-4-4s-4,1.7908-4,4m8,0c0,2.2092-1.7908,4-4,4s-4-1.7908-4-4"/></svg>
Copied!