Add icons to this collection by clicking the heart icon.
Layout icon - also known as web design, website, layout, ui, web page, and user interface. 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 32 32"
>
    <linearGradient
        id="a"
        x1="2"
        x2="30"
        y1="16"
        y2="16"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#0fdcdd" />
        <stop offset="1" stop-color="#46a1e8" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M28 3H4a2.003 2.003 0 0 0-2 2v4a2.003 2.003 0 0 0 2 2h24a2.003 2.003 0 0 0 2-2V5a2.003 2.003 0 0 0-2-2zm0 6H4V5l24-.002zm0 12H4a2.003 2.003 0 0 0-2 2v4a2.003 2.003 0 0 0 2 2h24a2.003 2.003 0 0 0 2-2v-4a2.003 2.003 0 0 0-2-2zm0 6H4v-4l24-.002zm1-8H3a1 1 0 0 1 0-2h26a1 1 0 0 1 0 2zm0-4H3a1 1 0 0 1 0-2h26a1 1 0 0 1 0 2z"
    />
</svg>
More icons in the same style and category