Gls Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gls 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/341105.svg" alt="Gls icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341105.svg" alt="Gls icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341105.svg" alt="Gls icon" :width="24" :height="24" />
CSS background
.icon-gls {
background-image: url('https://proicons.com/icon/341105.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M19.7094,17.3305v12.733h6.63"/><path class="b" d="M29.0534,28.8265c.749.9627,1.922,1.4975,3.14,1.4317h1.8846c1.7571-.0241,3.162-1.4682,3.1379-3.2253-.0237-1.7231-1.4148-3.1142-3.1379-3.1379h-2.0412c-1.7571-.0241-3.1621-1.4681-3.1379-3.2253.0236-1.7232,1.4148-3.1143,3.1379-3.1379h1.8842c1.2307-.1391,2.4379.4114,3.14,1.4317"/><path class="b" d="M16.5375,21.7035c.008-2.365-1.9028-4.2887-4.2679-4.2967-.0429-.0001-.0858.0004-.1286.0015-2.2502.2716-3.9388,2.1877-3.9254,4.4542v3.9775c-.036,2.3414,1.833,4.2686,4.1744,4.3046,2.3414.036,4.2686-1.833,4.3046-4.1744.0007-.0434.0007-.0868,0-.1302h-4.24"/><circle class="c" cx="39.0344" cy="29.9195" r=".75"/></svg>
Copied!