file plus icon
file-plus from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- file-plus
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
file-plusBootstrap Iconsfile-plusBoxIcons v2 Solidfile-plusFeather Iconsfile-plusHuge Iconsfile-plusMaterial Line Iconsfile-plusLucidefile-plusMage Iconsfile-plusMajesticonsfile-plusMaterial Design Iconsfile-plusMyna UI Iconsfile-plusPhosphorfile-plusPixelarticonsfile-plusRadix Iconsfile-plusTabler Iconsfile-plus-outlineTeenyiconsfile-plusUnicons
Related icons in Prime 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" fill-rule="evenodd" d="M8 3.25A2.756 2.756 0 0 0 5.25 6v12A2.756 2.756 0 0 0 8 20.75h8A2.756 2.756 0 0 0 18.75 18V9.5a.75.75 0 0 0-.22-.53l-5.5-5.5a.75.75 0 0 0-.53-.22zM6.75 6c0-.686.564-1.25 1.25-1.25h3.75V9.5c0 .414.336.75.75.75h4.75V18c0 .686-.564 1.25-1.25 1.25H8c-.686 0-1.25-.564-1.25-1.25zm9.44 2.75l-2.94-2.94v2.94zM15.25 15a.75.75 0 0 1-.75.75h-1.75v1.75a.75.75 0 0 1-1.5 0v-1.75H9.5a.75.75 0 0 1 0-1.5h1.75V12.5a.75.75 0 0 1 1.5 0v1.75h1.75a.75.75 0 0 1 .75.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function PrimeFilePlus(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" fillRule="evenodd" d="M8 3.25A2.756 2.756 0 0 0 5.25 6v12A2.756 2.756 0 0 0 8 20.75h8A2.756 2.756 0 0 0 18.75 18V9.5a.75.75 0 0 0-.22-.53l-5.5-5.5a.75.75 0 0 0-.53-.22zM6.75 6c0-.686.564-1.25 1.25-1.25h3.75V9.5c0 .414.336.75.75.75h4.75V18c0 .686-.564 1.25-1.25 1.25H8c-.686 0-1.25-.564-1.25-1.25zm9.44 2.75l-2.94-2.94v2.94zM15.25 15a.75.75 0 0 1-.75.75h-1.75v1.75a.75.75 0 0 1-1.5 0v-1.75H9.5a.75.75 0 0 1 0-1.5h1.75V12.5a.75.75 0 0 1 1.5 0v1.75h1.75a.75.75 0 0 1 .75.75" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8 3.25A2.756 2.756 0 0 0 5.25 6v12A2.756 2.756 0 0 0 8 20.75h8A2.756 2.756 0 0 0 18.75 18V9.5a.75.75 0 0 0-.22-.53l-5.5-5.5a.75.75 0 0 0-.53-.22zM6.75 6c0-.686.564-1.25 1.25-1.25h3.75V9.5c0 .414.336.75.75.75h4.75V18c0 .686-.564 1.25-1.25 1.25H8c-.686 0-1.25-.564-1.25-1.25zm9.44 2.75l-2.94-2.94v2.94zM15.25 15a.75.75 0 0 1-.75.75h-1.75v1.75a.75.75 0 0 1-1.5 0v-1.75H9.5a.75.75 0 0 1 0-1.5h1.75V12.5a.75.75 0 0 1 1.5 0v1.75h1.75a.75.75 0 0 1 .75.75" clip-rule="evenodd"/></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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%203.25A2.756%202.756%200%200%200%205.25%206v12A2.756%202.756%200%200%200%208%2020.75h8A2.756%202.756%200%200%200%2018.75%2018V9.5a.75.75%200%200%200-.22-.53l-5.5-5.5a.75.75%200%200%200-.53-.22zM6.75%206c0-.686.564-1.25%201.25-1.25h3.75V9.5c0%20.414.336.75.75.75h4.75V18c0%20.686-.564%201.25-1.25%201.25H8c-.686%200-1.25-.564-1.25-1.25zm9.44%202.75l-2.94-2.94v2.94zM15.25%2015a.75.75%200%200%201-.75.75h-1.75v1.75a.75.75%200%200%201-1.5%200v-1.75H9.5a.75.75%200%200%201%200-1.5h1.75V12.5a.75.75%200%200%201%201.5%200v1.75h1.75a.75.75%200%200%201%20.75.75%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8%203.25A2.756%202.756%200%200%200%205.25%206v12A2.756%202.756%200%200%200%208%2020.75h8A2.756%202.756%200%200%200%2018.75%2018V9.5a.75.75%200%200%200-.22-.53l-5.5-5.5a.75.75%200%200%200-.53-.22zM6.75%206c0-.686.564-1.25%201.25-1.25h3.75V9.5c0%20.414.336.75.75.75h4.75V18c0%20.686-.564%201.25-1.25%201.25H8c-.686%200-1.25-.564-1.25-1.25zm9.44%202.75l-2.94-2.94v2.94zM15.25%2015a.75.75%200%200%201-.75.75h-1.75v1.75a.75.75%200%200%201-1.5%200v-1.75H9.5a.75.75%200%200%201%200-1.5h1.75V12.5a.75.75%200%200%201%201.5%200v1.75h1.75a.75.75%200%200%201%20.75.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/file-plus.svg?color=%231a73e8&size=48