Glidex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Glidex 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/326528.svg" alt="Glidex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326528.svg" alt="Glidex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326528.svg" alt="Glidex icon" :width="24" :height="24" />
CSS background
.icon-glidex {
background-image: url('https://proicons.com/icon/326528.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g,.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.h{stroke-width:1px;}</style></defs><path id="e" class="g" d="M11.8208,8.857l-7.3208,15.1442,7.3208,15.1418h10.9551c1.2808-2.6471,3.643-7.5988,5.5728-11.6076.5402-1.1221,1.0467-2.1714,1.4861-3.0746.0492-.1011.0916-.2017.1286-.3001.0366-.0976.068-.1961.0929-.2905.0497-.1895.077-.3739.081-.5478.0038-.1737-.0152-.341-.0548-.4954-.0597-.2317-.1678-.4419-.3191-.6192-.3544-.4143-.9497-.6621-1.7361-.6621h-8.8807c-.9652,1.9965-1.9307,3.993-2.8959,5.9896h5.9086l-2.7197,5.6252h-4.0891c-3.6354-7.5391-.6604-1.3636-4.5082-9.3213,1.5054-3.1066,3.0006-6.2182,4.5082-9.3237h4.2772l2.7364-5.6585h-10.5431Z"/><path id="f" class="h" d="M11.8208,8.857l-7.3208,15.1442,7.3208,15.1418h10.9551c1.6393-3.3881,5.049-10.5513,7.0579-14.6811.7869-1.6177-.0074-2.9161-1.8069-2.9161h-2.6504c1.1309-2.3443,2.2653-4.687,3.3984-7.0303h3.8748c1.1794,2.4317,2.3534,4.866,3.5294,7.2994l.9788,2.0243c-1.5039,3.1065-3.0022,6.2158-4.5082,9.3213h-4.0605l-2.8936,5.9824h10.4835l7.3208-15.1418-7.3208-15.1442h-10.8979c-3.011,6.2258-6.0207,12.4521-9.0308,18.6784h5.9086l-2.7197,5.6252h-4.0891c-3.6354-7.5391-.6604-1.3636-4.5082-9.3213,1.5054-3.1066,3.0006-6.2182,4.5082-9.3237h4.2772l2.7364-5.6585h-10.5431Z"/></svg>
Copied!