cloud storm icon
cloud-storm-filled from Reicon by REICON · Filled · Weather · MIT Free for personal and commercial use.
- Name
- cloud-storm-filled
- Set
- Reicon
- Style
- Filled
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More weather icons from Reicon
Use the cloud storm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.854 14.51a.75.75 0 0 1-.079 1.058L8.02 17.943h2.267a.75.75 0 0 1 .49 1.318L6.49 22.953a.75.75 0 1 1-.98-1.136l2.756-2.374H6a.75.75 0 0 1-.49-1.319l4.286-3.692a.75.75 0 0 1 1.058.078m4.676.46a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m2 3.5a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m-4 1a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/><path d="M19.124 18.255a2.245 2.245 0 0 0-2.255-1.501a2.25 2.25 0 0 0-3.46-2.845l-.883.883a2.25 2.25 0 0 0-3.71-1.496l-4.285 3.692c-.379.327-.629.76-.73 1.228A4.22 4.22 0 0 1 2 14.765c0-2.34 1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 5.528 9.32 3 12.476 3c2.94 0 5.361 2.194 5.68 5.015C20.392 8.78 22 10.881 22 13.353c0 2.098-1.158 3.929-2.876 4.902"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudStormFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.854 14.51a.75.75 0 0 1-.079 1.058L8.02 17.943h2.267a.75.75 0 0 1 .49 1.318L6.49 22.953a.75.75 0 1 1-.98-1.136l2.756-2.374H6a.75.75 0 0 1-.49-1.319l4.286-3.692a.75.75 0 0 1 1.058.078m4.676.46a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m2 3.5a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m-4 1a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0" clipRule="evenodd"/><path d="M19.124 18.255a2.245 2.245 0 0 0-2.255-1.501a2.25 2.25 0 0 0-3.46-2.845l-.883.883a2.25 2.25 0 0 0-3.71-1.496l-4.285 3.692c-.379.327-.629.76-.73 1.228A4.22 4.22 0 0 1 2 14.765c0-2.34 1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 5.528 9.32 3 12.476 3c2.94 0 5.361 2.194 5.68 5.015C20.392 8.78 22 10.881 22 13.353c0 2.098-1.158 3.929-2.876 4.902"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.854 14.51a.75.75 0 0 1-.079 1.058L8.02 17.943h2.267a.75.75 0 0 1 .49 1.318L6.49 22.953a.75.75 0 1 1-.98-1.136l2.756-2.374H6a.75.75 0 0 1-.49-1.319l4.286-3.692a.75.75 0 0 1 1.058.078m4.676.46a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m2 3.5a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m-4 1a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/><path d="M19.124 18.255a2.245 2.245 0 0 0-2.255-1.501a2.25 2.25 0 0 0-3.46-2.845l-.883.883a2.25 2.25 0 0 0-3.71-1.496l-4.285 3.692c-.379.327-.629.76-.73 1.228A4.22 4.22 0 0 1 2 14.765c0-2.34 1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 5.528 9.32 3 12.476 3c2.94 0 5.361 2.194 5.68 5.015C20.392 8.78 22 10.881 22 13.353c0 2.098-1.158 3.929-2.876 4.902"/></g></svg> </template>
CSS
.icon-cloud-storm-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.854%2014.51a.75.75%200%200%201-.079%201.058L8.02%2017.943h2.267a.75.75%200%200%201%20.49%201.318L6.49%2022.953a.75.75%200%201%201-.98-1.136l2.756-2.374H6a.75.75%200%200%201-.49-1.319l4.286-3.692a.75.75%200%200%201%201.058.078m4.676.46a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m2%203.5a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m-4%201a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.124%2018.255a2.245%202.245%200%200%200-2.255-1.501a2.25%202.25%200%200%200-3.46-2.845l-.883.883a2.25%202.25%200%200%200-3.71-1.496l-4.285%203.692c-.379.327-.629.76-.73%201.228A4.22%204.22%200%200%201%202%2014.765c0-2.34%201.919-4.236%204.286-4.236q.427.001.83.08a5.6%205.6%200%200%201-.354-1.962C6.762%205.528%209.32%203%2012.476%203c2.94%200%205.361%202.194%205.68%205.015C20.392%208.78%2022%2010.881%2022%2013.353c0%202.098-1.158%203.929-2.876%204.902%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.854%2014.51a.75.75%200%200%201-.079%201.058L8.02%2017.943h2.267a.75.75%200%200%201%20.49%201.318L6.49%2022.953a.75.75%200%201%201-.98-1.136l2.756-2.374H6a.75.75%200%200%201-.49-1.319l4.286-3.692a.75.75%200%200%201%201.058.078m4.676.46a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m2%203.5a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m-4%201a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.124%2018.255a2.245%202.245%200%200%200-2.255-1.501a2.25%202.25%200%200%200-3.46-2.845l-.883.883a2.25%202.25%200%200%200-3.71-1.496l-4.285%203.692c-.379.327-.629.76-.73%201.228A4.22%204.22%200%200%201%202%2014.765c0-2.34%201.919-4.236%204.286-4.236q.427.001.83.08a5.6%205.6%200%200%201-.354-1.962C6.762%205.528%209.32%203%2012.476%203c2.94%200%205.361%202.194%205.68%205.015C20.392%208.78%2022%2010.881%2022%2013.353c0%202.098-1.158%203.929-2.876%204.902%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cloud-storm-filled.svg?color=%231a73e8&size=48