apple-full-outline from Flowbite Icons by Themesberg · Outline · Food Beverage · MIT Free for personal and commercial use.

Name
apple-full-outline
Set
Flowbite Icons
Style
Outline
Category
Food Beverage
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

More food beverage icons from Flowbite Icons

Use the apple full icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 10.042c-1.39 0-1.393-1.125-4.206-1.037c-1.731.054-3.156 2.23-2.712 5.308C5.359 16.238 6.986 21 8.992 21c2.005 0 2.073-.85 3.008-.85s.855.85 3.008.85s3.633-4.762 3.91-6.687c.444-3.078-.981-5.254-2.712-5.308c-2.813-.088-2.816 1.037-4.206 1.037m2.36-4.213c-.878.749-1.861.72-2.722.72c0-.626.079-1.94.86-2.77c.782-.828 2.128-.766 2.644-.766c0 .595.096 2.068-.782 2.816"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteAppleFullOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 10.042c-1.39 0-1.393-1.125-4.206-1.037c-1.731.054-3.156 2.23-2.712 5.308C5.359 16.238 6.986 21 8.992 21c2.005 0 2.073-.85 3.008-.85s.855.85 3.008.85s3.633-4.762 3.91-6.687c.444-3.078-.981-5.254-2.712-5.308c-2.813-.088-2.816 1.037-4.206 1.037m2.36-4.213c-.878.749-1.861.72-2.722.72c0-.626.079-1.94.86-2.77c.782-.828 2.128-.766 2.644-.766c0 .595.096 2.068-.782 2.816"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 10.042c-1.39 0-1.393-1.125-4.206-1.037c-1.731.054-3.156 2.23-2.712 5.308C5.359 16.238 6.986 21 8.992 21c2.005 0 2.073-.85 3.008-.85s.855.85 3.008.85s3.633-4.762 3.91-6.687c.444-3.078-.981-5.254-2.712-5.308c-2.813-.088-2.816 1.037-4.206 1.037m2.36-4.213c-.878.749-1.861.72-2.722.72c0-.626.079-1.94.86-2.77c.782-.828 2.128-.766 2.644-.766c0 .595.096 2.068-.782 2.816"/></svg>
</template>

CSS

.icon-apple-full-outline {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2010.042c-1.39%200-1.393-1.125-4.206-1.037c-1.731.054-3.156%202.23-2.712%205.308C5.359%2016.238%206.986%2021%208.992%2021c2.005%200%202.073-.85%203.008-.85s.855.85%203.008.85s3.633-4.762%203.91-6.687c.444-3.078-.981-5.254-2.712-5.308c-2.813-.088-2.816%201.037-4.206%201.037m2.36-4.213c-.878.749-1.861.72-2.722.72c0-.626.079-1.94.86-2.77c.782-.828%202.128-.766%202.644-.766c0%20.595.096%202.068-.782%202.816%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2010.042c-1.39%200-1.393-1.125-4.206-1.037c-1.731.054-3.156%202.23-2.712%205.308C5.359%2016.238%206.986%2021%208.992%2021c2.005%200%202.073-.85%203.008-.85s.855.85%203.008.85s3.633-4.762%203.91-6.687c.444-3.078-.981-5.254-2.712-5.308c-2.813-.088-2.816%201.037-4.206%201.037m2.36-4.213c-.878.749-1.861.72-2.722.72c0-.626.079-1.94.86-2.77c.782-.828%202.128-.766%202.644-.766c0%20.595.096%202.068-.782%202.816%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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