cloudy rain icon

cloudy-rain from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
cloudy-rain
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the cloudy rain icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M15.5 11.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4 4 0 0 1 19 9a4 4 0 0 1-1.255 2.91a4.6 4.6 0 0 0-2.245-.577"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15.5 11.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4 4 0 0 1 19 9a4 4 0 0 1-1.255 2.91a4.6 4.6 0 0 0-2.245-.577Zm-2.502 8.665h.004v.004h-.004zm0-5h.004v.004h-.004zm-5 7h.004v.004h-.004zm0-5h.004v.004h-.004zm2.058-12.946l-.003.002l-.003-.003l.003-.002zM15 2h.004v.004H15zm4.951 2.049l.003.002l-.003.003l-.003-.002zM22.004 9v.004H22V9z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4 19.64c-1.185-.568-2-1.745-2-3.107c0-1.646 1.192-3.025 2.79-3.378q-.09-.466-.09-.955C4.7 9.328 7.118 7 10.1 7c2.676 0 4.897 1.874 5.325 4.334h.075c2.485 0 4.5 1.94 4.5 4.333c0 1.777-1.11 3.304-2.7 3.973"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignCloudyRain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M15.5 11.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4 4 0 0 1 19 9a4 4 0 0 1-1.255 2.91a4.6 4.6 0 0 0-2.245-.577"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M15.5 11.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4 4 0 0 1 19 9a4 4 0 0 1-1.255 2.91a4.6 4.6 0 0 0-2.245-.577Zm-2.502 8.665h.004v.004h-.004zm0-5h.004v.004h-.004zm-5 7h.004v.004h-.004zm0-5h.004v.004h-.004zm2.058-12.946l-.003.002l-.003-.003l.003-.002zM15 2h.004v.004H15zm4.951 2.049l.003.002l-.003.003l-.003-.002zM22.004 9v.004H22V9z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M4 19.64c-1.185-.568-2-1.745-2-3.107c0-1.646 1.192-3.025 2.79-3.378q-.09-.466-.09-.955C4.7 9.328 7.118 7 10.1 7c2.676 0 4.897 1.874 5.325 4.334h.075c2.485 0 4.5 1.94 4.5 4.333c0 1.777-1.11 3.304-2.7 3.973"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M15.5 11.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4 4 0 0 1 19 9a4 4 0 0 1-1.255 2.91a4.6 4.6 0 0 0-2.245-.577"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15.5 11.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4 4 0 0 1 19 9a4 4 0 0 1-1.255 2.91a4.6 4.6 0 0 0-2.245-.577Zm-2.502 8.665h.004v.004h-.004zm0-5h.004v.004h-.004zm-5 7h.004v.004h-.004zm0-5h.004v.004h-.004zm2.058-12.946l-.003.002l-.003-.003l.003-.002zM15 2h.004v.004H15zm4.951 2.049l.003.002l-.003.003l-.003-.002zM22.004 9v.004H22V9z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4 19.64c-1.185-.568-2-1.745-2-3.107c0-1.646 1.192-3.025 2.79-3.378q-.09-.466-.09-.955C4.7 9.328 7.118 7 10.1 7c2.676 0 4.897 1.874 5.325 4.334h.075c2.485 0 4.5 1.94 4.5 4.333c0 1.777-1.11 3.304-2.7 3.973"/></g></svg>
</template>

CSS

.icon-cloudy-rain {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M15.5%2011.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4%204%200%200%201%2019%209a4%204%200%200%201-1.255%202.91a4.6%204.6%200%200%200-2.245-.577%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15.5%2011.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4%204%200%200%201%2019%209a4%204%200%200%201-1.255%202.91a4.6%204.6%200%200%200-2.245-.577Zm-2.502%208.665h.004v.004h-.004zm0-5h.004v.004h-.004zm-5%207h.004v.004h-.004zm0-5h.004v.004h-.004zm2.058-12.946l-.003.002l-.003-.003l.003-.002zM15%202h.004v.004H15zm4.951%202.049l.003.002l-.003.003l-.003-.002zM22.004%209v.004H22V9z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4%2019.64c-1.185-.568-2-1.745-2-3.107c0-1.646%201.192-3.025%202.79-3.378q-.09-.466-.09-.955C4.7%209.328%207.118%207%2010.1%207c2.676%200%204.897%201.874%205.325%204.334h.075c2.485%200%204.5%201.94%204.5%204.333c0%201.777-1.11%203.304-2.7%203.973%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M15.5%2011.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4%204%200%200%201%2019%209a4%204%200%200%201-1.255%202.91a4.6%204.6%200%200%200-2.245-.577%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15.5%2011.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4%204%200%200%201%2019%209a4%204%200%200%201-1.255%202.91a4.6%204.6%200%200%200-2.245-.577Zm-2.502%208.665h.004v.004h-.004zm0-5h.004v.004h-.004zm-5%207h.004v.004h-.004zm0-5h.004v.004h-.004zm2.058-12.946l-.003.002l-.003-.003l.003-.002zM15%202h.004v.004H15zm4.951%202.049l.003.002l-.003.003l-.003-.002zM22.004%209v.004H22V9z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4%2019.64c-1.185-.568-2-1.745-2-3.107c0-1.646%201.192-3.025%202.79-3.378q-.09-.466-.09-.955C4.7%209.328%207.118%207%2010.1%207c2.676%200%204.897%201.874%205.325%204.334h.075c2.485%200%204.5%201.94%204.5%204.333c0%201.777-1.11%203.304-2.7%203.973%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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