file plus icon
file-plus-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- file-plus-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-plusBootstrap Iconsfile-plusBoxIcons v2 Solidfile-plusFeather Iconsfile-plusHuge Iconsfile-plusMaterial Line Iconsfile-plusLucidefile-plusMajesticonsfile-plusMaterial Design Iconsfile-plusMyna UI Iconsfile-plusPhosphorfile-plusPixelarticonsfile-plusPrime Iconsfile-plusRadix Iconsfile-plusTabler Iconsfile-plus-outlineTeenyiconsfile-plusUnicons
Related icons in Mage Icons
Use the file plus 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.03a3.85 3.85 0 0 0-.92-1.22c-1.66-1.36-3.41-3.738-5.39-3.798a.4.4 0 0 0-.19 0H8.21A5 5 0 0 0 3 6.87v10.296a5 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-.35-1.54m-5.51 7.997h-2.57v2.549a1 1 0 1 1-2 0v-2.55H8a1 1 0 1 1 0-1.999h2.55v-2.569a1 1 0 0 1 2 0v2.57h2.57a1 1 0 0 1 .02 1.948zm.89-7.557a1.08 1.08 0 0 1-1.09-1.08V3.761c.67.13 3.24 2.789 3.79 3.219q.25.211.42.49z"/></svg>
React
import type { SVGProps } from "react";
export function MageFilePlusFill(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.03a3.85 3.85 0 0 0-.92-1.22c-1.66-1.36-3.41-3.738-5.39-3.798a.4.4 0 0 0-.19 0H8.21A5 5 0 0 0 3 6.87v10.296a5 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-.35-1.54m-5.51 7.997h-2.57v2.549a1 1 0 1 1-2 0v-2.55H8a1 1 0 1 1 0-1.999h2.55v-2.569a1 1 0 0 1 2 0v2.57h2.57a1 1 0 0 1 .02 1.948zm.89-7.557a1.08 1.08 0 0 1-1.09-1.08V3.761c.67.13 3.24 2.789 3.79 3.219q.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.65 7.03a3.85 3.85 0 0 0-.92-1.22c-1.66-1.36-3.41-3.738-5.39-3.798a.4.4 0 0 0-.19 0H8.21A5 5 0 0 0 3 6.87v10.296a5 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-.35-1.54m-5.51 7.997h-2.57v2.549a1 1 0 1 1-2 0v-2.55H8a1 1 0 1 1 0-1.999h2.55v-2.569a1 1 0 0 1 2 0v2.57h2.57a1 1 0 0 1 .02 1.948zm.89-7.557a1.08 1.08 0 0 1-1.09-1.08V3.761c.67.13 3.24 2.789 3.79 3.219q.25.211.42.49z"/></svg> </template>
CSS
.icon-file-plus-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.65%207.03a3.85%203.85%200%200%200-.92-1.22c-1.66-1.36-3.41-3.738-5.39-3.798a.4.4%200%200%200-.19%200H8.21A5%205%200%200%200%203%206.87v10.296a5%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-.35-1.54m-5.51%207.997h-2.57v2.549a1%201%200%201%201-2%200v-2.55H8a1%201%200%201%201%200-1.999h2.55v-2.569a1%201%200%200%201%202%200v2.57h2.57a1%201%200%200%201%20.02%201.948zm.89-7.557a1.08%201.08%200%200%201-1.09-1.08V3.761c.67.13%203.24%202.789%203.79%203.219q.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.65%207.03a3.85%203.85%200%200%200-.92-1.22c-1.66-1.36-3.41-3.738-5.39-3.798a.4.4%200%200%200-.19%200H8.21A5%205%200%200%200%203%206.87v10.296a5%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-.35-1.54m-5.51%207.997h-2.57v2.549a1%201%200%201%201-2%200v-2.55H8a1%201%200%201%201%200-1.999h2.55v-2.569a1%201%200%200%201%202%200v2.57h2.57a1%201%200%200%201%20.02%201.948zm.89-7.557a1.08%201.08%200%200%201-1.09-1.08V3.761c.67.13%203.24%202.789%203.79%203.219q.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-plus-fill.svg?color=%231a73e8&size=48