logo apple appstore icon
logo-apple-appstore from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- logo-apple-appstore
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
- Aliases
- logo-apple-appstore-outline
Related icons in IonIcons
Use the logo apple appstore icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 32C132.26 32 32 132.26 32 256s100.26 224 224 224s224-100.26 224-224S379.74 32 256 32m-85 321.89a15.48 15.48 0 0 1-13.46 7.65a14.9 14.9 0 0 1-7.86-2.16a15.48 15.48 0 0 1-5.6-21.21l15.29-25.42a8.73 8.73 0 0 1 7.54-4.3h2.26c11.09 0 18.85 6.67 21.11 13.13Zm129.45-50l-100.13.11h-66.55a15.46 15.46 0 0 1-15.51-16.15c.32-8.4 7.65-14.76 16-14.76h48.24l57.19-97.35l-18.52-31.55C217 137 218.85 127.52 226 123a15.57 15.57 0 0 1 21.87 5.17l9.9 16.91h.11l9.91-16.91A15.58 15.58 0 0 1 289.6 123c7.11 4.52 8.94 14 4.74 21.22l-18.52 31.55l-18 30.69l-39.09 66.66v.11h57.61c7.22 0 16.27 3.88 19.93 10.12l.32.65c3.23 5.49 5.06 9.26 5.06 14.75a13.8 13.8 0 0 1-1.17 5.17Zm77.75.11h-27.11v.11l19.82 33.71a15.8 15.8 0 0 1-5.17 21.53a15.53 15.53 0 0 1-8.08 2.27A15.71 15.71 0 0 1 344.2 354l-29.29-49.86l-18.2-31L273.23 233a38.35 38.35 0 0 1-.65-38c4.64-8.19 8.19-10.34 8.19-10.34L333 273h44.91c8.4 0 15.61 6.46 16 14.75A15.65 15.65 0 0 1 378.23 304Z"/></svg>
React
import type { SVGProps } from "react";
export function IonLogoAppleAppstore(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="M256 32C132.26 32 32 132.26 32 256s100.26 224 224 224s224-100.26 224-224S379.74 32 256 32m-85 321.89a15.48 15.48 0 0 1-13.46 7.65a14.9 14.9 0 0 1-7.86-2.16a15.48 15.48 0 0 1-5.6-21.21l15.29-25.42a8.73 8.73 0 0 1 7.54-4.3h2.26c11.09 0 18.85 6.67 21.11 13.13Zm129.45-50l-100.13.11h-66.55a15.46 15.46 0 0 1-15.51-16.15c.32-8.4 7.65-14.76 16-14.76h48.24l57.19-97.35l-18.52-31.55C217 137 218.85 127.52 226 123a15.57 15.57 0 0 1 21.87 5.17l9.9 16.91h.11l9.91-16.91A15.58 15.58 0 0 1 289.6 123c7.11 4.52 8.94 14 4.74 21.22l-18.52 31.55l-18 30.69l-39.09 66.66v.11h57.61c7.22 0 16.27 3.88 19.93 10.12l.32.65c3.23 5.49 5.06 9.26 5.06 14.75a13.8 13.8 0 0 1-1.17 5.17Zm77.75.11h-27.11v.11l19.82 33.71a15.8 15.8 0 0 1-5.17 21.53a15.53 15.53 0 0 1-8.08 2.27A15.71 15.71 0 0 1 344.2 354l-29.29-49.86l-18.2-31L273.23 233a38.35 38.35 0 0 1-.65-38c4.64-8.19 8.19-10.34 8.19-10.34L333 273h44.91c8.4 0 15.61 6.46 16 14.75A15.65 15.65 0 0 1 378.23 304Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 32C132.26 32 32 132.26 32 256s100.26 224 224 224s224-100.26 224-224S379.74 32 256 32m-85 321.89a15.48 15.48 0 0 1-13.46 7.65a14.9 14.9 0 0 1-7.86-2.16a15.48 15.48 0 0 1-5.6-21.21l15.29-25.42a8.73 8.73 0 0 1 7.54-4.3h2.26c11.09 0 18.85 6.67 21.11 13.13Zm129.45-50l-100.13.11h-66.55a15.46 15.46 0 0 1-15.51-16.15c.32-8.4 7.65-14.76 16-14.76h48.24l57.19-97.35l-18.52-31.55C217 137 218.85 127.52 226 123a15.57 15.57 0 0 1 21.87 5.17l9.9 16.91h.11l9.91-16.91A15.58 15.58 0 0 1 289.6 123c7.11 4.52 8.94 14 4.74 21.22l-18.52 31.55l-18 30.69l-39.09 66.66v.11h57.61c7.22 0 16.27 3.88 19.93 10.12l.32.65c3.23 5.49 5.06 9.26 5.06 14.75a13.8 13.8 0 0 1-1.17 5.17Zm77.75.11h-27.11v.11l19.82 33.71a15.8 15.8 0 0 1-5.17 21.53a15.53 15.53 0 0 1-8.08 2.27A15.71 15.71 0 0 1 344.2 354l-29.29-49.86l-18.2-31L273.23 233a38.35 38.35 0 0 1-.65-38c4.64-8.19 8.19-10.34 8.19-10.34L333 273h44.91c8.4 0 15.61 6.46 16 14.75A15.65 15.65 0 0 1 378.23 304Z"/></svg> </template>
CSS
.icon-logo-apple-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%20fill%3D%22currentColor%22%20d%3D%22M256%2032C132.26%2032%2032%20132.26%2032%20256s100.26%20224%20224%20224s224-100.26%20224-224S379.74%2032%20256%2032m-85%20321.89a15.48%2015.48%200%200%201-13.46%207.65a14.9%2014.9%200%200%201-7.86-2.16a15.48%2015.48%200%200%201-5.6-21.21l15.29-25.42a8.73%208.73%200%200%201%207.54-4.3h2.26c11.09%200%2018.85%206.67%2021.11%2013.13Zm129.45-50l-100.13.11h-66.55a15.46%2015.46%200%200%201-15.51-16.15c.32-8.4%207.65-14.76%2016-14.76h48.24l57.19-97.35l-18.52-31.55C217%20137%20218.85%20127.52%20226%20123a15.57%2015.57%200%200%201%2021.87%205.17l9.9%2016.91h.11l9.91-16.91A15.58%2015.58%200%200%201%20289.6%20123c7.11%204.52%208.94%2014%204.74%2021.22l-18.52%2031.55l-18%2030.69l-39.09%2066.66v.11h57.61c7.22%200%2016.27%203.88%2019.93%2010.12l.32.65c3.23%205.49%205.06%209.26%205.06%2014.75a13.8%2013.8%200%200%201-1.17%205.17Zm77.75.11h-27.11v.11l19.82%2033.71a15.8%2015.8%200%200%201-5.17%2021.53a15.53%2015.53%200%200%201-8.08%202.27A15.71%2015.71%200%200%201%20344.2%20354l-29.29-49.86l-18.2-31L273.23%20233a38.35%2038.35%200%200%201-.65-38c4.64-8.19%208.19-10.34%208.19-10.34L333%20273h44.91c8.4%200%2015.61%206.46%2016%2014.75A15.65%2015.65%200%200%201%20378.23%20304Z%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%22M256%2032C132.26%2032%2032%20132.26%2032%20256s100.26%20224%20224%20224s224-100.26%20224-224S379.74%2032%20256%2032m-85%20321.89a15.48%2015.48%200%200%201-13.46%207.65a14.9%2014.9%200%200%201-7.86-2.16a15.48%2015.48%200%200%201-5.6-21.21l15.29-25.42a8.73%208.73%200%200%201%207.54-4.3h2.26c11.09%200%2018.85%206.67%2021.11%2013.13Zm129.45-50l-100.13.11h-66.55a15.46%2015.46%200%200%201-15.51-16.15c.32-8.4%207.65-14.76%2016-14.76h48.24l57.19-97.35l-18.52-31.55C217%20137%20218.85%20127.52%20226%20123a15.57%2015.57%200%200%201%2021.87%205.17l9.9%2016.91h.11l9.91-16.91A15.58%2015.58%200%200%201%20289.6%20123c7.11%204.52%208.94%2014%204.74%2021.22l-18.52%2031.55l-18%2030.69l-39.09%2066.66v.11h57.61c7.22%200%2016.27%203.88%2019.93%2010.12l.32.65c3.23%205.49%205.06%209.26%205.06%2014.75a13.8%2013.8%200%200%201-1.17%205.17Zm77.75.11h-27.11v.11l19.82%2033.71a15.8%2015.8%200%200%201-5.17%2021.53a15.53%2015.53%200%200%201-8.08%202.27A15.71%2015.71%200%200%201%20344.2%20354l-29.29-49.86l-18.2-31L273.23%20233a38.35%2038.35%200%200%201-.65-38c4.64-8.19%208.19-10.34%208.19-10.34L333%20273h44.91c8.4%200%2015.61%206.46%2016%2014.75A15.65%2015.65%200%200%201%20378.23%20304Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/logo-apple-appstore.svg?color=%231a73e8&size=48