Glmark2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Glmark2 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/341091.svg" alt="Glmark2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341091.svg" alt="Glmark2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341091.svg" alt="Glmark2 icon" :width="24" :height="24" />
CSS background
.icon-glmark2 {
background-image: url('https://proicons.com/icon/341091.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M7.92,37.81a21.52,21.52,0,1,1,32.2,0"/><path class="a" d="M20.32,25.11l10.4-6.5-12.2,3h0a2.11,2.11,0,0,0-1.3,1.6,2.08,2.08,0,0,0,.9,1.9,2,2,0,0,0,2.2,0Z"/><line class="a" x1="14.32" y1="29.31" x2="18.32" y2="29.31"/><line class="a" x1="14.32" y1="33.31" x2="16.92" y2="33.31"/><line class="a" x1="14.32" y1="29.31" x2="14.32" y2="37.31"/><path class="a" d="M20.72,37.31v-8h2.6a2.7,2.7,0,1,1,0,5.4h-2.6"/><path class="a" d="M28.52,36.41a2.38,2.38,0,0,0,2,.9h1.2a2,2,0,0,0,2-2h0a2,2,0,0,0-2-2h-1.3a2,2,0,0,1-2-2h0a2,2,0,0,1,2-2h1.2a2.15,2.15,0,0,1,2,.9"/></svg>
Copied!