cloud remove icon

cloud-remove-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
cloud-remove-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the cloud remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 11.531c-2.76 0-5 2.24-5 5c0 .74.16 1.44.46 2.06q.12.27.27.51a4.96 4.96 0 0 0 4.27 2.43c1.82 0 3.41-.98 4.27-2.43q.15-.24.27-.51c.3-.62.46-1.32.46-2.06c0-2.76-2.24-5-5-5m1.5 6.61c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.55-.55l-.53-.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.53.53l.5-.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.5.5l.53.53c.29.3.29.77 0 1.06"/><path d="M20.2 17.29q-.54.48-1.17.81c-.36.18-.72-.17-.66-.57q.06-.435.06-.9c0-3.58-2.92-6.5-6.5-6.5s-6.5 2.92-6.5 6.5c0 .46.05.9.14 1.33c.07.35-.2.7-.55.61c-3.95-.96-3.97-7.04.45-7.36h.05C2.31 2.29 15.85-1.28 17.4 8.1c4.33.55 6.08 6.32 2.8 9.19"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCloudRemoveFilled(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 d="M12 11.531c-2.76 0-5 2.24-5 5c0 .74.16 1.44.46 2.06q.12.27.27.51a4.96 4.96 0 0 0 4.27 2.43c1.82 0 3.41-.98 4.27-2.43q.15-.24.27-.51c.3-.62.46-1.32.46-2.06c0-2.76-2.24-5-5-5m1.5 6.61c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.55-.55l-.53-.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.53.53l.5-.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.5.5l.53.53c.29.3.29.77 0 1.06"/><path d="M20.2 17.29q-.54.48-1.17.81c-.36.18-.72-.17-.66-.57q.06-.435.06-.9c0-3.58-2.92-6.5-6.5-6.5s-6.5 2.92-6.5 6.5c0 .46.05.9.14 1.33c.07.35-.2.7-.55.61c-3.95-.96-3.97-7.04.45-7.36h.05C2.31 2.29 15.85-1.28 17.4 8.1c4.33.55 6.08 6.32 2.8 9.19"/></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 d="M12 11.531c-2.76 0-5 2.24-5 5c0 .74.16 1.44.46 2.06q.12.27.27.51a4.96 4.96 0 0 0 4.27 2.43c1.82 0 3.41-.98 4.27-2.43q.15-.24.27-.51c.3-.62.46-1.32.46-2.06c0-2.76-2.24-5-5-5m1.5 6.61c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.55-.55l-.53-.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.53.53l.5-.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.5.5l.53.53c.29.3.29.77 0 1.06"/><path d="M20.2 17.29q-.54.48-1.17.81c-.36.18-.72-.17-.66-.57q.06-.435.06-.9c0-3.58-2.92-6.5-6.5-6.5s-6.5 2.92-6.5 6.5c0 .46.05.9.14 1.33c.07.35-.2.7-.55.61c-3.95-.96-3.97-7.04.45-7.36h.05C2.31 2.29 15.85-1.28 17.4 8.1c4.33.55 6.08 6.32 2.8 9.19"/></g></svg>
</template>

CSS

.icon-cloud-remove-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%20d%3D%22M12%2011.531c-2.76%200-5%202.24-5%205c0%20.74.16%201.44.46%202.06q.12.27.27.51a4.96%204.96%200%200%200%204.27%202.43c1.82%200%203.41-.98%204.27-2.43q.15-.24.27-.51c.3-.62.46-1.32.46-2.06c0-2.76-2.24-5-5-5m1.5%206.61c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l.55-.55l-.53-.53a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.53.53l.5-.5c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.5.5l.53.53c.29.3.29.77%200%201.06%22%2F%3E%3Cpath%20d%3D%22M20.2%2017.29q-.54.48-1.17.81c-.36.18-.72-.17-.66-.57q.06-.435.06-.9c0-3.58-2.92-6.5-6.5-6.5s-6.5%202.92-6.5%206.5c0%20.46.05.9.14%201.33c.07.35-.2.7-.55.61c-3.95-.96-3.97-7.04.45-7.36h.05C2.31%202.29%2015.85-1.28%2017.4%208.1c4.33.55%206.08%206.32%202.8%209.19%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%20d%3D%22M12%2011.531c-2.76%200-5%202.24-5%205c0%20.74.16%201.44.46%202.06q.12.27.27.51a4.96%204.96%200%200%200%204.27%202.43c1.82%200%203.41-.98%204.27-2.43q.15-.24.27-.51c.3-.62.46-1.32.46-2.06c0-2.76-2.24-5-5-5m1.5%206.61c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l.55-.55l-.53-.53a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.53.53l.5-.5c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.5.5l.53.53c.29.3.29.77%200%201.06%22%2F%3E%3Cpath%20d%3D%22M20.2%2017.29q-.54.48-1.17.81c-.36.18-.72-.17-.66-.57q.06-.435.06-.9c0-3.58-2.92-6.5-6.5-6.5s-6.5%202.92-6.5%206.5c0%20.46.05.9.14%201.33c.07.35-.2.7-.55.61c-3.95-.96-3.97-7.04.45-7.36h.05C2.31%202.29%2015.85-1.28%2017.4%208.1c4.33.55%206.08%206.32%202.8%209.19%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-remove-filled.svg?color=%231a73e8&size=48