Add icons to this collection by clicking the heart icon.
Weight icon - also known as weight, weighing scale, 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="90"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#00b59c" />
        <stop offset="1" stop-color="#9cffac" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="256"
        x2="256"
        y1="390"
        y2="180"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#c3ffe8" />
        <stop offset=".997" stop-color="#f0fff4" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="m511.7 494.6-51.599-311.9c-5.999-36.3-37.2-62.7-73.799-62.7H361l-16.336-30L331 120H181l-13.664-30L151 120h-25.302c-36.599 0-67.8 26.4-73.799 62.699L.3 494.6c-.901 4.2.3 8.699 3.3 12 2.699 3.6 6.899 5.4 11.4 5.4h60.901c7.2 0 13.499-5.4 14.7-12.602l5.698-34.799c1.201-7.2 7.5-12.6 15-12.6h289.402c7.5 0 13.799 5.4 15 12.6l5.698 34.799c1.201 7.202 7.5 12.602 14.7 12.602H497c4.501 0 8.701-1.8 11.4-5.4 2.999-3.301 4.201-7.8 3.3-12z"
    />
    <path
        fill="url(#b)"
        d="M497 0H15C6.599 0 0 6.599 0 15c0 41.4 33.6 75 75 75h76v30h30V90h150v30h30V90h76c41.4 0 75-33.6 75-75 0-8.401-6.599-15-15-15zM256 180c-57.891 0-105 47.109-105 105s47.109 105 105 105 105-47.109 105-105-47.109-105-105-105zm15 105c0 8.291-6.709 15-15 15s-15-6.709-15-15v-30c0-8.291 6.709-15 15-15s15 6.709 15 15zm136 75c-8.284 0-15 6.716-15 15s6.716 15 15 15 15-6.716 15-15-6.716-15-15-15zm-302 0c-8.284 0-15 6.716-15 15s6.716 15 15 15 15-6.716 15-15-6.716-15-15-15z"
    />
</svg>
More icons in the same style and category