Apple Icon
Free SVG icon from the Mage Icons 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/310403.svg" alt="Apple icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310403.svg" alt="Apple icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310403.svg" alt="Apple icon" :width="24" :height="24" />
CSS background
.icon-apple {
background-image: url('https://proicons.com/icon/310403.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.8892 8.74791C19.1582 9.13547 18.5573 9.72959 18.1615 10.4562C17.7657 11.1829 17.5925 12.0099 17.6635 12.8343C17.7186 13.6647 18.0047 14.4631 18.4896 15.1394C18.9744 15.8157 19.6387 16.343 20.4074 16.6617C20.4115 16.693 20.4115 16.7246 20.4074 16.7559C19.8807 18.2791 19.047 19.6779 17.9579 20.8659C17.5333 21.3892 16.9508 21.761 16.2974 21.9258C15.8124 22.0108 15.3138 21.9702 14.8489 21.808C14.3543 21.6549 13.8715 21.4547 13.3651 21.3134C12.4758 21.1021 11.542 21.1848 10.7036 21.5489C10.2753 21.7055 9.83891 21.8391 9.39639 21.9493C9.12913 22.0108 8.85203 22.0164 8.5825 21.9657C8.31297 21.9151 8.05682 21.8093 7.83012 21.6549C7.29238 21.3068 6.81504 20.8732 6.41695 20.3713C5.00268 18.6502 4.07912 16.5793 3.74369 14.3771C3.4376 12.8871 3.5895 11.3394 4.17942 9.93733C4.49758 9.15653 5.00567 8.46752 5.65758 7.93283C6.30949 7.39814 7.08459 7.03469 7.91256 6.87545C8.67323 6.73068 9.45897 6.79582 10.1854 7.06388L11.7399 7.59382C12.0127 7.6991 12.315 7.6991 12.5878 7.59382C13.2464 7.34038 13.9187 7.12413 14.6016 6.94611C15.5156 6.68219 16.487 6.69213 17.3955 6.97471C18.3039 7.25729 19.1095 7.8001 19.7126 8.53594L19.8892 8.74791Z" fill="black"/> <path d="M16.1914 2C16.2569 2.61464 16.1762 3.23606 15.9558 3.81358C15.5481 4.86649 14.7916 5.74772 13.8125 6.31019C13.3248 6.60052 12.7667 6.75125 12.1992 6.74592C12.0461 6.74592 12.0107 6.74592 11.999 6.54572C11.9738 5.56439 12.2949 4.60553 12.9057 3.83713C13.6472 2.85813 14.7416 2.20738 15.9558 2.02355L16.1914 2Z" fill="black"/> </svg>
Apple in other icon packs
Copied!