document cloud icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the document cloud icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67c.95.01 2.27.01 3.4.01c.57 0 .87-.67.47-1.07c-1.44-1.45-4.02-4.06-5.5-5.54m-1.04 17.052c-2.35.17-2.35 3.57 0 3.74h5.56c.67 0 1.33-.25 1.82-.7c1.65-1.44.77-4.32-1.4-4.59c-.78-4.69-7.56-2.91-5.96 1.56"/><path d="M21.5 11.19v3.25c0 .3-.44.44-.66.23c-.48-.47-1.07-.83-1.75-1.04c-1.68-.52-3.63-.01-4.84 1.27c-.81.84-1.22 1.91-1.21 3.07c0 .19-.09.36-.24.47c-.8.61-1.3 1.57-1.3 2.68c0 .08 0 .16.01.24c.02.32-.21.63-.54.63h-2.9c-3.08 0-5.57-2-5.57-5.57V7.57C2.5 4 4.99 2 8.07 2h4.24c.55 0 1 .45 1 1v2.89c0 2.38 1.92 4.3 4.3 4.3h2.89c.55 0 1 .45 1 1"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDocumentCloudFilled(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="M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67c.95.01 2.27.01 3.4.01c.57 0 .87-.67.47-1.07c-1.44-1.45-4.02-4.06-5.5-5.54m-1.04 17.052c-2.35.17-2.35 3.57 0 3.74h5.56c.67 0 1.33-.25 1.82-.7c1.65-1.44.77-4.32-1.4-4.59c-.78-4.69-7.56-2.91-5.96 1.56"/><path d="M21.5 11.19v3.25c0 .3-.44.44-.66.23c-.48-.47-1.07-.83-1.75-1.04c-1.68-.52-3.63-.01-4.84 1.27c-.81.84-1.22 1.91-1.21 3.07c0 .19-.09.36-.24.47c-.8.61-1.3 1.57-1.3 2.68c0 .08 0 .16.01.24c.02.32-.21.63-.54.63h-2.9c-3.08 0-5.57-2-5.57-5.57V7.57C2.5 4 4.99 2 8.07 2h4.24c.55 0 1 .45 1 1v2.89c0 2.38 1.92 4.3 4.3 4.3h2.89c.55 0 1 .45 1 1"/></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="M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67c.95.01 2.27.01 3.4.01c.57 0 .87-.67.47-1.07c-1.44-1.45-4.02-4.06-5.5-5.54m-1.04 17.052c-2.35.17-2.35 3.57 0 3.74h5.56c.67 0 1.33-.25 1.82-.7c1.65-1.44.77-4.32-1.4-4.59c-.78-4.69-7.56-2.91-5.96 1.56"/><path d="M21.5 11.19v3.25c0 .3-.44.44-.66.23c-.48-.47-1.07-.83-1.75-1.04c-1.68-.52-3.63-.01-4.84 1.27c-.81.84-1.22 1.91-1.21 3.07c0 .19-.09.36-.24.47c-.8.61-1.3 1.57-1.3 2.68c0 .08 0 .16.01.24c.02.32-.21.63-.54.63h-2.9c-3.08 0-5.57-2-5.57-5.57V7.57C2.5 4 4.99 2 8.07 2h4.24c.55 0 1 .45 1 1v2.89c0 2.38 1.92 4.3 4.3 4.3h2.89c.55 0 1 .45 1 1"/></g></svg>
</template>

CSS

.icon-document-cloud-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%22M15.8%202.21c-.41-.41-1.12-.13-1.12.44v3.49c0%201.46%201.24%202.67%202.75%202.67c.95.01%202.27.01%203.4.01c.57%200%20.87-.67.47-1.07c-1.44-1.45-4.02-4.06-5.5-5.54m-1.04%2017.052c-2.35.17-2.35%203.57%200%203.74h5.56c.67%200%201.33-.25%201.82-.7c1.65-1.44.77-4.32-1.4-4.59c-.78-4.69-7.56-2.91-5.96%201.56%22%2F%3E%3Cpath%20d%3D%22M21.5%2011.19v3.25c0%20.3-.44.44-.66.23c-.48-.47-1.07-.83-1.75-1.04c-1.68-.52-3.63-.01-4.84%201.27c-.81.84-1.22%201.91-1.21%203.07c0%20.19-.09.36-.24.47c-.8.61-1.3%201.57-1.3%202.68c0%20.08%200%20.16.01.24c.02.32-.21.63-.54.63h-2.9c-3.08%200-5.57-2-5.57-5.57V7.57C2.5%204%204.99%202%208.07%202h4.24c.55%200%201%20.45%201%201v2.89c0%202.38%201.92%204.3%204.3%204.3h2.89c.55%200%201%20.45%201%201%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%22M15.8%202.21c-.41-.41-1.12-.13-1.12.44v3.49c0%201.46%201.24%202.67%202.75%202.67c.95.01%202.27.01%203.4.01c.57%200%20.87-.67.47-1.07c-1.44-1.45-4.02-4.06-5.5-5.54m-1.04%2017.052c-2.35.17-2.35%203.57%200%203.74h5.56c.67%200%201.33-.25%201.82-.7c1.65-1.44.77-4.32-1.4-4.59c-.78-4.69-7.56-2.91-5.96%201.56%22%2F%3E%3Cpath%20d%3D%22M21.5%2011.19v3.25c0%20.3-.44.44-.66.23c-.48-.47-1.07-.83-1.75-1.04c-1.68-.52-3.63-.01-4.84%201.27c-.81.84-1.22%201.91-1.21%203.07c0%20.19-.09.36-.24.47c-.8.61-1.3%201.57-1.3%202.68c0%20.08%200%20.16.01.24c.02.32-.21.63-.54.63h-2.9c-3.08%200-5.57-2-5.57-5.57V7.57C2.5%204%204.99%202%208.07%202h4.24c.55%200%201%20.45%201%201v2.89c0%202.38%201.92%204.3%204.3%204.3h2.89c.55%200%201%20.45%201%201%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/document-cloud-filled.svg?color=%231a73e8&size=48