app store logo icon

app-store-logo-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
app-store-logo-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the app store logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m62.62 195.05l-9.45 16A6 6 0 0 1 42.83 205l9.46-16a6 6 0 1 1 10.33 6.1ZM232 154h-48.94l-31.31-53a6 6 0 1 0-10.33 6.11l61.41 103.93a6 6 0 0 0 10.34-6.1l-23-38.95H232a6 6 0 0 0 0-12Zm-89.53 0H86.88l70.29-118.95A6 6 0 0 0 146.83 29L128 60.82L109.17 29a6 6 0 0 0-10.34 6.1L121 72.62L72.94 154H24a6 6 0 0 0 0 12h118.47a6 6 0 1 0 0-12"/></svg>

React

import type { SVGProps } from "react";

export function PhAppStoreLogoLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m62.62 195.05l-9.45 16A6 6 0 0 1 42.83 205l9.46-16a6 6 0 1 1 10.33 6.1ZM232 154h-48.94l-31.31-53a6 6 0 1 0-10.33 6.11l61.41 103.93a6 6 0 0 0 10.34-6.1l-23-38.95H232a6 6 0 0 0 0-12Zm-89.53 0H86.88l70.29-118.95A6 6 0 0 0 146.83 29L128 60.82L109.17 29a6 6 0 0 0-10.34 6.1L121 72.62L72.94 154H24a6 6 0 0 0 0 12h118.47a6 6 0 1 0 0-12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m62.62 195.05l-9.45 16A6 6 0 0 1 42.83 205l9.46-16a6 6 0 1 1 10.33 6.1ZM232 154h-48.94l-31.31-53a6 6 0 1 0-10.33 6.11l61.41 103.93a6 6 0 0 0 10.34-6.1l-23-38.95H232a6 6 0 0 0 0-12Zm-89.53 0H86.88l70.29-118.95A6 6 0 0 0 146.83 29L128 60.82L109.17 29a6 6 0 0 0-10.34 6.1L121 72.62L72.94 154H24a6 6 0 0 0 0 12h118.47a6 6 0 1 0 0-12"/></svg>
</template>

CSS

.icon-app-store-logo-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m62.62%20195.05l-9.45%2016A6%206%200%200%201%2042.83%20205l9.46-16a6%206%200%201%201%2010.33%206.1ZM232%20154h-48.94l-31.31-53a6%206%200%201%200-10.33%206.11l61.41%20103.93a6%206%200%200%200%2010.34-6.1l-23-38.95H232a6%206%200%200%200%200-12Zm-89.53%200H86.88l70.29-118.95A6%206%200%200%200%20146.83%2029L128%2060.82L109.17%2029a6%206%200%200%200-10.34%206.1L121%2072.62L72.94%20154H24a6%206%200%200%200%200%2012h118.47a6%206%200%201%200%200-12%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m62.62%20195.05l-9.45%2016A6%206%200%200%201%2042.83%20205l9.46-16a6%206%200%201%201%2010.33%206.1ZM232%20154h-48.94l-31.31-53a6%206%200%201%200-10.33%206.11l61.41%20103.93a6%206%200%200%200%2010.34-6.1l-23-38.95H232a6%206%200%200%200%200-12Zm-89.53%200H86.88l70.29-118.95A6%206%200%200%200%20146.83%2029L128%2060.82L109.17%2029a6%206%200%200%200-10.34%206.1L121%2072.62L72.94%20154H24a6%206%200%200%200%200%2012h118.47a6%206%200%201%200%200-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/app-store-logo-light.svg?color=%231a73e8&size=48