Simple Opengles Info Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simple Opengles Info icon is commonly used in tooltips, help sections and onboarding flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/332761.svg" alt="Simple Opengles Info icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332761.svg" alt="Simple Opengles Info icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332761.svg" alt="Simple Opengles Info icon" :width="24" :height="24" />
CSS background
.icon-simple-opengles-info {
background-image: url('https://proicons.com/icon/332761.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M16.36,20v8h4"/><path class="b" d="M33.425,27.124c.4906.6387,1.1057.8765,1.9615.8765h1.1844c1.1022,0,1.9957-.8935,1.9957-1.9957v-.0086c0-1.1022-.8935-1.9957-1.9957-1.9957h-1.3065c-1.1034,0-1.9978-.8945-1.9978-1.9978h0c0-1.1058.8964-2.0022,2.0022-2.0022h1.1779c.8558,0,1.4709.2379,1.9615.8765"/><line class="b" x1="27.634" y1="24" x2="30.242" y2="24"/><path class="b" d="M31.63,20h-4v8h4"/><line class="b" x1="22" y1="24" x2="26" y2="24"/><path class="b" d="M14.733,22.65c0-1.4636-1.1864-2.65-2.65-2.65h0c-1.4636,0-2.65,1.1864-2.65,2.65v2.7c0,1.4636,1.1864,2.65,2.65,2.65h0c1.4636,0,2.65-1.1864,2.65-2.65h-2.65"/></svg>
Copied!