android icon
android from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- android
- Set
- Unicons
- Style
- Line
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
android-fillAkar IconsandroidBootstrap IconsandroidBoxicons BrandsandroidCatppuccin IconsandroidDeviconandroidFont Awesome 6 BrandsandroidHuge IconsandroidJam IconsandroidLine AwesomeandroidSVG LogosandroidMaterial SymbolsandroidMaterial Design Iconsandroid-fillMingCute IconandroidOpenMojiandroidPixelarticonsandroid-fillRemix IconandroidSimple Iconsandroid-outlineTeenyiconsandroidUnicons Monochrome
More brand logos icons from Unicons
Use the android icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.975 3.019l.96-1.732a.193.193 0 0 0-.338-.187l-.97 1.75a6.54 6.54 0 0 0-5.253 0l-.97-1.75a.193.193 0 0 0-.34.187l.96 1.732a5.55 5.55 0 0 0-3.092 4.876h12.137a5.55 5.55 0 0 0-3.094-4.876M9.2 5.674a.507.507 0 1 1 .507-.506a.507.507 0 0 1-.507.506m5.602 0a.507.507 0 1 1 .507-.506a.507.507 0 0 1-.507.506M5.93 17.171A1.467 1.467 0 0 0 7.4 18.64h.973v3a1.36 1.36 0 1 0 2.721 0v-3h1.814v3a1.36 1.36 0 1 0 2.72 0v-3h.974a1.467 1.467 0 0 0 1.468-1.468V8.375H5.93Zm-1.867-9.03a1.36 1.36 0 0 0-1.36 1.361v5.669a1.36 1.36 0 1 0 2.72 0V9.502a1.36 1.36 0 0 0-1.36-1.36m15.872 0a1.36 1.36 0 0 0-1.36 1.361v5.669a1.36 1.36 0 1 0 2.72 0v-5.67a1.36 1.36 0 0 0-1.36-1.36"/></svg>
React
import type { SVGProps } from "react";
export function UilAndroid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.975 3.019l.96-1.732a.193.193 0 0 0-.338-.187l-.97 1.75a6.54 6.54 0 0 0-5.253 0l-.97-1.75a.193.193 0 0 0-.34.187l.96 1.732a5.55 5.55 0 0 0-3.092 4.876h12.137a5.55 5.55 0 0 0-3.094-4.876M9.2 5.674a.507.507 0 1 1 .507-.506a.507.507 0 0 1-.507.506m5.602 0a.507.507 0 1 1 .507-.506a.507.507 0 0 1-.507.506M5.93 17.171A1.467 1.467 0 0 0 7.4 18.64h.973v3a1.36 1.36 0 1 0 2.721 0v-3h1.814v3a1.36 1.36 0 1 0 2.72 0v-3h.974a1.467 1.467 0 0 0 1.468-1.468V8.375H5.93Zm-1.867-9.03a1.36 1.36 0 0 0-1.36 1.361v5.669a1.36 1.36 0 1 0 2.72 0V9.502a1.36 1.36 0 0 0-1.36-1.36m15.872 0a1.36 1.36 0 0 0-1.36 1.361v5.669a1.36 1.36 0 1 0 2.72 0v-5.67a1.36 1.36 0 0 0-1.36-1.36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.975 3.019l.96-1.732a.193.193 0 0 0-.338-.187l-.97 1.75a6.54 6.54 0 0 0-5.253 0l-.97-1.75a.193.193 0 0 0-.34.187l.96 1.732a5.55 5.55 0 0 0-3.092 4.876h12.137a5.55 5.55 0 0 0-3.094-4.876M9.2 5.674a.507.507 0 1 1 .507-.506a.507.507 0 0 1-.507.506m5.602 0a.507.507 0 1 1 .507-.506a.507.507 0 0 1-.507.506M5.93 17.171A1.467 1.467 0 0 0 7.4 18.64h.973v3a1.36 1.36 0 1 0 2.721 0v-3h1.814v3a1.36 1.36 0 1 0 2.72 0v-3h.974a1.467 1.467 0 0 0 1.468-1.468V8.375H5.93Zm-1.867-9.03a1.36 1.36 0 0 0-1.36 1.361v5.669a1.36 1.36 0 1 0 2.72 0V9.502a1.36 1.36 0 0 0-1.36-1.36m15.872 0a1.36 1.36 0 0 0-1.36 1.361v5.669a1.36 1.36 0 1 0 2.72 0v-5.67a1.36 1.36 0 0 0-1.36-1.36"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.975%203.019l.96-1.732a.193.193%200%200%200-.338-.187l-.97%201.75a6.54%206.54%200%200%200-5.253%200l-.97-1.75a.193.193%200%200%200-.34.187l.96%201.732a5.55%205.55%200%200%200-3.092%204.876h12.137a5.55%205.55%200%200%200-3.094-4.876M9.2%205.674a.507.507%200%201%201%20.507-.506a.507.507%200%200%201-.507.506m5.602%200a.507.507%200%201%201%20.507-.506a.507.507%200%200%201-.507.506M5.93%2017.171A1.467%201.467%200%200%200%207.4%2018.64h.973v3a1.36%201.36%200%201%200%202.721%200v-3h1.814v3a1.36%201.36%200%201%200%202.72%200v-3h.974a1.467%201.467%200%200%200%201.468-1.468V8.375H5.93Zm-1.867-9.03a1.36%201.36%200%200%200-1.36%201.361v5.669a1.36%201.36%200%201%200%202.72%200V9.502a1.36%201.36%200%200%200-1.36-1.36m15.872%200a1.36%201.36%200%200%200-1.36%201.361v5.669a1.36%201.36%200%201%200%202.72%200v-5.67a1.36%201.36%200%200%200-1.36-1.36%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.975%203.019l.96-1.732a.193.193%200%200%200-.338-.187l-.97%201.75a6.54%206.54%200%200%200-5.253%200l-.97-1.75a.193.193%200%200%200-.34.187l.96%201.732a5.55%205.55%200%200%200-3.092%204.876h12.137a5.55%205.55%200%200%200-3.094-4.876M9.2%205.674a.507.507%200%201%201%20.507-.506a.507.507%200%200%201-.507.506m5.602%200a.507.507%200%201%201%20.507-.506a.507.507%200%200%201-.507.506M5.93%2017.171A1.467%201.467%200%200%200%207.4%2018.64h.973v3a1.36%201.36%200%201%200%202.721%200v-3h1.814v3a1.36%201.36%200%201%200%202.72%200v-3h.974a1.467%201.467%200%200%200%201.468-1.468V8.375H5.93Zm-1.867-9.03a1.36%201.36%200%200%200-1.36%201.361v5.669a1.36%201.36%200%201%200%202.72%200V9.502a1.36%201.36%200%200%200-1.36-1.36m15.872%200a1.36%201.36%200%200%200-1.36%201.361v5.669a1.36%201.36%200%201%200%202.72%200v-5.67a1.36%201.36%200%200%200-1.36-1.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/android.svg?color=%231a73e8&size=48