apple logo icon

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

Name
apple-logo-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M216 172.78c-16.79-11.53-24-30.87-24-52.78c0-18.3 11.68-34.81 24-46.48C204.53 62.66 185 56 168 56a63.72 63.72 0 0 0-40 14a63.7 63.7 0 0 0-39.12-14C52 55.5 23.06 86.3 24 123.19a119.62 119.62 0 0 0 37.65 84.12A32 32 0 0 0 83.6 216h87.7a31.75 31.75 0 0 0 23.26-10c15.85-17 21.44-33.2 21.44-33.2Z" opacity=".2"/><path d="M223.3 169.59a8.07 8.07 0 0 0-2.8-3.4C203.53 154.53 200 134.64 200 120c0-17.67 13.47-33.06 21.5-40.67a8 8 0 0 0 0-11.62C208.82 55.74 187.82 48 168 48a72.23 72.23 0 0 0-40 12.13a71.56 71.56 0 0 0-90.71 9.09A74.63 74.63 0 0 0 16 123.4a127 127 0 0 0 40.14 89.73A39.8 39.8 0 0 0 83.59 224h87.68a39.84 39.84 0 0 0 29.12-12.57a125 125 0 0 0 17.82-24.6c7.02-12.83 6.12-14.83 5.09-17.24m-34.63 30.94a23.76 23.76 0 0 1-17.4 7.47H83.59a23.82 23.82 0 0 1-16.44-6.51A111.14 111.14 0 0 1 32 123a58.5 58.5 0 0 1 16.65-42.53A54.8 54.8 0 0 1 88 64h.78A55.45 55.45 0 0 1 123 76.28a8 8 0 0 0 10 0A55.4 55.4 0 0 1 168 64a70.64 70.64 0 0 1 36 10.35c-13 14.52-20 30.47-20 45.65c0 23.77 7.64 42.73 22.18 55.3a105.5 105.5 0 0 1-17.51 25.23M128.23 30A40 40 0 0 1 167 0h1a8 8 0 0 1 0 16h-1a24 24 0 0 0-23.24 18a8 8 0 1 1-15.5-4Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhAppleLogoDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 172.78c-16.79-11.53-24-30.87-24-52.78c0-18.3 11.68-34.81 24-46.48C204.53 62.66 185 56 168 56a63.72 63.72 0 0 0-40 14a63.7 63.7 0 0 0-39.12-14C52 55.5 23.06 86.3 24 123.19a119.62 119.62 0 0 0 37.65 84.12A32 32 0 0 0 83.6 216h87.7a31.75 31.75 0 0 0 23.26-10c15.85-17 21.44-33.2 21.44-33.2Z" opacity=".2"/><path d="M223.3 169.59a8.07 8.07 0 0 0-2.8-3.4C203.53 154.53 200 134.64 200 120c0-17.67 13.47-33.06 21.5-40.67a8 8 0 0 0 0-11.62C208.82 55.74 187.82 48 168 48a72.23 72.23 0 0 0-40 12.13a71.56 71.56 0 0 0-90.71 9.09A74.63 74.63 0 0 0 16 123.4a127 127 0 0 0 40.14 89.73A39.8 39.8 0 0 0 83.59 224h87.68a39.84 39.84 0 0 0 29.12-12.57a125 125 0 0 0 17.82-24.6c7.02-12.83 6.12-14.83 5.09-17.24m-34.63 30.94a23.76 23.76 0 0 1-17.4 7.47H83.59a23.82 23.82 0 0 1-16.44-6.51A111.14 111.14 0 0 1 32 123a58.5 58.5 0 0 1 16.65-42.53A54.8 54.8 0 0 1 88 64h.78A55.45 55.45 0 0 1 123 76.28a8 8 0 0 0 10 0A55.4 55.4 0 0 1 168 64a70.64 70.64 0 0 1 36 10.35c-13 14.52-20 30.47-20 45.65c0 23.77 7.64 42.73 22.18 55.3a105.5 105.5 0 0 1-17.51 25.23M128.23 30A40 40 0 0 1 167 0h1a8 8 0 0 1 0 16h-1a24 24 0 0 0-23.24 18a8 8 0 1 1-15.5-4Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 172.78c-16.79-11.53-24-30.87-24-52.78c0-18.3 11.68-34.81 24-46.48C204.53 62.66 185 56 168 56a63.72 63.72 0 0 0-40 14a63.7 63.7 0 0 0-39.12-14C52 55.5 23.06 86.3 24 123.19a119.62 119.62 0 0 0 37.65 84.12A32 32 0 0 0 83.6 216h87.7a31.75 31.75 0 0 0 23.26-10c15.85-17 21.44-33.2 21.44-33.2Z" opacity=".2"/><path d="M223.3 169.59a8.07 8.07 0 0 0-2.8-3.4C203.53 154.53 200 134.64 200 120c0-17.67 13.47-33.06 21.5-40.67a8 8 0 0 0 0-11.62C208.82 55.74 187.82 48 168 48a72.23 72.23 0 0 0-40 12.13a71.56 71.56 0 0 0-90.71 9.09A74.63 74.63 0 0 0 16 123.4a127 127 0 0 0 40.14 89.73A39.8 39.8 0 0 0 83.59 224h87.68a39.84 39.84 0 0 0 29.12-12.57a125 125 0 0 0 17.82-24.6c7.02-12.83 6.12-14.83 5.09-17.24m-34.63 30.94a23.76 23.76 0 0 1-17.4 7.47H83.59a23.82 23.82 0 0 1-16.44-6.51A111.14 111.14 0 0 1 32 123a58.5 58.5 0 0 1 16.65-42.53A54.8 54.8 0 0 1 88 64h.78A55.45 55.45 0 0 1 123 76.28a8 8 0 0 0 10 0A55.4 55.4 0 0 1 168 64a70.64 70.64 0 0 1 36 10.35c-13 14.52-20 30.47-20 45.65c0 23.77 7.64 42.73 22.18 55.3a105.5 105.5 0 0 1-17.51 25.23M128.23 30A40 40 0 0 1 167 0h1a8 8 0 0 1 0 16h-1a24 24 0 0 0-23.24 18a8 8 0 1 1-15.5-4Z"/></g></svg>
</template>

CSS

.icon-apple-logo-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%20172.78c-16.79-11.53-24-30.87-24-52.78c0-18.3%2011.68-34.81%2024-46.48C204.53%2062.66%20185%2056%20168%2056a63.72%2063.72%200%200%200-40%2014a63.7%2063.7%200%200%200-39.12-14C52%2055.5%2023.06%2086.3%2024%20123.19a119.62%20119.62%200%200%200%2037.65%2084.12A32%2032%200%200%200%2083.6%20216h87.7a31.75%2031.75%200%200%200%2023.26-10c15.85-17%2021.44-33.2%2021.44-33.2Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M223.3%20169.59a8.07%208.07%200%200%200-2.8-3.4C203.53%20154.53%20200%20134.64%20200%20120c0-17.67%2013.47-33.06%2021.5-40.67a8%208%200%200%200%200-11.62C208.82%2055.74%20187.82%2048%20168%2048a72.23%2072.23%200%200%200-40%2012.13a71.56%2071.56%200%200%200-90.71%209.09A74.63%2074.63%200%200%200%2016%20123.4a127%20127%200%200%200%2040.14%2089.73A39.8%2039.8%200%200%200%2083.59%20224h87.68a39.84%2039.84%200%200%200%2029.12-12.57a125%20125%200%200%200%2017.82-24.6c7.02-12.83%206.12-14.83%205.09-17.24m-34.63%2030.94a23.76%2023.76%200%200%201-17.4%207.47H83.59a23.82%2023.82%200%200%201-16.44-6.51A111.14%20111.14%200%200%201%2032%20123a58.5%2058.5%200%200%201%2016.65-42.53A54.8%2054.8%200%200%201%2088%2064h.78A55.45%2055.45%200%200%201%20123%2076.28a8%208%200%200%200%2010%200A55.4%2055.4%200%200%201%20168%2064a70.64%2070.64%200%200%201%2036%2010.35c-13%2014.52-20%2030.47-20%2045.65c0%2023.77%207.64%2042.73%2022.18%2055.3a105.5%20105.5%200%200%201-17.51%2025.23M128.23%2030A40%2040%200%200%201%20167%200h1a8%208%200%200%201%200%2016h-1a24%2024%200%200%200-23.24%2018a8%208%200%201%201-15.5-4Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%20172.78c-16.79-11.53-24-30.87-24-52.78c0-18.3%2011.68-34.81%2024-46.48C204.53%2062.66%20185%2056%20168%2056a63.72%2063.72%200%200%200-40%2014a63.7%2063.7%200%200%200-39.12-14C52%2055.5%2023.06%2086.3%2024%20123.19a119.62%20119.62%200%200%200%2037.65%2084.12A32%2032%200%200%200%2083.6%20216h87.7a31.75%2031.75%200%200%200%2023.26-10c15.85-17%2021.44-33.2%2021.44-33.2Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M223.3%20169.59a8.07%208.07%200%200%200-2.8-3.4C203.53%20154.53%20200%20134.64%20200%20120c0-17.67%2013.47-33.06%2021.5-40.67a8%208%200%200%200%200-11.62C208.82%2055.74%20187.82%2048%20168%2048a72.23%2072.23%200%200%200-40%2012.13a71.56%2071.56%200%200%200-90.71%209.09A74.63%2074.63%200%200%200%2016%20123.4a127%20127%200%200%200%2040.14%2089.73A39.8%2039.8%200%200%200%2083.59%20224h87.68a39.84%2039.84%200%200%200%2029.12-12.57a125%20125%200%200%200%2017.82-24.6c7.02-12.83%206.12-14.83%205.09-17.24m-34.63%2030.94a23.76%2023.76%200%200%201-17.4%207.47H83.59a23.82%2023.82%200%200%201-16.44-6.51A111.14%20111.14%200%200%201%2032%20123a58.5%2058.5%200%200%201%2016.65-42.53A54.8%2054.8%200%200%201%2088%2064h.78A55.45%2055.45%200%200%201%20123%2076.28a8%208%200%200%200%2010%200A55.4%2055.4%200%200%201%20168%2064a70.64%2070.64%200%200%201%2036%2010.35c-13%2014.52-20%2030.47-20%2045.65c0%2023.77%207.64%2042.73%2022.18%2055.3a105.5%20105.5%200%200%201-17.51%2025.23M128.23%2030A40%2040%200%200%201%20167%200h1a8%208%200%200%201%200%2016h-1a24%2024%200%200%200-23.24%2018a8%208%200%201%201-15.5-4Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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