Glasspass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Glasspass 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/326524.svg" alt="Glasspass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326524.svg" alt="Glasspass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326524.svg" alt="Glasspass icon" :width="24" :height="24" />
CSS background
.icon-glasspass {
background-image: url('https://proicons.com/icon/326524.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M20.041,4.5001v21l-7.793,13.5c-.5359.9282-.5359,2.0718,0,3s1.5259,1.5,2.5977,1.5h17.32c1.0718,0,2.0618-.5718,2.5977-1.5.5359-.9282.5359-2.0718,0-3l-5.2617-9.1152c.0186-.7911.4908-1.4434,1.3359-1.4434.9472.1381,1.6029-.5177,1.4648-1.4648-.034-.2336-.1124-.4624-.2266-.6777l4.0781-2.3594-2.7793-2.7793-2.3594,4.0781c-.2153-.1142-.4422-.1925-.6758-.2266-.9472-.1381-1.6049.5196-1.4668,1.4668,0,.5454-.2708.9348-.6758,1.1484l-1.2266-2.127V4.5h-6.9297.0004Z"/><path class="c" d="M19.041,4.5001h8.9297"/></svg>
Copied!