file minus icon
file-minus-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- file-minus-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
file-minusBootstrap Iconsfile-minusFeather Iconsfile-minusHuge Iconsfile-minusMaterial Line Iconsfile-minusLucidefile-minusMajesticonsfile-minusMaterial Design Iconsfile-minusMyna UI Iconsfile-minusPhosphorfile-minusPixelarticonsfile-minusRadix Iconsfile-minus-boldSolarfile-minusTabler Iconsfile-minusTDesign Iconsfile-minus-outlineTeenyiconsfile-minusUnicons
Related icons in Mage Icons
Use the file minus 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-5.09 8.06H8.47a1 1 0 0 1 0-2h7.12a1 1 0 0 1 0 2m.47-7.67a1.08 1.08 0 0 1-1.09-1.08v-2.65c.66.16 3.23 2.8 3.79 3.24q.25.211.42.49z"/></svg>
React
import type { SVGProps } from "react";
export function MageFileMinusFill(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-5.09 8.06H8.47a1 1 0 0 1 0-2h7.12a1 1 0 0 1 0 2m.47-7.67a1.08 1.08 0 0 1-1.09-1.08v-2.65c.66.16 3.23 2.8 3.79 3.24q.25.211.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-5.09 8.06H8.47a1 1 0 0 1 0-2h7.12a1 1 0 0 1 0 2m.47-7.67a1.08 1.08 0 0 1-1.09-1.08v-2.65c.66.16 3.23 2.8 3.79 3.24q.25.211.42.49z"/></svg> </template>
CSS
.icon-file-minus-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-5.09%208.06H8.47a1%201%200%200%201%200-2h7.12a1%201%200%200%201%200%202m.47-7.67a1.08%201.08%200%200%201-1.09-1.08v-2.65c.66.16%203.23%202.8%203.79%203.24q.25.211.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-5.09%208.06H8.47a1%201%200%200%201%200-2h7.12a1%201%200%200%201%200%202m.47-7.67a1.08%201.08%200%200%201-1.09-1.08v-2.65c.66.16%203.23%202.8%203.79%203.24q.25.211.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-minus-fill.svg?color=%231a73e8&size=48