android icon
android-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- android-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- android, android-outline
1 other variant in Ant Design Icons
The same icon in other sets
android-fillAkar 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 1024 1024"><path fill="currentColor" d="M448.3 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32-13.4 32-31.9c.1-18.4-13.4-31.9-32-31.9m393.9 96.4c-13.8-13.8-32.7-21.5-53.2-21.5c-3.9 0-7.4.4-10.7 1v-1h-3.6c-5.5-30.6-18.6-60.5-38.1-87.4c-18.7-25.7-43-47.9-70.8-64.9l25.1-35.8v-3.3c0-.8.4-2.3.7-3.8c.6-2.4 1.4-5.5 1.4-8.9c0-18.5-13.5-31.9-32-31.9c-9.8 0-19.5 5.7-25.9 15.4l-29.3 42.1c-30-9.8-62.4-15-93.8-15c-31.3 0-63.7 5.2-93.8 15L389 79.4c-6.6-9.6-16.1-15.4-26-15.4c-18.6 0-32 13.4-32 31.9c0 6.2 2.5 12.8 6.7 17.4l22.6 32.3c-28.7 17-53.5 39.4-72.2 65.1c-19.4 26.9-32 56.8-36.7 87.4h-5.5v1c-3.2-.6-6.7-1-10.7-1c-20.3 0-39.2 7.5-53.1 21.3c-13.8 13.8-21.5 32.6-21.5 53v235c0 20.3 7.5 39.1 21.4 52.9c13.8 13.8 32.8 21.5 53.2 21.5c3.9 0 7.4-.4 10.7-1v93.5c0 29.2 23.9 53.1 53.2 53.1H331v58.3c0 20.3 7.5 39.1 21.4 52.9c13.8 13.8 32.8 21.5 53.2 21.5c20.3 0 39.2-7.5 53.1-21.3c13.8-13.8 21.5-32.6 21.5-53v-58.2H544v58.1c0 20.3 7.5 39.1 21.4 52.9c13.8 13.8 32.8 21.5 53.2 21.5s39.2-7.5 53.1-21.6c13.8-13.8 21.5-32.6 21.5-53v-58.2h31.9c29.3 0 53.2-23.8 53.2-53.1v-91.4c3.2.6 6.7 1 10.7 1c20.3 0 39.2-7.5 53.1-21.3c13.8-13.8 21.5-32.6 21.5-53v-235c-.1-20.3-7.6-39-21.4-52.9M246 609.6c0 6.8-3.9 10.6-10.7 10.6s-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6s10.7 3.8 10.7 10.6zm131.1-396.8c37.5-27.3 85.3-42.3 135-42.3s97.5 15.1 135 42.5c32.4 23.7 54.2 54.2 62.7 87.5H314.4c8.5-33.4 30.5-64 62.7-87.7m39.3 674.7c-.6 5.6-4.4 8.7-10.5 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2zm202.3 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1c-.6 5.6-4.3 8.7-10.5 8.7m95.8-132.6H309.9V364h404.6zm85.2-154c0 6.8-3.9 10.6-10.7 10.6s-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6s10.7 3.8 10.7 10.6zM576.1 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32.1-13.4 32.1-32c-.1-18.6-13.4-31.8-32.1-31.8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignAndroidOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M448.3 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32-13.4 32-31.9c.1-18.4-13.4-31.9-32-31.9m393.9 96.4c-13.8-13.8-32.7-21.5-53.2-21.5c-3.9 0-7.4.4-10.7 1v-1h-3.6c-5.5-30.6-18.6-60.5-38.1-87.4c-18.7-25.7-43-47.9-70.8-64.9l25.1-35.8v-3.3c0-.8.4-2.3.7-3.8c.6-2.4 1.4-5.5 1.4-8.9c0-18.5-13.5-31.9-32-31.9c-9.8 0-19.5 5.7-25.9 15.4l-29.3 42.1c-30-9.8-62.4-15-93.8-15c-31.3 0-63.7 5.2-93.8 15L389 79.4c-6.6-9.6-16.1-15.4-26-15.4c-18.6 0-32 13.4-32 31.9c0 6.2 2.5 12.8 6.7 17.4l22.6 32.3c-28.7 17-53.5 39.4-72.2 65.1c-19.4 26.9-32 56.8-36.7 87.4h-5.5v1c-3.2-.6-6.7-1-10.7-1c-20.3 0-39.2 7.5-53.1 21.3c-13.8 13.8-21.5 32.6-21.5 53v235c0 20.3 7.5 39.1 21.4 52.9c13.8 13.8 32.8 21.5 53.2 21.5c3.9 0 7.4-.4 10.7-1v93.5c0 29.2 23.9 53.1 53.2 53.1H331v58.3c0 20.3 7.5 39.1 21.4 52.9c13.8 13.8 32.8 21.5 53.2 21.5c20.3 0 39.2-7.5 53.1-21.3c13.8-13.8 21.5-32.6 21.5-53v-58.2H544v58.1c0 20.3 7.5 39.1 21.4 52.9c13.8 13.8 32.8 21.5 53.2 21.5s39.2-7.5 53.1-21.6c13.8-13.8 21.5-32.6 21.5-53v-58.2h31.9c29.3 0 53.2-23.8 53.2-53.1v-91.4c3.2.6 6.7 1 10.7 1c20.3 0 39.2-7.5 53.1-21.3c13.8-13.8 21.5-32.6 21.5-53v-235c-.1-20.3-7.6-39-21.4-52.9M246 609.6c0 6.8-3.9 10.6-10.7 10.6s-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6s10.7 3.8 10.7 10.6zm131.1-396.8c37.5-27.3 85.3-42.3 135-42.3s97.5 15.1 135 42.5c32.4 23.7 54.2 54.2 62.7 87.5H314.4c8.5-33.4 30.5-64 62.7-87.7m39.3 674.7c-.6 5.6-4.4 8.7-10.5 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2zm202.3 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1c-.6 5.6-4.3 8.7-10.5 8.7m95.8-132.6H309.9V364h404.6zm85.2-154c0 6.8-3.9 10.6-10.7 10.6s-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6s10.7 3.8 10.7 10.6zM576.1 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32.1-13.4 32.1-32c-.1-18.6-13.4-31.8-32.1-31.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M448.3 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32-13.4 32-31.9c.1-18.4-13.4-31.9-32-31.9m393.9 96.4c-13.8-13.8-32.7-21.5-53.2-21.5c-3.9 0-7.4.4-10.7 1v-1h-3.6c-5.5-30.6-18.6-60.5-38.1-87.4c-18.7-25.7-43-47.9-70.8-64.9l25.1-35.8v-3.3c0-.8.4-2.3.7-3.8c.6-2.4 1.4-5.5 1.4-8.9c0-18.5-13.5-31.9-32-31.9c-9.8 0-19.5 5.7-25.9 15.4l-29.3 42.1c-30-9.8-62.4-15-93.8-15c-31.3 0-63.7 5.2-93.8 15L389 79.4c-6.6-9.6-16.1-15.4-26-15.4c-18.6 0-32 13.4-32 31.9c0 6.2 2.5 12.8 6.7 17.4l22.6 32.3c-28.7 17-53.5 39.4-72.2 65.1c-19.4 26.9-32 56.8-36.7 87.4h-5.5v1c-3.2-.6-6.7-1-10.7-1c-20.3 0-39.2 7.5-53.1 21.3c-13.8 13.8-21.5 32.6-21.5 53v235c0 20.3 7.5 39.1 21.4 52.9c13.8 13.8 32.8 21.5 53.2 21.5c3.9 0 7.4-.4 10.7-1v93.5c0 29.2 23.9 53.1 53.2 53.1H331v58.3c0 20.3 7.5 39.1 21.4 52.9c13.8 13.8 32.8 21.5 53.2 21.5c20.3 0 39.2-7.5 53.1-21.3c13.8-13.8 21.5-32.6 21.5-53v-58.2H544v58.1c0 20.3 7.5 39.1 21.4 52.9c13.8 13.8 32.8 21.5 53.2 21.5s39.2-7.5 53.1-21.6c13.8-13.8 21.5-32.6 21.5-53v-58.2h31.9c29.3 0 53.2-23.8 53.2-53.1v-91.4c3.2.6 6.7 1 10.7 1c20.3 0 39.2-7.5 53.1-21.3c13.8-13.8 21.5-32.6 21.5-53v-235c-.1-20.3-7.6-39-21.4-52.9M246 609.6c0 6.8-3.9 10.6-10.7 10.6s-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6s10.7 3.8 10.7 10.6zm131.1-396.8c37.5-27.3 85.3-42.3 135-42.3s97.5 15.1 135 42.5c32.4 23.7 54.2 54.2 62.7 87.5H314.4c8.5-33.4 30.5-64 62.7-87.7m39.3 674.7c-.6 5.6-4.4 8.7-10.5 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2zm202.3 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1c-.6 5.6-4.3 8.7-10.5 8.7m95.8-132.6H309.9V364h404.6zm85.2-154c0 6.8-3.9 10.6-10.7 10.6s-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6s10.7 3.8 10.7 10.6zM576.1 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32.1-13.4 32.1-32c-.1-18.6-13.4-31.8-32.1-31.8"/></svg> </template>
CSS
.icon-android-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448.3%20225.2c-18.6%200-32%2013.4-32%2031.9s13.5%2031.9%2032%2031.9c18.6%200%2032-13.4%2032-31.9c.1-18.4-13.4-31.9-32-31.9m393.9%2096.4c-13.8-13.8-32.7-21.5-53.2-21.5c-3.9%200-7.4.4-10.7%201v-1h-3.6c-5.5-30.6-18.6-60.5-38.1-87.4c-18.7-25.7-43-47.9-70.8-64.9l25.1-35.8v-3.3c0-.8.4-2.3.7-3.8c.6-2.4%201.4-5.5%201.4-8.9c0-18.5-13.5-31.9-32-31.9c-9.8%200-19.5%205.7-25.9%2015.4l-29.3%2042.1c-30-9.8-62.4-15-93.8-15c-31.3%200-63.7%205.2-93.8%2015L389%2079.4c-6.6-9.6-16.1-15.4-26-15.4c-18.6%200-32%2013.4-32%2031.9c0%206.2%202.5%2012.8%206.7%2017.4l22.6%2032.3c-28.7%2017-53.5%2039.4-72.2%2065.1c-19.4%2026.9-32%2056.8-36.7%2087.4h-5.5v1c-3.2-.6-6.7-1-10.7-1c-20.3%200-39.2%207.5-53.1%2021.3c-13.8%2013.8-21.5%2032.6-21.5%2053v235c0%2020.3%207.5%2039.1%2021.4%2052.9c13.8%2013.8%2032.8%2021.5%2053.2%2021.5c3.9%200%207.4-.4%2010.7-1v93.5c0%2029.2%2023.9%2053.1%2053.2%2053.1H331v58.3c0%2020.3%207.5%2039.1%2021.4%2052.9c13.8%2013.8%2032.8%2021.5%2053.2%2021.5c20.3%200%2039.2-7.5%2053.1-21.3c13.8-13.8%2021.5-32.6%2021.5-53v-58.2H544v58.1c0%2020.3%207.5%2039.1%2021.4%2052.9c13.8%2013.8%2032.8%2021.5%2053.2%2021.5s39.2-7.5%2053.1-21.6c13.8-13.8%2021.5-32.6%2021.5-53v-58.2h31.9c29.3%200%2053.2-23.8%2053.2-53.1v-91.4c3.2.6%206.7%201%2010.7%201c20.3%200%2039.2-7.5%2053.1-21.3c13.8-13.8%2021.5-32.6%2021.5-53v-235c-.1-20.3-7.6-39-21.4-52.9M246%20609.6c0%206.8-3.9%2010.6-10.7%2010.6s-10.7-3.8-10.7-10.6V374.5c0-6.8%203.9-10.6%2010.7-10.6s10.7%203.8%2010.7%2010.6zm131.1-396.8c37.5-27.3%2085.3-42.3%20135-42.3s97.5%2015.1%20135%2042.5c32.4%2023.7%2054.2%2054.2%2062.7%2087.5H314.4c8.5-33.4%2030.5-64%2062.7-87.7m39.3%20674.7c-.6%205.6-4.4%208.7-10.5%208.7c-6.8%200-10.7-3.8-10.7-10.6v-58.2h21.2zm202.3%208.7c-6.8%200-10.7-3.8-10.7-10.6v-58.2h21.2v60.1c-.6%205.6-4.3%208.7-10.5%208.7m95.8-132.6H309.9V364h404.6zm85.2-154c0%206.8-3.9%2010.6-10.7%2010.6s-10.7-3.8-10.7-10.6V374.5c0-6.8%203.9-10.6%2010.7-10.6s10.7%203.8%2010.7%2010.6zM576.1%20225.2c-18.6%200-32%2013.4-32%2031.9s13.5%2031.9%2032%2031.9c18.6%200%2032.1-13.4%2032.1-32c-.1-18.6-13.4-31.8-32.1-31.8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448.3%20225.2c-18.6%200-32%2013.4-32%2031.9s13.5%2031.9%2032%2031.9c18.6%200%2032-13.4%2032-31.9c.1-18.4-13.4-31.9-32-31.9m393.9%2096.4c-13.8-13.8-32.7-21.5-53.2-21.5c-3.9%200-7.4.4-10.7%201v-1h-3.6c-5.5-30.6-18.6-60.5-38.1-87.4c-18.7-25.7-43-47.9-70.8-64.9l25.1-35.8v-3.3c0-.8.4-2.3.7-3.8c.6-2.4%201.4-5.5%201.4-8.9c0-18.5-13.5-31.9-32-31.9c-9.8%200-19.5%205.7-25.9%2015.4l-29.3%2042.1c-30-9.8-62.4-15-93.8-15c-31.3%200-63.7%205.2-93.8%2015L389%2079.4c-6.6-9.6-16.1-15.4-26-15.4c-18.6%200-32%2013.4-32%2031.9c0%206.2%202.5%2012.8%206.7%2017.4l22.6%2032.3c-28.7%2017-53.5%2039.4-72.2%2065.1c-19.4%2026.9-32%2056.8-36.7%2087.4h-5.5v1c-3.2-.6-6.7-1-10.7-1c-20.3%200-39.2%207.5-53.1%2021.3c-13.8%2013.8-21.5%2032.6-21.5%2053v235c0%2020.3%207.5%2039.1%2021.4%2052.9c13.8%2013.8%2032.8%2021.5%2053.2%2021.5c3.9%200%207.4-.4%2010.7-1v93.5c0%2029.2%2023.9%2053.1%2053.2%2053.1H331v58.3c0%2020.3%207.5%2039.1%2021.4%2052.9c13.8%2013.8%2032.8%2021.5%2053.2%2021.5c20.3%200%2039.2-7.5%2053.1-21.3c13.8-13.8%2021.5-32.6%2021.5-53v-58.2H544v58.1c0%2020.3%207.5%2039.1%2021.4%2052.9c13.8%2013.8%2032.8%2021.5%2053.2%2021.5s39.2-7.5%2053.1-21.6c13.8-13.8%2021.5-32.6%2021.5-53v-58.2h31.9c29.3%200%2053.2-23.8%2053.2-53.1v-91.4c3.2.6%206.7%201%2010.7%201c20.3%200%2039.2-7.5%2053.1-21.3c13.8-13.8%2021.5-32.6%2021.5-53v-235c-.1-20.3-7.6-39-21.4-52.9M246%20609.6c0%206.8-3.9%2010.6-10.7%2010.6s-10.7-3.8-10.7-10.6V374.5c0-6.8%203.9-10.6%2010.7-10.6s10.7%203.8%2010.7%2010.6zm131.1-396.8c37.5-27.3%2085.3-42.3%20135-42.3s97.5%2015.1%20135%2042.5c32.4%2023.7%2054.2%2054.2%2062.7%2087.5H314.4c8.5-33.4%2030.5-64%2062.7-87.7m39.3%20674.7c-.6%205.6-4.4%208.7-10.5%208.7c-6.8%200-10.7-3.8-10.7-10.6v-58.2h21.2zm202.3%208.7c-6.8%200-10.7-3.8-10.7-10.6v-58.2h21.2v60.1c-.6%205.6-4.3%208.7-10.5%208.7m95.8-132.6H309.9V364h404.6zm85.2-154c0%206.8-3.9%2010.6-10.7%2010.6s-10.7-3.8-10.7-10.6V374.5c0-6.8%203.9-10.6%2010.7-10.6s10.7%203.8%2010.7%2010.6zM576.1%20225.2c-18.6%200-32%2013.4-32%2031.9s13.5%2031.9%2032%2031.9c18.6%200%2032.1-13.4%2032.1-32c-.1-18.6-13.4-31.8-32.1-31.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/android-outlined.svg?color=%231a73e8&size=48