file-image-plus from Material Design Icons by Pictogrammers · Filled · Files / Folders · Apache-2.0 Free for personal and commercial use.

Name
file-image-plus
Set
Material Design Icons
Style
Filled
Category
Files / Folders
Viewbox
24×24
License
Apache 2.0
Aliases
file-image-add

1 other variant in Material Design Icons

More files / folders icons from Material Design Icons

Use the file image plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.09 20H6l6-6l1.88 1.88c.62-.98 1.48-1.78 2.52-2.28L18 12v1.09c.33-.05.66-.09 1-.09s.67.04 1 .09V8l-6-6H6c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h7.81c-.35-.61-.6-1.28-.72-2M13 3.5L18.5 9H13zM8 9a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m12 6v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiFileImagePlus(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="M13.09 20H6l6-6l1.88 1.88c.62-.98 1.48-1.78 2.52-2.28L18 12v1.09c.33-.05.66-.09 1-.09s.67.04 1 .09V8l-6-6H6c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h7.81c-.35-.61-.6-1.28-.72-2M13 3.5L18.5 9H13zM8 9a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m12 6v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.09 20H6l6-6l1.88 1.88c.62-.98 1.48-1.78 2.52-2.28L18 12v1.09c.33-.05.66-.09 1-.09s.67.04 1 .09V8l-6-6H6c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h7.81c-.35-.61-.6-1.28-.72-2M13 3.5L18.5 9H13zM8 9a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m12 6v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"/></svg>
</template>

CSS

.icon-file-image-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%20d%3D%22M13.09%2020H6l6-6l1.88%201.88c.62-.98%201.48-1.78%202.52-2.28L18%2012v1.09c.33-.05.66-.09%201-.09s.67.04%201%20.09V8l-6-6H6c-1.11%200-2%20.89-2%202v16a2%202%200%200%200%202%202h7.81c-.35-.61-.6-1.28-.72-2M13%203.5L18.5%209H13zM8%209a2%202%200%201%201%200%204c-1.11%200-2-.89-2-2s.9-2%202-2m12%206v3h3v2h-3v3h-2v-3h-3v-2h3v-3z%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%22M13.09%2020H6l6-6l1.88%201.88c.62-.98%201.48-1.78%202.52-2.28L18%2012v1.09c.33-.05.66-.09%201-.09s.67.04%201%20.09V8l-6-6H6c-1.11%200-2%20.89-2%202v16a2%202%200%200%200%202%202h7.81c-.35-.61-.6-1.28-.72-2M13%203.5L18.5%209H13zM8%209a2%202%200%201%201%200%204c-1.11%200-2-.89-2-2s.9-2%202-2m12%206v3h3v2h-3v3h-2v-3h-3v-2h3v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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