apple from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
apple
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Use the apple logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M14.456 11.367c-1.428 2.76-2.57 4.133-3.612 4.133q-.729-.001-1.427-.446a2.18 2.18 0 0 0-2.246-.047c-.562.325-1.1.493-1.608.493C4.03 15.5 1.5 10.95 1.5 8.45c0-2.664 1.45-4.898 3.656-4.898c1.038 0 1.934.648 2.687.945c.32.128.68.119.991-.025c.61-.283 1.416-.92 2.416-.92c1.222 0 2.284.786 3.168 1.923a.383.383 0 0 1-.08.548c-.988.714-1.463 1.516-1.463 2.428c0 .913.475 1.714 1.463 2.428a.38.38 0 0 1 .118.488M8.5 3S8.347 1.394 10 1"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinApple(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#cad3f5" strokeLinecap="round" strokeLinejoin="round" d="M14.456 11.367c-1.428 2.76-2.57 4.133-3.612 4.133q-.729-.001-1.427-.446a2.18 2.18 0 0 0-2.246-.047c-.562.325-1.1.493-1.608.493C4.03 15.5 1.5 10.95 1.5 8.45c0-2.664 1.45-4.898 3.656-4.898c1.038 0 1.934.648 2.687.945c.32.128.68.119.991-.025c.61-.283 1.416-.92 2.416-.92c1.222 0 2.284.786 3.168 1.923a.383.383 0 0 1-.08.548c-.988.714-1.463 1.516-1.463 2.428c0 .913.475 1.714 1.463 2.428a.38.38 0 0 1 .118.488M8.5 3S8.347 1.394 10 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M14.456 11.367c-1.428 2.76-2.57 4.133-3.612 4.133q-.729-.001-1.427-.446a2.18 2.18 0 0 0-2.246-.047c-.562.325-1.1.493-1.608.493C4.03 15.5 1.5 10.95 1.5 8.45c0-2.664 1.45-4.898 3.656-4.898c1.038 0 1.934.648 2.687.945c.32.128.68.119.991-.025c.61-.283 1.416-.92 2.416-.92c1.222 0 2.284.786 3.168 1.923a.383.383 0 0 1-.08.548c-.988.714-1.463 1.516-1.463 2.428c0 .913.475 1.714 1.463 2.428a.38.38 0 0 1 .118.488M8.5 3S8.347 1.394 10 1"/></svg>
</template>

CSS

.icon-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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.456%2011.367c-1.428%202.76-2.57%204.133-3.612%204.133q-.729-.001-1.427-.446a2.18%202.18%200%200%200-2.246-.047c-.562.325-1.1.493-1.608.493C4.03%2015.5%201.5%2010.95%201.5%208.45c0-2.664%201.45-4.898%203.656-4.898c1.038%200%201.934.648%202.687.945c.32.128.68.119.991-.025c.61-.283%201.416-.92%202.416-.92c1.222%200%202.284.786%203.168%201.923a.383.383%200%200%201-.08.548c-.988.714-1.463%201.516-1.463%202.428c0%20.913.475%201.714%201.463%202.428a.38.38%200%200%201%20.118.488M8.5%203S8.347%201.394%2010%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.456%2011.367c-1.428%202.76-2.57%204.133-3.612%204.133q-.729-.001-1.427-.446a2.18%202.18%200%200%200-2.246-.047c-.562.325-1.1.493-1.608.493C4.03%2015.5%201.5%2010.95%201.5%208.45c0-2.664%201.45-4.898%203.656-4.898c1.038%200%201.934.648%202.687.945c.32.128.68.119.991-.025c.61-.283%201.416-.92%202.416-.92c1.222%200%202.284.786%203.168%201.923a.383.383%200%200%201-.08.548c-.988.714-1.463%201.516-1.463%202.428c0%20.913.475%201.714%201.463%202.428a.38.38%200%200%201%20.118.488M8.5%203S8.347%201.394%2010%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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