appstore-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
appstore-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
appstore, appstore-outline

2 other variants in Ant Design Icons

The same icon in other sets

Related icons in Ant Design Icons

Use the appstore icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16m-52 268H212V212h200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16m-52 268H612V212h200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16m-52 268H212V612h200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16m-52 268H612V612h200z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignAppstoreOutlined(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="M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16m-52 268H212V212h200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16m-52 268H612V212h200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16m-52 268H212V612h200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16m-52 268H612V612h200z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16m-52 268H212V212h200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16m-52 268H612V212h200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16m-52 268H212V612h200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16m-52 268H612V612h200z"/></svg>
</template>

CSS

.icon-appstore-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%22M464%20144H160c-8.8%200-16%207.2-16%2016v304c0%208.8%207.2%2016%2016%2016h304c8.8%200%2016-7.2%2016-16V160c0-8.8-7.2-16-16-16m-52%20268H212V212h200zm452-268H560c-8.8%200-16%207.2-16%2016v304c0%208.8%207.2%2016%2016%2016h304c8.8%200%2016-7.2%2016-16V160c0-8.8-7.2-16-16-16m-52%20268H612V212h200zM464%20544H160c-8.8%200-16%207.2-16%2016v304c0%208.8%207.2%2016%2016%2016h304c8.8%200%2016-7.2%2016-16V560c0-8.8-7.2-16-16-16m-52%20268H212V612h200zm452-268H560c-8.8%200-16%207.2-16%2016v304c0%208.8%207.2%2016%2016%2016h304c8.8%200%2016-7.2%2016-16V560c0-8.8-7.2-16-16-16m-52%20268H612V612h200z%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%22M464%20144H160c-8.8%200-16%207.2-16%2016v304c0%208.8%207.2%2016%2016%2016h304c8.8%200%2016-7.2%2016-16V160c0-8.8-7.2-16-16-16m-52%20268H212V212h200zm452-268H560c-8.8%200-16%207.2-16%2016v304c0%208.8%207.2%2016%2016%2016h304c8.8%200%2016-7.2%2016-16V160c0-8.8-7.2-16-16-16m-52%20268H612V212h200zM464%20544H160c-8.8%200-16%207.2-16%2016v304c0%208.8%207.2%2016%2016%2016h304c8.8%200%2016-7.2%2016-16V560c0-8.8-7.2-16-16-16m-52%20268H212V612h200zm452-268H560c-8.8%200-16%207.2-16%2016v304c0%208.8%207.2%2016%2016%2016h304c8.8%200%2016-7.2%2016-16V560c0-8.8-7.2-16-16-16m-52%20268H612V612h200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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