Add icons to this collection by clicking the heart icon.
Minimize icon - also known as interface, arrows, minimize, ui, arrow button, and adjustable. 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 64 64"
>
    <linearGradient
        id="a"
        x1=".673"
        x2="60.559"
        y1=".673"
        y2="60.559"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#fad729" />
        <stop offset="1" stop-color="#f04a4c" />
    </linearGradient>
    <linearGradient
        id="b"
        x1=".673"
        x2="60.559"
        y1=".673"
        y2="60.559"
        href="#a"
    />
    <path
        fill="url(#a)"
        d="M32 3a29 29 0 1 0 29 29A29.032 29.032 0 0 0 32 3zm0 54a25 25 0 1 1 25-25 25.028 25.028 0 0 1-25 25z"
    />
    <g fill="url(#b)">
        <path
            d="M29.367 15.9a2 2 0 0 0-2 2v6.633l-7.314-7.314a2 2 0 0 0-2.828 2.828l7.314 7.314H17.9a2 2 0 0 0 0 4h11.467a2 2 0 0 0 2-2V17.9a2 2 0 0 0-2-2zM46.1 32.639H34.633a2 2 0 0 0-2 2V46.1a2 2 0 0 0 4 0v-6.633l7.314 7.314a2 2 0 1 0 2.828-2.828l-7.314-7.314H46.1a2 2 0 0 0 0-4z"
        />
    </g>
</svg>
More icons in the same style and category