rainy-light-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
rainy-light-sharp
Set
Material Symbols
Style
Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
rainy-light-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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.05 12.375L.65 5.55l1.8-.9l3.4 6.8zm3.5 7L4.675 13.55l1.75-.9l2.9 5.8zm2.05-5L5.2 5.55l1.775-.9l4.4 8.8zm2.175-5.025l-1.9-3.8l1.775-.875l1.9 3.775zm.6 10l-1.9-3.8l1.775-.875l1.875 3.75zm4.65 0l-4.4-8.8l1.775-.9l4.4 8.775zm1.525-5.975L14.675 5.55l1.775-.875l3.9 7.775zm3 6l-2.375-4.825l1.775-.875l2.4 4.775z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRainyLightSharp(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.05 12.375L.65 5.55l1.8-.9l3.4 6.8zm3.5 7L4.675 13.55l1.75-.9l2.9 5.8zm2.05-5L5.2 5.55l1.775-.9l4.4 8.8zm2.175-5.025l-1.9-3.8l1.775-.875l1.9 3.775zm.6 10l-1.9-3.8l1.775-.875l1.875 3.75zm4.65 0l-4.4-8.8l1.775-.9l4.4 8.775zm1.525-5.975L14.675 5.55l1.775-.875l3.9 7.775zm3 6l-2.375-4.825l1.775-.875l2.4 4.775z"/></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.05 12.375L.65 5.55l1.8-.9l3.4 6.8zm3.5 7L4.675 13.55l1.75-.9l2.9 5.8zm2.05-5L5.2 5.55l1.775-.9l4.4 8.8zm2.175-5.025l-1.9-3.8l1.775-.875l1.9 3.775zm.6 10l-1.9-3.8l1.775-.875l1.875 3.75zm4.65 0l-4.4-8.8l1.775-.9l4.4 8.775zm1.525-5.975L14.675 5.55l1.775-.875l3.9 7.775zm3 6l-2.375-4.825l1.775-.875l2.4 4.775z"/></svg>
</template>

CSS

.icon-rainy-light-sharp {
  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.05%2012.375L.65%205.55l1.8-.9l3.4%206.8zm3.5%207L4.675%2013.55l1.75-.9l2.9%205.8zm2.05-5L5.2%205.55l1.775-.9l4.4%208.8zm2.175-5.025l-1.9-3.8l1.775-.875l1.9%203.775zm.6%2010l-1.9-3.8l1.775-.875l1.875%203.75zm4.65%200l-4.4-8.8l1.775-.9l4.4%208.775zm1.525-5.975L14.675%205.55l1.775-.875l3.9%207.775zm3%206l-2.375-4.825l1.775-.875l2.4%204.775z%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.05%2012.375L.65%205.55l1.8-.9l3.4%206.8zm3.5%207L4.675%2013.55l1.75-.9l2.9%205.8zm2.05-5L5.2%205.55l1.775-.9l4.4%208.8zm2.175-5.025l-1.9-3.8l1.775-.875l1.9%203.775zm.6%2010l-1.9-3.8l1.775-.875l1.875%203.75zm4.65%200l-4.4-8.8l1.775-.9l4.4%208.775zm1.525-5.975L14.675%205.55l1.775-.875l3.9%207.775zm3%206l-2.375-4.825l1.775-.875l2.4%204.775z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/rainy-light-sharp.svg?color=%231a73e8&size=48