apple logo icon
apple-logo-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- apple-logo-light
- Set
- Phosphor
- Style
- Light
- 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="M219.4 167.84C201.71 155.69 198 135.12 198 120c0-18.42 13.86-34.29 22.12-42.12a6 6 0 0 0 0-8.71C208 57.7 187.07 50 168 50a70.23 70.23 0 0 0-40 12.55a69.6 69.6 0 0 0-89.31 8.08A72.63 72.63 0 0 0 18 123.35a125.1 125.1 0 0 0 39.53 88.33A37.85 37.85 0 0 0 83.6 222h87.7a37.83 37.83 0 0 0 27.7-11.93a122.6 122.6 0 0 0 17.54-24.2c6.55-12 5.77-13.75 5-15.48a6.07 6.07 0 0 0-2.14-2.55m-29.23 34A25.82 25.82 0 0 1 171.3 210H83.6a25.85 25.85 0 0 1-17.82-7A113.2 113.2 0 0 1 30 123a60.55 60.55 0 0 1 17.21-44A56.82 56.82 0 0 1 88 62h.81a57.35 57.35 0 0 1 35.44 12.71a6 6 0 0 0 7.5 0A57.4 57.4 0 0 1 168 62c13.89 0 28.81 4.68 39.11 12c-9.44 10.14-21.1 26.59-21.1 46c0 23.78 7.81 42.6 22.66 54.77a107.3 107.3 0 0 1-18.5 27.12Zm-60-171.39A38 38 0 0 1 167 2h1a6 6 0 0 1 0 12h-1a26 26 0 0 0-25.18 19.5a6 6 0 1 1-11.62-3Z"/></svg>
React
import type { SVGProps } from "react";
export function PhAppleLogoLight(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="M219.4 167.84C201.71 155.69 198 135.12 198 120c0-18.42 13.86-34.29 22.12-42.12a6 6 0 0 0 0-8.71C208 57.7 187.07 50 168 50a70.23 70.23 0 0 0-40 12.55a69.6 69.6 0 0 0-89.31 8.08A72.63 72.63 0 0 0 18 123.35a125.1 125.1 0 0 0 39.53 88.33A37.85 37.85 0 0 0 83.6 222h87.7a37.83 37.83 0 0 0 27.7-11.93a122.6 122.6 0 0 0 17.54-24.2c6.55-12 5.77-13.75 5-15.48a6.07 6.07 0 0 0-2.14-2.55m-29.23 34A25.82 25.82 0 0 1 171.3 210H83.6a25.85 25.85 0 0 1-17.82-7A113.2 113.2 0 0 1 30 123a60.55 60.55 0 0 1 17.21-44A56.82 56.82 0 0 1 88 62h.81a57.35 57.35 0 0 1 35.44 12.71a6 6 0 0 0 7.5 0A57.4 57.4 0 0 1 168 62c13.89 0 28.81 4.68 39.11 12c-9.44 10.14-21.1 26.59-21.1 46c0 23.78 7.81 42.6 22.66 54.77a107.3 107.3 0 0 1-18.5 27.12Zm-60-171.39A38 38 0 0 1 167 2h1a6 6 0 0 1 0 12h-1a26 26 0 0 0-25.18 19.5a6 6 0 1 1-11.62-3Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M219.4 167.84C201.71 155.69 198 135.12 198 120c0-18.42 13.86-34.29 22.12-42.12a6 6 0 0 0 0-8.71C208 57.7 187.07 50 168 50a70.23 70.23 0 0 0-40 12.55a69.6 69.6 0 0 0-89.31 8.08A72.63 72.63 0 0 0 18 123.35a125.1 125.1 0 0 0 39.53 88.33A37.85 37.85 0 0 0 83.6 222h87.7a37.83 37.83 0 0 0 27.7-11.93a122.6 122.6 0 0 0 17.54-24.2c6.55-12 5.77-13.75 5-15.48a6.07 6.07 0 0 0-2.14-2.55m-29.23 34A25.82 25.82 0 0 1 171.3 210H83.6a25.85 25.85 0 0 1-17.82-7A113.2 113.2 0 0 1 30 123a60.55 60.55 0 0 1 17.21-44A56.82 56.82 0 0 1 88 62h.81a57.35 57.35 0 0 1 35.44 12.71a6 6 0 0 0 7.5 0A57.4 57.4 0 0 1 168 62c13.89 0 28.81 4.68 39.11 12c-9.44 10.14-21.1 26.59-21.1 46c0 23.78 7.81 42.6 22.66 54.77a107.3 107.3 0 0 1-18.5 27.12Zm-60-171.39A38 38 0 0 1 167 2h1a6 6 0 0 1 0 12h-1a26 26 0 0 0-25.18 19.5a6 6 0 1 1-11.62-3Z"/></svg> </template>
CSS
.icon-apple-logo-light {
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%22M219.4%20167.84C201.71%20155.69%20198%20135.12%20198%20120c0-18.42%2013.86-34.29%2022.12-42.12a6%206%200%200%200%200-8.71C208%2057.7%20187.07%2050%20168%2050a70.23%2070.23%200%200%200-40%2012.55a69.6%2069.6%200%200%200-89.31%208.08A72.63%2072.63%200%200%200%2018%20123.35a125.1%20125.1%200%200%200%2039.53%2088.33A37.85%2037.85%200%200%200%2083.6%20222h87.7a37.83%2037.83%200%200%200%2027.7-11.93a122.6%20122.6%200%200%200%2017.54-24.2c6.55-12%205.77-13.75%205-15.48a6.07%206.07%200%200%200-2.14-2.55m-29.23%2034A25.82%2025.82%200%200%201%20171.3%20210H83.6a25.85%2025.85%200%200%201-17.82-7A113.2%20113.2%200%200%201%2030%20123a60.55%2060.55%200%200%201%2017.21-44A56.82%2056.82%200%200%201%2088%2062h.81a57.35%2057.35%200%200%201%2035.44%2012.71a6%206%200%200%200%207.5%200A57.4%2057.4%200%200%201%20168%2062c13.89%200%2028.81%204.68%2039.11%2012c-9.44%2010.14-21.1%2026.59-21.1%2046c0%2023.78%207.81%2042.6%2022.66%2054.77a107.3%20107.3%200%200%201-18.5%2027.12Zm-60-171.39A38%2038%200%200%201%20167%202h1a6%206%200%200%201%200%2012h-1a26%2026%200%200%200-25.18%2019.5a6%206%200%201%201-11.62-3Z%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%22M219.4%20167.84C201.71%20155.69%20198%20135.12%20198%20120c0-18.42%2013.86-34.29%2022.12-42.12a6%206%200%200%200%200-8.71C208%2057.7%20187.07%2050%20168%2050a70.23%2070.23%200%200%200-40%2012.55a69.6%2069.6%200%200%200-89.31%208.08A72.63%2072.63%200%200%200%2018%20123.35a125.1%20125.1%200%200%200%2039.53%2088.33A37.85%2037.85%200%200%200%2083.6%20222h87.7a37.83%2037.83%200%200%200%2027.7-11.93a122.6%20122.6%200%200%200%2017.54-24.2c6.55-12%205.77-13.75%205-15.48a6.07%206.07%200%200%200-2.14-2.55m-29.23%2034A25.82%2025.82%200%200%201%20171.3%20210H83.6a25.85%2025.85%200%200%201-17.82-7A113.2%20113.2%200%200%201%2030%20123a60.55%2060.55%200%200%201%2017.21-44A56.82%2056.82%200%200%201%2088%2062h.81a57.35%2057.35%200%200%201%2035.44%2012.71a6%206%200%200%200%207.5%200A57.4%2057.4%200%200%201%20168%2062c13.89%200%2028.81%204.68%2039.11%2012c-9.44%2010.14-21.1%2026.59-21.1%2046c0%2023.78%207.81%2042.6%2022.66%2054.77a107.3%20107.3%200%200%201-18.5%2027.12Zm-60-171.39A38%2038%200%200%201%20167%202h1a6%206%200%200%201%200%2012h-1a26%2026%200%200%200-25.18%2019.5a6%206%200%201%201-11.62-3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/apple-logo-light.svg?color=%231a73e8&size=48