cloud x icon
cloud-x-filled from Reicon by REICON · Filled · Weather · MIT Free for personal and commercial use.
- Name
- cloud-x-filled
- Set
- Reicon
- Style
- Filled
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All cloud x icons →More weather icons from Reicon
Use the cloud x 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="M12 22c-1.886 0-2.828 0-3.414-.586S8 19.886 8 18s0-2.828.586-3.414S10.114 14 12 14s2.828 0 3.414.586S16 16.114 16 18s0 2.828-.586 3.414S13.886 22 12 22m-1.306-6.25a.667.667 0 0 0-.943.944L11.057 18l-1.306 1.306a.667.667 0 0 0 .943.943L12 18.943l1.306 1.306a.667.667 0 0 0 .943-.943L12.943 18l1.306-1.306a.667.667 0 0 0-.943-.943L12 17.057z" clip-rule="evenodd"/><path d="M6.5 18v-.09c0-.865 0-1.659.087-2.304c.095-.711.32-1.463.938-2.08c.618-.619 1.37-.844 2.08-.94c.646-.086 1.44-.086 2.306-.086h.178c.866 0 1.66 0 2.305.087c.711.095 1.463.32 2.08.938c.619.618.844 1.37.94 2.08c.085.637.086 1.416.086 2.267c2.573-.55 4.5-2.812 4.5-5.52c0-2.47-1.607-4.572-3.845-5.337C17.837 4.194 15.415 2 12.476 2C9.32 2 6.762 4.528 6.762 7.647c0 .69.125 1.35.354 1.962a4.4 4.4 0 0 0-.83-.08C3.919 9.53 2 11.426 2 13.765S3.919 18 6.286 18z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudXFilled(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="M12 22c-1.886 0-2.828 0-3.414-.586S8 19.886 8 18s0-2.828.586-3.414S10.114 14 12 14s2.828 0 3.414.586S16 16.114 16 18s0 2.828-.586 3.414S13.886 22 12 22m-1.306-6.25a.667.667 0 0 0-.943.944L11.057 18l-1.306 1.306a.667.667 0 0 0 .943.943L12 18.943l1.306 1.306a.667.667 0 0 0 .943-.943L12.943 18l1.306-1.306a.667.667 0 0 0-.943-.943L12 17.057z" clipRule="evenodd"/><path d="M6.5 18v-.09c0-.865 0-1.659.087-2.304c.095-.711.32-1.463.938-2.08c.618-.619 1.37-.844 2.08-.94c.646-.086 1.44-.086 2.306-.086h.178c.866 0 1.66 0 2.305.087c.711.095 1.463.32 2.08.938c.619.618.844 1.37.94 2.08c.085.637.086 1.416.086 2.267c2.573-.55 4.5-2.812 4.5-5.52c0-2.47-1.607-4.572-3.845-5.337C17.837 4.194 15.415 2 12.476 2C9.32 2 6.762 4.528 6.762 7.647c0 .69.125 1.35.354 1.962a4.4 4.4 0 0 0-.83-.08C3.919 9.53 2 11.426 2 13.765S3.919 18 6.286 18z"/></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="M12 22c-1.886 0-2.828 0-3.414-.586S8 19.886 8 18s0-2.828.586-3.414S10.114 14 12 14s2.828 0 3.414.586S16 16.114 16 18s0 2.828-.586 3.414S13.886 22 12 22m-1.306-6.25a.667.667 0 0 0-.943.944L11.057 18l-1.306 1.306a.667.667 0 0 0 .943.943L12 18.943l1.306 1.306a.667.667 0 0 0 .943-.943L12.943 18l1.306-1.306a.667.667 0 0 0-.943-.943L12 17.057z" clip-rule="evenodd"/><path d="M6.5 18v-.09c0-.865 0-1.659.087-2.304c.095-.711.32-1.463.938-2.08c.618-.619 1.37-.844 2.08-.94c.646-.086 1.44-.086 2.306-.086h.178c.866 0 1.66 0 2.305.087c.711.095 1.463.32 2.08.938c.619.618.844 1.37.94 2.08c.085.637.086 1.416.086 2.267c2.573-.55 4.5-2.812 4.5-5.52c0-2.47-1.607-4.572-3.845-5.337C17.837 4.194 15.415 2 12.476 2C9.32 2 6.762 4.528 6.762 7.647c0 .69.125 1.35.354 1.962a4.4 4.4 0 0 0-.83-.08C3.919 9.53 2 11.426 2 13.765S3.919 18 6.286 18z"/></g></svg> </template>
CSS
.icon-cloud-x-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%22M12%2022c-1.886%200-2.828%200-3.414-.586S8%2019.886%208%2018s0-2.828.586-3.414S10.114%2014%2012%2014s2.828%200%203.414.586S16%2016.114%2016%2018s0%202.828-.586%203.414S13.886%2022%2012%2022m-1.306-6.25a.667.667%200%200%200-.943.944L11.057%2018l-1.306%201.306a.667.667%200%200%200%20.943.943L12%2018.943l1.306%201.306a.667.667%200%200%200%20.943-.943L12.943%2018l1.306-1.306a.667.667%200%200%200-.943-.943L12%2017.057z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.5%2018v-.09c0-.865%200-1.659.087-2.304c.095-.711.32-1.463.938-2.08c.618-.619%201.37-.844%202.08-.94c.646-.086%201.44-.086%202.306-.086h.178c.866%200%201.66%200%202.305.087c.711.095%201.463.32%202.08.938c.619.618.844%201.37.94%202.08c.085.637.086%201.416.086%202.267c2.573-.55%204.5-2.812%204.5-5.52c0-2.47-1.607-4.572-3.845-5.337C17.837%204.194%2015.415%202%2012.476%202C9.32%202%206.762%204.528%206.762%207.647c0%20.69.125%201.35.354%201.962a4.4%204.4%200%200%200-.83-.08C3.919%209.53%202%2011.426%202%2013.765S3.919%2018%206.286%2018z%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%22M12%2022c-1.886%200-2.828%200-3.414-.586S8%2019.886%208%2018s0-2.828.586-3.414S10.114%2014%2012%2014s2.828%200%203.414.586S16%2016.114%2016%2018s0%202.828-.586%203.414S13.886%2022%2012%2022m-1.306-6.25a.667.667%200%200%200-.943.944L11.057%2018l-1.306%201.306a.667.667%200%200%200%20.943.943L12%2018.943l1.306%201.306a.667.667%200%200%200%20.943-.943L12.943%2018l1.306-1.306a.667.667%200%200%200-.943-.943L12%2017.057z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.5%2018v-.09c0-.865%200-1.659.087-2.304c.095-.711.32-1.463.938-2.08c.618-.619%201.37-.844%202.08-.94c.646-.086%201.44-.086%202.306-.086h.178c.866%200%201.66%200%202.305.087c.711.095%201.463.32%202.08.938c.619.618.844%201.37.94%202.08c.085.637.086%201.416.086%202.267c2.573-.55%204.5-2.812%204.5-5.52c0-2.47-1.607-4.572-3.845-5.337C17.837%204.194%2015.415%202%2012.476%202C9.32%202%206.762%204.528%206.762%207.647c0%20.69.125%201.35.354%201.962a4.4%204.4%200%200%200-.83-.08C3.919%209.53%202%2011.426%202%2013.765S3.919%2018%206.286%2018z%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-x-filled.svg?color=%231a73e8&size=48