apple-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
apple-filled
Set
TDesign Icons
Style
Filled
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"><path fill="currentColor" d="M13 4.404V2h-2v2.404l-.152-.026l-.275-.05c-.328-.059-.698-.126-1.064-.166c-1.026-.111-2.155-.03-3.494.714C3.378 6.339 2 9.1 2 12.5c0 4.282 2.719 8.297 6.187 9.438c1.041.343 1.787.158 2.407-.07q.146-.054.272-.103c.416-.159.695-.265 1.134-.265c.44 0 .719.106 1.135.265h.001l.27.102c.62.227 1.365.412 2.405.072C19.291 20.799 22 16.78 22 12.5c0-3.4-1.38-6.165-4.015-7.625c-1.34-.742-2.468-.822-3.493-.712c-.367.04-.737.107-1.065.166zM9 6s1.875.636 3 .636S15 6 15 6s-.742 2-3 2s-3-2-3-2"/></svg>

React

import type { SVGProps } from "react";

export function TdesignAppleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 4.404V2h-2v2.404l-.152-.026l-.275-.05c-.328-.059-.698-.126-1.064-.166c-1.026-.111-2.155-.03-3.494.714C3.378 6.339 2 9.1 2 12.5c0 4.282 2.719 8.297 6.187 9.438c1.041.343 1.787.158 2.407-.07q.146-.054.272-.103c.416-.159.695-.265 1.134-.265c.44 0 .719.106 1.135.265h.001l.27.102c.62.227 1.365.412 2.405.072C19.291 20.799 22 16.78 22 12.5c0-3.4-1.38-6.165-4.015-7.625c-1.34-.742-2.468-.822-3.493-.712c-.367.04-.737.107-1.065.166zM9 6s1.875.636 3 .636S15 6 15 6s-.742 2-3 2s-3-2-3-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 4.404V2h-2v2.404l-.152-.026l-.275-.05c-.328-.059-.698-.126-1.064-.166c-1.026-.111-2.155-.03-3.494.714C3.378 6.339 2 9.1 2 12.5c0 4.282 2.719 8.297 6.187 9.438c1.041.343 1.787.158 2.407-.07q.146-.054.272-.103c.416-.159.695-.265 1.134-.265c.44 0 .719.106 1.135.265h.001l.27.102c.62.227 1.365.412 2.405.072C19.291 20.799 22 16.78 22 12.5c0-3.4-1.38-6.165-4.015-7.625c-1.34-.742-2.468-.822-3.493-.712c-.367.04-.737.107-1.065.166zM9 6s1.875.636 3 .636S15 6 15 6s-.742 2-3 2s-3-2-3-2"/></svg>
</template>

CSS

.icon-apple-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%204.404V2h-2v2.404l-.152-.026l-.275-.05c-.328-.059-.698-.126-1.064-.166c-1.026-.111-2.155-.03-3.494.714C3.378%206.339%202%209.1%202%2012.5c0%204.282%202.719%208.297%206.187%209.438c1.041.343%201.787.158%202.407-.07q.146-.054.272-.103c.416-.159.695-.265%201.134-.265c.44%200%20.719.106%201.135.265h.001l.27.102c.62.227%201.365.412%202.405.072C19.291%2020.799%2022%2016.78%2022%2012.5c0-3.4-1.38-6.165-4.015-7.625c-1.34-.742-2.468-.822-3.493-.712c-.367.04-.737.107-1.065.166zM9%206s1.875.636%203%20.636S15%206%2015%206s-.742%202-3%202s-3-2-3-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%204.404V2h-2v2.404l-.152-.026l-.275-.05c-.328-.059-.698-.126-1.064-.166c-1.026-.111-2.155-.03-3.494.714C3.378%206.339%202%209.1%202%2012.5c0%204.282%202.719%208.297%206.187%209.438c1.041.343%201.787.158%202.407-.07q.146-.054.272-.103c.416-.159.695-.265%201.134-.265c.44%200%20.719.106%201.135.265h.001l.27.102c.62.227%201.365.412%202.405.072C19.291%2020.799%2022%2016.78%2022%2012.5c0-3.4-1.38-6.165-4.015-7.625c-1.34-.742-2.468-.822-3.493-.712c-.367.04-.737.107-1.065.166zM9%206s1.875.636%203%20.636S15%206%2015%206s-.742%202-3%202s-3-2-3-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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