apple from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
apple
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the apple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 12.5c0 3.919-2.496 7.504-5.5 8.488c-1.5.491-1.998-.488-3.5-.488s-2 .981-3.5.488C5.504 20.002 3 16.418 3 12.5C3 9.378 4.25 7 6.5 5.75s3.651-.25 5.5-.25c1.848 0 3.25-.997 5.5.25S21 9.377 21 12.5"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M10 8.465a4.03 4.03 0 0 0 4 0M12 8.5V3m9 9.5c0-3.123-1.25-5.504-3.5-6.75S13.848 5.5 12 5.5c-1.849 0-3.25-1-5.5.25S3 9.378 3 12.5c0 3.919 2.504 7.502 5.5 8.488c1.5.493 1.998-.488 3.5-.488s2 .979 3.5.488c3.004-.984 5.5-4.57 5.5-8.488Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignApple(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 12.5c0 3.919-2.496 7.504-5.5 8.488c-1.5.491-1.998-.488-3.5-.488s-2 .981-3.5.488C5.504 20.002 3 16.418 3 12.5C3 9.378 4.25 7 6.5 5.75s3.651-.25 5.5-.25c1.848 0 3.25-.997 5.5.25S21 9.377 21 12.5"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M10 8.465a4.03 4.03 0 0 0 4 0M12 8.5V3m9 9.5c0-3.123-1.25-5.504-3.5-6.75S13.848 5.5 12 5.5c-1.849 0-3.25-1-5.5.25S3 9.378 3 12.5c0 3.919 2.504 7.502 5.5 8.488c1.5.493 1.998-.488 3.5-.488s2 .979 3.5.488c3.004-.984 5.5-4.57 5.5-8.488Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 12.5c0 3.919-2.496 7.504-5.5 8.488c-1.5.491-1.998-.488-3.5-.488s-2 .981-3.5.488C5.504 20.002 3 16.418 3 12.5C3 9.378 4.25 7 6.5 5.75s3.651-.25 5.5-.25c1.848 0 3.25-.997 5.5.25S21 9.377 21 12.5"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M10 8.465a4.03 4.03 0 0 0 4 0M12 8.5V3m9 9.5c0-3.123-1.25-5.504-3.5-6.75S13.848 5.5 12 5.5c-1.849 0-3.25-1-5.5.25S3 9.378 3 12.5c0 3.919 2.504 7.502 5.5 8.488c1.5.493 1.998-.488 3.5-.488s2 .979 3.5.488c3.004-.984 5.5-4.57 5.5-8.488Z"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21%2012.5c0%203.919-2.496%207.504-5.5%208.488c-1.5.491-1.998-.488-3.5-.488s-2%20.981-3.5.488C5.504%2020.002%203%2016.418%203%2012.5C3%209.378%204.25%207%206.5%205.75s3.651-.25%205.5-.25c1.848%200%203.25-.997%205.5.25S21%209.377%2021%2012.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M10%208.465a4.03%204.03%200%200%200%204%200M12%208.5V3m9%209.5c0-3.123-1.25-5.504-3.5-6.75S13.848%205.5%2012%205.5c-1.849%200-3.25-1-5.5.25S3%209.378%203%2012.5c0%203.919%202.504%207.502%205.5%208.488c1.5.493%201.998-.488%203.5-.488s2%20.979%203.5.488c3.004-.984%205.5-4.57%205.5-8.488Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21%2012.5c0%203.919-2.496%207.504-5.5%208.488c-1.5.491-1.998-.488-3.5-.488s-2%20.981-3.5.488C5.504%2020.002%203%2016.418%203%2012.5C3%209.378%204.25%207%206.5%205.75s3.651-.25%205.5-.25c1.848%200%203.25-.997%205.5.25S21%209.377%2021%2012.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M10%208.465a4.03%204.03%200%200%200%204%200M12%208.5V3m9%209.5c0-3.123-1.25-5.504-3.5-6.75S13.848%205.5%2012%205.5c-1.849%200-3.25-1-5.5.25S3%209.378%203%2012.5c0%203.919%202.504%207.502%205.5%208.488c1.5.493%201.998-.488%203.5-.488s2%20.979%203.5.488c3.004-.984%205.5-4.57%205.5-8.488Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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