Android Alt 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Android Alt 2 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/336311.svg" alt="Android Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336311.svg" alt="Android Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336311.svg" alt="Android Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-android-alt-2 {
background-image: url('https://proicons.com/icon/336311.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M36.7864,21.2246c.8174-.0459,1.5376.5328,1.6689,1.3409l.02,6.5495c.0005,5.1384-2.741,9.8865-7.1914,12.455h0c-6.8727,3.9708-15.6631,1.6184-19.6339-5.2543-1.281-2.2171-1.9464-4.7362-1.9273-7.2967v-6.4535c-.0915-.6469.3586-1.2454,1.0055-1.337.1026-.0145.2066-.0155.3094-.0029"/><path id="d" class="g" d="M11.0376,21.2246h25.7479c.8202-.0211,1.4745-.6914,1.4759-1.5119v-1.8998c-.0303-2.667-.9788-5.242-2.6858-7.2914l2.0148-1.9918c.8958-.9276.8958-2.3981,0-3.3257-.8924-.9193-2.3611-.941-3.2803-.0486-.0184.0179-.0366.0361-.0544.0546l-2.0068,1.9918c-5.4475-3.4677-11.0021-3.7297-16.7336,0l-1.9328-1.9618c-.8651-.9225-2.3141-.969-3.2366-.1039-.0347.0326-.0685.0662-.1011.1009-1.4339,1.2439-.218,3.1117-.004,3.3227l2.0068,1.9768c-1.745,2.0235-2.7105,4.6034-2.7228,7.2754v1.8998c-.0017.8339.673,1.5112,1.5069,1.5129.002,0,.004,0,.006,0"/><circle id="e" class="g" cx="17.2501" cy="15.5311" r="2.1528"/><circle id="f" class="g" cx="30.609" cy="15.5311" r="2.1528"/></svg>
Copied!