logo apple icon

logo-apple from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-apple
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
logo-apple-outline, social-apple

The same icon in other sets

Related icons in IonIcons

Use the logo apple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M349.13 136.86c-40.32 0-57.36 19.24-85.44 19.24c-28.79 0-50.75-19.1-85.69-19.1c-34.2 0-70.67 20.88-93.83 56.45c-32.52 50.16-27 144.63 25.67 225.11c18.84 28.81 44 61.12 77 61.47h.6c28.68 0 37.2-18.78 76.67-19h.6c38.88 0 46.68 18.89 75.24 18.89h.6c33-.35 59.51-36.15 78.35-64.85c13.56-20.64 18.6-31 29-54.35c-76.19-28.92-88.43-136.93-13.08-178.34c-23-28.8-55.32-45.48-85.79-45.48Z"/><path fill="currentColor" d="M340.25 32c-24 1.63-52 16.91-68.4 36.86c-14.88 18.08-27.12 44.9-22.32 70.91h1.92c25.56 0 51.72-15.39 67-35.11c14.72-18.77 25.88-45.37 21.8-72.66"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoApple(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="M349.13 136.86c-40.32 0-57.36 19.24-85.44 19.24c-28.79 0-50.75-19.1-85.69-19.1c-34.2 0-70.67 20.88-93.83 56.45c-32.52 50.16-27 144.63 25.67 225.11c18.84 28.81 44 61.12 77 61.47h.6c28.68 0 37.2-18.78 76.67-19h.6c38.88 0 46.68 18.89 75.24 18.89h.6c33-.35 59.51-36.15 78.35-64.85c13.56-20.64 18.6-31 29-54.35c-76.19-28.92-88.43-136.93-13.08-178.34c-23-28.8-55.32-45.48-85.79-45.48Z"/><path fill="currentColor" d="M340.25 32c-24 1.63-52 16.91-68.4 36.86c-14.88 18.08-27.12 44.9-22.32 70.91h1.92c25.56 0 51.72-15.39 67-35.11c14.72-18.77 25.88-45.37 21.8-72.66"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M349.13 136.86c-40.32 0-57.36 19.24-85.44 19.24c-28.79 0-50.75-19.1-85.69-19.1c-34.2 0-70.67 20.88-93.83 56.45c-32.52 50.16-27 144.63 25.67 225.11c18.84 28.81 44 61.12 77 61.47h.6c28.68 0 37.2-18.78 76.67-19h.6c38.88 0 46.68 18.89 75.24 18.89h.6c33-.35 59.51-36.15 78.35-64.85c13.56-20.64 18.6-31 29-54.35c-76.19-28.92-88.43-136.93-13.08-178.34c-23-28.8-55.32-45.48-85.79-45.48Z"/><path fill="currentColor" d="M340.25 32c-24 1.63-52 16.91-68.4 36.86c-14.88 18.08-27.12 44.9-22.32 70.91h1.92c25.56 0 51.72-15.39 67-35.11c14.72-18.77 25.88-45.37 21.8-72.66"/></svg>
</template>

CSS

.icon-logo-apple {
  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%22M349.13%20136.86c-40.32%200-57.36%2019.24-85.44%2019.24c-28.79%200-50.75-19.1-85.69-19.1c-34.2%200-70.67%2020.88-93.83%2056.45c-32.52%2050.16-27%20144.63%2025.67%20225.11c18.84%2028.81%2044%2061.12%2077%2061.47h.6c28.68%200%2037.2-18.78%2076.67-19h.6c38.88%200%2046.68%2018.89%2075.24%2018.89h.6c33-.35%2059.51-36.15%2078.35-64.85c13.56-20.64%2018.6-31%2029-54.35c-76.19-28.92-88.43-136.93-13.08-178.34c-23-28.8-55.32-45.48-85.79-45.48Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M340.25%2032c-24%201.63-52%2016.91-68.4%2036.86c-14.88%2018.08-27.12%2044.9-22.32%2070.91h1.92c25.56%200%2051.72-15.39%2067-35.11c14.72-18.77%2025.88-45.37%2021.8-72.66%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%22M349.13%20136.86c-40.32%200-57.36%2019.24-85.44%2019.24c-28.79%200-50.75-19.1-85.69-19.1c-34.2%200-70.67%2020.88-93.83%2056.45c-32.52%2050.16-27%20144.63%2025.67%20225.11c18.84%2028.81%2044%2061.12%2077%2061.47h.6c28.68%200%2037.2-18.78%2076.67-19h.6c38.88%200%2046.68%2018.89%2075.24%2018.89h.6c33-.35%2059.51-36.15%2078.35-64.85c13.56-20.64%2018.6-31%2029-54.35c-76.19-28.92-88.43-136.93-13.08-178.34c-23-28.8-55.32-45.48-85.79-45.48Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M340.25%2032c-24%201.63-52%2016.91-68.4%2036.86c-14.88%2018.08-27.12%2044.9-22.32%2070.91h1.92c25.56%200%2051.72-15.39%2067-35.11c14.72-18.77%2025.88-45.37%2021.8-72.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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