android-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
android-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
android-fill

1 other variant in Ant Design Icons

The same icon in other sets

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="M270.1 741.7c0 23.4 19.1 42.5 42.6 42.5h48.7v120.4c0 30.5 24.5 55.4 54.6 55.4c30.2 0 54.6-24.8 54.6-55.4V784.1h85v120.4c0 30.5 24.5 55.4 54.6 55.4c30.2 0 54.6-24.8 54.6-55.4V784.1h48.7c23.5 0 42.6-19.1 42.6-42.5V346.4h-486zm357.1-600.1l44.9-65c2.6-3.8 2-8.9-1.5-11.4c-3.5-2.4-8.5-1.2-11.1 2.6l-46.6 67.6c-30.7-12.1-64.9-18.8-100.8-18.8s-70.1 6.7-100.8 18.8l-46.6-67.5c-2.6-3.8-7.6-5.1-11.1-2.6c-3.5 2.4-4.1 7.4-1.5 11.4l44.9 65c-71.4 33.2-121.4 96.1-127.8 169.6h486c-6.6-73.6-56.7-136.5-128-169.7M409.5 244.1a26.9 26.9 0 1 1 26.9-26.9a26.97 26.97 0 0 1-26.9 26.9m208.4 0a26.9 26.9 0 1 1 26.9-26.9a26.97 26.97 0 0 1-26.9 26.9m223.4 100.7c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4c30.2 0 54.6-24.8 54.6-55.4V400.1c.1-30.6-24.3-55.3-54.6-55.3m-658.6 0c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4c30.2 0 54.6-24.8 54.6-55.4V400.1c0-30.6-24.5-55.3-54.6-55.3"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignAndroidFilled(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="M270.1 741.7c0 23.4 19.1 42.5 42.6 42.5h48.7v120.4c0 30.5 24.5 55.4 54.6 55.4c30.2 0 54.6-24.8 54.6-55.4V784.1h85v120.4c0 30.5 24.5 55.4 54.6 55.4c30.2 0 54.6-24.8 54.6-55.4V784.1h48.7c23.5 0 42.6-19.1 42.6-42.5V346.4h-486zm357.1-600.1l44.9-65c2.6-3.8 2-8.9-1.5-11.4c-3.5-2.4-8.5-1.2-11.1 2.6l-46.6 67.6c-30.7-12.1-64.9-18.8-100.8-18.8s-70.1 6.7-100.8 18.8l-46.6-67.5c-2.6-3.8-7.6-5.1-11.1-2.6c-3.5 2.4-4.1 7.4-1.5 11.4l44.9 65c-71.4 33.2-121.4 96.1-127.8 169.6h486c-6.6-73.6-56.7-136.5-128-169.7M409.5 244.1a26.9 26.9 0 1 1 26.9-26.9a26.97 26.97 0 0 1-26.9 26.9m208.4 0a26.9 26.9 0 1 1 26.9-26.9a26.97 26.97 0 0 1-26.9 26.9m223.4 100.7c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4c30.2 0 54.6-24.8 54.6-55.4V400.1c.1-30.6-24.3-55.3-54.6-55.3m-658.6 0c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4c30.2 0 54.6-24.8 54.6-55.4V400.1c0-30.6-24.5-55.3-54.6-55.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M270.1 741.7c0 23.4 19.1 42.5 42.6 42.5h48.7v120.4c0 30.5 24.5 55.4 54.6 55.4c30.2 0 54.6-24.8 54.6-55.4V784.1h85v120.4c0 30.5 24.5 55.4 54.6 55.4c30.2 0 54.6-24.8 54.6-55.4V784.1h48.7c23.5 0 42.6-19.1 42.6-42.5V346.4h-486zm357.1-600.1l44.9-65c2.6-3.8 2-8.9-1.5-11.4c-3.5-2.4-8.5-1.2-11.1 2.6l-46.6 67.6c-30.7-12.1-64.9-18.8-100.8-18.8s-70.1 6.7-100.8 18.8l-46.6-67.5c-2.6-3.8-7.6-5.1-11.1-2.6c-3.5 2.4-4.1 7.4-1.5 11.4l44.9 65c-71.4 33.2-121.4 96.1-127.8 169.6h486c-6.6-73.6-56.7-136.5-128-169.7M409.5 244.1a26.9 26.9 0 1 1 26.9-26.9a26.97 26.97 0 0 1-26.9 26.9m208.4 0a26.9 26.9 0 1 1 26.9-26.9a26.97 26.97 0 0 1-26.9 26.9m223.4 100.7c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4c30.2 0 54.6-24.8 54.6-55.4V400.1c.1-30.6-24.3-55.3-54.6-55.3m-658.6 0c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4c30.2 0 54.6-24.8 54.6-55.4V400.1c0-30.6-24.5-55.3-54.6-55.3"/></svg>
</template>

CSS

.icon-android-filled {
  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%22M270.1%20741.7c0%2023.4%2019.1%2042.5%2042.6%2042.5h48.7v120.4c0%2030.5%2024.5%2055.4%2054.6%2055.4c30.2%200%2054.6-24.8%2054.6-55.4V784.1h85v120.4c0%2030.5%2024.5%2055.4%2054.6%2055.4c30.2%200%2054.6-24.8%2054.6-55.4V784.1h48.7c23.5%200%2042.6-19.1%2042.6-42.5V346.4h-486zm357.1-600.1l44.9-65c2.6-3.8%202-8.9-1.5-11.4c-3.5-2.4-8.5-1.2-11.1%202.6l-46.6%2067.6c-30.7-12.1-64.9-18.8-100.8-18.8s-70.1%206.7-100.8%2018.8l-46.6-67.5c-2.6-3.8-7.6-5.1-11.1-2.6c-3.5%202.4-4.1%207.4-1.5%2011.4l44.9%2065c-71.4%2033.2-121.4%2096.1-127.8%20169.6h486c-6.6-73.6-56.7-136.5-128-169.7M409.5%20244.1a26.9%2026.9%200%201%201%2026.9-26.9a26.97%2026.97%200%200%201-26.9%2026.9m208.4%200a26.9%2026.9%200%201%201%2026.9-26.9a26.97%2026.97%200%200%201-26.9%2026.9m223.4%20100.7c-30.2%200-54.6%2024.8-54.6%2055.4v216.4c0%2030.5%2024.5%2055.4%2054.6%2055.4c30.2%200%2054.6-24.8%2054.6-55.4V400.1c.1-30.6-24.3-55.3-54.6-55.3m-658.6%200c-30.2%200-54.6%2024.8-54.6%2055.4v216.4c0%2030.5%2024.5%2055.4%2054.6%2055.4c30.2%200%2054.6-24.8%2054.6-55.4V400.1c0-30.6-24.5-55.3-54.6-55.3%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%22M270.1%20741.7c0%2023.4%2019.1%2042.5%2042.6%2042.5h48.7v120.4c0%2030.5%2024.5%2055.4%2054.6%2055.4c30.2%200%2054.6-24.8%2054.6-55.4V784.1h85v120.4c0%2030.5%2024.5%2055.4%2054.6%2055.4c30.2%200%2054.6-24.8%2054.6-55.4V784.1h48.7c23.5%200%2042.6-19.1%2042.6-42.5V346.4h-486zm357.1-600.1l44.9-65c2.6-3.8%202-8.9-1.5-11.4c-3.5-2.4-8.5-1.2-11.1%202.6l-46.6%2067.6c-30.7-12.1-64.9-18.8-100.8-18.8s-70.1%206.7-100.8%2018.8l-46.6-67.5c-2.6-3.8-7.6-5.1-11.1-2.6c-3.5%202.4-4.1%207.4-1.5%2011.4l44.9%2065c-71.4%2033.2-121.4%2096.1-127.8%20169.6h486c-6.6-73.6-56.7-136.5-128-169.7M409.5%20244.1a26.9%2026.9%200%201%201%2026.9-26.9a26.97%2026.97%200%200%201-26.9%2026.9m208.4%200a26.9%2026.9%200%201%201%2026.9-26.9a26.97%2026.97%200%200%201-26.9%2026.9m223.4%20100.7c-30.2%200-54.6%2024.8-54.6%2055.4v216.4c0%2030.5%2024.5%2055.4%2054.6%2055.4c30.2%200%2054.6-24.8%2054.6-55.4V400.1c.1-30.6-24.3-55.3-54.6-55.3m-658.6%200c-30.2%200-54.6%2024.8-54.6%2055.4v216.4c0%2030.5%2024.5%2055.4%2054.6%2055.4c30.2%200%2054.6-24.8%2054.6-55.4V400.1c0-30.6-24.5-55.3-54.6-55.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/android-filled.svg?color=%231a73e8&size=48