Add icons to this collection by clicking the heart icon.
Brightness icon - also known as light, star, illumination, weather, brightness, sun, and edit tools. 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="100"
    height="100"
    viewBox="0 0 512 512"
>
    <linearGradient
        id="a"
        x1="0"
        x2="512"
        y1="258"
        y2="258"
        gradientTransform="matrix(1 0 0 -1 0 514)"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#00f2fe" />
        <stop offset=".021" stop-color="#03effe" />
        <stop offset=".293" stop-color="#24d2fe" />
        <stop offset=".554" stop-color="#3cbdfe" />
        <stop offset=".796" stop-color="#4ab0fe" />
        <stop offset="1" stop-color="#4facfe" />
    </linearGradient>
    <path
        d="M256 96c-11.046 0-20-8.954-20-20V20c0-11.046 8.954-20 20-20s20 8.954 20 20v56c0 11.046-8.954 20-20 20zM96 256c0-11.046-8.954-20-20-20H20c-11.046 0-20 8.954-20 20s8.954 20 20 20h56c11.046 0 20-8.954 20-20zm180 236v-56c0-11.046-8.954-20-20-20s-20 8.954-20 20v56c0 11.046 8.954 20 20 20s20-8.954 20-20zm236-236c0-11.046-8.954-20-20-20h-56c-11.046 0-20 8.954-20 20s8.954 20 20 20h56c11.046 0 20-8.954 20-20zM397.422 142.863l39.598-39.598c7.811-7.811 7.81-20.474-.001-28.284-7.811-7.811-20.474-7.811-28.284 0l-39.598 39.598c-7.811 7.811-7.81 20.474.001 28.284 3.905 3.905 9.023 5.858 14.142 5.858s10.237-1.953 14.142-5.858zm-254.56 0c7.811-7.811 7.812-20.474.001-28.284L103.266 74.98c-7.812-7.81-20.475-7.81-28.284 0-7.811 7.81-7.812 20.474-.001 28.284l39.598 39.598a19.935 19.935 0 0 0 14.143 5.858 19.929 19.929 0 0 0 14.14-5.857zM103.266 437.02l39.598-39.598c7.811-7.811 7.81-20.474-.001-28.284s-20.474-7.811-28.284 0L74.98 408.735c-7.811 7.811-7.81 20.474.001 28.284 3.905 3.905 9.023 5.858 14.142 5.858s10.237-1.952 14.143-5.857zm333.753 0c7.811-7.81 7.812-20.474.001-28.284l-39.598-39.598c-7.811-7.811-20.474-7.81-28.284 0-7.811 7.811-7.812 20.474-.001 28.284l39.598 39.598a19.935 19.935 0 0 0 14.143 5.858 19.946 19.946 0 0 0 14.141-5.858zM288.91 371.426c10.623-3.024 16.784-14.087 13.761-24.711-3.024-10.624-14.085-16.785-24.712-13.761A80.195 80.195 0 0 1 256 336c-44.112 0-80-35.888-80-80s35.888-80 80-80 80 35.888 80 80c0 7.849-1.13 15.596-3.357 23.024-3.173 10.58 2.832 21.729 13.412 24.902 10.581 3.173 21.729-2.832 24.902-13.412A120.047 120.047 0 0 0 376 256c0-66.168-53.832-120-120-120s-120 53.832-120 120 53.832 120 120 120c11.174 0 22.247-1.539 32.91-4.574z"
        fill="url(#a)"
    />
</svg>
More icons in the same style and category