Gdroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gdroid 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/326424.svg" alt="Gdroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326424.svg" alt="Gdroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326424.svg" alt="Gdroid icon" :width="24" :height="24" />
CSS background
.icon-gdroid {
background-image: url('https://proicons.com/icon/326424.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><circle class="a" cx="16.99" cy="15.18" r="3.5"/><circle class="a" cx="31.01" cy="15.18" r="3.5"/><rect class="a" x="8.35" y="8.68" width="31.32" height="12.99" rx="2.8"/><line class="a" x1="5.5" y1="5.83" x2="9.16" y2="9.5"/><rect class="a" x="8.35" y="24.67" width="31.32" height="17.31" rx="2.8"/><line class="a" x1="42.5" y1="5.85" x2="38.84" y2="9.52"/><path class="a" d="M28.1715,31.1672a4.1655,4.1655,0,0,0-4.3853-4.1645,4.3261,4.3261,0,0,0-3.9377,4.4v3.8644a4.166,4.166,0,0,0,4.1615,4.17h0a4.166,4.166,0,0,0,4.1615-4.17v-1H24.01"/></svg>
Copied!