rain-light-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
rain-light-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the rain light icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.1 3h-.091C7.55 3.049 4.7 5.77 4.7 9.2q0 .132.006.262C3.125 10.158 2 11.704 2 13.533c0 1.776 1.063 3.288 2.568 4.009l.205.098h13.728l.186-.079C20.618 16.75 22 14.877 22 12.667c0-1.723-.842-3.245-2.127-4.214a5.6 5.6 0 0 0-2.653-1.075c-.655-2.066-2.387-3.655-4.534-4.186A6.6 6.6 0 0 0 11.1 3M6.998 18.998h2.004v2.004H6.998zm8 0h2.004v2.004h-2.004zm-1.996 2h-2.004v2.004h2.004z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignRainLightFilled(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="M11.1 3h-.091C7.55 3.049 4.7 5.77 4.7 9.2q0 .132.006.262C3.125 10.158 2 11.704 2 13.533c0 1.776 1.063 3.288 2.568 4.009l.205.098h13.728l.186-.079C20.618 16.75 22 14.877 22 12.667c0-1.723-.842-3.245-2.127-4.214a5.6 5.6 0 0 0-2.653-1.075c-.655-2.066-2.387-3.655-4.534-4.186A6.6 6.6 0 0 0 11.1 3M6.998 18.998h2.004v2.004H6.998zm8 0h2.004v2.004h-2.004zm-1.996 2h-2.004v2.004h2.004z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.1 3h-.091C7.55 3.049 4.7 5.77 4.7 9.2q0 .132.006.262C3.125 10.158 2 11.704 2 13.533c0 1.776 1.063 3.288 2.568 4.009l.205.098h13.728l.186-.079C20.618 16.75 22 14.877 22 12.667c0-1.723-.842-3.245-2.127-4.214a5.6 5.6 0 0 0-2.653-1.075c-.655-2.066-2.387-3.655-4.534-4.186A6.6 6.6 0 0 0 11.1 3M6.998 18.998h2.004v2.004H6.998zm8 0h2.004v2.004h-2.004zm-1.996 2h-2.004v2.004h2.004z"/></svg>
</template>

CSS

.icon-rain-light-filled {
  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%22M11.1%203h-.091C7.55%203.049%204.7%205.77%204.7%209.2q0%20.132.006.262C3.125%2010.158%202%2011.704%202%2013.533c0%201.776%201.063%203.288%202.568%204.009l.205.098h13.728l.186-.079C20.618%2016.75%2022%2014.877%2022%2012.667c0-1.723-.842-3.245-2.127-4.214a5.6%205.6%200%200%200-2.653-1.075c-.655-2.066-2.387-3.655-4.534-4.186A6.6%206.6%200%200%200%2011.1%203M6.998%2018.998h2.004v2.004H6.998zm8%200h2.004v2.004h-2.004zm-1.996%202h-2.004v2.004h2.004z%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%22M11.1%203h-.091C7.55%203.049%204.7%205.77%204.7%209.2q0%20.132.006.262C3.125%2010.158%202%2011.704%202%2013.533c0%201.776%201.063%203.288%202.568%204.009l.205.098h13.728l.186-.079C20.618%2016.75%2022%2014.877%2022%2012.667c0-1.723-.842-3.245-2.127-4.214a5.6%205.6%200%200%200-2.653-1.075c-.655-2.066-2.387-3.655-4.534-4.186A6.6%206.6%200%200%200%2011.1%203M6.998%2018.998h2.004v2.004H6.998zm8%200h2.004v2.004h-2.004zm-1.996%202h-2.004v2.004h2.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/rain-light-filled.svg?color=%231a73e8&size=48