Add icons to this collection by clicking the heart icon.
Zoom Out icon - also known as interface, magnifying glass, ui, zoom out, minus sign, and loupe. 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 24 24"
>
    <linearGradient
        id="a"
        x1="12"
        x2="12"
        y1="2"
        y2="22"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#00bcd4" />
        <stop offset="1" stop-color="#1976d2" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="m21.707 20.293-5.395-5.396A7.95 7.95 0 0 0 18 10c0-4.411-3.589-8-8-8s-8 3.589-8 8 3.589 8 8 8a7.95 7.95 0 0 0 4.897-1.688l5.396 5.395a.997.997 0 0 0 1.414 0 1 1 0 0 0 0-1.414zM4 10c0-3.309 2.691-6 6-6s6 2.691 6 6-2.691 6-6 6-6-2.691-6-6zm10 0a1 1 0 0 1-1 1H7a1 1 0 1 1 0-2h6a1 1 0 0 1 1 1z"
    />
</svg>
More icons in the same style and category