Add icons to this collection by clicking the heart icon.
Case Study icon - also known as education, studying, book, searching, magnifier, magnifying, and case study. 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="450"
        y2="30"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#00b59c" />
        <stop offset="1" stop-color="#9cffac" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="256"
        x2="256"
        y1="512"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#c3ffe8" />
        <stop offset=".997" stop-color="#f0fff4" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M482 120V30H30v90c-16.569 0-30 13.431-30 30v285c0 8.284 6.716 15 15 15h482c8.284 0 15-6.716 15-15V150c0-16.569-13.431-30-30-30z"
    />
    <path
        fill="url(#b)"
        d="M497 0H15C6.599 0 0 6.599 0 15v135h512V15c0-8.401-6.599-15-15-15zM166 90H75c-8.401 0-15-6.601-15-15 0-8.401 6.599-15 15-15h91c8.401 0 15 6.599 15 15 0 8.399-6.599 15-15 15zm271 0H256c-8.401 0-15-6.601-15-15 0-8.401 6.599-15 15-15h181c8.401 0 15 6.599 15 15 0 8.399-6.599 15-15 15zm-181 90c-57.891 0-105 47.109-105 105 0 52.754 39.25 96.127 90 103.484V497c0 8.291 6.709 15 15 15s15-6.709 15-15V388.484c50.75-7.357 90-50.729 90-103.484 0-57.891-47.109-105-105-105z"
    />
</svg>
More icons in the same style and category