apple icon
apple from IconPark Solid by ByteDance · Solid · Brand · Apache-2.0 Free for personal and commercial use.
- Name
- apple
- Set
- IconPark Solid
- Style
- Solid
- Category
- Brand
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
apple-filledAnt Design IconsappleBootstrap IconsappleBoxicons BrandsappleCarbonappleCatppuccin IconsappleCoreUI BrandsappleDeviconappleElement PlusappleFont Awesome 6 BrandsappleFont Awesome Brandsapple-solidFlowbite IconsappleHuge IconsappleIconParkappleIconPark OutlineappleIconPark TwoToneappleIconoirappleJam IconsappleLine AwesomeappleSVG LogosappleLucideappleMage IconsappleMaterial Design Iconsapple-fillMingCute IconappleOpenMoji
More brand icons from IconPark Solid
Use the apple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.911 11.318c.082-2.232.71-4.192 1.866-5.83c1.163-1.647 3.086-2.817 5.717-3.48l.055.243v.424c0 .961-.233 2.064-.693 3.276c-.483 1.174-1.237 2.28-2.238 3.277c-.936.879-1.803 1.46-2.569 1.723c-.252.076-.599.15-1.018.217q-.558.087-1.12.15"/><path fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="M24.35 14.629c-2.972 0-5.036-2.63-7.969-2.63c-2.932 0-8.973 2.696-8.973 12c0 9.306 5.365 15.3 5.965 16c.6.701 1.987 2.5 4.137 2.5s4.503-1.709 6.84-1.709s5.279 1.71 7.2 1.71c1.92 0 2.71-.783 4.016-2.134s3.8-5.47 4.67-7.944c-1.433-.854-5.234-3.17-5.234-8.422q0-5.251 3.838-8.725Q36.322 12 33 12c-3.323 0-5.677 2.629-8.65 2.629Z"/></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidApple(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.911 11.318c.082-2.232.71-4.192 1.866-5.83c1.163-1.647 3.086-2.817 5.717-3.48l.055.243v.424c0 .961-.233 2.064-.693 3.276c-.483 1.174-1.237 2.28-2.238 3.277c-.936.879-1.803 1.46-2.569 1.723c-.252.076-.599.15-1.018.217q-.558.087-1.12.15"/><path fill="currentColor" stroke="currentColor" strokeLinejoin="round" strokeWidth="4" d="M24.35 14.629c-2.972 0-5.036-2.63-7.969-2.63c-2.932 0-8.973 2.696-8.973 12c0 9.306 5.365 15.3 5.965 16c.6.701 1.987 2.5 4.137 2.5s4.503-1.709 6.84-1.709s5.279 1.71 7.2 1.71c1.92 0 2.71-.783 4.016-2.134s3.8-5.47 4.67-7.944c-1.433-.854-5.234-3.17-5.234-8.422q0-5.251 3.838-8.725Q36.322 12 33 12c-3.323 0-5.677 2.629-8.65 2.629Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.911 11.318c.082-2.232.71-4.192 1.866-5.83c1.163-1.647 3.086-2.817 5.717-3.48l.055.243v.424c0 .961-.233 2.064-.693 3.276c-.483 1.174-1.237 2.28-2.238 3.277c-.936.879-1.803 1.46-2.569 1.723c-.252.076-.599.15-1.018.217q-.558.087-1.12.15"/><path fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="M24.35 14.629c-2.972 0-5.036-2.63-7.969-2.63c-2.932 0-8.973 2.696-8.973 12c0 9.306 5.365 15.3 5.965 16c.6.701 1.987 2.5 4.137 2.5s4.503-1.709 6.84-1.709s5.279 1.71 7.2 1.71c1.92 0 2.71-.783 4.016-2.134s3.8-5.47 4.67-7.944c-1.433-.854-5.234-3.17-5.234-8.422q0-5.251 3.838-8.725Q36.322 12 33 12c-3.323 0-5.677 2.629-8.65 2.629Z"/></svg> </template>
CSS
.icon-apple {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.911%2011.318c.082-2.232.71-4.192%201.866-5.83c1.163-1.647%203.086-2.817%205.717-3.48l.055.243v.424c0%20.961-.233%202.064-.693%203.276c-.483%201.174-1.237%202.28-2.238%203.277c-.936.879-1.803%201.46-2.569%201.723c-.252.076-.599.15-1.018.217q-.558.087-1.12.15%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24.35%2014.629c-2.972%200-5.036-2.63-7.969-2.63c-2.932%200-8.973%202.696-8.973%2012c0%209.306%205.365%2015.3%205.965%2016c.6.701%201.987%202.5%204.137%202.5s4.503-1.709%206.84-1.709s5.279%201.71%207.2%201.71c1.92%200%202.71-.783%204.016-2.134s3.8-5.47%204.67-7.944c-1.433-.854-5.234-3.17-5.234-8.422q0-5.251%203.838-8.725Q36.322%2012%2033%2012c-3.323%200-5.677%202.629-8.65%202.629Z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.911%2011.318c.082-2.232.71-4.192%201.866-5.83c1.163-1.647%203.086-2.817%205.717-3.48l.055.243v.424c0%20.961-.233%202.064-.693%203.276c-.483%201.174-1.237%202.28-2.238%203.277c-.936.879-1.803%201.46-2.569%201.723c-.252.076-.599.15-1.018.217q-.558.087-1.12.15%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24.35%2014.629c-2.972%200-5.036-2.63-7.969-2.63c-2.932%200-8.973%202.696-8.973%2012c0%209.306%205.365%2015.3%205.965%2016c.6.701%201.987%202.5%204.137%202.5s4.503-1.709%206.84-1.709s5.279%201.71%207.2%201.71c1.92%200%202.71-.783%204.016-2.134s3.8-5.47%204.67-7.944c-1.433-.854-5.234-3.17-5.234-8.422q0-5.251%203.838-8.725Q36.322%2012%2033%2012c-3.323%200-5.677%202.629-8.65%202.629Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/apple.svg?color=%231a73e8&size=48