Add icons to this collection by clicking the heart icon.
Box icon - also known as present, star, box, surprise, and birthday and party. 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="512"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#5558ff" />
        <stop offset="1" stop-color="#00c0ff" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="256"
        x2="256"
        y1="512"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#addcff" />
        <stop offset=".503" stop-color="#eaf6ff" />
        <stop offset="1" stop-color="#eaf6ff" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M512 120 392 0H120L0 120v30l63.75 15L0 180v212l120 120h272l120-120V180l-63.75-15L512 150z"
    />
    <path
        fill="url(#b)"
        d="M331 135c0-8.401-6.599-15-15-15H196c-8.401 0-15 6.599-15 15v15H0v30h181v15c0 8.401 6.599 15 15 15h120c8.401 0 15-6.599 15-15v-15h181v-30H331zm15.938 159.5a14.987 14.987 0 0 0-12.861-7.5l-43.213-.396-21.943-37.222c-2.695-4.57-7.808-6.856-12.92-6.855-5.112 0-10.225 2.285-12.92 6.855l-21.943 37.222-43.214.396c-5.317.044-10.21 2.9-12.861 7.5s-2.681 10.254-.059 14.883L186.273 347l-21.27 37.617c-2.622 4.629-2.593 10.283.059 14.883s7.544 7.456 12.861 7.5l43.213.396 21.943 37.222a14.997 14.997 0 0 0 25.84 0l21.943-37.222 43.214-.396c5.317-.044 10.21-2.9 12.861-7.5s2.681-10.254.059-14.883L325.727 347l21.27-37.617a14.994 14.994 0 0 0-.059-14.883zm76.864 129.3C405.499 429.5 392 446.6 392 467v45h75c24.902 0 45-20.099 45-45v-75h-45c-20.398 0-37.5 13.5-43.198 31.8zm-335.604 0C82.5 405.5 65.398 392 45 392H0v75c0 24.901 20.098 45 45 45h75v-45c0-20.4-13.499-37.5-31.802-43.2zM467 0h-75v45c0 20.4 13.499 37.5 31.802 43.2C429.5 106.5 446.602 120 467 120h45V45c0-24.901-20.098-45-45-45zM88.198 88.2C106.501 82.5 120 65.4 120 45V0H45C20.098 0 0 20.099 0 45v75h45c20.398 0 37.5-13.5 43.198-31.8z"
    />
</svg>
More icons in the same style and category