file plus icon

file-plus-filled from Reicon by REICON · Filled · Files · MIT Free for personal and commercial use.

Name
file-plus-filled
Set
Reicon
Style
Filled
Category
Files
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All file plus icons →

More files icons from Reicon

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="currentColor"><path fill-rule="evenodd" d="M12.723 1.387c.027.053.027.123.027.263V6.5a2.75 2.75 0 0 0 2.75 2.75h4.85c.14 0 .21 0 .263.027a.25.25 0 0 1 .11.11c.027.053.027.123.027.263v7.982c0 .743 0 1.346-.04 1.835c-.041.505-.129.955-.341 1.372a3.5 3.5 0 0 1-1.53 1.53c-.417.212-.867.3-1.372.341c-.489.04-1.092.04-1.835.04H8.368c-.743 0-1.346 0-1.835-.04c-.505-.041-.954-.129-1.372-.341a3.5 3.5 0 0 1-1.53-1.53c-.212-.417-.3-.867-.341-1.372c-.04-.489-.04-1.092-.04-1.835V6.368c0-.743 0-1.346.04-1.835c.041-.505.129-.954.341-1.372a3.5 3.5 0 0 1 1.53-1.53c.418-.212.867-.3 1.372-.34c.489-.04 1.092-.04 1.835-.04h3.982c.14 0 .21 0 .264.026a.25.25 0 0 1 .109.11M12 18.25a.75.75 0 0 1-.75-.75v-2.25H9a.75.75 0 0 1 0-1.5h2.25V11.5a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25v2.25a.75.75 0 0 1-.75.75" clip-rule="evenodd"/><path d="M20.096 7.285c.138.138.286.286.396.465H15.5c-.69 0-1.25-.56-1.25-1.25V1.508c.18.11.327.258.465.396l.034.034l5.313 5.313z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconFilePlusFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M12.723 1.387c.027.053.027.123.027.263V6.5a2.75 2.75 0 0 0 2.75 2.75h4.85c.14 0 .21 0 .263.027a.25.25 0 0 1 .11.11c.027.053.027.123.027.263v7.982c0 .743 0 1.346-.04 1.835c-.041.505-.129.955-.341 1.372a3.5 3.5 0 0 1-1.53 1.53c-.417.212-.867.3-1.372.341c-.489.04-1.092.04-1.835.04H8.368c-.743 0-1.346 0-1.835-.04c-.505-.041-.954-.129-1.372-.341a3.5 3.5 0 0 1-1.53-1.53c-.212-.417-.3-.867-.341-1.372c-.04-.489-.04-1.092-.04-1.835V6.368c0-.743 0-1.346.04-1.835c.041-.505.129-.954.341-1.372a3.5 3.5 0 0 1 1.53-1.53c.418-.212.867-.3 1.372-.34c.489-.04 1.092-.04 1.835-.04h3.982c.14 0 .21 0 .264.026a.25.25 0 0 1 .109.11M12 18.25a.75.75 0 0 1-.75-.75v-2.25H9a.75.75 0 0 1 0-1.5h2.25V11.5a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25v2.25a.75.75 0 0 1-.75.75" clipRule="evenodd"/><path d="M20.096 7.285c.138.138.286.286.396.465H15.5c-.69 0-1.25-.56-1.25-1.25V1.508c.18.11.327.258.465.396l.034.034l5.313 5.313z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12.723 1.387c.027.053.027.123.027.263V6.5a2.75 2.75 0 0 0 2.75 2.75h4.85c.14 0 .21 0 .263.027a.25.25 0 0 1 .11.11c.027.053.027.123.027.263v7.982c0 .743 0 1.346-.04 1.835c-.041.505-.129.955-.341 1.372a3.5 3.5 0 0 1-1.53 1.53c-.417.212-.867.3-1.372.341c-.489.04-1.092.04-1.835.04H8.368c-.743 0-1.346 0-1.835-.04c-.505-.041-.954-.129-1.372-.341a3.5 3.5 0 0 1-1.53-1.53c-.212-.417-.3-.867-.341-1.372c-.04-.489-.04-1.092-.04-1.835V6.368c0-.743 0-1.346.04-1.835c.041-.505.129-.954.341-1.372a3.5 3.5 0 0 1 1.53-1.53c.418-.212.867-.3 1.372-.34c.489-.04 1.092-.04 1.835-.04h3.982c.14 0 .21 0 .264.026a.25.25 0 0 1 .109.11M12 18.25a.75.75 0 0 1-.75-.75v-2.25H9a.75.75 0 0 1 0-1.5h2.25V11.5a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25v2.25a.75.75 0 0 1-.75.75" clip-rule="evenodd"/><path d="M20.096 7.285c.138.138.286.286.396.465H15.5c-.69 0-1.25-.56-1.25-1.25V1.508c.18.11.327.258.465.396l.034.034l5.313 5.313z"/></g></svg>
</template>

CSS

.icon-file-plus-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.723%201.387c.027.053.027.123.027.263V6.5a2.75%202.75%200%200%200%202.75%202.75h4.85c.14%200%20.21%200%20.263.027a.25.25%200%200%201%20.11.11c.027.053.027.123.027.263v7.982c0%20.743%200%201.346-.04%201.835c-.041.505-.129.955-.341%201.372a3.5%203.5%200%200%201-1.53%201.53c-.417.212-.867.3-1.372.341c-.489.04-1.092.04-1.835.04H8.368c-.743%200-1.346%200-1.835-.04c-.505-.041-.954-.129-1.372-.341a3.5%203.5%200%200%201-1.53-1.53c-.212-.417-.3-.867-.341-1.372c-.04-.489-.04-1.092-.04-1.835V6.368c0-.743%200-1.346.04-1.835c.041-.505.129-.954.341-1.372a3.5%203.5%200%200%201%201.53-1.53c.418-.212.867-.3%201.372-.34c.489-.04%201.092-.04%201.835-.04h3.982c.14%200%20.21%200%20.264.026a.25.25%200%200%201%20.109.11M12%2018.25a.75.75%200%200%201-.75-.75v-2.25H9a.75.75%200%200%201%200-1.5h2.25V11.5a.75.75%200%200%201%201.5%200v2.25H15a.75.75%200%200%201%200%201.5h-2.25v2.25a.75.75%200%200%201-.75.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.096%207.285c.138.138.286.286.396.465H15.5c-.69%200-1.25-.56-1.25-1.25V1.508c.18.11.327.258.465.396l.034.034l5.313%205.313z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.723%201.387c.027.053.027.123.027.263V6.5a2.75%202.75%200%200%200%202.75%202.75h4.85c.14%200%20.21%200%20.263.027a.25.25%200%200%201%20.11.11c.027.053.027.123.027.263v7.982c0%20.743%200%201.346-.04%201.835c-.041.505-.129.955-.341%201.372a3.5%203.5%200%200%201-1.53%201.53c-.417.212-.867.3-1.372.341c-.489.04-1.092.04-1.835.04H8.368c-.743%200-1.346%200-1.835-.04c-.505-.041-.954-.129-1.372-.341a3.5%203.5%200%200%201-1.53-1.53c-.212-.417-.3-.867-.341-1.372c-.04-.489-.04-1.092-.04-1.835V6.368c0-.743%200-1.346.04-1.835c.041-.505.129-.954.341-1.372a3.5%203.5%200%200%201%201.53-1.53c.418-.212.867-.3%201.372-.34c.489-.04%201.092-.04%201.835-.04h3.982c.14%200%20.21%200%20.264.026a.25.25%200%200%201%20.109.11M12%2018.25a.75.75%200%200%201-.75-.75v-2.25H9a.75.75%200%200%201%200-1.5h2.25V11.5a.75.75%200%200%201%201.5%200v2.25H15a.75.75%200%200%201%200%201.5h-2.25v2.25a.75.75%200%200%201-.75.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.096%207.285c.138.138.286.286.396.465H15.5c-.69%200-1.25-.56-1.25-1.25V1.508c.18.11.327.258.465.396l.034.034l5.313%205.313z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/file-plus-filled.svg?color=%231a73e8&size=48