app store logo icon

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

Name
app-store-logo-thin
Set
Phosphor
Style
Thin
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="m60.9 194l-9.46 16a4 4 0 1 1-6.88-4L54 190a4 4 0 0 1 6.9 4M232 156h-50.08L150 102a4 4 0 1 0-6.89 4.07L204.56 210a4 4 0 1 0 6.88-4.07l-24.79-42H232a4 4 0 0 0 0-8Zm-89.53 0h-59.1l72.07-122a4 4 0 1 0-6.88-4L128 64.75L107.44 30a4 4 0 1 0-6.88 4l22.79 38.58L74.08 156H24a4 4 0 0 0 0 8h118.47a4 4 0 1 0 0-8"/></svg>

React

import type { SVGProps } from "react";

export function PhAppStoreLogoThin(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="m60.9 194l-9.46 16a4 4 0 1 1-6.88-4L54 190a4 4 0 0 1 6.9 4M232 156h-50.08L150 102a4 4 0 1 0-6.89 4.07L204.56 210a4 4 0 1 0 6.88-4.07l-24.79-42H232a4 4 0 0 0 0-8Zm-89.53 0h-59.1l72.07-122a4 4 0 1 0-6.88-4L128 64.75L107.44 30a4 4 0 1 0-6.88 4l22.79 38.58L74.08 156H24a4 4 0 0 0 0 8h118.47a4 4 0 1 0 0-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m60.9 194l-9.46 16a4 4 0 1 1-6.88-4L54 190a4 4 0 0 1 6.9 4M232 156h-50.08L150 102a4 4 0 1 0-6.89 4.07L204.56 210a4 4 0 1 0 6.88-4.07l-24.79-42H232a4 4 0 0 0 0-8Zm-89.53 0h-59.1l72.07-122a4 4 0 1 0-6.88-4L128 64.75L107.44 30a4 4 0 1 0-6.88 4l22.79 38.58L74.08 156H24a4 4 0 0 0 0 8h118.47a4 4 0 1 0 0-8"/></svg>
</template>

CSS

.icon-app-store-logo-thin {
  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%22m60.9%20194l-9.46%2016a4%204%200%201%201-6.88-4L54%20190a4%204%200%200%201%206.9%204M232%20156h-50.08L150%20102a4%204%200%201%200-6.89%204.07L204.56%20210a4%204%200%201%200%206.88-4.07l-24.79-42H232a4%204%200%200%200%200-8Zm-89.53%200h-59.1l72.07-122a4%204%200%201%200-6.88-4L128%2064.75L107.44%2030a4%204%200%201%200-6.88%204l22.79%2038.58L74.08%20156H24a4%204%200%200%200%200%208h118.47a4%204%200%201%200%200-8%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%22m60.9%20194l-9.46%2016a4%204%200%201%201-6.88-4L54%20190a4%204%200%200%201%206.9%204M232%20156h-50.08L150%20102a4%204%200%201%200-6.89%204.07L204.56%20210a4%204%200%201%200%206.88-4.07l-24.79-42H232a4%204%200%200%200%200-8Zm-89.53%200h-59.1l72.07-122a4%204%200%201%200-6.88-4L128%2064.75L107.44%2030a4%204%200%201%200-6.88%204l22.79%2038.58L74.08%20156H24a4%204%200%200%200%200%208h118.47a4%204%200%201%200%200-8%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-thin.svg?color=%231a73e8&size=48