file document arrow right icon

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

Name
file-document-arrow-right
Set
Material Design Icons
Style
Filled
Category
Files / Folders
Viewbox
24×24
License
Apache 2.0
Aliases
file-document-move, file-text-arrow-right, file-text-move

1 other variant in Material Design Icons

More files / folders icons from Material Design Icons

Use the file document arrow right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23 19l-3-3v2h-4v2h4v2zm-10 0c0-.3 0-.7.1-1H6v-2h7.8c.5-.8 1.1-1.5 1.9-2H6v-2h12v1.1c.3-.1.7-.1 1-.1s.7 0 1 .1V8l-6-6H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h7.8c-.5-.9-.8-1.9-.8-3m0-15.5L18.5 9H13z"/></svg>

React

import type { SVGProps } from "react";

export function MdiFileDocumentArrowRight(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="m23 19l-3-3v2h-4v2h4v2zm-10 0c0-.3 0-.7.1-1H6v-2h7.8c.5-.8 1.1-1.5 1.9-2H6v-2h12v1.1c.3-.1.7-.1 1-.1s.7 0 1 .1V8l-6-6H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h7.8c-.5-.9-.8-1.9-.8-3m0-15.5L18.5 9H13z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23 19l-3-3v2h-4v2h4v2zm-10 0c0-.3 0-.7.1-1H6v-2h7.8c.5-.8 1.1-1.5 1.9-2H6v-2h12v1.1c.3-.1.7-.1 1-.1s.7 0 1 .1V8l-6-6H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h7.8c-.5-.9-.8-1.9-.8-3m0-15.5L18.5 9H13z"/></svg>
</template>

CSS

.icon-file-document-arrow-right {
  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%22m23%2019l-3-3v2h-4v2h4v2zm-10%200c0-.3%200-.7.1-1H6v-2h7.8c.5-.8%201.1-1.5%201.9-2H6v-2h12v1.1c.3-.1.7-.1%201-.1s.7%200%201%20.1V8l-6-6H6c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h7.8c-.5-.9-.8-1.9-.8-3m0-15.5L18.5%209H13z%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%22m23%2019l-3-3v2h-4v2h4v2zm-10%200c0-.3%200-.7.1-1H6v-2h7.8c.5-.8%201.1-1.5%201.9-2H6v-2h12v1.1c.3-.1.7-.1%201-.1s.7%200%201%20.1V8l-6-6H6c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h7.8c-.5-.9-.8-1.9-.8-3m0-15.5L18.5%209H13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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