apple from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
apple
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More enterprise icons from Carbon

Use the apple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.779 8a11.5 11.5 0 0 0-3.055.534a15 15 0 0 1-1.822.413A6.005 6.005 0 0 0 11 4v2a3.99 3.99 0 0 1 3.827 2.9a20 20 0 0 1-1.617-.365A13 13 0 0 0 10.032 8C6.31 8 4 11.065 4 16c0 7.51 4.068 11.999 8 12h.002a7.2 7.2 0 0 0 2.49-.59A5 5 0 0 1 16 27a5 5 0 0 1 1.511.41A7.2 7.2 0 0 0 20 28c3.93-.001 8-4.49 8-12c0-3.69-1.63-8-6.221-8M20 26a5.5 5.5 0 0 1-1.79-.464A6.4 6.4 0 0 0 16 25a6.4 6.4 0 0 0-2.206.536A5.5 5.5 0 0 1 12 26h.002C9.052 25.999 6 22.259 6 16c0-1.804.393-6 4.032-6a11.2 11.2 0 0 1 2.68.473a13 13 0 0 0 3.05.527h.491a11.8 11.8 0 0 0 2.996-.536a10 10 0 0 1 2.53-.464C25.796 10 26 14.998 26 16c0 6.259-3.052 9.999-6 10"/><path fill="currentColor" d="M18 7h-1V6a2 2 0 0 1 2-2h1v1a2 2 0 0 1-2 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonApple(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.779 8a11.5 11.5 0 0 0-3.055.534a15 15 0 0 1-1.822.413A6.005 6.005 0 0 0 11 4v2a3.99 3.99 0 0 1 3.827 2.9a20 20 0 0 1-1.617-.365A13 13 0 0 0 10.032 8C6.31 8 4 11.065 4 16c0 7.51 4.068 11.999 8 12h.002a7.2 7.2 0 0 0 2.49-.59A5 5 0 0 1 16 27a5 5 0 0 1 1.511.41A7.2 7.2 0 0 0 20 28c3.93-.001 8-4.49 8-12c0-3.69-1.63-8-6.221-8M20 26a5.5 5.5 0 0 1-1.79-.464A6.4 6.4 0 0 0 16 25a6.4 6.4 0 0 0-2.206.536A5.5 5.5 0 0 1 12 26h.002C9.052 25.999 6 22.259 6 16c0-1.804.393-6 4.032-6a11.2 11.2 0 0 1 2.68.473a13 13 0 0 0 3.05.527h.491a11.8 11.8 0 0 0 2.996-.536a10 10 0 0 1 2.53-.464C25.796 10 26 14.998 26 16c0 6.259-3.052 9.999-6 10"/><path fill="currentColor" d="M18 7h-1V6a2 2 0 0 1 2-2h1v1a2 2 0 0 1-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.779 8a11.5 11.5 0 0 0-3.055.534a15 15 0 0 1-1.822.413A6.005 6.005 0 0 0 11 4v2a3.99 3.99 0 0 1 3.827 2.9a20 20 0 0 1-1.617-.365A13 13 0 0 0 10.032 8C6.31 8 4 11.065 4 16c0 7.51 4.068 11.999 8 12h.002a7.2 7.2 0 0 0 2.49-.59A5 5 0 0 1 16 27a5 5 0 0 1 1.511.41A7.2 7.2 0 0 0 20 28c3.93-.001 8-4.49 8-12c0-3.69-1.63-8-6.221-8M20 26a5.5 5.5 0 0 1-1.79-.464A6.4 6.4 0 0 0 16 25a6.4 6.4 0 0 0-2.206.536A5.5 5.5 0 0 1 12 26h.002C9.052 25.999 6 22.259 6 16c0-1.804.393-6 4.032-6a11.2 11.2 0 0 1 2.68.473a13 13 0 0 0 3.05.527h.491a11.8 11.8 0 0 0 2.996-.536a10 10 0 0 1 2.53-.464C25.796 10 26 14.998 26 16c0 6.259-3.052 9.999-6 10"/><path fill="currentColor" d="M18 7h-1V6a2 2 0 0 1 2-2h1v1a2 2 0 0 1-2 2"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.779%208a11.5%2011.5%200%200%200-3.055.534a15%2015%200%200%201-1.822.413A6.005%206.005%200%200%200%2011%204v2a3.99%203.99%200%200%201%203.827%202.9a20%2020%200%200%201-1.617-.365A13%2013%200%200%200%2010.032%208C6.31%208%204%2011.065%204%2016c0%207.51%204.068%2011.999%208%2012h.002a7.2%207.2%200%200%200%202.49-.59A5%205%200%200%201%2016%2027a5%205%200%200%201%201.511.41A7.2%207.2%200%200%200%2020%2028c3.93-.001%208-4.49%208-12c0-3.69-1.63-8-6.221-8M20%2026a5.5%205.5%200%200%201-1.79-.464A6.4%206.4%200%200%200%2016%2025a6.4%206.4%200%200%200-2.206.536A5.5%205.5%200%200%201%2012%2026h.002C9.052%2025.999%206%2022.259%206%2016c0-1.804.393-6%204.032-6a11.2%2011.2%200%200%201%202.68.473a13%2013%200%200%200%203.05.527h.491a11.8%2011.8%200%200%200%202.996-.536a10%2010%200%200%201%202.53-.464C25.796%2010%2026%2014.998%2026%2016c0%206.259-3.052%209.999-6%2010%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%207h-1V6a2%202%200%200%201%202-2h1v1a2%202%200%200%201-2%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.779%208a11.5%2011.5%200%200%200-3.055.534a15%2015%200%200%201-1.822.413A6.005%206.005%200%200%200%2011%204v2a3.99%203.99%200%200%201%203.827%202.9a20%2020%200%200%201-1.617-.365A13%2013%200%200%200%2010.032%208C6.31%208%204%2011.065%204%2016c0%207.51%204.068%2011.999%208%2012h.002a7.2%207.2%200%200%200%202.49-.59A5%205%200%200%201%2016%2027a5%205%200%200%201%201.511.41A7.2%207.2%200%200%200%2020%2028c3.93-.001%208-4.49%208-12c0-3.69-1.63-8-6.221-8M20%2026a5.5%205.5%200%200%201-1.79-.464A6.4%206.4%200%200%200%2016%2025a6.4%206.4%200%200%200-2.206.536A5.5%205.5%200%200%201%2012%2026h.002C9.052%2025.999%206%2022.259%206%2016c0-1.804.393-6%204.032-6a11.2%2011.2%200%200%201%202.68.473a13%2013%200%200%200%203.05.527h.491a11.8%2011.8%200%200%200%202.996-.536a10%2010%200%200%201%202.53-.464C25.796%2010%2026%2014.998%2026%2016c0%206.259-3.052%209.999-6%2010%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%207h-1V6a2%202%200%200%201%202-2h1v1a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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