files from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
files
Set
Codicons
Style
Regular
Viewbox
24×24
License
CC BY 4.0

The same icon in other sets

Use the files icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 22.5h10.095C17.07 23.4 16.11 24 15 24H7.5c-3.315 0-6-2.685-6-6V6c0-1.11.6-2.07 1.5-2.595V18c0 2.475 2.025 4.5 4.5 4.5M21 8.121V18c0 1.654-1.346 3-3 3H7.5c-1.654 0-3-1.346-3-3V3c0-1.654 1.346-3 3-3h5.379c.593 0 1.172.24 1.592.659l5.87 5.87c.425.425.659.99.659 1.592M13.5 6.75c0 .414.338.75.75.75h4.94L13.5 1.81zm6 11.25V9h-5.25C13.01 9 12 7.99 12 6.75V1.5H7.5C6.672 1.5 6 2.174 6 3v15c0 .826.672 1.5 1.5 1.5H18c.828 0 1.5-.674 1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function CodiconFiles(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="M7.5 22.5h10.095C17.07 23.4 16.11 24 15 24H7.5c-3.315 0-6-2.685-6-6V6c0-1.11.6-2.07 1.5-2.595V18c0 2.475 2.025 4.5 4.5 4.5M21 8.121V18c0 1.654-1.346 3-3 3H7.5c-1.654 0-3-1.346-3-3V3c0-1.654 1.346-3 3-3h5.379c.593 0 1.172.24 1.592.659l5.87 5.87c.425.425.659.99.659 1.592M13.5 6.75c0 .414.338.75.75.75h4.94L13.5 1.81zm6 11.25V9h-5.25C13.01 9 12 7.99 12 6.75V1.5H7.5C6.672 1.5 6 2.174 6 3v15c0 .826.672 1.5 1.5 1.5H18c.828 0 1.5-.674 1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 22.5h10.095C17.07 23.4 16.11 24 15 24H7.5c-3.315 0-6-2.685-6-6V6c0-1.11.6-2.07 1.5-2.595V18c0 2.475 2.025 4.5 4.5 4.5M21 8.121V18c0 1.654-1.346 3-3 3H7.5c-1.654 0-3-1.346-3-3V3c0-1.654 1.346-3 3-3h5.379c.593 0 1.172.24 1.592.659l5.87 5.87c.425.425.659.99.659 1.592M13.5 6.75c0 .414.338.75.75.75h4.94L13.5 1.81zm6 11.25V9h-5.25C13.01 9 12 7.99 12 6.75V1.5H7.5C6.672 1.5 6 2.174 6 3v15c0 .826.672 1.5 1.5 1.5H18c.828 0 1.5-.674 1.5-1.5"/></svg>
</template>

CSS

.icon-files {
  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%22M7.5%2022.5h10.095C17.07%2023.4%2016.11%2024%2015%2024H7.5c-3.315%200-6-2.685-6-6V6c0-1.11.6-2.07%201.5-2.595V18c0%202.475%202.025%204.5%204.5%204.5M21%208.121V18c0%201.654-1.346%203-3%203H7.5c-1.654%200-3-1.346-3-3V3c0-1.654%201.346-3%203-3h5.379c.593%200%201.172.24%201.592.659l5.87%205.87c.425.425.659.99.659%201.592M13.5%206.75c0%20.414.338.75.75.75h4.94L13.5%201.81zm6%2011.25V9h-5.25C13.01%209%2012%207.99%2012%206.75V1.5H7.5C6.672%201.5%206%202.174%206%203v15c0%20.826.672%201.5%201.5%201.5H18c.828%200%201.5-.674%201.5-1.5%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%22M7.5%2022.5h10.095C17.07%2023.4%2016.11%2024%2015%2024H7.5c-3.315%200-6-2.685-6-6V6c0-1.11.6-2.07%201.5-2.595V18c0%202.475%202.025%204.5%204.5%204.5M21%208.121V18c0%201.654-1.346%203-3%203H7.5c-1.654%200-3-1.346-3-3V3c0-1.654%201.346-3%203-3h5.379c.593%200%201.172.24%201.592.659l5.87%205.87c.425.425.659.99.659%201.592M13.5%206.75c0%20.414.338.75.75.75h4.94L13.5%201.81zm6%2011.25V9h-5.25C13.01%209%2012%207.99%2012%206.75V1.5H7.5C6.672%201.5%206%202.174%206%203v15c0%20.826.672%201.5%201.5%201.5H18c.828%200%201.5-.674%201.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/files.svg?color=%231a73e8&size=48