Open Gapps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Open Gapps 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/330669.svg" alt="Open Gapps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330669.svg" alt="Open Gapps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330669.svg" alt="Open Gapps icon" :width="24" :height="24" />
CSS background
.icon-open-gapps {
background-image: url('https://proicons.com/icon/330669.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M12.654,38.9034a2.3733,2.3733,0,0,0-2.47-2.3417A2.4585,2.4585,0,0,0,7.9791,38.99v2.1682A2.3521,2.3521,0,0,0,10.3607,43.5h0a2.352,2.352,0,0,0,2.3815-2.3417H10.3607"/><path class="a" d="M21.6846,43.4976V36.5593H23.978a2.342,2.342,0,1,1,0,4.6833H21.6846"/><polyline class="a" points="19.529 43.498 17.235 36.559 14.854 43.498"/><line class="a" x1="15.6478" y1="41.1559" x2="18.735" y2="41.1559"/><path class="a" d="M35.4342,42.717a2.1176,2.1176,0,0,0,1.7641.7806h1.0585a1.7547,1.7547,0,0,0,1.7641-1.7346h0a1.7547,1.7547,0,0,0-1.7641-1.7345H37.11a1.7547,1.7547,0,0,1-1.7641-1.7346h0A1.7547,1.7547,0,0,1,37.11,36.5593h1.0584a1.907,1.907,0,0,1,1.7642.7806"/><path class="a" d="M28.5153,43.4976V36.5593h2.2933a2.342,2.342,0,1,1,0,4.6833H28.5153"/><path class="a" d="M24,4.5a15.995,15.995,0,0,0-7.9983,29.8615l4.094-7.0865a7.8139,7.8139,0,1,1,7.8247.0242L32,34.3615A15.9958,15.9958,0,0,0,24,4.5Z"/></svg>
Copied!