Add icons to this collection by clicking the heart icon.
Rain icon - also known as cloud, nature, weather, rain, and raining. Created in a clean flat 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 24 24"
>
    <linearGradient
        id="a"
        x1="12"
        x2="12"
        y1="3"
        y2="21"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#fd6700" />
        <stop offset="1" stop-color="#ffce00" />
    </linearGradient>
    <g fill="none">
        <path
            fill="url(#a)"
            fill-rule="evenodd"
            d="M2 10a6.988 6.988 0 0 0 2.661 5.494c.133-.212.27-.405.4-.573a9.301 9.301 0 0 1 .823-.929l.094-.09a1.5 1.5 0 0 1 2.044 0l.094.09a9.301 9.301 0 0 1 .822.928 6.4 6.4 0 0 1 .674 1.062c.136.278.275.626.344 1.018H10l.06-.08a9.3 9.3 0 0 1 .823-.928l.094-.09a1.5 1.5 0 0 1 2.044 0l.094.09A9.3 9.3 0 0 1 13.999 17h.046a3.82 3.82 0 0 1 .343-1.018c.2-.406.45-.77.674-1.061a9.3 9.3 0 0 1 .822-.929l.094-.09a1.5 1.5 0 0 1 2.044 0l.094.09a9.3 9.3 0 0 1 .822.928c.224.291.475.656.674 1.062.034.069.068.142.1.219a5 5 0 0 0-4.274-8.952A7.002 7.002 0 0 0 2 10zm5 9c.828 0 1.5-.395 1.5-1.5S7 15 7 15s-1.5 1.395-1.5 2.5S6.172 19 7 19zm11.5-1.5c0 1.105-.672 1.5-1.5 1.5s-1.5-.395-1.5-1.5S17 15 17 15s1.5 1.395 1.5 2.5zM12 21c.828 0 1.5-.395 1.5-1.5S12 17 12 17s-1.5 1.395-1.5 2.5.672 1.5 1.5 1.5z"
            clip-rule="evenodd"
        />
    </g>
</svg>
More icons in the same style and category