Apple Icon
Free SVG icon from the IcoFont 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/304928.svg" alt="Apple icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304928.svg" alt="Apple icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304928.svg" alt="Apple icon" :width="24" :height="24" />
CSS background
.icon-apple {
background-image: url('https://proicons.com/icon/304928.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M520 316c15-26 39-63 70-98 26-30 77-68 77-68 8-6 7-14-2-18l-61-29c-9-4-21-1-27 7 0 0-45 65-99 205-166-75-323 30-323 212 0 191 146 481 345 394 209 90 346-203 346-394 0-184-142-292-326-211zm-38-62c10-1 19-9 19-19 0 0 6-74-45-126-53-53-127-46-127-46-10 1-18 9-19 19 0 0-6 74 46 126s126 46 126 46z"/></svg>
Apple in other icon packs
Copied!