Add icons to this collection by clicking the heart icon.
Binoculars icon - also known as view, vision, search, zoom, goggles, sight, binoculars, spy, and miscellaneous. 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="15"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#addcff" />
        <stop offset=".503" stop-color="#eaf6ff" />
        <stop offset="1" stop-color="#eaf6ff" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="256"
        x2="256"
        y1="452"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#5558ff" />
        <stop offset="1" stop-color="#00c0ff" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M75 152h91c8.291 0 15-6.709 15-15V30c0-8.291-6.709-15-15-15H75c-8.291 0-15 6.709-15 15v107c0 8.291 6.709 15 15 15zm271 0h91c8.291 0 15-6.709 15-15V30c0-8.291-6.709-15-15-15h-91c-8.291 0-15 6.709-15 15v107c0 8.291 6.709 15 15 15zM181 317c0 8.291 6.709 15 15 15h120c8.291 0 15-6.709 15-15v-90c0-8.291-6.709-15-15-15H196c-8.291 0-15 6.709-15 15zM30 452v15c0 24.899 20.099 45 45 45h91c24.9 0 45-20.101 45-45v-15l-90-30zm361-30-90 30v15c0 24.899 20.1 45 45 45h91c24.9 0 45-20.101 45-45v-15z"
    />
    <path
        fill="url(#b)"
        d="M271 197c0-8.291-6.709-15-15-15s-15 6.709-15 15v150c0 8.291 6.709 15 15 15s15-6.709 15-15zm45-167h151c8.291 0 15-6.709 15-15s-6.709-15-15-15H316c-8.291 0-15 6.709-15 15s6.709 15 15 15zM45 30h151c8.291 0 15-6.709 15-15s-6.709-15-15-15H45c-8.291 0-15 6.709-15 15s6.709 15 15 15zm181 392h-15V137c0-8.401-6.599-15-15-15H45c-8.401 0-15 6.599-15 15v285H15c-8.401 0-15 6.599-15 15 0 8.399 6.599 15 15 15h211c8.401 0 15-6.601 15-15 0-8.401-6.599-15-15-15zm271 0h-15V137c0-8.401-6.599-15-15-15H316c-8.401 0-15 6.599-15 15v285h-15c-8.401 0-15 6.599-15 15 0 8.399 6.599 15 15 15h211c8.401 0 15-6.601 15-15 0-8.401-6.599-15-15-15z"
    />
</svg>
More icons in the same style and category