apple logo icon

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

Name
apple-logo-thin
Set
Phosphor
Style
Thin
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="M218.27 169.49C199.86 156.84 196 135.6 196 120c0-19.17 14.25-35.53 22.75-43.57a4 4 0 0 0 0-5.81C207 59.48 186.59 52 168 52a68.3 68.3 0 0 0-40 13a67.61 67.61 0 0 0-87.88 7A70.65 70.65 0 0 0 20 123.3a123.1 123.1 0 0 0 38.9 86.92A35.8 35.8 0 0 0 83.6 220h87.7a35.84 35.84 0 0 0 26.19-11.3a120 120 0 0 0 17.24-23.79c6.08-11.1 5.42-12.62 4.94-13.72a4 4 0 0 0-1.4-1.7m-26.64 33.77A27.83 27.83 0 0 1 171.3 212H83.6a27.84 27.84 0 0 1-19.19-7.6A115.15 115.15 0 0 1 28 123.09a62.55 62.55 0 0 1 17.81-45.43A58.78 58.78 0 0 1 88 60h.84a59.37 59.37 0 0 1 36.66 13.15a4 4 0 0 0 5 0A59.35 59.35 0 0 1 168 60c15.12 0 31.45 5.41 42.11 13.73C200.68 83.42 188 100.16 188 120c0 23.79 8 42.44 23.12 54.17a107.6 107.6 0 0 1-19.49 29.09M132.13 31A36 36 0 0 1 167 4h1a4 4 0 0 1 0 8h-1a28 28 0 0 0-27.12 21a4 4 0 0 1-3.88 3a4 4 0 0 1-1-.13a4 4 0 0 1-2.87-4.87"/></svg>

React

import type { SVGProps } from "react";

export function PhAppleLogoThin(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="M218.27 169.49C199.86 156.84 196 135.6 196 120c0-19.17 14.25-35.53 22.75-43.57a4 4 0 0 0 0-5.81C207 59.48 186.59 52 168 52a68.3 68.3 0 0 0-40 13a67.61 67.61 0 0 0-87.88 7A70.65 70.65 0 0 0 20 123.3a123.1 123.1 0 0 0 38.9 86.92A35.8 35.8 0 0 0 83.6 220h87.7a35.84 35.84 0 0 0 26.19-11.3a120 120 0 0 0 17.24-23.79c6.08-11.1 5.42-12.62 4.94-13.72a4 4 0 0 0-1.4-1.7m-26.64 33.77A27.83 27.83 0 0 1 171.3 212H83.6a27.84 27.84 0 0 1-19.19-7.6A115.15 115.15 0 0 1 28 123.09a62.55 62.55 0 0 1 17.81-45.43A58.78 58.78 0 0 1 88 60h.84a59.37 59.37 0 0 1 36.66 13.15a4 4 0 0 0 5 0A59.35 59.35 0 0 1 168 60c15.12 0 31.45 5.41 42.11 13.73C200.68 83.42 188 100.16 188 120c0 23.79 8 42.44 23.12 54.17a107.6 107.6 0 0 1-19.49 29.09M132.13 31A36 36 0 0 1 167 4h1a4 4 0 0 1 0 8h-1a28 28 0 0 0-27.12 21a4 4 0 0 1-3.88 3a4 4 0 0 1-1-.13a4 4 0 0 1-2.87-4.87"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M218.27 169.49C199.86 156.84 196 135.6 196 120c0-19.17 14.25-35.53 22.75-43.57a4 4 0 0 0 0-5.81C207 59.48 186.59 52 168 52a68.3 68.3 0 0 0-40 13a67.61 67.61 0 0 0-87.88 7A70.65 70.65 0 0 0 20 123.3a123.1 123.1 0 0 0 38.9 86.92A35.8 35.8 0 0 0 83.6 220h87.7a35.84 35.84 0 0 0 26.19-11.3a120 120 0 0 0 17.24-23.79c6.08-11.1 5.42-12.62 4.94-13.72a4 4 0 0 0-1.4-1.7m-26.64 33.77A27.83 27.83 0 0 1 171.3 212H83.6a27.84 27.84 0 0 1-19.19-7.6A115.15 115.15 0 0 1 28 123.09a62.55 62.55 0 0 1 17.81-45.43A58.78 58.78 0 0 1 88 60h.84a59.37 59.37 0 0 1 36.66 13.15a4 4 0 0 0 5 0A59.35 59.35 0 0 1 168 60c15.12 0 31.45 5.41 42.11 13.73C200.68 83.42 188 100.16 188 120c0 23.79 8 42.44 23.12 54.17a107.6 107.6 0 0 1-19.49 29.09M132.13 31A36 36 0 0 1 167 4h1a4 4 0 0 1 0 8h-1a28 28 0 0 0-27.12 21a4 4 0 0 1-3.88 3a4 4 0 0 1-1-.13a4 4 0 0 1-2.87-4.87"/></svg>
</template>

CSS

.icon-apple-logo-thin {
  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%22M218.27%20169.49C199.86%20156.84%20196%20135.6%20196%20120c0-19.17%2014.25-35.53%2022.75-43.57a4%204%200%200%200%200-5.81C207%2059.48%20186.59%2052%20168%2052a68.3%2068.3%200%200%200-40%2013a67.61%2067.61%200%200%200-87.88%207A70.65%2070.65%200%200%200%2020%20123.3a123.1%20123.1%200%200%200%2038.9%2086.92A35.8%2035.8%200%200%200%2083.6%20220h87.7a35.84%2035.84%200%200%200%2026.19-11.3a120%20120%200%200%200%2017.24-23.79c6.08-11.1%205.42-12.62%204.94-13.72a4%204%200%200%200-1.4-1.7m-26.64%2033.77A27.83%2027.83%200%200%201%20171.3%20212H83.6a27.84%2027.84%200%200%201-19.19-7.6A115.15%20115.15%200%200%201%2028%20123.09a62.55%2062.55%200%200%201%2017.81-45.43A58.78%2058.78%200%200%201%2088%2060h.84a59.37%2059.37%200%200%201%2036.66%2013.15a4%204%200%200%200%205%200A59.35%2059.35%200%200%201%20168%2060c15.12%200%2031.45%205.41%2042.11%2013.73C200.68%2083.42%20188%20100.16%20188%20120c0%2023.79%208%2042.44%2023.12%2054.17a107.6%20107.6%200%200%201-19.49%2029.09M132.13%2031A36%2036%200%200%201%20167%204h1a4%204%200%200%201%200%208h-1a28%2028%200%200%200-27.12%2021a4%204%200%200%201-3.88%203a4%204%200%200%201-1-.13a4%204%200%200%201-2.87-4.87%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%22M218.27%20169.49C199.86%20156.84%20196%20135.6%20196%20120c0-19.17%2014.25-35.53%2022.75-43.57a4%204%200%200%200%200-5.81C207%2059.48%20186.59%2052%20168%2052a68.3%2068.3%200%200%200-40%2013a67.61%2067.61%200%200%200-87.88%207A70.65%2070.65%200%200%200%2020%20123.3a123.1%20123.1%200%200%200%2038.9%2086.92A35.8%2035.8%200%200%200%2083.6%20220h87.7a35.84%2035.84%200%200%200%2026.19-11.3a120%20120%200%200%200%2017.24-23.79c6.08-11.1%205.42-12.62%204.94-13.72a4%204%200%200%200-1.4-1.7m-26.64%2033.77A27.83%2027.83%200%200%201%20171.3%20212H83.6a27.84%2027.84%200%200%201-19.19-7.6A115.15%20115.15%200%200%201%2028%20123.09a62.55%2062.55%200%200%201%2017.81-45.43A58.78%2058.78%200%200%201%2088%2060h.84a59.37%2059.37%200%200%201%2036.66%2013.15a4%204%200%200%200%205%200A59.35%2059.35%200%200%201%20168%2060c15.12%200%2031.45%205.41%2042.11%2013.73C200.68%2083.42%20188%20100.16%20188%20120c0%2023.79%208%2042.44%2023.12%2054.17a107.6%20107.6%200%200%201-19.49%2029.09M132.13%2031A36%2036%200%200%201%20167%204h1a4%204%200%200%201%200%208h-1a28%2028%200%200%200-27.12%2021a4%204%200%200%201-3.88%203a4%204%200%200%201-1-.13a4%204%200%200%201-2.87-4.87%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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