md appstore icon

md-appstore from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-appstore
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-playstore

Related icons in IonIcons

Use the md appstore icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 152H360c0-57-46.562-103.859-104-103.859S152 95 152 152H48c18.688 216 13 312 13 312h389.999c-.001 0-5.688-98 13.001-312zM256 74.105c43.008 0 77.999 34.895 77.999 77.895H178c0-43 34.991-77.895 78-77.895zM204 397.64V228.867l142.999 84.387L204 397.64z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdAppstore(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 152H360c0-57-46.562-103.859-104-103.859S152 95 152 152H48c18.688 216 13 312 13 312h389.999c-.001 0-5.688-98 13.001-312zM256 74.105c43.008 0 77.999 34.895 77.999 77.895H178c0-43 34.991-77.895 78-77.895zM204 397.64V228.867l142.999 84.387L204 397.64z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 152H360c0-57-46.562-103.859-104-103.859S152 95 152 152H48c18.688 216 13 312 13 312h389.999c-.001 0-5.688-98 13.001-312zM256 74.105c43.008 0 77.999 34.895 77.999 77.895H178c0-43 34.991-77.895 78-77.895zM204 397.64V228.867l142.999 84.387L204 397.64z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-appstore {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M464%20152H360c0-57-46.562-103.859-104-103.859S152%2095%20152%20152H48c18.688%20216%2013%20312%2013%20312h389.999c-.001%200-5.688-98%2013.001-312zM256%2074.105c43.008%200%2077.999%2034.895%2077.999%2077.895H178c0-43%2034.991-77.895%2078-77.895zM204%20397.64V228.867l142.999%2084.387L204%20397.64z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M464%20152H360c0-57-46.562-103.859-104-103.859S152%2095%20152%20152H48c18.688%20216%2013%20312%2013%20312h389.999c-.001%200-5.688-98%2013.001-312zM256%2074.105c43.008%200%2077.999%2034.895%2077.999%2077.895H178c0-43%2034.991-77.895%2078-77.895zM204%20397.64V228.867l142.999%2084.387L204%20397.64z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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