file content icon
file-content-filled from Reicon by REICON · Filled · Files · MIT Free for personal and commercial use.
- Name
- file-content-filled
- Set
- Reicon
- Style
- Filled
- Category
- Files
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More files icons from Reicon
Use the file content icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.65 7.236l-5.22-5.219a2.32 2.32 0 0 0-1.649-.684H6.333A3.67 3.67 0 0 0 2.667 5v14a3.67 3.67 0 0 0 3.666 3.667h11.334A3.67 3.67 0 0 0 21.333 19V8.885c0-.622-.242-1.209-.684-1.649M7.666 8h2.666a1 1 0 0 1 0 2H7.667a1 1 0 0 1 0-2m8.666 10H7.667a1 1 0 0 1 0-2h8.666a1 1 0 0 1 0 2m0-4H7.667a1 1 0 0 1 0-2h8.666a1 1 0 0 1 0 2m2.91-5.333h-3.91c-.733 0-1.333-.6-1.333-1.334V3.44l.017-.007l5.23 5.228z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFileContentFilled(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.65 7.236l-5.22-5.219a2.32 2.32 0 0 0-1.649-.684H6.333A3.67 3.67 0 0 0 2.667 5v14a3.67 3.67 0 0 0 3.666 3.667h11.334A3.67 3.67 0 0 0 21.333 19V8.885c0-.622-.242-1.209-.684-1.649M7.666 8h2.666a1 1 0 0 1 0 2H7.667a1 1 0 0 1 0-2m8.666 10H7.667a1 1 0 0 1 0-2h8.666a1 1 0 0 1 0 2m0-4H7.667a1 1 0 0 1 0-2h8.666a1 1 0 0 1 0 2m2.91-5.333h-3.91c-.733 0-1.333-.6-1.333-1.334V3.44l.017-.007l5.23 5.228z"/></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.65 7.236l-5.22-5.219a2.32 2.32 0 0 0-1.649-.684H6.333A3.67 3.67 0 0 0 2.667 5v14a3.67 3.67 0 0 0 3.666 3.667h11.334A3.67 3.67 0 0 0 21.333 19V8.885c0-.622-.242-1.209-.684-1.649M7.666 8h2.666a1 1 0 0 1 0 2H7.667a1 1 0 0 1 0-2m8.666 10H7.667a1 1 0 0 1 0-2h8.666a1 1 0 0 1 0 2m0-4H7.667a1 1 0 0 1 0-2h8.666a1 1 0 0 1 0 2m2.91-5.333h-3.91c-.733 0-1.333-.6-1.333-1.334V3.44l.017-.007l5.23 5.228z"/></svg> </template>
CSS
.icon-file-content-filled {
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.65%207.236l-5.22-5.219a2.32%202.32%200%200%200-1.649-.684H6.333A3.67%203.67%200%200%200%202.667%205v14a3.67%203.67%200%200%200%203.666%203.667h11.334A3.67%203.67%200%200%200%2021.333%2019V8.885c0-.622-.242-1.209-.684-1.649M7.666%208h2.666a1%201%200%200%201%200%202H7.667a1%201%200%200%201%200-2m8.666%2010H7.667a1%201%200%200%201%200-2h8.666a1%201%200%200%201%200%202m0-4H7.667a1%201%200%200%201%200-2h8.666a1%201%200%200%201%200%202m2.91-5.333h-3.91c-.733%200-1.333-.6-1.333-1.334V3.44l.017-.007l5.23%205.228z%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.65%207.236l-5.22-5.219a2.32%202.32%200%200%200-1.649-.684H6.333A3.67%203.67%200%200%200%202.667%205v14a3.67%203.67%200%200%200%203.666%203.667h11.334A3.67%203.67%200%200%200%2021.333%2019V8.885c0-.622-.242-1.209-.684-1.649M7.666%208h2.666a1%201%200%200%201%200%202H7.667a1%201%200%200%201%200-2m8.666%2010H7.667a1%201%200%200%201%200-2h8.666a1%201%200%200%201%200%202m0-4H7.667a1%201%200%200%201%200-2h8.666a1%201%200%200%201%200%202m2.91-5.333h-3.91c-.733%200-1.333-.6-1.333-1.334V3.44l.017-.007l5.23%205.228z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/file-content-filled.svg?color=%231a73e8&size=48