apple icon
apple-solid from Flowbite Icons by Themesberg · Solid · Brands · MIT Free for personal and commercial use.
- Name
- apple-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- Brands
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
apple-filledAnt Design IconsappleBootstrap IconsappleBoxicons BrandsappleCarbonappleCatppuccin IconsappleCoreUI BrandsappleDeviconappleElement PlusappleFont Awesome 6 BrandsappleFont Awesome BrandsappleHuge IconsappleIconParkappleIconPark OutlineappleIconPark SolidappleIconPark TwoToneappleIconoirappleJam IconsappleLine AwesomeappleSVG LogosappleLucideappleMage IconsappleMaterial Design Iconsapple-fillMingCute IconappleOpenMoji
More brands icons from Flowbite Icons
aws-solidbitcoin-solidcss-soliddiscord-soliddribbble-soliddropbox-solidfacebook-solidflowbite-solidgithub-solidgitlab-solidgoogle-solidhtml-solidinstagram-solidlaravel-solidlinkedin-solidmastercard-solidmongo-db-solidnpm-solidreact-solidreddit-solidstackoverflow-solidtailwind-solidtwitter-solidvisa-solid
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="M17.537 12.625a4.42 4.42 0 0 0 2.684 4.047a11 11 0 0 1-1.384 2.845c-.834 1.218-1.7 2.432-3.062 2.457c-1.34.025-1.77-.794-3.3-.794c-1.531 0-2.01.769-3.275.82c-1.316.049-2.317-1.318-3.158-2.532c-1.72-2.484-3.032-7.017-1.27-10.077A4.9 4.9 0 0 1 8.91 6.884c1.292-.025 2.51.869 3.3.869c.789 0 2.27-1.075 3.828-.917a4.67 4.67 0 0 1 3.66 1.984a4.52 4.52 0 0 0-2.16 3.805m-2.52-7.432A4.4 4.4 0 0 0 16.06 2a4.48 4.48 0 0 0-2.945 1.516a4.18 4.18 0 0 0-1.061 3.093a3.7 3.7 0 0 0 2.967-1.416Z"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteAppleSolid(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="M17.537 12.625a4.42 4.42 0 0 0 2.684 4.047a11 11 0 0 1-1.384 2.845c-.834 1.218-1.7 2.432-3.062 2.457c-1.34.025-1.77-.794-3.3-.794c-1.531 0-2.01.769-3.275.82c-1.316.049-2.317-1.318-3.158-2.532c-1.72-2.484-3.032-7.017-1.27-10.077A4.9 4.9 0 0 1 8.91 6.884c1.292-.025 2.51.869 3.3.869c.789 0 2.27-1.075 3.828-.917a4.67 4.67 0 0 1 3.66 1.984a4.52 4.52 0 0 0-2.16 3.805m-2.52-7.432A4.4 4.4 0 0 0 16.06 2a4.48 4.48 0 0 0-2.945 1.516a4.18 4.18 0 0 0-1.061 3.093a3.7 3.7 0 0 0 2.967-1.416Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.537 12.625a4.42 4.42 0 0 0 2.684 4.047a11 11 0 0 1-1.384 2.845c-.834 1.218-1.7 2.432-3.062 2.457c-1.34.025-1.77-.794-3.3-.794c-1.531 0-2.01.769-3.275.82c-1.316.049-2.317-1.318-3.158-2.532c-1.72-2.484-3.032-7.017-1.27-10.077A4.9 4.9 0 0 1 8.91 6.884c1.292-.025 2.51.869 3.3.869c.789 0 2.27-1.075 3.828-.917a4.67 4.67 0 0 1 3.66 1.984a4.52 4.52 0 0 0-2.16 3.805m-2.52-7.432A4.4 4.4 0 0 0 16.06 2a4.48 4.48 0 0 0-2.945 1.516a4.18 4.18 0 0 0-1.061 3.093a3.7 3.7 0 0 0 2.967-1.416Z"/></svg> </template>
CSS
.icon-apple-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%22M17.537%2012.625a4.42%204.42%200%200%200%202.684%204.047a11%2011%200%200%201-1.384%202.845c-.834%201.218-1.7%202.432-3.062%202.457c-1.34.025-1.77-.794-3.3-.794c-1.531%200-2.01.769-3.275.82c-1.316.049-2.317-1.318-3.158-2.532c-1.72-2.484-3.032-7.017-1.27-10.077A4.9%204.9%200%200%201%208.91%206.884c1.292-.025%202.51.869%203.3.869c.789%200%202.27-1.075%203.828-.917a4.67%204.67%200%200%201%203.66%201.984a4.52%204.52%200%200%200-2.16%203.805m-2.52-7.432A4.4%204.4%200%200%200%2016.06%202a4.48%204.48%200%200%200-2.945%201.516a4.18%204.18%200%200%200-1.061%203.093a3.7%203.7%200%200%200%202.967-1.416Z%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%22M17.537%2012.625a4.42%204.42%200%200%200%202.684%204.047a11%2011%200%200%201-1.384%202.845c-.834%201.218-1.7%202.432-3.062%202.457c-1.34.025-1.77-.794-3.3-.794c-1.531%200-2.01.769-3.275.82c-1.316.049-2.317-1.318-3.158-2.532c-1.72-2.484-3.032-7.017-1.27-10.077A4.9%204.9%200%200%201%208.91%206.884c1.292-.025%202.51.869%203.3.869c.789%200%202.27-1.075%203.828-.917a4.67%204.67%200%200%201%203.66%201.984a4.52%204.52%200%200%200-2.16%203.805m-2.52-7.432A4.4%204.4%200%200%200%2016.06%202a4.48%204.48%200%200%200-2.945%201.516a4.18%204.18%200%200%200-1.061%203.093a3.7%203.7%200%200%200%202.967-1.416Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/apple-solid.svg?color=%231a73e8&size=48