android icon
android-line from Remix Icon by Remix Design · Line · Logos · Apache-2.0 Free for personal and commercial use.
- Name
- android-line
- Set
- Remix Icon
- Style
- Line
- Category
- Logos
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
android-fillAkar IconsandroidBootstrap IconsandroidBoxicons BrandsandroidCatppuccin IconsandroidDeviconandroidFont Awesome 6 BrandsandroidHuge IconsandroidJam IconsandroidLine AwesomeandroidSVG LogosandroidMaterial SymbolsandroidMaterial Design Iconsandroid-fillMingCute IconandroidOpenMojiandroidPixelarticonsandroidSimple Iconsandroid-outlineTeenyiconsandroidUniconsandroidUnicons Monochrome
More logos icons from Remix Icon
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="M19 13H5v7h14zm0-2a7 7 0 1 0-14 0zM6.382 3.968A8.96 8.96 0 0 1 12 2c2.125 0 4.078.736 5.618 1.968l1.453-1.453l1.414 1.414l-1.453 1.453A8.96 8.96 0 0 1 21 11v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11c0-2.125.736-4.078 1.968-5.618L3.515 3.93l1.414-1.414zM9 9a1 1 0 1 1 0-2a1 1 0 0 1 0 2m6 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function RiAndroidLine(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="M19 13H5v7h14zm0-2a7 7 0 1 0-14 0zM6.382 3.968A8.96 8.96 0 0 1 12 2c2.125 0 4.078.736 5.618 1.968l1.453-1.453l1.414 1.414l-1.453 1.453A8.96 8.96 0 0 1 21 11v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11c0-2.125.736-4.078 1.968-5.618L3.515 3.93l1.414-1.414zM9 9a1 1 0 1 1 0-2a1 1 0 0 1 0 2m6 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 13H5v7h14zm0-2a7 7 0 1 0-14 0zM6.382 3.968A8.96 8.96 0 0 1 12 2c2.125 0 4.078.736 5.618 1.968l1.453-1.453l1.414 1.414l-1.453 1.453A8.96 8.96 0 0 1 21 11v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11c0-2.125.736-4.078 1.968-5.618L3.515 3.93l1.414-1.414zM9 9a1 1 0 1 1 0-2a1 1 0 0 1 0 2m6 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-android-line {
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%22M19%2013H5v7h14zm0-2a7%207%200%201%200-14%200zM6.382%203.968A8.96%208.96%200%200%201%2012%202c2.125%200%204.078.736%205.618%201.968l1.453-1.453l1.414%201.414l-1.453%201.453A8.96%208.96%200%200%201%2021%2011v10a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V11c0-2.125.736-4.078%201.968-5.618L3.515%203.93l1.414-1.414zM9%209a1%201%200%201%201%200-2a1%201%200%200%201%200%202m6%200a1%201%200%201%201%200-2a1%201%200%200%201%200%202%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%22M19%2013H5v7h14zm0-2a7%207%200%201%200-14%200zM6.382%203.968A8.96%208.96%200%200%201%2012%202c2.125%200%204.078.736%205.618%201.968l1.453-1.453l1.414%201.414l-1.453%201.453A8.96%208.96%200%200%201%2021%2011v10a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V11c0-2.125.736-4.078%201.968-5.618L3.515%203.93l1.414-1.414zM9%209a1%201%200%201%201%200-2a1%201%200%200%201%200%202m6%200a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/android-line.svg?color=%231a73e8&size=48