file records icon

file-records from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
file-records
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the file records icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M8.593 3.217H4.698A1.95 1.95 0 0 0 2.75 5.164v13.633c0 1.075.872 1.947 1.948 1.947h3.895a1.95 1.95 0 0 0 1.947-1.947V5.164a1.95 1.95 0 0 0-1.947-1.947"/><path d="M6.645 17.379a1.503 1.503 0 1 0 0-3.007a1.503 1.503 0 0 0 0 3.007M10.54 7.93l3.116 11.685a1.95 1.95 0 0 0 2.386 1.373l3.768-.974a1.947 1.947 0 0 0 1.373-2.386L17.658 4.385a1.947 1.947 0 0 0-2.386-1.373l-3.758 1.003c-.406.111-.764.35-1.023.682"/><path d="M16.665 17.241a1.502 1.502 0 1 0 0-3.004a1.502 1.502 0 0 0 0 3.004"/></g></svg>

React

import type { SVGProps } from "react";

export function MageFileRecords(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M8.593 3.217H4.698A1.95 1.95 0 0 0 2.75 5.164v13.633c0 1.075.872 1.947 1.948 1.947h3.895a1.95 1.95 0 0 0 1.947-1.947V5.164a1.95 1.95 0 0 0-1.947-1.947"/><path d="M6.645 17.379a1.503 1.503 0 1 0 0-3.007a1.503 1.503 0 0 0 0 3.007M10.54 7.93l3.116 11.685a1.95 1.95 0 0 0 2.386 1.373l3.768-.974a1.947 1.947 0 0 0 1.373-2.386L17.658 4.385a1.947 1.947 0 0 0-2.386-1.373l-3.758 1.003c-.406.111-.764.35-1.023.682"/><path d="M16.665 17.241a1.502 1.502 0 1 0 0-3.004a1.502 1.502 0 0 0 0 3.004"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M8.593 3.217H4.698A1.95 1.95 0 0 0 2.75 5.164v13.633c0 1.075.872 1.947 1.948 1.947h3.895a1.95 1.95 0 0 0 1.947-1.947V5.164a1.95 1.95 0 0 0-1.947-1.947"/><path d="M6.645 17.379a1.503 1.503 0 1 0 0-3.007a1.503 1.503 0 0 0 0 3.007M10.54 7.93l3.116 11.685a1.95 1.95 0 0 0 2.386 1.373l3.768-.974a1.947 1.947 0 0 0 1.373-2.386L17.658 4.385a1.947 1.947 0 0 0-2.386-1.373l-3.758 1.003c-.406.111-.764.35-1.023.682"/><path d="M16.665 17.241a1.502 1.502 0 1 0 0-3.004a1.502 1.502 0 0 0 0 3.004"/></g></svg>
</template>

CSS

.icon-file-records {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.593%203.217H4.698A1.95%201.95%200%200%200%202.75%205.164v13.633c0%201.075.872%201.947%201.948%201.947h3.895a1.95%201.95%200%200%200%201.947-1.947V5.164a1.95%201.95%200%200%200-1.947-1.947%22%2F%3E%3Cpath%20d%3D%22M6.645%2017.379a1.503%201.503%200%201%200%200-3.007a1.503%201.503%200%200%200%200%203.007M10.54%207.93l3.116%2011.685a1.95%201.95%200%200%200%202.386%201.373l3.768-.974a1.947%201.947%200%200%200%201.373-2.386L17.658%204.385a1.947%201.947%200%200%200-2.386-1.373l-3.758%201.003c-.406.111-.764.35-1.023.682%22%2F%3E%3Cpath%20d%3D%22M16.665%2017.241a1.502%201.502%200%201%200%200-3.004a1.502%201.502%200%200%200%200%203.004%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.593%203.217H4.698A1.95%201.95%200%200%200%202.75%205.164v13.633c0%201.075.872%201.947%201.948%201.947h3.895a1.95%201.95%200%200%200%201.947-1.947V5.164a1.95%201.95%200%200%200-1.947-1.947%22%2F%3E%3Cpath%20d%3D%22M6.645%2017.379a1.503%201.503%200%201%200%200-3.007a1.503%201.503%200%200%200%200%203.007M10.54%207.93l3.116%2011.685a1.95%201.95%200%200%200%202.386%201.373l3.768-.974a1.947%201.947%200%200%200%201.373-2.386L17.658%204.385a1.947%201.947%200%200%200-2.386-1.373l-3.758%201.003c-.406.111-.764.35-1.023.682%22%2F%3E%3Cpath%20d%3D%22M16.665%2017.241a1.502%201.502%200%201%200%200-3.004a1.502%201.502%200%200%200%200%203.004%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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