app-store from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
app-store
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome 6 Brands

Use the app store logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5s13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4s9.1-20.4 20.4-20.4h52l66.6-115.4l-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9c9.8-5.6 22.2-2.3 27.9 7.5zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5s-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6m168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4s-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9c-9.8 5.6-22.2 2.3-27.9-7.5c-33.5-58.1-58.7-101.6-75.4-130.6c-17.1-29.5-4.9-59.1 7.2-69.1c13.4 23 33.4 57.7 60.1 104M256 8C119 8 8 119 8 256s111 248 248 248s248-111 248-248S393 8 256 8m216 248c0 118.7-96.1 216-216 216c-118.7 0-216-96.1-216-216c0-118.7 96.1-216 216-216c118.7 0 216 96.1 216 216"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsAppStore(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5s13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4s9.1-20.4 20.4-20.4h52l66.6-115.4l-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9c9.8-5.6 22.2-2.3 27.9 7.5zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5s-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6m168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4s-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9c-9.8 5.6-22.2 2.3-27.9-7.5c-33.5-58.1-58.7-101.6-75.4-130.6c-17.1-29.5-4.9-59.1 7.2-69.1c13.4 23 33.4 57.7 60.1 104M256 8C119 8 8 119 8 256s111 248 248 248s248-111 248-248S393 8 256 8m216 248c0 118.7-96.1 216-216 216c-118.7 0-216-96.1-216-216c0-118.7 96.1-216 216-216c118.7 0 216 96.1 216 216"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5s13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4s9.1-20.4 20.4-20.4h52l66.6-115.4l-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9c9.8-5.6 22.2-2.3 27.9 7.5zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5s-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6m168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4s-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9c-9.8 5.6-22.2 2.3-27.9-7.5c-33.5-58.1-58.7-101.6-75.4-130.6c-17.1-29.5-4.9-59.1 7.2-69.1c13.4 23 33.4 57.7 60.1 104M256 8C119 8 8 119 8 256s111 248 248 248s248-111 248-248S393 8 256 8m216 248c0 118.7-96.1 216-216 216c-118.7 0-216-96.1-216-216c0-118.7 96.1-216 216-216c118.7 0 216 96.1 216 216"/></svg>
</template>

CSS

.icon-app-store {
  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%20fill%3D%22currentColor%22%20d%3D%22m255.9%20120.9l9.1-15.7c5.6-9.8%2018.1-13.1%2027.9-7.5s13.1%2018.1%207.5%2027.9l-87.5%20151.5h63.3c20.5%200%2032%2024.1%2023.1%2040.8H113.8c-11.3%200-20.4-9.1-20.4-20.4s9.1-20.4%2020.4-20.4h52l66.6-115.4l-20.8-36.1c-5.6-9.8-2.3-22.2%207.5-27.9c9.8-5.6%2022.2-2.3%2027.9%207.5zm-78.7%20218l-19.6%2034c-5.6%209.8-18.1%2013.1-27.9%207.5s-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1%2029.8-1.2%2040.4%2011.6m168.9-61.7h53.1c11.3%200%2020.4%209.1%2020.4%2020.4s-9.1%2020.4-20.4%2020.4h-29.5l19.9%2034.5c5.6%209.8%202.3%2022.2-7.5%2027.9c-9.8%205.6-22.2%202.3-27.9-7.5c-33.5-58.1-58.7-101.6-75.4-130.6c-17.1-29.5-4.9-59.1%207.2-69.1c13.4%2023%2033.4%2057.7%2060.1%20104M256%208C119%208%208%20119%208%20256s111%20248%20248%20248s248-111%20248-248S393%208%20256%208m216%20248c0%20118.7-96.1%20216-216%20216c-118.7%200-216-96.1-216-216c0-118.7%2096.1-216%20216-216c118.7%200%20216%2096.1%20216%20216%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%20fill%3D%22currentColor%22%20d%3D%22m255.9%20120.9l9.1-15.7c5.6-9.8%2018.1-13.1%2027.9-7.5s13.1%2018.1%207.5%2027.9l-87.5%20151.5h63.3c20.5%200%2032%2024.1%2023.1%2040.8H113.8c-11.3%200-20.4-9.1-20.4-20.4s9.1-20.4%2020.4-20.4h52l66.6-115.4l-20.8-36.1c-5.6-9.8-2.3-22.2%207.5-27.9c9.8-5.6%2022.2-2.3%2027.9%207.5zm-78.7%20218l-19.6%2034c-5.6%209.8-18.1%2013.1-27.9%207.5s-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1%2029.8-1.2%2040.4%2011.6m168.9-61.7h53.1c11.3%200%2020.4%209.1%2020.4%2020.4s-9.1%2020.4-20.4%2020.4h-29.5l19.9%2034.5c5.6%209.8%202.3%2022.2-7.5%2027.9c-9.8%205.6-22.2%202.3-27.9-7.5c-33.5-58.1-58.7-101.6-75.4-130.6c-17.1-29.5-4.9-59.1%207.2-69.1c13.4%2023%2033.4%2057.7%2060.1%20104M256%208C119%208%208%20119%208%20256s111%20248%20248%20248s248-111%20248-248S393%208%20256%208m216%20248c0%20118.7-96.1%20216-216%20216c-118.7%200-216-96.1-216-216c0-118.7%2096.1-216%20216-216c118.7%200%20216%2096.1%20216%20216%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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