file records icon

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

Name
file-records-fill
Set
Mage Icons
Style
Fill
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"><path fill="currentColor" d="m21.861 17.43l-3.52-13.24a2.73 2.73 0 0 0-1.26-1.64a2.65 2.65 0 0 0-2-.26l-3.77 1a2 2 0 0 0-.57.25a2.66 2.66 0 0 0-2.15-1.07h-3.9a2.69 2.69 0 0 0-2.69 2.69v13.63a2.69 2.69 0 0 0 2.69 2.7h3.9a2.7 2.7 0 0 0 2.7-2.7v-5.12l1.64 6.14a2.63 2.63 0 0 0 1.26 1.63c.407.236.87.36 1.34.36q.355.004.7-.08l3.77-1a2.67 2.67 0 0 0 1.9-3.3zm-15.26.26a1.81 1.81 0 1 1 1.8-1.81a1.81 1.81 0 0 1-1.8 1.78zm10-.11a1.84 1.84 0 1 1 1.84-1.84a1.84 1.84 0 0 1-1.82 1.81z"/></svg>

React

import type { SVGProps } from "react";

export function MageFileRecordsFill(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="m21.861 17.43l-3.52-13.24a2.73 2.73 0 0 0-1.26-1.64a2.65 2.65 0 0 0-2-.26l-3.77 1a2 2 0 0 0-.57.25a2.66 2.66 0 0 0-2.15-1.07h-3.9a2.69 2.69 0 0 0-2.69 2.69v13.63a2.69 2.69 0 0 0 2.69 2.7h3.9a2.7 2.7 0 0 0 2.7-2.7v-5.12l1.64 6.14a2.63 2.63 0 0 0 1.26 1.63c.407.236.87.36 1.34.36q.355.004.7-.08l3.77-1a2.67 2.67 0 0 0 1.9-3.3zm-15.26.26a1.81 1.81 0 1 1 1.8-1.81a1.81 1.81 0 0 1-1.8 1.78zm10-.11a1.84 1.84 0 1 1 1.84-1.84a1.84 1.84 0 0 1-1.82 1.81z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.861 17.43l-3.52-13.24a2.73 2.73 0 0 0-1.26-1.64a2.65 2.65 0 0 0-2-.26l-3.77 1a2 2 0 0 0-.57.25a2.66 2.66 0 0 0-2.15-1.07h-3.9a2.69 2.69 0 0 0-2.69 2.69v13.63a2.69 2.69 0 0 0 2.69 2.7h3.9a2.7 2.7 0 0 0 2.7-2.7v-5.12l1.64 6.14a2.63 2.63 0 0 0 1.26 1.63c.407.236.87.36 1.34.36q.355.004.7-.08l3.77-1a2.67 2.67 0 0 0 1.9-3.3zm-15.26.26a1.81 1.81 0 1 1 1.8-1.81a1.81 1.81 0 0 1-1.8 1.78zm10-.11a1.84 1.84 0 1 1 1.84-1.84a1.84 1.84 0 0 1-1.82 1.81z"/></svg>
</template>

CSS

.icon-file-records-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.861%2017.43l-3.52-13.24a2.73%202.73%200%200%200-1.26-1.64a2.65%202.65%200%200%200-2-.26l-3.77%201a2%202%200%200%200-.57.25a2.66%202.66%200%200%200-2.15-1.07h-3.9a2.69%202.69%200%200%200-2.69%202.69v13.63a2.69%202.69%200%200%200%202.69%202.7h3.9a2.7%202.7%200%200%200%202.7-2.7v-5.12l1.64%206.14a2.63%202.63%200%200%200%201.26%201.63c.407.236.87.36%201.34.36q.355.004.7-.08l3.77-1a2.67%202.67%200%200%200%201.9-3.3zm-15.26.26a1.81%201.81%200%201%201%201.8-1.81a1.81%201.81%200%200%201-1.8%201.78zm10-.11a1.84%201.84%200%201%201%201.84-1.84a1.84%201.84%200%200%201-1.82%201.81z%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%22m21.861%2017.43l-3.52-13.24a2.73%202.73%200%200%200-1.26-1.64a2.65%202.65%200%200%200-2-.26l-3.77%201a2%202%200%200%200-.57.25a2.66%202.66%200%200%200-2.15-1.07h-3.9a2.69%202.69%200%200%200-2.69%202.69v13.63a2.69%202.69%200%200%200%202.69%202.7h3.9a2.7%202.7%200%200%200%202.7-2.7v-5.12l1.64%206.14a2.63%202.63%200%200%200%201.26%201.63c.407.236.87.36%201.34.36q.355.004.7-.08l3.77-1a2.67%202.67%200%200%200%201.9-3.3zm-15.26.26a1.81%201.81%200%201%201%201.8-1.81a1.81%201.81%200%200%201-1.8%201.78zm10-.11a1.84%201.84%200%201%201%201.84-1.84a1.84%201.84%200%200%201-1.82%201.81z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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