file cloud icon

file-cloud-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
file-cloud-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the file cloud icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 181a52.06 52.06 0 0 1-52 51H60.72C40.87 232 24 215.77 24 195.92a36 36 0 0 1 19.28-31.79a4 4 0 0 1 5.77 4.33a63.5 63.5 0 0 0-1 11.15a8.22 8.22 0 0 0 7.5 8.39a8 8 0 0 0 8.45-8a47.55 47.55 0 0 1 4.37-20A48 48 0 0 1 160 181m56-93v128a16 16 0 0 1-16 16h-24a8 8 0 0 1 0-16h24V96h-48a8 8 0 0 1-8-8V40H56v88a8 8 0 0 1-16 0V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88m-27.31-8L160 51.31V80Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFileCloudFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 181a52.06 52.06 0 0 1-52 51H60.72C40.87 232 24 215.77 24 195.92a36 36 0 0 1 19.28-31.79a4 4 0 0 1 5.77 4.33a63.5 63.5 0 0 0-1 11.15a8.22 8.22 0 0 0 7.5 8.39a8 8 0 0 0 8.45-8a47.55 47.55 0 0 1 4.37-20A48 48 0 0 1 160 181m56-93v128a16 16 0 0 1-16 16h-24a8 8 0 0 1 0-16h24V96h-48a8 8 0 0 1-8-8V40H56v88a8 8 0 0 1-16 0V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88m-27.31-8L160 51.31V80Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 181a52.06 52.06 0 0 1-52 51H60.72C40.87 232 24 215.77 24 195.92a36 36 0 0 1 19.28-31.79a4 4 0 0 1 5.77 4.33a63.5 63.5 0 0 0-1 11.15a8.22 8.22 0 0 0 7.5 8.39a8 8 0 0 0 8.45-8a47.55 47.55 0 0 1 4.37-20A48 48 0 0 1 160 181m56-93v128a16 16 0 0 1-16 16h-24a8 8 0 0 1 0-16h24V96h-48a8 8 0 0 1-8-8V40H56v88a8 8 0 0 1-16 0V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88m-27.31-8L160 51.31V80Z"/></svg>
</template>

CSS

.icon-file-cloud-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20181a52.06%2052.06%200%200%201-52%2051H60.72C40.87%20232%2024%20215.77%2024%20195.92a36%2036%200%200%201%2019.28-31.79a4%204%200%200%201%205.77%204.33a63.5%2063.5%200%200%200-1%2011.15a8.22%208.22%200%200%200%207.5%208.39a8%208%200%200%200%208.45-8a47.55%2047.55%200%200%201%204.37-20A48%2048%200%200%201%20160%20181m56-93v128a16%2016%200%200%201-16%2016h-24a8%208%200%200%201%200-16h24V96h-48a8%208%200%200%201-8-8V40H56v88a8%208%200%200%201-16%200V40a16%2016%200%200%201%2016-16h96a8%208%200%200%201%205.66%202.34l56%2056A8%208%200%200%201%20216%2088m-27.31-8L160%2051.31V80Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20181a52.06%2052.06%200%200%201-52%2051H60.72C40.87%20232%2024%20215.77%2024%20195.92a36%2036%200%200%201%2019.28-31.79a4%204%200%200%201%205.77%204.33a63.5%2063.5%200%200%200-1%2011.15a8.22%208.22%200%200%200%207.5%208.39a8%208%200%200%200%208.45-8a47.55%2047.55%200%200%201%204.37-20A48%2048%200%200%201%20160%20181m56-93v128a16%2016%200%200%201-16%2016h-24a8%208%200%200%201%200-16h24V96h-48a8%208%200%200%201-8-8V40H56v88a8%208%200%200%201-16%200V40a16%2016%200%200%201%2016-16h96a8%208%200%200%201%205.66%202.34l56%2056A8%208%200%200%201%20216%2088m-27.31-8L160%2051.31V80Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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