Add icons to this collection by clicking the heart icon.
Coin icon - also known as currency, money, coin, gold, cash, and gaming. Created in a clean gradient style, perfect for web, apps, and UI projects. Available in SVG and PNG, with multiple style variants.
<svg
    xmlns="http://www.w3.org/2000/svg"
    width="512"
    height="512"
    viewBox="0 0 512 512"
>
    <linearGradient
        id="a"
        x1="256"
        x2="256"
        y1="466"
        y2="46"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#ffe59a" />
        <stop offset="1" stop-color="#ffffd5" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="256"
        x2="256"
        y1="512"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#fd5900" />
        <stop offset="1" stop-color="#ffde00" />
    </linearGradient>
    <circle cx="256" cy="256" r="210" fill="url(#a)" />
    <path
        fill="url(#b)"
        d="M256 0C115.404 0 0 115.39 0 256s115.404 256 256 256 256-115.39 256-256S396.596 0 256 0zm0 451c-107.52 0-195-87.48-195-195S148.48 61 256 61s195 87.48 195 195-87.48 195-195 195zm60-285H196c-24.814 0-45 20.186-45 45v60c0 24.814 20.186 45 45 45h15v15c0 24.814 20.186 45 45 45s45-20.186 45-45v-15h15c24.814 0 45-20.186 45-45v-60c0-24.814-20.186-45-45-45zm-90 90c-8.284 0-15-6.716-15-15 0-8.286 6.716-15 15-15s15 6.714 15 15c0 8.284-6.716 15-15 15zm60 0c-8.284 0-15-6.716-15-15 0-8.286 6.716-15 15-15s15 6.714 15 15c0 8.284-6.716 15-15 15z"
    />
</svg>
More icons in the same style and category