apple-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
apple-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
apple, apple-outline

1 other variant in Ant Design 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 1024 1024"><path fill="currentColor" d="M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5c-34.9-50-87.7-77.5-157.3-82.8c-65.9-5.2-138 38.4-164.4 38.4c-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8c23.8 68.2 109.6 235.3 199.1 232.6c46.8-1.1 79.9-33.2 140.8-33.2c59.1 0 89.7 33.2 141.9 33.2c90.3-1.3 167.9-153.2 190.5-221.6c-121.1-57.1-114.6-167.2-114.6-170.7m-10.6 267c-14.3 19.9-28.7 35.6-41.9 45.7c-10.5 8-18.6 11.4-24 11.6c-9-.1-17.7-2.3-34.7-8.8c-1.2-.5-2.5-1-4.2-1.6l-4.4-1.7c-17.4-6.7-27.8-10.3-41.1-13.8c-18.6-4.8-37.1-7.4-56.9-7.4c-20.2 0-39.2 2.5-58.1 7.2c-13.9 3.5-25.6 7.4-42.7 13.8c-.7.3-8.1 3.1-10.2 3.9c-3.5 1.3-6.2 2.3-8.7 3.2c-10.4 3.6-17 5.1-22.9 5.2c-.7 0-1.3-.1-1.8-.2c-1.1-.2-2.5-.6-4.1-1.3c-4.5-1.8-9.9-5.1-16-9.8c-14-10.9-29.4-28-45.1-49.9c-27.5-38.6-53.5-89.8-66-125.7c-15.4-44.8-23-87.7-23-128.6c0-60.2 17.8-106 48.4-137.1c26.3-26.6 61.7-41.5 97.8-42.3c5.9.1 14.5 1.5 25.4 4.5c8.6 2.3 18 5.4 30.7 9.9c3.8 1.4 16.9 6.1 18.5 6.7c7.7 2.8 13.5 4.8 19.2 6.6c18.2 5.8 32.3 9 47.6 9c15.5 0 28.8-3.3 47.7-9.8c7.1-2.4 32.9-12 37.5-13.6c25.6-9.1 44.5-14 60.8-15.2c4.8-.4 9.1-.4 13.2-.1c22.7 1.8 42.1 6.3 58.6 13.8c-37.6 43.4-57 96.5-56.9 158.4c-.3 14.7.9 31.7 5.1 51.8c6.4 30.5 18.6 60.7 37.9 89c14.7 21.5 32.9 40.9 54.7 57.8c-11.5 23.7-25.6 48.2-40.4 68.8m-94.5-572c50.7-60.2 46.1-115 44.6-134.7c-44.8 2.6-96.6 30.5-126.1 64.8c-32.5 36.8-51.6 82.3-47.5 133.6c48.4 3.7 92.6-21.2 129-63.7"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignAppleOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5c-34.9-50-87.7-77.5-157.3-82.8c-65.9-5.2-138 38.4-164.4 38.4c-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8c23.8 68.2 109.6 235.3 199.1 232.6c46.8-1.1 79.9-33.2 140.8-33.2c59.1 0 89.7 33.2 141.9 33.2c90.3-1.3 167.9-153.2 190.5-221.6c-121.1-57.1-114.6-167.2-114.6-170.7m-10.6 267c-14.3 19.9-28.7 35.6-41.9 45.7c-10.5 8-18.6 11.4-24 11.6c-9-.1-17.7-2.3-34.7-8.8c-1.2-.5-2.5-1-4.2-1.6l-4.4-1.7c-17.4-6.7-27.8-10.3-41.1-13.8c-18.6-4.8-37.1-7.4-56.9-7.4c-20.2 0-39.2 2.5-58.1 7.2c-13.9 3.5-25.6 7.4-42.7 13.8c-.7.3-8.1 3.1-10.2 3.9c-3.5 1.3-6.2 2.3-8.7 3.2c-10.4 3.6-17 5.1-22.9 5.2c-.7 0-1.3-.1-1.8-.2c-1.1-.2-2.5-.6-4.1-1.3c-4.5-1.8-9.9-5.1-16-9.8c-14-10.9-29.4-28-45.1-49.9c-27.5-38.6-53.5-89.8-66-125.7c-15.4-44.8-23-87.7-23-128.6c0-60.2 17.8-106 48.4-137.1c26.3-26.6 61.7-41.5 97.8-42.3c5.9.1 14.5 1.5 25.4 4.5c8.6 2.3 18 5.4 30.7 9.9c3.8 1.4 16.9 6.1 18.5 6.7c7.7 2.8 13.5 4.8 19.2 6.6c18.2 5.8 32.3 9 47.6 9c15.5 0 28.8-3.3 47.7-9.8c7.1-2.4 32.9-12 37.5-13.6c25.6-9.1 44.5-14 60.8-15.2c4.8-.4 9.1-.4 13.2-.1c22.7 1.8 42.1 6.3 58.6 13.8c-37.6 43.4-57 96.5-56.9 158.4c-.3 14.7.9 31.7 5.1 51.8c6.4 30.5 18.6 60.7 37.9 89c14.7 21.5 32.9 40.9 54.7 57.8c-11.5 23.7-25.6 48.2-40.4 68.8m-94.5-572c50.7-60.2 46.1-115 44.6-134.7c-44.8 2.6-96.6 30.5-126.1 64.8c-32.5 36.8-51.6 82.3-47.5 133.6c48.4 3.7 92.6-21.2 129-63.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5c-34.9-50-87.7-77.5-157.3-82.8c-65.9-5.2-138 38.4-164.4 38.4c-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8c23.8 68.2 109.6 235.3 199.1 232.6c46.8-1.1 79.9-33.2 140.8-33.2c59.1 0 89.7 33.2 141.9 33.2c90.3-1.3 167.9-153.2 190.5-221.6c-121.1-57.1-114.6-167.2-114.6-170.7m-10.6 267c-14.3 19.9-28.7 35.6-41.9 45.7c-10.5 8-18.6 11.4-24 11.6c-9-.1-17.7-2.3-34.7-8.8c-1.2-.5-2.5-1-4.2-1.6l-4.4-1.7c-17.4-6.7-27.8-10.3-41.1-13.8c-18.6-4.8-37.1-7.4-56.9-7.4c-20.2 0-39.2 2.5-58.1 7.2c-13.9 3.5-25.6 7.4-42.7 13.8c-.7.3-8.1 3.1-10.2 3.9c-3.5 1.3-6.2 2.3-8.7 3.2c-10.4 3.6-17 5.1-22.9 5.2c-.7 0-1.3-.1-1.8-.2c-1.1-.2-2.5-.6-4.1-1.3c-4.5-1.8-9.9-5.1-16-9.8c-14-10.9-29.4-28-45.1-49.9c-27.5-38.6-53.5-89.8-66-125.7c-15.4-44.8-23-87.7-23-128.6c0-60.2 17.8-106 48.4-137.1c26.3-26.6 61.7-41.5 97.8-42.3c5.9.1 14.5 1.5 25.4 4.5c8.6 2.3 18 5.4 30.7 9.9c3.8 1.4 16.9 6.1 18.5 6.7c7.7 2.8 13.5 4.8 19.2 6.6c18.2 5.8 32.3 9 47.6 9c15.5 0 28.8-3.3 47.7-9.8c7.1-2.4 32.9-12 37.5-13.6c25.6-9.1 44.5-14 60.8-15.2c4.8-.4 9.1-.4 13.2-.1c22.7 1.8 42.1 6.3 58.6 13.8c-37.6 43.4-57 96.5-56.9 158.4c-.3 14.7.9 31.7 5.1 51.8c6.4 30.5 18.6 60.7 37.9 89c14.7 21.5 32.9 40.9 54.7 57.8c-11.5 23.7-25.6 48.2-40.4 68.8m-94.5-572c50.7-60.2 46.1-115 44.6-134.7c-44.8 2.6-96.6 30.5-126.1 64.8c-32.5 36.8-51.6 82.3-47.5 133.6c48.4 3.7 92.6-21.2 129-63.7"/></svg>
</template>

CSS

.icon-apple-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M747.4%20535.7c-.4-68.2%2030.5-119.6%2092.9-157.5c-34.9-50-87.7-77.5-157.3-82.8c-65.9-5.2-138%2038.4-164.4%2038.4c-27.9%200-91.7-36.6-141.9-36.6C273.1%20298.8%20163%20379.8%20163%20544.6c0%2048.7%208.9%2099%2026.7%20150.8c23.8%2068.2%20109.6%20235.3%20199.1%20232.6c46.8-1.1%2079.9-33.2%20140.8-33.2c59.1%200%2089.7%2033.2%20141.9%2033.2c90.3-1.3%20167.9-153.2%20190.5-221.6c-121.1-57.1-114.6-167.2-114.6-170.7m-10.6%20267c-14.3%2019.9-28.7%2035.6-41.9%2045.7c-10.5%208-18.6%2011.4-24%2011.6c-9-.1-17.7-2.3-34.7-8.8c-1.2-.5-2.5-1-4.2-1.6l-4.4-1.7c-17.4-6.7-27.8-10.3-41.1-13.8c-18.6-4.8-37.1-7.4-56.9-7.4c-20.2%200-39.2%202.5-58.1%207.2c-13.9%203.5-25.6%207.4-42.7%2013.8c-.7.3-8.1%203.1-10.2%203.9c-3.5%201.3-6.2%202.3-8.7%203.2c-10.4%203.6-17%205.1-22.9%205.2c-.7%200-1.3-.1-1.8-.2c-1.1-.2-2.5-.6-4.1-1.3c-4.5-1.8-9.9-5.1-16-9.8c-14-10.9-29.4-28-45.1-49.9c-27.5-38.6-53.5-89.8-66-125.7c-15.4-44.8-23-87.7-23-128.6c0-60.2%2017.8-106%2048.4-137.1c26.3-26.6%2061.7-41.5%2097.8-42.3c5.9.1%2014.5%201.5%2025.4%204.5c8.6%202.3%2018%205.4%2030.7%209.9c3.8%201.4%2016.9%206.1%2018.5%206.7c7.7%202.8%2013.5%204.8%2019.2%206.6c18.2%205.8%2032.3%209%2047.6%209c15.5%200%2028.8-3.3%2047.7-9.8c7.1-2.4%2032.9-12%2037.5-13.6c25.6-9.1%2044.5-14%2060.8-15.2c4.8-.4%209.1-.4%2013.2-.1c22.7%201.8%2042.1%206.3%2058.6%2013.8c-37.6%2043.4-57%2096.5-56.9%20158.4c-.3%2014.7.9%2031.7%205.1%2051.8c6.4%2030.5%2018.6%2060.7%2037.9%2089c14.7%2021.5%2032.9%2040.9%2054.7%2057.8c-11.5%2023.7-25.6%2048.2-40.4%2068.8m-94.5-572c50.7-60.2%2046.1-115%2044.6-134.7c-44.8%202.6-96.6%2030.5-126.1%2064.8c-32.5%2036.8-51.6%2082.3-47.5%20133.6c48.4%203.7%2092.6-21.2%20129-63.7%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M747.4%20535.7c-.4-68.2%2030.5-119.6%2092.9-157.5c-34.9-50-87.7-77.5-157.3-82.8c-65.9-5.2-138%2038.4-164.4%2038.4c-27.9%200-91.7-36.6-141.9-36.6C273.1%20298.8%20163%20379.8%20163%20544.6c0%2048.7%208.9%2099%2026.7%20150.8c23.8%2068.2%20109.6%20235.3%20199.1%20232.6c46.8-1.1%2079.9-33.2%20140.8-33.2c59.1%200%2089.7%2033.2%20141.9%2033.2c90.3-1.3%20167.9-153.2%20190.5-221.6c-121.1-57.1-114.6-167.2-114.6-170.7m-10.6%20267c-14.3%2019.9-28.7%2035.6-41.9%2045.7c-10.5%208-18.6%2011.4-24%2011.6c-9-.1-17.7-2.3-34.7-8.8c-1.2-.5-2.5-1-4.2-1.6l-4.4-1.7c-17.4-6.7-27.8-10.3-41.1-13.8c-18.6-4.8-37.1-7.4-56.9-7.4c-20.2%200-39.2%202.5-58.1%207.2c-13.9%203.5-25.6%207.4-42.7%2013.8c-.7.3-8.1%203.1-10.2%203.9c-3.5%201.3-6.2%202.3-8.7%203.2c-10.4%203.6-17%205.1-22.9%205.2c-.7%200-1.3-.1-1.8-.2c-1.1-.2-2.5-.6-4.1-1.3c-4.5-1.8-9.9-5.1-16-9.8c-14-10.9-29.4-28-45.1-49.9c-27.5-38.6-53.5-89.8-66-125.7c-15.4-44.8-23-87.7-23-128.6c0-60.2%2017.8-106%2048.4-137.1c26.3-26.6%2061.7-41.5%2097.8-42.3c5.9.1%2014.5%201.5%2025.4%204.5c8.6%202.3%2018%205.4%2030.7%209.9c3.8%201.4%2016.9%206.1%2018.5%206.7c7.7%202.8%2013.5%204.8%2019.2%206.6c18.2%205.8%2032.3%209%2047.6%209c15.5%200%2028.8-3.3%2047.7-9.8c7.1-2.4%2032.9-12%2037.5-13.6c25.6-9.1%2044.5-14%2060.8-15.2c4.8-.4%209.1-.4%2013.2-.1c22.7%201.8%2042.1%206.3%2058.6%2013.8c-37.6%2043.4-57%2096.5-56.9%20158.4c-.3%2014.7.9%2031.7%205.1%2051.8c6.4%2030.5%2018.6%2060.7%2037.9%2089c14.7%2021.5%2032.9%2040.9%2054.7%2057.8c-11.5%2023.7-25.6%2048.2-40.4%2068.8m-94.5-572c50.7-60.2%2046.1-115%2044.6-134.7c-44.8%202.6-96.6%2030.5-126.1%2064.8c-32.5%2036.8-51.6%2082.3-47.5%20133.6c48.4%203.7%2092.6-21.2%20129-63.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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