cloudy night rain icon
cloudy-night-rain from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- cloudy-night-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 night 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.512 11.322h-.075c-.354-2.034-1.933-3.669-3.983-4.175a5.6 5.6 0 0 0-1.425-.162A5.51 5.51 0 0 1 15.032 2q-.02.237-.02.48a5.505 5.505 0 0 0 5.985 5.484a5.5 5.5 0 0 1-2.712 4.277a4.6 4.6 0 0 0-2.773-.92"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15.512 11.322h-.075c-.354-2.034-1.933-3.669-3.983-4.175a5.6 5.6 0 0 0-1.425-.162A5.51 5.51 0 0 1 15.032 2q-.02.237-.02.48a5.505 5.505 0 0 0 5.985 5.484a5.5 5.5 0 0 1-2.712 4.277a4.6 4.6 0 0 0-2.773-.92Zm-2.516 3.655H13v.003h-.004zm.004 5h.004v.003H13zm-5-3h.004v.003H8zm0 5h.004v.003H8z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4.002 19.636C2.815 19.068 2 17.889 2 16.526c0-1.648 1.193-3.027 2.793-3.381q-.09-.466-.09-.956c0-2.874 2.42-5.205 5.405-5.205c.465 0 .916.057 1.347.163c2.049.507 3.629 2.14 3.983 4.175h.074c.819 0 1.586.21 2.247.577c1.35.75 2.258 2.153 2.258 3.76c0 1.779-1.112 3.308-2.703 3.977"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignCloudyNightRain(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.512 11.322h-.075c-.354-2.034-1.933-3.669-3.983-4.175a5.6 5.6 0 0 0-1.425-.162A5.51 5.51 0 0 1 15.032 2q-.02.237-.02.48a5.505 5.505 0 0 0 5.985 5.484a5.5 5.5 0 0 1-2.712 4.277a4.6 4.6 0 0 0-2.773-.92"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M15.512 11.322h-.075c-.354-2.034-1.933-3.669-3.983-4.175a5.6 5.6 0 0 0-1.425-.162A5.51 5.51 0 0 1 15.032 2q-.02.237-.02.48a5.505 5.505 0 0 0 5.985 5.484a5.5 5.5 0 0 1-2.712 4.277a4.6 4.6 0 0 0-2.773-.92Zm-2.516 3.655H13v.003h-.004zm.004 5h.004v.003H13zm-5-3h.004v.003H8zm0 5h.004v.003H8z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M4.002 19.636C2.815 19.068 2 17.889 2 16.526c0-1.648 1.193-3.027 2.793-3.381q-.09-.466-.09-.956c0-2.874 2.42-5.205 5.405-5.205c.465 0 .916.057 1.347.163c2.049.507 3.629 2.14 3.983 4.175h.074c.819 0 1.586.21 2.247.577c1.35.75 2.258 2.153 2.258 3.76c0 1.779-1.112 3.308-2.703 3.977"/></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.512 11.322h-.075c-.354-2.034-1.933-3.669-3.983-4.175a5.6 5.6 0 0 0-1.425-.162A5.51 5.51 0 0 1 15.032 2q-.02.237-.02.48a5.505 5.505 0 0 0 5.985 5.484a5.5 5.5 0 0 1-2.712 4.277a4.6 4.6 0 0 0-2.773-.92"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15.512 11.322h-.075c-.354-2.034-1.933-3.669-3.983-4.175a5.6 5.6 0 0 0-1.425-.162A5.51 5.51 0 0 1 15.032 2q-.02.237-.02.48a5.505 5.505 0 0 0 5.985 5.484a5.5 5.5 0 0 1-2.712 4.277a4.6 4.6 0 0 0-2.773-.92Zm-2.516 3.655H13v.003h-.004zm.004 5h.004v.003H13zm-5-3h.004v.003H8zm0 5h.004v.003H8z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4.002 19.636C2.815 19.068 2 17.889 2 16.526c0-1.648 1.193-3.027 2.793-3.381q-.09-.466-.09-.956c0-2.874 2.42-5.205 5.405-5.205c.465 0 .916.057 1.347.163c2.049.507 3.629 2.14 3.983 4.175h.074c.819 0 1.586.21 2.247.577c1.35.75 2.258 2.153 2.258 3.76c0 1.779-1.112 3.308-2.703 3.977"/></g></svg> </template>
CSS
.icon-cloudy-night-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.512%2011.322h-.075c-.354-2.034-1.933-3.669-3.983-4.175a5.6%205.6%200%200%200-1.425-.162A5.51%205.51%200%200%201%2015.032%202q-.02.237-.02.48a5.505%205.505%200%200%200%205.985%205.484a5.5%205.5%200%200%201-2.712%204.277a4.6%204.6%200%200%200-2.773-.92%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15.512%2011.322h-.075c-.354-2.034-1.933-3.669-3.983-4.175a5.6%205.6%200%200%200-1.425-.162A5.51%205.51%200%200%201%2015.032%202q-.02.237-.02.48a5.505%205.505%200%200%200%205.985%205.484a5.5%205.5%200%200%201-2.712%204.277a4.6%204.6%200%200%200-2.773-.92Zm-2.516%203.655H13v.003h-.004zm.004%205h.004v.003H13zm-5-3h.004v.003H8zm0%205h.004v.003H8z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4.002%2019.636C2.815%2019.068%202%2017.889%202%2016.526c0-1.648%201.193-3.027%202.793-3.381q-.09-.466-.09-.956c0-2.874%202.42-5.205%205.405-5.205c.465%200%20.916.057%201.347.163c2.049.507%203.629%202.14%203.983%204.175h.074c.819%200%201.586.21%202.247.577c1.35.75%202.258%202.153%202.258%203.76c0%201.779-1.112%203.308-2.703%203.977%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.512%2011.322h-.075c-.354-2.034-1.933-3.669-3.983-4.175a5.6%205.6%200%200%200-1.425-.162A5.51%205.51%200%200%201%2015.032%202q-.02.237-.02.48a5.505%205.505%200%200%200%205.985%205.484a5.5%205.5%200%200%201-2.712%204.277a4.6%204.6%200%200%200-2.773-.92%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15.512%2011.322h-.075c-.354-2.034-1.933-3.669-3.983-4.175a5.6%205.6%200%200%200-1.425-.162A5.51%205.51%200%200%201%2015.032%202q-.02.237-.02.48a5.505%205.505%200%200%200%205.985%205.484a5.5%205.5%200%200%201-2.712%204.277a4.6%204.6%200%200%200-2.773-.92Zm-2.516%203.655H13v.003h-.004zm.004%205h.004v.003H13zm-5-3h.004v.003H8zm0%205h.004v.003H8z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4.002%2019.636C2.815%2019.068%202%2017.889%202%2016.526c0-1.648%201.193-3.027%202.793-3.381q-.09-.466-.09-.956c0-2.874%202.42-5.205%205.405-5.205c.465%200%20.916.057%201.347.163c2.049.507%203.629%202.14%203.983%204.175h.074c.819%200%201.586.21%202.247.577c1.35.75%202.258%202.153%202.258%203.76c0%201.779-1.112%203.308-2.703%203.977%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-night-rain.svg?color=%231a73e8&size=48