android icon
android-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.
- Name
- android-fill
- Set
- Akar Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
android-filledAnt Design IconsandroidBootstrap IconsandroidBoxicons BrandsandroidCatppuccin IconsandroidCoreUI BrandsandroidDeviconandroidFont Awesome 6 BrandsandroidFont Awesome BrandsandroidHuge IconsandroidIconParkandroidIconPark OutlineandroidIconPark SolidandroidIconPark TwoToneandroidJam IconsandroidLine AwesomeandroidSVG LogosandroidMaterial Icon ThemeandroidMaterial SymbolsandroidMaterial Symbols LightandroidMaterial Design Iconsandroid-fillMingCute IconandroidOpenMojiandroidPixelarticonsandroidPrime Icons
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="M17.532 15.106a1.003 1.003 0 1 1 .001-2.007a1.003 1.003 0 0 1 0 2.007m-11.044 0a1.003 1.003 0 1 1 .001-2.007a1.003 1.003 0 0 1 0 2.007m11.4-6.018l2.006-3.459a.413.413 0 1 0-.721-.407l-2.027 3.5a12.2 12.2 0 0 0-5.13-1.108c-1.85 0-3.595.398-5.141 1.098l-2.027-3.5a.413.413 0 1 0-.72.407l1.995 3.458C2.696 10.947.345 14.417 0 18.523h24c-.334-4.096-2.675-7.565-6.112-9.435"/></svg>
React
import type { SVGProps } from "react";
export function AkarIconsAndroidFill(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="M17.532 15.106a1.003 1.003 0 1 1 .001-2.007a1.003 1.003 0 0 1 0 2.007m-11.044 0a1.003 1.003 0 1 1 .001-2.007a1.003 1.003 0 0 1 0 2.007m11.4-6.018l2.006-3.459a.413.413 0 1 0-.721-.407l-2.027 3.5a12.2 12.2 0 0 0-5.13-1.108c-1.85 0-3.595.398-5.141 1.098l-2.027-3.5a.413.413 0 1 0-.72.407l1.995 3.458C2.696 10.947.345 14.417 0 18.523h24c-.334-4.096-2.675-7.565-6.112-9.435"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.532 15.106a1.003 1.003 0 1 1 .001-2.007a1.003 1.003 0 0 1 0 2.007m-11.044 0a1.003 1.003 0 1 1 .001-2.007a1.003 1.003 0 0 1 0 2.007m11.4-6.018l2.006-3.459a.413.413 0 1 0-.721-.407l-2.027 3.5a12.2 12.2 0 0 0-5.13-1.108c-1.85 0-3.595.398-5.141 1.098l-2.027-3.5a.413.413 0 1 0-.72.407l1.995 3.458C2.696 10.947.345 14.417 0 18.523h24c-.334-4.096-2.675-7.565-6.112-9.435"/></svg> </template>
CSS
.icon-android-fill {
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%22M17.532%2015.106a1.003%201.003%200%201%201%20.001-2.007a1.003%201.003%200%200%201%200%202.007m-11.044%200a1.003%201.003%200%201%201%20.001-2.007a1.003%201.003%200%200%201%200%202.007m11.4-6.018l2.006-3.459a.413.413%200%201%200-.721-.407l-2.027%203.5a12.2%2012.2%200%200%200-5.13-1.108c-1.85%200-3.595.398-5.141%201.098l-2.027-3.5a.413.413%200%201%200-.72.407l1.995%203.458C2.696%2010.947.345%2014.417%200%2018.523h24c-.334-4.096-2.675-7.565-6.112-9.435%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%22M17.532%2015.106a1.003%201.003%200%201%201%20.001-2.007a1.003%201.003%200%200%201%200%202.007m-11.044%200a1.003%201.003%200%201%201%20.001-2.007a1.003%201.003%200%200%201%200%202.007m11.4-6.018l2.006-3.459a.413.413%200%201%200-.721-.407l-2.027%203.5a12.2%2012.2%200%200%200-5.13-1.108c-1.85%200-3.595.398-5.141%201.098l-2.027-3.5a.413.413%200%201%200-.72.407l1.995%203.458C2.696%2010.947.345%2014.417%200%2018.523h24c-.334-4.096-2.675-7.565-6.112-9.435%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/akar-icons/android-fill.svg?color=%231a73e8&size=48