cloud storage icon

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

Name
cloud-storage-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All cloud storage icons →

More devices icons from Reicon

Use the cloud storage 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="M8.94 14.44c-.44.439-.44 1.146-.44 2.56v2c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44h1c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56v-2c0-1.414 0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44h-1c-1.414 0-2.121 0-2.56.44M10.25 18a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/><path d="M7 18v-1.082c0-.636 0-1.254.068-1.764c.078-.575.266-1.23.81-1.775c.546-.545 1.201-.733 1.776-.81c.51-.07 1.128-.07 1.764-.069h1.164c.636 0 1.254 0 1.764.068c.575.078 1.23.266 1.775.81c.545.546.733 1.201.81 1.776c.07.51.07 1.128.069 1.764v1.038c2.819-.347 5-2.723 5-5.603c0-2.472-1.607-4.573-3.845-5.338C17.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 ReiconCloudStorageFilled(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="M8.94 14.44c-.44.439-.44 1.146-.44 2.56v2c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44h1c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56v-2c0-1.414 0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44h-1c-1.414 0-2.121 0-2.56.44M10.25 18a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75" clipRule="evenodd"/><path d="M7 18v-1.082c0-.636 0-1.254.068-1.764c.078-.575.266-1.23.81-1.775c.546-.545 1.201-.733 1.776-.81c.51-.07 1.128-.07 1.764-.069h1.164c.636 0 1.254 0 1.764.068c.575.078 1.23.266 1.775.81c.545.546.733 1.201.81 1.776c.07.51.07 1.128.069 1.764v1.038c2.819-.347 5-2.723 5-5.603c0-2.472-1.607-4.573-3.845-5.338C17.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="M8.94 14.44c-.44.439-.44 1.146-.44 2.56v2c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44h1c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56v-2c0-1.414 0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44h-1c-1.414 0-2.121 0-2.56.44M10.25 18a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/><path d="M7 18v-1.082c0-.636 0-1.254.068-1.764c.078-.575.266-1.23.81-1.775c.546-.545 1.201-.733 1.776-.81c.51-.07 1.128-.07 1.764-.069h1.164c.636 0 1.254 0 1.764.068c.575.078 1.23.266 1.775.81c.545.546.733 1.201.81 1.776c.07.51.07 1.128.069 1.764v1.038c2.819-.347 5-2.723 5-5.603c0-2.472-1.607-4.573-3.845-5.338C17.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-storage-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%22M8.94%2014.44c-.44.439-.44%201.146-.44%202.56v2c0%201.414%200%202.121.44%202.56c.439.44%201.146.44%202.56.44h1c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56v-2c0-1.414%200-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44h-1c-1.414%200-2.121%200-2.56.44M10.25%2018a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7%2018v-1.082c0-.636%200-1.254.068-1.764c.078-.575.266-1.23.81-1.775c.546-.545%201.201-.733%201.776-.81c.51-.07%201.128-.07%201.764-.069h1.164c.636%200%201.254%200%201.764.068c.575.078%201.23.266%201.775.81c.545.546.733%201.201.81%201.776c.07.51.07%201.128.069%201.764v1.038c2.819-.347%205-2.723%205-5.603c0-2.472-1.607-4.573-3.845-5.338C17.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%22M8.94%2014.44c-.44.439-.44%201.146-.44%202.56v2c0%201.414%200%202.121.44%202.56c.439.44%201.146.44%202.56.44h1c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56v-2c0-1.414%200-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44h-1c-1.414%200-2.121%200-2.56.44M10.25%2018a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7%2018v-1.082c0-.636%200-1.254.068-1.764c.078-.575.266-1.23.81-1.775c.546-.545%201.201-.733%201.776-.81c.51-.07%201.128-.07%201.764-.069h1.164c.636%200%201.254%200%201.764.068c.575.078%201.23.266%201.775.81c.545.546.733%201.201.81%201.776c.07.51.07%201.128.069%201.764v1.038c2.819-.347%205-2.723%205-5.603c0-2.472-1.607-4.573-3.845-5.338C17.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-storage-filled.svg?color=%231a73e8&size=48