file cloud icon

file-cloud-line from Remix Icon by Remix Design · Line · Document · Apache-2.0 Free for personal and commercial use.

Name
file-cloud-line
Set
Remix Icon
Style
Line
Category
Document
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More document icons from Remix Icon

Use the file cloud icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.997 2L21 8l.001 4.26a5.5 5.5 0 0 0-2-1.053L19 9h-5V4H5v16h5.06a4.7 4.7 0 0 0 .817 2H3.993a.993.993 0 0 1-.986-.876L3 21.008V2.992c0-.498.387-.927.885-.985L4.002 2zM17.5 13a3.5 3.5 0 0 1 3.5 3.5l-.002.103a2.75 2.75 0 0 1-.58 5.392L20.25 22h-5.5l-.168-.005a2.75 2.75 0 0 1-.579-5.393L14 16.5a3.5 3.5 0 0 1 3.5-3.5m0 2a1.5 1.5 0 0 0-1.473 1.215l-.02.14L16 16.5v1.62l-1.444.406a.75.75 0 0 0 .08 1.465l.109.01h5.51a.75.75 0 0 0 .19-1.475l-1.013-.283L19 18.12V16.5l-.007-.145A1.5 1.5 0 0 0 17.5 15"/></svg>

React

import type { SVGProps } from "react";

export function RiFileCloudLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.997 2L21 8l.001 4.26a5.5 5.5 0 0 0-2-1.053L19 9h-5V4H5v16h5.06a4.7 4.7 0 0 0 .817 2H3.993a.993.993 0 0 1-.986-.876L3 21.008V2.992c0-.498.387-.927.885-.985L4.002 2zM17.5 13a3.5 3.5 0 0 1 3.5 3.5l-.002.103a2.75 2.75 0 0 1-.58 5.392L20.25 22h-5.5l-.168-.005a2.75 2.75 0 0 1-.579-5.393L14 16.5a3.5 3.5 0 0 1 3.5-3.5m0 2a1.5 1.5 0 0 0-1.473 1.215l-.02.14L16 16.5v1.62l-1.444.406a.75.75 0 0 0 .08 1.465l.109.01h5.51a.75.75 0 0 0 .19-1.475l-1.013-.283L19 18.12V16.5l-.007-.145A1.5 1.5 0 0 0 17.5 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.997 2L21 8l.001 4.26a5.5 5.5 0 0 0-2-1.053L19 9h-5V4H5v16h5.06a4.7 4.7 0 0 0 .817 2H3.993a.993.993 0 0 1-.986-.876L3 21.008V2.992c0-.498.387-.927.885-.985L4.002 2zM17.5 13a3.5 3.5 0 0 1 3.5 3.5l-.002.103a2.75 2.75 0 0 1-.58 5.392L20.25 22h-5.5l-.168-.005a2.75 2.75 0 0 1-.579-5.393L14 16.5a3.5 3.5 0 0 1 3.5-3.5m0 2a1.5 1.5 0 0 0-1.473 1.215l-.02.14L16 16.5v1.62l-1.444.406a.75.75 0 0 0 .08 1.465l.109.01h5.51a.75.75 0 0 0 .19-1.475l-1.013-.283L19 18.12V16.5l-.007-.145A1.5 1.5 0 0 0 17.5 15"/></svg>
</template>

CSS

.icon-file-cloud-line {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.997%202L21%208l.001%204.26a5.5%205.5%200%200%200-2-1.053L19%209h-5V4H5v16h5.06a4.7%204.7%200%200%200%20.817%202H3.993a.993.993%200%200%201-.986-.876L3%2021.008V2.992c0-.498.387-.927.885-.985L4.002%202zM17.5%2013a3.5%203.5%200%200%201%203.5%203.5l-.002.103a2.75%202.75%200%200%201-.58%205.392L20.25%2022h-5.5l-.168-.005a2.75%202.75%200%200%201-.579-5.393L14%2016.5a3.5%203.5%200%200%201%203.5-3.5m0%202a1.5%201.5%200%200%200-1.473%201.215l-.02.14L16%2016.5v1.62l-1.444.406a.75.75%200%200%200%20.08%201.465l.109.01h5.51a.75.75%200%200%200%20.19-1.475l-1.013-.283L19%2018.12V16.5l-.007-.145A1.5%201.5%200%200%200%2017.5%2015%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.997%202L21%208l.001%204.26a5.5%205.5%200%200%200-2-1.053L19%209h-5V4H5v16h5.06a4.7%204.7%200%200%200%20.817%202H3.993a.993.993%200%200%201-.986-.876L3%2021.008V2.992c0-.498.387-.927.885-.985L4.002%202zM17.5%2013a3.5%203.5%200%200%201%203.5%203.5l-.002.103a2.75%202.75%200%200%201-.58%205.392L20.25%2022h-5.5l-.168-.005a2.75%202.75%200%200%201-.579-5.393L14%2016.5a3.5%203.5%200%200%201%203.5-3.5m0%202a1.5%201.5%200%200%200-1.473%201.215l-.02.14L16%2016.5v1.62l-1.444.406a.75.75%200%200%200%20.08%201.465l.109.01h5.51a.75.75%200%200%200%20.19-1.475l-1.013-.283L19%2018.12V16.5l-.007-.145A1.5%201.5%200%200%200%2017.5%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/file-cloud-line.svg?color=%231a73e8&size=48