file plus icon
file-plus from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- file-plus
- Set
- Mage Icons
- Style
- Outline
- 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-plusPhosphorfile-plusPixelarticonsfile-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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M14.186 2.753v3.596c0 .487.194.955.54 1.3a1.85 1.85 0 0 0 1.306.539h4.125"/><path stroke-linejoin="round" d="M20.25 8.568v8.568a4.25 4.25 0 0 1-1.362 2.97a4.28 4.28 0 0 1-3.072 1.14h-7.59a4.3 4.3 0 0 1-3.1-1.124a4.26 4.26 0 0 1-1.376-2.986V6.862a4.25 4.25 0 0 1 1.362-2.97a4.28 4.28 0 0 1 3.072-1.14h5.714a3.5 3.5 0 0 1 2.361.905l2.96 2.722a2.97 2.97 0 0 1 1.031 2.189"/><path stroke-miterlimit="10" d="M11.57 10.424v7.116m-3.55-3.55h7.117"/></g></svg>
React
import type { SVGProps } from "react";
export function MageFilePlus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M14.186 2.753v3.596c0 .487.194.955.54 1.3a1.85 1.85 0 0 0 1.306.539h4.125"/><path strokeLinejoin="round" d="M20.25 8.568v8.568a4.25 4.25 0 0 1-1.362 2.97a4.28 4.28 0 0 1-3.072 1.14h-7.59a4.3 4.3 0 0 1-3.1-1.124a4.26 4.26 0 0 1-1.376-2.986V6.862a4.25 4.25 0 0 1 1.362-2.97a4.28 4.28 0 0 1 3.072-1.14h5.714a3.5 3.5 0 0 1 2.361.905l2.96 2.722a2.97 2.97 0 0 1 1.031 2.189"/><path strokeMiterlimit="10" d="M11.57 10.424v7.116m-3.55-3.55h7.117"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M14.186 2.753v3.596c0 .487.194.955.54 1.3a1.85 1.85 0 0 0 1.306.539h4.125"/><path stroke-linejoin="round" d="M20.25 8.568v8.568a4.25 4.25 0 0 1-1.362 2.97a4.28 4.28 0 0 1-3.072 1.14h-7.59a4.3 4.3 0 0 1-3.1-1.124a4.26 4.26 0 0 1-1.376-2.986V6.862a4.25 4.25 0 0 1 1.362-2.97a4.28 4.28 0 0 1 3.072-1.14h5.714a3.5 3.5 0 0 1 2.361.905l2.96 2.722a2.97 2.97 0 0 1 1.031 2.189"/><path stroke-miterlimit="10" d="M11.57 10.424v7.116m-3.55-3.55h7.117"/></g></svg> </template>
CSS
.icon-file-plus {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.186%202.753v3.596c0%20.487.194.955.54%201.3a1.85%201.85%200%200%200%201.306.539h4.125%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.25%208.568v8.568a4.25%204.25%200%200%201-1.362%202.97a4.28%204.28%200%200%201-3.072%201.14h-7.59a4.3%204.3%200%200%201-3.1-1.124a4.26%204.26%200%200%201-1.376-2.986V6.862a4.25%204.25%200%200%201%201.362-2.97a4.28%204.28%200%200%201%203.072-1.14h5.714a3.5%203.5%200%200%201%202.361.905l2.96%202.722a2.97%202.97%200%200%201%201.031%202.189%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.57%2010.424v7.116m-3.55-3.55h7.117%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.186%202.753v3.596c0%20.487.194.955.54%201.3a1.85%201.85%200%200%200%201.306.539h4.125%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.25%208.568v8.568a4.25%204.25%200%200%201-1.362%202.97a4.28%204.28%200%200%201-3.072%201.14h-7.59a4.3%204.3%200%200%201-3.1-1.124a4.26%204.26%200%200%201-1.376-2.986V6.862a4.25%204.25%200%200%201%201.362-2.97a4.28%204.28%200%200%201%203.072-1.14h5.714a3.5%203.5%200%200%201%202.361.905l2.96%202.722a2.97%202.97%200%200%201%201.031%202.189%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.57%2010.424v7.116m-3.55-3.55h7.117%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/file-plus.svg?color=%231a73e8&size=48