logo android icon
logo-android from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- logo-android
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
logo-adobe-illustratelogo-adobe-lightroomlogo-adobe-photoshoplogo-alipaylogo-applelogo-behancelogo-chromelogo-cinema4dlogo-cnblogo-codepenlogo-codesandboxlogo-codesignlogo-dribbblelogo-facebooklogo-figmalogo-framerlogo-githublogo-gitlablogo-hiflowlogo-ielogo-instagramlogo-iwikilogo-markdownlogo-miniprogram
Use the logo android icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M1 18C1 11.925 5.925 7 12 7s11 4.925 11 11v1H1z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M6.117 8.704L4 5m2.117 3.704A10.99 10.99 0 0 0 1 18v1h22v-1a10.99 10.99 0 0 0-5.117-9.296m-11.766 0A10.95 10.95 0 0 1 12 7c2.164 0 4.182.625 5.883 1.704m0 0L20 5"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M7 14h.004v.004H7zm10 0h.004v.004H17z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignLogoAndroid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M1 18C1 11.925 5.925 7 12 7s11 4.925 11 11v1H1z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M6.117 8.704L4 5m2.117 3.704A10.99 10.99 0 0 0 1 18v1h22v-1a10.99 10.99 0 0 0-5.117-9.296m-11.766 0A10.95 10.95 0 0 1 12 7c2.164 0 4.182.625 5.883 1.704m0 0L20 5"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M7 14h.004v.004H7zm10 0h.004v.004H17z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M1 18C1 11.925 5.925 7 12 7s11 4.925 11 11v1H1z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M6.117 8.704L4 5m2.117 3.704A10.99 10.99 0 0 0 1 18v1h22v-1a10.99 10.99 0 0 0-5.117-9.296m-11.766 0A10.95 10.95 0 0 1 12 7c2.164 0 4.182.625 5.883 1.704m0 0L20 5"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M7 14h.004v.004H7zm10 0h.004v.004H17z"/></g></svg> </template>
CSS
.icon-logo-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%2018C1%2011.925%205.925%207%2012%207s11%204.925%2011%2011v1H1z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M6.117%208.704L4%205m2.117%203.704A10.99%2010.99%200%200%200%201%2018v1h22v-1a10.99%2010.99%200%200%200-5.117-9.296m-11.766%200A10.95%2010.95%200%200%201%2012%207c2.164%200%204.182.625%205.883%201.704m0%200L20%205%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M7%2014h.004v.004H7zm10%200h.004v.004H17z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%2018C1%2011.925%205.925%207%2012%207s11%204.925%2011%2011v1H1z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M6.117%208.704L4%205m2.117%203.704A10.99%2010.99%200%200%200%201%2018v1h22v-1a10.99%2010.99%200%200%200-5.117-9.296m-11.766%200A10.95%2010.95%200%200%201%2012%207c2.164%200%204.182.625%205.883%201.704m0%200L20%205%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M7%2014h.004v.004H7zm10%200h.004v.004H17z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/logo-android.svg?color=%231a73e8&size=48