file icon
file-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- file-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
fileAkar Iconsfile-filledAnt Design IconsfileBootstrap IconsfileBoxIcons v2fileBoxIcons v2 SolidfileCatppuccin IconsfileCodiconsfile-fillEva IconsfileFont Awesome 6 RegularfileFont Awesome 6 SolidfileFont Awesome RegularfileFont Awesome SolidfileFeather Iconsfile-outlineFlowbite Iconsfilecss.ggfileJam IconsfileLine AwesomefileMaterial Line IconsfileLucidefileMajesticonsfileMaterial Design Iconsfile-fillMingCute IconfileMyna UI IconsfileOcticons
Related icons in Mage Icons
Use the file icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.68 7.03a3.85 3.85 0 0 0-.92-1.22l-3-2.72a4.13 4.13 0 0 0-2.42-1.079a.4.4 0 0 0-.19 0H8.21A5 5 0 0 0 3 6.87v10.297a5 5 0 0 0 3.31 4.528a4.7 4.7 0 0 0 1.92.3h7.56A5 5 0 0 0 21 17.136V8.569a3.75 3.75 0 0 0-.32-1.54m-4.62.39a1.08 1.08 0 0 1-1.09-1.08V3.69c.66.16 3.23 2.8 3.79 3.24q.25.21.42.49z"/></svg>
React
import type { SVGProps } from "react";
export function MageFileFill(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="M20.68 7.03a3.85 3.85 0 0 0-.92-1.22l-3-2.72a4.13 4.13 0 0 0-2.42-1.079a.4.4 0 0 0-.19 0H8.21A5 5 0 0 0 3 6.87v10.297a5 5 0 0 0 3.31 4.528a4.7 4.7 0 0 0 1.92.3h7.56A5 5 0 0 0 21 17.136V8.569a3.75 3.75 0 0 0-.32-1.54m-4.62.39a1.08 1.08 0 0 1-1.09-1.08V3.69c.66.16 3.23 2.8 3.79 3.24q.25.21.42.49z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.68 7.03a3.85 3.85 0 0 0-.92-1.22l-3-2.72a4.13 4.13 0 0 0-2.42-1.079a.4.4 0 0 0-.19 0H8.21A5 5 0 0 0 3 6.87v10.297a5 5 0 0 0 3.31 4.528a4.7 4.7 0 0 0 1.92.3h7.56A5 5 0 0 0 21 17.136V8.569a3.75 3.75 0 0 0-.32-1.54m-4.62.39a1.08 1.08 0 0 1-1.09-1.08V3.69c.66.16 3.23 2.8 3.79 3.24q.25.21.42.49z"/></svg> </template>
CSS
.icon-file-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%22M20.68%207.03a3.85%203.85%200%200%200-.92-1.22l-3-2.72a4.13%204.13%200%200%200-2.42-1.079a.4.4%200%200%200-.19%200H8.21A5%205%200%200%200%203%206.87v10.297a5%205%200%200%200%203.31%204.528a4.7%204.7%200%200%200%201.92.3h7.56A5%205%200%200%200%2021%2017.136V8.569a3.75%203.75%200%200%200-.32-1.54m-4.62.39a1.08%201.08%200%200%201-1.09-1.08V3.69c.66.16%203.23%202.8%203.79%203.24q.25.21.42.49z%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%22M20.68%207.03a3.85%203.85%200%200%200-.92-1.22l-3-2.72a4.13%204.13%200%200%200-2.42-1.079a.4.4%200%200%200-.19%200H8.21A5%205%200%200%200%203%206.87v10.297a5%205%200%200%200%203.31%204.528a4.7%204.7%200%200%200%201.92.3h7.56A5%205%200%200%200%2021%2017.136V8.569a3.75%203.75%200%200%200-.32-1.54m-4.62.39a1.08%201.08%200%200%201-1.09-1.08V3.69c.66.16%203.23%202.8%203.79%203.24q.25.21.42.49z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/file-fill.svg?color=%231a73e8&size=48