apple icon
apple from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- apple
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
apple-filledAnt Design IconsappleBootstrap IconsappleBoxicons BrandsappleCarbonappleCatppuccin IconsappleCoreUI BrandsappleDeviconappleElement PlusappleFont Awesome 6 BrandsappleFont Awesome Brandsapple-solidFlowbite IconsappleHuge IconsappleIconParkappleIconPark OutlineappleIconPark SolidappleIconPark TwoToneappleIconoirappleJam IconsappleLine AwesomeappleSVG LogosappleLucideappleMage IconsappleMaterial Design Iconsapple-fillMingCute Icon
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="M16.52 12.46a3.31 3.31 0 0 1 1.78-3a3.85 3.85 0 0 0-3-1.6c-1.27-.1-2.65.74-3.16.74s-1.77-.7-2.73-.7c-2 0-4.11 1.59-4.11 4.76a9 9 0 0 0 .51 2.9c.44 1.28 2.09 4.49 3.81 4.44c.9 0 1.54-.64 2.71-.64s1.72.64 2.73.64c1.73 0 3.23-2.95 3.66-4.26a3.54 3.54 0 0 1-2.2-3.28m-2-5.87A3.37 3.37 0 0 0 15.35 4a3.8 3.8 0 0 0-2.42 1.25A3.4 3.4 0 0 0 12 7.81a3 3 0 0 0 2.5-1.22Z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeApple(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="M16.52 12.46a3.31 3.31 0 0 1 1.78-3a3.85 3.85 0 0 0-3-1.6c-1.27-.1-2.65.74-3.16.74s-1.77-.7-2.73-.7c-2 0-4.11 1.59-4.11 4.76a9 9 0 0 0 .51 2.9c.44 1.28 2.09 4.49 3.81 4.44c.9 0 1.54-.64 2.71-.64s1.72.64 2.73.64c1.73 0 3.23-2.95 3.66-4.26a3.54 3.54 0 0 1-2.2-3.28m-2-5.87A3.37 3.37 0 0 0 15.35 4a3.8 3.8 0 0 0-2.42 1.25A3.4 3.4 0 0 0 12 7.81a3 3 0 0 0 2.5-1.22Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.52 12.46a3.31 3.31 0 0 1 1.78-3a3.85 3.85 0 0 0-3-1.6c-1.27-.1-2.65.74-3.16.74s-1.77-.7-2.73-.7c-2 0-4.11 1.59-4.11 4.76a9 9 0 0 0 .51 2.9c.44 1.28 2.09 4.49 3.81 4.44c.9 0 1.54-.64 2.71-.64s1.72.64 2.73.64c1.73 0 3.23-2.95 3.66-4.26a3.54 3.54 0 0 1-2.2-3.28m-2-5.87A3.37 3.37 0 0 0 15.35 4a3.8 3.8 0 0 0-2.42 1.25A3.4 3.4 0 0 0 12 7.81a3 3 0 0 0 2.5-1.22Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.52%2012.46a3.31%203.31%200%200%201%201.78-3a3.85%203.85%200%200%200-3-1.6c-1.27-.1-2.65.74-3.16.74s-1.77-.7-2.73-.7c-2%200-4.11%201.59-4.11%204.76a9%209%200%200%200%20.51%202.9c.44%201.28%202.09%204.49%203.81%204.44c.9%200%201.54-.64%202.71-.64s1.72.64%202.73.64c1.73%200%203.23-2.95%203.66-4.26a3.54%203.54%200%200%201-2.2-3.28m-2-5.87A3.37%203.37%200%200%200%2015.35%204a3.8%203.8%200%200%200-2.42%201.25A3.4%203.4%200%200%200%2012%207.81a3%203%200%200%200%202.5-1.22Z%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%22M16.52%2012.46a3.31%203.31%200%200%201%201.78-3a3.85%203.85%200%200%200-3-1.6c-1.27-.1-2.65.74-3.16.74s-1.77-.7-2.73-.7c-2%200-4.11%201.59-4.11%204.76a9%209%200%200%200%20.51%202.9c.44%201.28%202.09%204.49%203.81%204.44c.9%200%201.54-.64%202.71-.64s1.72.64%202.73.64c1.73%200%203.23-2.95%203.66-4.26a3.54%203.54%200%200%201-2.2-3.28m-2-5.87A3.37%203.37%200%200%200%2015.35%204a3.8%203.8%200%200%200-2.42%201.25A3.4%203.4%200%200%200%2012%207.81a3%203%200%200%200%202.5-1.22Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/apple.svg?color=%231a73e8&size=48