Opgg Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Opgg 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/345309.svg" alt="Opgg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345309.svg" alt="Opgg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345309.svg" alt="Opgg icon" :width="24" :height="24" />
CSS background
.icon-opgg {
background-image: url('https://proicons.com/icon/345309.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.4999,42.4999H9.4999c-2.2,0-4-1.8-4-4V9.4999c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/><path class="c" d="M21.9225,29.5179c0-2.4383-2.0361-4.4001-4.4973-4.271-2.3078.1211-4.0383,2.197-4.0383,4.513v3.9631c0,2.3621,1.9108,4.277,4.2678,4.277h0c2.357,0,4.2678-1.9149,4.2678-4.277h-4.2678"/><path class="c" d="M34.6132,29.5179c0-2.4383-2.0361-4.4001-4.4973-4.271-2.3078.1211-4.0383,2.197-4.0383,4.513v3.9631c0,2.3621,1.9108,4.277,4.2678,4.277h0c2.357,0,4.2678-1.9149,4.2678-4.277h-4.2678"/><path class="c" d="M26.1602,22.7591v-12.7591h4.1771c2.3615,0,4.2758,1.9185,4.2758,4.2851s-1.9144,4.2851-4.2758,4.2851h-4.1771"/><path class="c" d="M13.4282,18.5327c0,2.3342,1.8923,4.2265,4.2265,4.2265s4.2265-1.8923,4.2265-4.2265v-4.3062c0-2.3342-1.8923-4.2265-4.2265-4.2265s-4.2265,1.8923-4.2265,4.2265v4.3062Z"/></svg>
Copied!