apple logo icon

apple-logo-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
apple-logo-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the apple logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227 168a12 12 0 0 0-4.21-5.09C207.25 152.22 204 133.68 204 120c0-16.17 12.68-30.6 20.25-37.76a12 12 0 0 0 0-17.43C210.89 52.17 188.81 44 168 44a76.3 76.3 0 0 0-40 11.37a75.59 75.59 0 0 0-93.58 11A78.64 78.64 0 0 0 12 123.51A131 131 0 0 0 53.43 216a43.8 43.8 0 0 0 30.17 12h87.69a43.87 43.87 0 0 0 32.05-13.85a127.6 127.6 0 0 0 18.4-25.39c1.57-2.88 3-5.71 4.14-8.41c1.59-3.68 3.24-7.48 1.12-12.35m-41.23 29.82a19.78 19.78 0 0 1-14.48 6.18H83.6a19.85 19.85 0 0 1-13.7-5.42a107.18 107.18 0 0 1-33.9-75.7a54.5 54.5 0 0 1 15.5-39.6A50.86 50.86 0 0 1 88 68h.72a51.5 51.5 0 0 1 31.76 11.4a12 12 0 0 0 15 0A51.4 51.4 0 0 1 168 68a67.24 67.24 0 0 1 29.88 7.4C186.26 89.66 180 105.13 180 120c0 23.33 7.47 42.89 21.25 56.19a103.3 103.3 0 0 1-15.49 21.62ZM128.75 13a43.8 43.8 0 0 1 13.42-11.49a12 12 0 0 1 11.64 21a19.8 19.8 0 0 0-6.11 5.24A12 12 0 0 1 128.75 13"/></svg>

React

import type { SVGProps } from "react";

export function PhAppleLogoBold(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="M227 168a12 12 0 0 0-4.21-5.09C207.25 152.22 204 133.68 204 120c0-16.17 12.68-30.6 20.25-37.76a12 12 0 0 0 0-17.43C210.89 52.17 188.81 44 168 44a76.3 76.3 0 0 0-40 11.37a75.59 75.59 0 0 0-93.58 11A78.64 78.64 0 0 0 12 123.51A131 131 0 0 0 53.43 216a43.8 43.8 0 0 0 30.17 12h87.69a43.87 43.87 0 0 0 32.05-13.85a127.6 127.6 0 0 0 18.4-25.39c1.57-2.88 3-5.71 4.14-8.41c1.59-3.68 3.24-7.48 1.12-12.35m-41.23 29.82a19.78 19.78 0 0 1-14.48 6.18H83.6a19.85 19.85 0 0 1-13.7-5.42a107.18 107.18 0 0 1-33.9-75.7a54.5 54.5 0 0 1 15.5-39.6A50.86 50.86 0 0 1 88 68h.72a51.5 51.5 0 0 1 31.76 11.4a12 12 0 0 0 15 0A51.4 51.4 0 0 1 168 68a67.24 67.24 0 0 1 29.88 7.4C186.26 89.66 180 105.13 180 120c0 23.33 7.47 42.89 21.25 56.19a103.3 103.3 0 0 1-15.49 21.62ZM128.75 13a43.8 43.8 0 0 1 13.42-11.49a12 12 0 0 1 11.64 21a19.8 19.8 0 0 0-6.11 5.24A12 12 0 0 1 128.75 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227 168a12 12 0 0 0-4.21-5.09C207.25 152.22 204 133.68 204 120c0-16.17 12.68-30.6 20.25-37.76a12 12 0 0 0 0-17.43C210.89 52.17 188.81 44 168 44a76.3 76.3 0 0 0-40 11.37a75.59 75.59 0 0 0-93.58 11A78.64 78.64 0 0 0 12 123.51A131 131 0 0 0 53.43 216a43.8 43.8 0 0 0 30.17 12h87.69a43.87 43.87 0 0 0 32.05-13.85a127.6 127.6 0 0 0 18.4-25.39c1.57-2.88 3-5.71 4.14-8.41c1.59-3.68 3.24-7.48 1.12-12.35m-41.23 29.82a19.78 19.78 0 0 1-14.48 6.18H83.6a19.85 19.85 0 0 1-13.7-5.42a107.18 107.18 0 0 1-33.9-75.7a54.5 54.5 0 0 1 15.5-39.6A50.86 50.86 0 0 1 88 68h.72a51.5 51.5 0 0 1 31.76 11.4a12 12 0 0 0 15 0A51.4 51.4 0 0 1 168 68a67.24 67.24 0 0 1 29.88 7.4C186.26 89.66 180 105.13 180 120c0 23.33 7.47 42.89 21.25 56.19a103.3 103.3 0 0 1-15.49 21.62ZM128.75 13a43.8 43.8 0 0 1 13.42-11.49a12 12 0 0 1 11.64 21a19.8 19.8 0 0 0-6.11 5.24A12 12 0 0 1 128.75 13"/></svg>
</template>

CSS

.icon-apple-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%22M227%20168a12%2012%200%200%200-4.21-5.09C207.25%20152.22%20204%20133.68%20204%20120c0-16.17%2012.68-30.6%2020.25-37.76a12%2012%200%200%200%200-17.43C210.89%2052.17%20188.81%2044%20168%2044a76.3%2076.3%200%200%200-40%2011.37a75.59%2075.59%200%200%200-93.58%2011A78.64%2078.64%200%200%200%2012%20123.51A131%20131%200%200%200%2053.43%20216a43.8%2043.8%200%200%200%2030.17%2012h87.69a43.87%2043.87%200%200%200%2032.05-13.85a127.6%20127.6%200%200%200%2018.4-25.39c1.57-2.88%203-5.71%204.14-8.41c1.59-3.68%203.24-7.48%201.12-12.35m-41.23%2029.82a19.78%2019.78%200%200%201-14.48%206.18H83.6a19.85%2019.85%200%200%201-13.7-5.42a107.18%20107.18%200%200%201-33.9-75.7a54.5%2054.5%200%200%201%2015.5-39.6A50.86%2050.86%200%200%201%2088%2068h.72a51.5%2051.5%200%200%201%2031.76%2011.4a12%2012%200%200%200%2015%200A51.4%2051.4%200%200%201%20168%2068a67.24%2067.24%200%200%201%2029.88%207.4C186.26%2089.66%20180%20105.13%20180%20120c0%2023.33%207.47%2042.89%2021.25%2056.19a103.3%20103.3%200%200%201-15.49%2021.62ZM128.75%2013a43.8%2043.8%200%200%201%2013.42-11.49a12%2012%200%200%201%2011.64%2021a19.8%2019.8%200%200%200-6.11%205.24A12%2012%200%200%201%20128.75%2013%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%22M227%20168a12%2012%200%200%200-4.21-5.09C207.25%20152.22%20204%20133.68%20204%20120c0-16.17%2012.68-30.6%2020.25-37.76a12%2012%200%200%200%200-17.43C210.89%2052.17%20188.81%2044%20168%2044a76.3%2076.3%200%200%200-40%2011.37a75.59%2075.59%200%200%200-93.58%2011A78.64%2078.64%200%200%200%2012%20123.51A131%20131%200%200%200%2053.43%20216a43.8%2043.8%200%200%200%2030.17%2012h87.69a43.87%2043.87%200%200%200%2032.05-13.85a127.6%20127.6%200%200%200%2018.4-25.39c1.57-2.88%203-5.71%204.14-8.41c1.59-3.68%203.24-7.48%201.12-12.35m-41.23%2029.82a19.78%2019.78%200%200%201-14.48%206.18H83.6a19.85%2019.85%200%200%201-13.7-5.42a107.18%20107.18%200%200%201-33.9-75.7a54.5%2054.5%200%200%201%2015.5-39.6A50.86%2050.86%200%200%201%2088%2068h.72a51.5%2051.5%200%200%201%2031.76%2011.4a12%2012%200%200%200%2015%200A51.4%2051.4%200%200%201%20168%2068a67.24%2067.24%200%200%201%2029.88%207.4C186.26%2089.66%20180%20105.13%20180%20120c0%2023.33%207.47%2042.89%2021.25%2056.19a103.3%20103.3%200%200%201-15.49%2021.62ZM128.75%2013a43.8%2043.8%200%200%201%2013.42-11.49a12%2012%200%200%201%2011.64%2021a19.8%2019.8%200%200%200-6.11%205.24A12%2012%200%200%201%20128.75%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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