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

Name
file-2-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

Related icons in Mage Icons

Use the file 2 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.014a3.85 3.85 0 0 0-.92-1.22l-3-2.72a4.15 4.15 0 0 0-2.39-1.07H8.21A5 5 0 0 0 3 6.864v10.3a5 5 0 0 0 3.31 4.53a4.7 4.7 0 0 0 1.92.3h7.56a5 5 0 0 0 5.21-4.86v-8.57a3.75 3.75 0 0 0-.32-1.55m-13-.4h3.26a1 1 0 0 1 0 2H7.68a1 1 0 1 1 0-2m8.7 10.71h-8.7a1 1 0 1 1 0-2h8.7a1 1 0 0 1 0 1.98zm0-4.35h-8.7a1 1 0 1 1 0-2h8.7a1 1 0 1 1 0 2m-.32-5.57a1.08 1.08 0 0 1-1.09-1.08v-2.65c.66.16 3.23 2.8 3.79 3.24a2 2 0 0 1 .42.49z"/></svg>

React

import type { SVGProps } from "react";

export function MageFile2Fill(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.014a3.85 3.85 0 0 0-.92-1.22l-3-2.72a4.15 4.15 0 0 0-2.39-1.07H8.21A5 5 0 0 0 3 6.864v10.3a5 5 0 0 0 3.31 4.53a4.7 4.7 0 0 0 1.92.3h7.56a5 5 0 0 0 5.21-4.86v-8.57a3.75 3.75 0 0 0-.32-1.55m-13-.4h3.26a1 1 0 0 1 0 2H7.68a1 1 0 1 1 0-2m8.7 10.71h-8.7a1 1 0 1 1 0-2h8.7a1 1 0 0 1 0 1.98zm0-4.35h-8.7a1 1 0 1 1 0-2h8.7a1 1 0 1 1 0 2m-.32-5.57a1.08 1.08 0 0 1-1.09-1.08v-2.65c.66.16 3.23 2.8 3.79 3.24a2 2 0 0 1 .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.014a3.85 3.85 0 0 0-.92-1.22l-3-2.72a4.15 4.15 0 0 0-2.39-1.07H8.21A5 5 0 0 0 3 6.864v10.3a5 5 0 0 0 3.31 4.53a4.7 4.7 0 0 0 1.92.3h7.56a5 5 0 0 0 5.21-4.86v-8.57a3.75 3.75 0 0 0-.32-1.55m-13-.4h3.26a1 1 0 0 1 0 2H7.68a1 1 0 1 1 0-2m8.7 10.71h-8.7a1 1 0 1 1 0-2h8.7a1 1 0 0 1 0 1.98zm0-4.35h-8.7a1 1 0 1 1 0-2h8.7a1 1 0 1 1 0 2m-.32-5.57a1.08 1.08 0 0 1-1.09-1.08v-2.65c.66.16 3.23 2.8 3.79 3.24a2 2 0 0 1 .42.49z"/></svg>
</template>

CSS

.icon-file-2-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.014a3.85%203.85%200%200%200-.92-1.22l-3-2.72a4.15%204.15%200%200%200-2.39-1.07H8.21A5%205%200%200%200%203%206.864v10.3a5%205%200%200%200%203.31%204.53a4.7%204.7%200%200%200%201.92.3h7.56a5%205%200%200%200%205.21-4.86v-8.57a3.75%203.75%200%200%200-.32-1.55m-13-.4h3.26a1%201%200%200%201%200%202H7.68a1%201%200%201%201%200-2m8.7%2010.71h-8.7a1%201%200%201%201%200-2h8.7a1%201%200%200%201%200%201.98zm0-4.35h-8.7a1%201%200%201%201%200-2h8.7a1%201%200%201%201%200%202m-.32-5.57a1.08%201.08%200%200%201-1.09-1.08v-2.65c.66.16%203.23%202.8%203.79%203.24a2%202%200%200%201%20.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.014a3.85%203.85%200%200%200-.92-1.22l-3-2.72a4.15%204.15%200%200%200-2.39-1.07H8.21A5%205%200%200%200%203%206.864v10.3a5%205%200%200%200%203.31%204.53a4.7%204.7%200%200%200%201.92.3h7.56a5%205%200%200%200%205.21-4.86v-8.57a3.75%203.75%200%200%200-.32-1.55m-13-.4h3.26a1%201%200%200%201%200%202H7.68a1%201%200%201%201%200-2m8.7%2010.71h-8.7a1%201%200%201%201%200-2h8.7a1%201%200%200%201%200%201.98zm0-4.35h-8.7a1%201%200%201%201%200-2h8.7a1%201%200%201%201%200%202m-.32-5.57a1.08%201.08%200%200%201-1.09-1.08v-2.65c.66.16%203.23%202.8%203.79%203.24a2%202%200%200%201%20.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-2-fill.svg?color=%231a73e8&size=48