Apple Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Apple icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/336514.svg" alt="Apple icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336514.svg" alt="Apple icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336514.svg" alt="Apple icon" :width="24" :height="24" />
CSS background
.icon-apple {
background-image: url('https://proicons.com/icon/336514.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path class="c" d="m39.737,34.8931c-.5899,1.3626-1.288,2.6166-2.0967,3.7698-1.1025,1.5719-2.0053,2.66-2.701,3.2643-1.0786.9918-2.234,1.4998-3.4715,1.5285-.8882,0-1.9595-.2528-3.2065-.7656-1.2512-.5104-2.4009-.7632-3.4522-.7632-1.1025,0-2.2851.2528-3.55.7632-1.2668.5128-2.2871.78-3.0673.8066-1.1866.0505-2.3692-.4719-3.55-1.5695-.7534-.6571-1.696-1.7838-2.8251-3.3798-1.2114-1.7043-2.2074-3.6809-2.9874-5.9341-.8356-2.4338-1.2546-4.7906-1.2546-7.0721,0-2.6137.5648-4.8679,1.696-6.757.889-1.5173,2.0716-2.7141,3.5519-3.5929s3.0798-1.3265,4.8021-1.355c.9426,0,2.1784.2915,3.7142.8646,1.5315.5748,2.515.8663,2.9462.8663.3222,0,1.4147-.3408,3.2667-1.0206,1.7513-.6303,3.2294-.8911,4.4404-.7883,3.2811.2647,5.7464,1.5583,7.3856,3.8885-2.9345,1.7781-4.3863,4.2685-4.3573,7.4631.0266,2.4884.9292,4.5593,2.7034,6.2034.8041.7632,1.7021,1.3528,2.701,1.7718-.2167.6284-.4453,1.2302-.6886,1.8079h.0005Zm-7.5253-29.6126c0,1.9505-.7125,3.7715-2.1328,5.4571-1.714,2.0039-3.7871,3.1617-6.0355,2.9791-.0288-.234-.0453-.4802-.0453-.739,0-1.8725.8151-3.8763,2.2627-5.5148.7227-.8295,1.6419-1.5193,2.7563-2.0697,1.1122-.5421,2.1642-.8419,3.1536-.8931.029.2608.0409.5214.0409.7802h0v.0002Z"/></g></svg>
Apple in other icon packs
Copied!