android logo
android from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- android
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
The same logo in other sets
android-fillAkar Iconsandroid-filledAnt Design IconsandroidBootstrap IconsandroidBoxicons BrandsandroidCatppuccin IconsandroidCoreUI BrandsandroidDeviconandroidFont Awesome 6 BrandsandroidFont Awesome BrandsandroidHuge IconsandroidIconParkandroidIconPark OutlineandroidIconPark SolidandroidIconPark TwoToneandroidJam IconsandroidLine AwesomeandroidSVG LogosandroidMaterial SymbolsandroidMaterial Symbols LightandroidMaterial Design Iconsandroid-fillMingCute IconandroidOpenMojiandroidPixelarticonsandroidPrime Icons
Use the android logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="4" height="10" x="2" y="12" fill="#8bc34a" rx="2"/><rect width="4" height="10" x="26" y="12" fill="#8bc34a" rx="2"/><path fill="#8bc34a" d="M8 12h16v12H8zm2 12h4v4a2 2 0 0 1-2 2a2 2 0 0 1-2-2zm8 0h4v4a2 2 0 0 1-2 2a2 2 0 0 1-2-2zm3.545-19.759l2.12-2.12A1 1 0 0 0 22.251.707l-2.326 2.326a7.97 7.97 0 0 0-7.85 0L9.75.707a1 1 0 1 0-1.414 1.414l2.12 2.12A7.97 7.97 0 0 0 8 10h16a7.97 7.97 0 0 0-2.455-5.759M14 8h-2V6h2Zm6 0h-2V6h2Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeAndroid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="4" height="10" x="2" y="12" fill="#8bc34a" rx="2"/><rect width="4" height="10" x="26" y="12" fill="#8bc34a" rx="2"/><path fill="#8bc34a" d="M8 12h16v12H8zm2 12h4v4a2 2 0 0 1-2 2a2 2 0 0 1-2-2zm8 0h4v4a2 2 0 0 1-2 2a2 2 0 0 1-2-2zm3.545-19.759l2.12-2.12A1 1 0 0 0 22.251.707l-2.326 2.326a7.97 7.97 0 0 0-7.85 0L9.75.707a1 1 0 1 0-1.414 1.414l2.12 2.12A7.97 7.97 0 0 0 8 10h16a7.97 7.97 0 0 0-2.455-5.759M14 8h-2V6h2Zm6 0h-2V6h2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="4" height="10" x="2" y="12" fill="#8bc34a" rx="2"/><rect width="4" height="10" x="26" y="12" fill="#8bc34a" rx="2"/><path fill="#8bc34a" d="M8 12h16v12H8zm2 12h4v4a2 2 0 0 1-2 2a2 2 0 0 1-2-2zm8 0h4v4a2 2 0 0 1-2 2a2 2 0 0 1-2-2zm3.545-19.759l2.12-2.12A1 1 0 0 0 22.251.707l-2.326 2.326a7.97 7.97 0 0 0-7.85 0L9.75.707a1 1 0 1 0-1.414 1.414l2.12 2.12A7.97 7.97 0 0 0 8 10h16a7.97 7.97 0 0 0-2.455-5.759M14 8h-2V6h2Zm6 0h-2V6h2Z"/></svg> </template>
CSS
.icon-android {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Crect%20width%3D%224%22%20height%3D%2210%22%20x%3D%222%22%20y%3D%2212%22%20fill%3D%22%238bc34a%22%20rx%3D%222%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%2210%22%20x%3D%2226%22%20y%3D%2212%22%20fill%3D%22%238bc34a%22%20rx%3D%222%22%2F%3E%3Cpath%20fill%3D%22%238bc34a%22%20d%3D%22M8%2012h16v12H8zm2%2012h4v4a2%202%200%200%201-2%202a2%202%200%200%201-2-2zm8%200h4v4a2%202%200%200%201-2%202a2%202%200%200%201-2-2zm3.545-19.759l2.12-2.12A1%201%200%200%200%2022.251.707l-2.326%202.326a7.97%207.97%200%200%200-7.85%200L9.75.707a1%201%200%201%200-1.414%201.414l2.12%202.12A7.97%207.97%200%200%200%208%2010h16a7.97%207.97%200%200%200-2.455-5.759M14%208h-2V6h2Zm6%200h-2V6h2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Crect%20width%3D%224%22%20height%3D%2210%22%20x%3D%222%22%20y%3D%2212%22%20fill%3D%22%238bc34a%22%20rx%3D%222%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%2210%22%20x%3D%2226%22%20y%3D%2212%22%20fill%3D%22%238bc34a%22%20rx%3D%222%22%2F%3E%3Cpath%20fill%3D%22%238bc34a%22%20d%3D%22M8%2012h16v12H8zm2%2012h4v4a2%202%200%200%201-2%202a2%202%200%200%201-2-2zm8%200h4v4a2%202%200%200%201-2%202a2%202%200%200%201-2-2zm3.545-19.759l2.12-2.12A1%201%200%200%200%2022.251.707l-2.326%202.326a7.97%207.97%200%200%200-7.85%200L9.75.707a1%201%200%201%200-1.414%201.414l2.12%202.12A7.97%207.97%200%200%200%208%2010h16a7.97%207.97%200%200%200-2.455-5.759M14%208h-2V6h2Zm6%200h-2V6h2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/android.svg?color=%231a73e8&size=48