cloud rain icon
cloud-rain from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- cloud-rain
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-cloud-rain
The same icon in other sets
Related icons in BoxIcons v2
Use the cloud rain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 13h2v7H8zm3 2h2v7h-2zm3-2h2v7h-2z"/><path fill="currentColor" d="M18.944 10.113C18.507 6.671 15.56 4.001 12 4.001c-2.756 0-5.15 1.611-6.243 4.15C3.609 8.793 2 10.82 2 13.001c0 2.757 2.243 5 5 5v-2c-1.654 0-3-1.346-3-3c0-1.403 1.199-2.756 2.673-3.015l.581-.103l.192-.559C8.149 7.274 9.895 6.001 12 6.001c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888"/></svg>
React
import type { SVGProps } from "react";
export function BxCloudRain(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="M8 13h2v7H8zm3 2h2v7h-2zm3-2h2v7h-2z"/><path fill="currentColor" d="M18.944 10.113C18.507 6.671 15.56 4.001 12 4.001c-2.756 0-5.15 1.611-6.243 4.15C3.609 8.793 2 10.82 2 13.001c0 2.757 2.243 5 5 5v-2c-1.654 0-3-1.346-3-3c0-1.403 1.199-2.756 2.673-3.015l.581-.103l.192-.559C8.149 7.274 9.895 6.001 12 6.001c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 13h2v7H8zm3 2h2v7h-2zm3-2h2v7h-2z"/><path fill="currentColor" d="M18.944 10.113C18.507 6.671 15.56 4.001 12 4.001c-2.756 0-5.15 1.611-6.243 4.15C3.609 8.793 2 10.82 2 13.001c0 2.757 2.243 5 5 5v-2c-1.654 0-3-1.346-3-3c0-1.403 1.199-2.756 2.673-3.015l.581-.103l.192-.559C8.149 7.274 9.895 6.001 12 6.001c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888"/></svg> </template>
CSS
.icon-cloud-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2013h2v7H8zm3%202h2v7h-2zm3-2h2v7h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.944%2010.113C18.507%206.671%2015.56%204.001%2012%204.001c-2.756%200-5.15%201.611-6.243%204.15C3.609%208.793%202%2010.82%202%2013.001c0%202.757%202.243%205%205%205v-2c-1.654%200-3-1.346-3-3c0-1.403%201.199-2.756%202.673-3.015l.581-.103l.192-.559C8.149%207.274%209.895%206.001%2012%206.001c2.757%200%205%202.243%205%205v1h1c1.103%200%202%20.897%202%202s-.897%202-2%202h-1v2h1c2.206%200%204-1.794%204-4a4.01%204.01%200%200%200-3.056-3.888%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%22M8%2013h2v7H8zm3%202h2v7h-2zm3-2h2v7h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.944%2010.113C18.507%206.671%2015.56%204.001%2012%204.001c-2.756%200-5.15%201.611-6.243%204.15C3.609%208.793%202%2010.82%202%2013.001c0%202.757%202.243%205%205%205v-2c-1.654%200-3-1.346-3-3c0-1.403%201.199-2.756%202.673-3.015l.581-.103l.192-.559C8.149%207.274%209.895%206.001%2012%206.001c2.757%200%205%202.243%205%205v1h1c1.103%200%202%20.897%202%202s-.897%202-2%202h-1v2h1c2.206%200%204-1.794%204-4a4.01%204.01%200%200%200-3.056-3.888%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/cloud-rain.svg?color=%231a73e8&size=48