rain medium icon
rain-medium from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- rain-medium
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in TDesign Icons
Use the rain medium icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M5 16.64c-1.185-.568-2-1.745-2-3.107c0-1.646 1.192-3.025 2.79-3.378Q5.7 9.689 5.7 9.2c0-2.847 2.376-5.16 5.322-5.2a5.7 5.7 0 0 1 1.424.163c2.047.506 3.626 2.138 3.98 4.17h.074a4.6 4.6 0 0 1 2.77.919c1.053.793 1.73 2.028 1.73 3.415c0 1.777-1.11 3.304-2.7 3.973M7.998 14.002V15m4-2.998v.999m4 1.001V15m-4 1v4m4-2.002h.004v.004h-.004zm-8 0h.004v.004h-.004z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignRainMedium(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M5 16.64c-1.185-.568-2-1.745-2-3.107c0-1.646 1.192-3.025 2.79-3.378Q5.7 9.689 5.7 9.2c0-2.847 2.376-5.16 5.322-5.2a5.7 5.7 0 0 1 1.424.163c2.047.506 3.626 2.138 3.98 4.17h.074a4.6 4.6 0 0 1 2.77.919c1.053.793 1.73 2.028 1.73 3.415c0 1.777-1.11 3.304-2.7 3.973M7.998 14.002V15m4-2.998v.999m4 1.001V15m-4 1v4m4-2.002h.004v.004h-.004zm-8 0h.004v.004h-.004z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M5 16.64c-1.185-.568-2-1.745-2-3.107c0-1.646 1.192-3.025 2.79-3.378Q5.7 9.689 5.7 9.2c0-2.847 2.376-5.16 5.322-5.2a5.7 5.7 0 0 1 1.424.163c2.047.506 3.626 2.138 3.98 4.17h.074a4.6 4.6 0 0 1 2.77.919c1.053.793 1.73 2.028 1.73 3.415c0 1.777-1.11 3.304-2.7 3.973M7.998 14.002V15m4-2.998v.999m4 1.001V15m-4 1v4m4-2.002h.004v.004h-.004zm-8 0h.004v.004h-.004z"/></svg> </template>
CSS
.icon-rain-medium {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M5%2016.64c-1.185-.568-2-1.745-2-3.107c0-1.646%201.192-3.025%202.79-3.378Q5.7%209.689%205.7%209.2c0-2.847%202.376-5.16%205.322-5.2a5.7%205.7%200%200%201%201.424.163c2.047.506%203.626%202.138%203.98%204.17h.074a4.6%204.6%200%200%201%202.77.919c1.053.793%201.73%202.028%201.73%203.415c0%201.777-1.11%203.304-2.7%203.973M7.998%2014.002V15m4-2.998v.999m4%201.001V15m-4%201v4m4-2.002h.004v.004h-.004zm-8%200h.004v.004h-.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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M5%2016.64c-1.185-.568-2-1.745-2-3.107c0-1.646%201.192-3.025%202.79-3.378Q5.7%209.689%205.7%209.2c0-2.847%202.376-5.16%205.322-5.2a5.7%205.7%200%200%201%201.424.163c2.047.506%203.626%202.138%203.98%204.17h.074a4.6%204.6%200%200%201%202.77.919c1.053.793%201.73%202.028%201.73%203.415c0%201.777-1.11%203.304-2.7%203.973M7.998%2014.002V15m4-2.998v.999m4%201.001V15m-4%201v4m4-2.002h.004v.004h-.004zm-8%200h.004v.004h-.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/rain-medium.svg?color=%231a73e8&size=48