rainy light icon
rainy-light from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- rainy-light
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- rainy-light-outline, rainy-light-outline-rounded, rainy-light-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the rainy light icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.72 11.439q-.183.084-.379.024q-.195-.061-.28-.244l-2.5-5q-.084-.182-.023-.378q.06-.195.243-.28q.183-.084.378-.023q.195.06.28.243l2.5 5q.084.183.024.378t-.244.28m3.5 7q-.182.103-.378.033q-.195-.07-.299-.253l-2-4q-.084-.182-.014-.378q.07-.195.253-.299q.183-.084.378-.014t.28.253l2.019 4q.084.183.014.368q-.07.186-.253.29m2.05-5q-.182.084-.387.024t-.29-.244l-3.5-7q-.084-.182-.024-.378q.06-.195.244-.28q.182-.103.387-.033t.29.253l3.5 7q.084.183.024.378t-.244.28m2.15-5q-.182.103-.378.043q-.195-.06-.28-.243l-.994-2.02q-.084-.182-.024-.387t.244-.29q.182-.084.384-.014t.287.253l1 2q.084.183.014.368q-.07.186-.253.29m.213 10.03q-.205-.067-.29-.25l-1-2q-.084-.182-.014-.387t.253-.29t.368-.014t.29.253l1.019 1.98q.084.183.014.376q-.07.192-.253.296q-.182.104-.387.036m5.037-.036q-.182.104-.378.036q-.195-.067-.28-.25l-3.5-7q-.084-.182-.023-.378q.06-.195.243-.299q.183-.084.387-.014t.29.253l3.5 6.98q.084.183.014.376q-.07.192-.253.296m1.55-5.994q-.182.103-.378.033q-.195-.07-.299-.253l-3-6q-.084-.182-.014-.387t.253-.29t.378-.014t.28.253l3 6q.084.183.024.378t-.244.28m3 6q-.182.103-.378.033q-.195-.07-.299-.253l-1.5-3q-.084-.182-.014-.387t.253-.29t.378-.014t.28.253l1.5 3q.084.183.024.378t-.244.28"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRainyLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.72 11.439q-.183.084-.379.024q-.195-.061-.28-.244l-2.5-5q-.084-.182-.023-.378q.06-.195.243-.28q.183-.084.378-.023q.195.06.28.243l2.5 5q.084.183.024.378t-.244.28m3.5 7q-.182.103-.378.033q-.195-.07-.299-.253l-2-4q-.084-.182-.014-.378q.07-.195.253-.299q.183-.084.378-.014t.28.253l2.019 4q.084.183.014.368q-.07.186-.253.29m2.05-5q-.182.084-.387.024t-.29-.244l-3.5-7q-.084-.182-.024-.378q.06-.195.244-.28q.182-.103.387-.033t.29.253l3.5 7q.084.183.024.378t-.244.28m2.15-5q-.182.103-.378.043q-.195-.06-.28-.243l-.994-2.02q-.084-.182-.024-.387t.244-.29q.182-.084.384-.014t.287.253l1 2q.084.183.014.368q-.07.186-.253.29m.213 10.03q-.205-.067-.29-.25l-1-2q-.084-.182-.014-.387t.253-.29t.368-.014t.29.253l1.019 1.98q.084.183.014.376q-.07.192-.253.296q-.182.104-.387.036m5.037-.036q-.182.104-.378.036q-.195-.067-.28-.25l-3.5-7q-.084-.182-.023-.378q.06-.195.243-.299q.183-.084.387-.014t.29.253l3.5 6.98q.084.183.014.376q-.07.192-.253.296m1.55-5.994q-.182.103-.378.033q-.195-.07-.299-.253l-3-6q-.084-.182-.014-.387t.253-.29t.378-.014t.28.253l3 6q.084.183.024.378t-.244.28m3 6q-.182.103-.378.033q-.195-.07-.299-.253l-1.5-3q-.084-.182-.014-.387t.253-.29t.378-.014t.28.253l1.5 3q.084.183.024.378t-.244.28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.72 11.439q-.183.084-.379.024q-.195-.061-.28-.244l-2.5-5q-.084-.182-.023-.378q.06-.195.243-.28q.183-.084.378-.023q.195.06.28.243l2.5 5q.084.183.024.378t-.244.28m3.5 7q-.182.103-.378.033q-.195-.07-.299-.253l-2-4q-.084-.182-.014-.378q.07-.195.253-.299q.183-.084.378-.014t.28.253l2.019 4q.084.183.014.368q-.07.186-.253.29m2.05-5q-.182.084-.387.024t-.29-.244l-3.5-7q-.084-.182-.024-.378q.06-.195.244-.28q.182-.103.387-.033t.29.253l3.5 7q.084.183.024.378t-.244.28m2.15-5q-.182.103-.378.043q-.195-.06-.28-.243l-.994-2.02q-.084-.182-.024-.387t.244-.29q.182-.084.384-.014t.287.253l1 2q.084.183.014.368q-.07.186-.253.29m.213 10.03q-.205-.067-.29-.25l-1-2q-.084-.182-.014-.387t.253-.29t.368-.014t.29.253l1.019 1.98q.084.183.014.376q-.07.192-.253.296q-.182.104-.387.036m5.037-.036q-.182.104-.378.036q-.195-.067-.28-.25l-3.5-7q-.084-.182-.023-.378q.06-.195.243-.299q.183-.084.387-.014t.29.253l3.5 6.98q.084.183.014.376q-.07.192-.253.296m1.55-5.994q-.182.103-.378.033q-.195-.07-.299-.253l-3-6q-.084-.182-.014-.387t.253-.29t.378-.014t.28.253l3 6q.084.183.024.378t-.244.28m3 6q-.182.103-.378.033q-.195-.07-.299-.253l-1.5-3q-.084-.182-.014-.387t.253-.29t.378-.014t.28.253l1.5 3q.084.183.024.378t-.244.28"/></svg> </template>
CSS
.icon-rainy-light {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.72%2011.439q-.183.084-.379.024q-.195-.061-.28-.244l-2.5-5q-.084-.182-.023-.378q.06-.195.243-.28q.183-.084.378-.023q.195.06.28.243l2.5%205q.084.183.024.378t-.244.28m3.5%207q-.182.103-.378.033q-.195-.07-.299-.253l-2-4q-.084-.182-.014-.378q.07-.195.253-.299q.183-.084.378-.014t.28.253l2.019%204q.084.183.014.368q-.07.186-.253.29m2.05-5q-.182.084-.387.024t-.29-.244l-3.5-7q-.084-.182-.024-.378q.06-.195.244-.28q.182-.103.387-.033t.29.253l3.5%207q.084.183.024.378t-.244.28m2.15-5q-.182.103-.378.043q-.195-.06-.28-.243l-.994-2.02q-.084-.182-.024-.387t.244-.29q.182-.084.384-.014t.287.253l1%202q.084.183.014.368q-.07.186-.253.29m.213%2010.03q-.205-.067-.29-.25l-1-2q-.084-.182-.014-.387t.253-.29t.368-.014t.29.253l1.019%201.98q.084.183.014.376q-.07.192-.253.296q-.182.104-.387.036m5.037-.036q-.182.104-.378.036q-.195-.067-.28-.25l-3.5-7q-.084-.182-.023-.378q.06-.195.243-.299q.183-.084.387-.014t.29.253l3.5%206.98q.084.183.014.376q-.07.192-.253.296m1.55-5.994q-.182.103-.378.033q-.195-.07-.299-.253l-3-6q-.084-.182-.014-.387t.253-.29t.378-.014t.28.253l3%206q.084.183.024.378t-.244.28m3%206q-.182.103-.378.033q-.195-.07-.299-.253l-1.5-3q-.084-.182-.014-.387t.253-.29t.378-.014t.28.253l1.5%203q.084.183.024.378t-.244.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.72%2011.439q-.183.084-.379.024q-.195-.061-.28-.244l-2.5-5q-.084-.182-.023-.378q.06-.195.243-.28q.183-.084.378-.023q.195.06.28.243l2.5%205q.084.183.024.378t-.244.28m3.5%207q-.182.103-.378.033q-.195-.07-.299-.253l-2-4q-.084-.182-.014-.378q.07-.195.253-.299q.183-.084.378-.014t.28.253l2.019%204q.084.183.014.368q-.07.186-.253.29m2.05-5q-.182.084-.387.024t-.29-.244l-3.5-7q-.084-.182-.024-.378q.06-.195.244-.28q.182-.103.387-.033t.29.253l3.5%207q.084.183.024.378t-.244.28m2.15-5q-.182.103-.378.043q-.195-.06-.28-.243l-.994-2.02q-.084-.182-.024-.387t.244-.29q.182-.084.384-.014t.287.253l1%202q.084.183.014.368q-.07.186-.253.29m.213%2010.03q-.205-.067-.29-.25l-1-2q-.084-.182-.014-.387t.253-.29t.368-.014t.29.253l1.019%201.98q.084.183.014.376q-.07.192-.253.296q-.182.104-.387.036m5.037-.036q-.182.104-.378.036q-.195-.067-.28-.25l-3.5-7q-.084-.182-.023-.378q.06-.195.243-.299q.183-.084.387-.014t.29.253l3.5%206.98q.084.183.014.376q-.07.192-.253.296m1.55-5.994q-.182.103-.378.033q-.195-.07-.299-.253l-3-6q-.084-.182-.014-.387t.253-.29t.378-.014t.28.253l3%206q.084.183.024.378t-.244.28m3%206q-.182.103-.378.033q-.195-.07-.299-.253l-1.5-3q-.084-.182-.014-.387t.253-.29t.378-.014t.28.253l1.5%203q.084.183.024.378t-.244.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/rainy-light.svg?color=%231a73e8&size=48