apple full icon
apple-full-solid from Flowbite Icons by Themesberg · Solid · Food Beverage · MIT Free for personal and commercial use.
- Name
- apple-full-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- Food Beverage
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
More food beverage icons from Flowbite Icons
bacon-outlinebeer-mug-empty-outlinebone-outlinebowl-food-outlinebowl-rice-outlinebread-slice-outlineburger-outlinecake-candles-outlinecandy-cane-outlinecarrot-outlinechampagne-glasses-outlinecheese-outlinecloud-meatball-outlinecookie-outlinecube-solidcubes-stacked-outlinedroplet-bottle-alt-outlinedroplet-bottle-outlinedrumstick-bite-outlineegg-outlinefish-alt-outlinefish-outlineflask-outlineglass-water-droplet-outline
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="currentColor" d="M15.052 2.013a7 7 0 0 0-1.306.088c-.605.107-1.377.359-1.975.993c-.557.59-.83 1.315-.97 1.922a7 7 0 0 0-.163 1.533v1h1.133c.817.004 2.103.009 3.237-.959c.703-.598.958-1.432 1.06-2.068c.087-.544.08-1.082.075-1.378l-.001-.13v-1h-1zM12 9.042c-.293 0-.397-.057-.726-.236c-.103-.055-.228-.123-.387-.205c-.68-.35-1.552-.645-3.125-.596c-1.31.041-2.377.882-3.015 2.036c-.64 1.16-.902 2.7-.655 4.415c.154 1.07.662 2.84 1.396 4.358c.368.76.818 1.512 1.35 2.09c.517.56 1.243 1.096 2.154 1.096c1.178 0 1.862-.259 2.39-.55c.166-.092.276-.156.352-.2c.116-.068.154-.09.195-.097c.02-.004.04-.004.07-.004h.058c.02.004.038.015.095.052c.064.04.176.113.393.238c.532.31 1.226.561 2.463.561c.93 0 1.671-.514 2.21-1.09c.546-.584.994-1.343 1.353-2.106c.719-1.526 1.185-3.294 1.337-4.348c.247-1.714-.014-3.255-.655-4.415c-.638-1.154-1.706-1.995-3.015-2.036c-1.573-.049-2.445.247-3.125.596c-.16.082-.284.15-.387.205c-.329.18-.433.236-.726.236"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteAppleFullSolid(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="M15.052 2.013a7 7 0 0 0-1.306.088c-.605.107-1.377.359-1.975.993c-.557.59-.83 1.315-.97 1.922a7 7 0 0 0-.163 1.533v1h1.133c.817.004 2.103.009 3.237-.959c.703-.598.958-1.432 1.06-2.068c.087-.544.08-1.082.075-1.378l-.001-.13v-1h-1zM12 9.042c-.293 0-.397-.057-.726-.236c-.103-.055-.228-.123-.387-.205c-.68-.35-1.552-.645-3.125-.596c-1.31.041-2.377.882-3.015 2.036c-.64 1.16-.902 2.7-.655 4.415c.154 1.07.662 2.84 1.396 4.358c.368.76.818 1.512 1.35 2.09c.517.56 1.243 1.096 2.154 1.096c1.178 0 1.862-.259 2.39-.55c.166-.092.276-.156.352-.2c.116-.068.154-.09.195-.097c.02-.004.04-.004.07-.004h.058c.02.004.038.015.095.052c.064.04.176.113.393.238c.532.31 1.226.561 2.463.561c.93 0 1.671-.514 2.21-1.09c.546-.584.994-1.343 1.353-2.106c.719-1.526 1.185-3.294 1.337-4.348c.247-1.714-.014-3.255-.655-4.415c-.638-1.154-1.706-1.995-3.015-2.036c-1.573-.049-2.445.247-3.125.596c-.16.082-.284.15-.387.205c-.329.18-.433.236-.726.236"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.052 2.013a7 7 0 0 0-1.306.088c-.605.107-1.377.359-1.975.993c-.557.59-.83 1.315-.97 1.922a7 7 0 0 0-.163 1.533v1h1.133c.817.004 2.103.009 3.237-.959c.703-.598.958-1.432 1.06-2.068c.087-.544.08-1.082.075-1.378l-.001-.13v-1h-1zM12 9.042c-.293 0-.397-.057-.726-.236c-.103-.055-.228-.123-.387-.205c-.68-.35-1.552-.645-3.125-.596c-1.31.041-2.377.882-3.015 2.036c-.64 1.16-.902 2.7-.655 4.415c.154 1.07.662 2.84 1.396 4.358c.368.76.818 1.512 1.35 2.09c.517.56 1.243 1.096 2.154 1.096c1.178 0 1.862-.259 2.39-.55c.166-.092.276-.156.352-.2c.116-.068.154-.09.195-.097c.02-.004.04-.004.07-.004h.058c.02.004.038.015.095.052c.064.04.176.113.393.238c.532.31 1.226.561 2.463.561c.93 0 1.671-.514 2.21-1.09c.546-.584.994-1.343 1.353-2.106c.719-1.526 1.185-3.294 1.337-4.348c.247-1.714-.014-3.255-.655-4.415c-.638-1.154-1.706-1.995-3.015-2.036c-1.573-.049-2.445.247-3.125.596c-.16.082-.284.15-.387.205c-.329.18-.433.236-.726.236"/></svg> </template>
CSS
.icon-apple-full-solid {
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%22M15.052%202.013a7%207%200%200%200-1.306.088c-.605.107-1.377.359-1.975.993c-.557.59-.83%201.315-.97%201.922a7%207%200%200%200-.163%201.533v1h1.133c.817.004%202.103.009%203.237-.959c.703-.598.958-1.432%201.06-2.068c.087-.544.08-1.082.075-1.378l-.001-.13v-1h-1zM12%209.042c-.293%200-.397-.057-.726-.236c-.103-.055-.228-.123-.387-.205c-.68-.35-1.552-.645-3.125-.596c-1.31.041-2.377.882-3.015%202.036c-.64%201.16-.902%202.7-.655%204.415c.154%201.07.662%202.84%201.396%204.358c.368.76.818%201.512%201.35%202.09c.517.56%201.243%201.096%202.154%201.096c1.178%200%201.862-.259%202.39-.55c.166-.092.276-.156.352-.2c.116-.068.154-.09.195-.097c.02-.004.04-.004.07-.004h.058c.02.004.038.015.095.052c.064.04.176.113.393.238c.532.31%201.226.561%202.463.561c.93%200%201.671-.514%202.21-1.09c.546-.584.994-1.343%201.353-2.106c.719-1.526%201.185-3.294%201.337-4.348c.247-1.714-.014-3.255-.655-4.415c-.638-1.154-1.706-1.995-3.015-2.036c-1.573-.049-2.445.247-3.125.596c-.16.082-.284.15-.387.205c-.329.18-.433.236-.726.236%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%22M15.052%202.013a7%207%200%200%200-1.306.088c-.605.107-1.377.359-1.975.993c-.557.59-.83%201.315-.97%201.922a7%207%200%200%200-.163%201.533v1h1.133c.817.004%202.103.009%203.237-.959c.703-.598.958-1.432%201.06-2.068c.087-.544.08-1.082.075-1.378l-.001-.13v-1h-1zM12%209.042c-.293%200-.397-.057-.726-.236c-.103-.055-.228-.123-.387-.205c-.68-.35-1.552-.645-3.125-.596c-1.31.041-2.377.882-3.015%202.036c-.64%201.16-.902%202.7-.655%204.415c.154%201.07.662%202.84%201.396%204.358c.368.76.818%201.512%201.35%202.09c.517.56%201.243%201.096%202.154%201.096c1.178%200%201.862-.259%202.39-.55c.166-.092.276-.156.352-.2c.116-.068.154-.09.195-.097c.02-.004.04-.004.07-.004h.058c.02.004.038.015.095.052c.064.04.176.113.393.238c.532.31%201.226.561%202.463.561c.93%200%201.671-.514%202.21-1.09c.546-.584.994-1.343%201.353-2.106c.719-1.526%201.185-3.294%201.337-4.348c.247-1.714-.014-3.255-.655-4.415c-.638-1.154-1.706-1.995-3.015-2.036c-1.573-.049-2.445.247-3.125.596c-.16.082-.284.15-.387.205c-.329.18-.433.236-.726.236%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/apple-full-solid.svg?color=%231a73e8&size=48