Gold Apple Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gold 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/341145.svg" alt="Gold Apple icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341145.svg" alt="Gold Apple icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341145.svg" alt="Gold Apple icon" :width="24" :height="24" />
CSS background
.icon-gold-apple {
background-image: url('https://proicons.com/icon/341145.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"><path id="e" d="M11.8617,32.3187l6.5119-3.3654c5.5451-2.8658,7.6014-7.4005,7.6516-11.4173.0527-4.2105-3.1588-6.3495-6.5706-4.5863l-7.5929,3.9241" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="f" d="M11.8617,43.5l6.5119-3.3654c5.5451-2.8658,7.6014-7.4005,7.6516-11.4173.0527-4.2105-3.1588-6.3495-6.5706-4.5863l-7.5929,3.9241" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="g" d="M36.1383,15.6813l-6.5119,3.3654c-5.5451,2.8658-7.6014,7.4005-7.6516,11.4173-.0527,4.2105,3.1588,6.3495,6.5706,4.5863l7.5929-3.9241" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="h" d="M36.1383,4.5l-6.5119,3.3654c-5.5451,2.8658-7.6014,7.4005-7.6516,11.4173-.0527,4.2105,3.1588,6.3495,6.5706,4.5863l7.5929-3.9241" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!