app store logo icon
app-store-logo-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- app-store-logo-bold
- Set
- Phosphor
- Style
- Bold
- 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="M244 160a12 12 0 0 1-12 12h-31.33l17.66 29.89a12 12 0 1 1-20.66 12.21L140.9 118a12 12 0 0 1 20.66-12.2l24.92 42.2H232a12 12 0 0 1 12 12m-110.85-12H97.39l64.94-109.89a12 12 0 1 0-20.66-12.21L128 49l-13.67-23.1a12 12 0 1 0-20.66 12.21l20.39 34.51L69.52 148H24a12 12 0 0 0 0 24h109.15a12 12 0 0 0 0-24m-74.32 41.67a12 12 0 0 0-16.43 4.22l-4.73 8a12 12 0 1 0 20.66 12.21l4.73-8a12 12 0 0 0-4.23-16.43"/></svg>
React
import type { SVGProps } from "react";
export function PhAppStoreLogoBold(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="M244 160a12 12 0 0 1-12 12h-31.33l17.66 29.89a12 12 0 1 1-20.66 12.21L140.9 118a12 12 0 0 1 20.66-12.2l24.92 42.2H232a12 12 0 0 1 12 12m-110.85-12H97.39l64.94-109.89a12 12 0 1 0-20.66-12.21L128 49l-13.67-23.1a12 12 0 1 0-20.66 12.21l20.39 34.51L69.52 148H24a12 12 0 0 0 0 24h109.15a12 12 0 0 0 0-24m-74.32 41.67a12 12 0 0 0-16.43 4.22l-4.73 8a12 12 0 1 0 20.66 12.21l4.73-8a12 12 0 0 0-4.23-16.43"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244 160a12 12 0 0 1-12 12h-31.33l17.66 29.89a12 12 0 1 1-20.66 12.21L140.9 118a12 12 0 0 1 20.66-12.2l24.92 42.2H232a12 12 0 0 1 12 12m-110.85-12H97.39l64.94-109.89a12 12 0 1 0-20.66-12.21L128 49l-13.67-23.1a12 12 0 1 0-20.66 12.21l20.39 34.51L69.52 148H24a12 12 0 0 0 0 24h109.15a12 12 0 0 0 0-24m-74.32 41.67a12 12 0 0 0-16.43 4.22l-4.73 8a12 12 0 1 0 20.66 12.21l4.73-8a12 12 0 0 0-4.23-16.43"/></svg> </template>
CSS
.icon-app-store-logo-bold {
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%22M244%20160a12%2012%200%200%201-12%2012h-31.33l17.66%2029.89a12%2012%200%201%201-20.66%2012.21L140.9%20118a12%2012%200%200%201%2020.66-12.2l24.92%2042.2H232a12%2012%200%200%201%2012%2012m-110.85-12H97.39l64.94-109.89a12%2012%200%201%200-20.66-12.21L128%2049l-13.67-23.1a12%2012%200%201%200-20.66%2012.21l20.39%2034.51L69.52%20148H24a12%2012%200%200%200%200%2024h109.15a12%2012%200%200%200%200-24m-74.32%2041.67a12%2012%200%200%200-16.43%204.22l-4.73%208a12%2012%200%201%200%2020.66%2012.21l4.73-8a12%2012%200%200%200-4.23-16.43%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%22M244%20160a12%2012%200%200%201-12%2012h-31.33l17.66%2029.89a12%2012%200%201%201-20.66%2012.21L140.9%20118a12%2012%200%200%201%2020.66-12.2l24.92%2042.2H232a12%2012%200%200%201%2012%2012m-110.85-12H97.39l64.94-109.89a12%2012%200%201%200-20.66-12.21L128%2049l-13.67-23.1a12%2012%200%201%200-20.66%2012.21l20.39%2034.51L69.52%20148H24a12%2012%200%200%200%200%2024h109.15a12%2012%200%200%200%200-24m-74.32%2041.67a12%2012%200%200%200-16.43%204.22l-4.73%208a12%2012%200%201%200%2020.66%2012.21l4.73-8a12%2012%200%200%200-4.23-16.43%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-bold.svg?color=%231a73e8&size=48