document arrow left icon

document-arrow-left-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
document-arrow-left-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document arrow left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13 24c6.075 0 11 4.925 11 11s-4.925 11-11 11S2 41.075 2 35s4.925-11 11-11m11-8.75A3.75 3.75 0 0 0 27.75 19H40v22a3 3 0 0 1-3 3H22.376A12.95 12.95 0 0 0 26 35c0-7.18-5.82-13-13-13c-1.772 0-3.46.354-5 .996V7a3 3 0 0 1 3-3h13zM11.707 29.293a1 1 0 0 0-1.414 0l-5 5a1 1 0 0 0 0 1.414l5 5a1 1 0 1 0 1.414-1.414L8.414 36H20a1 1 0 1 0 0-2H8.414l3.293-3.293a1 1 0 0 0 0-1.414M39.462 16.5H27.75c-.69 0-1.25-.56-1.25-1.25V4.464z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentArrowLeft48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13 24c6.075 0 11 4.925 11 11s-4.925 11-11 11S2 41.075 2 35s4.925-11 11-11m11-8.75A3.75 3.75 0 0 0 27.75 19H40v22a3 3 0 0 1-3 3H22.376A12.95 12.95 0 0 0 26 35c0-7.18-5.82-13-13-13c-1.772 0-3.46.354-5 .996V7a3 3 0 0 1 3-3h13zM11.707 29.293a1 1 0 0 0-1.414 0l-5 5a1 1 0 0 0 0 1.414l5 5a1 1 0 1 0 1.414-1.414L8.414 36H20a1 1 0 1 0 0-2H8.414l3.293-3.293a1 1 0 0 0 0-1.414M39.462 16.5H27.75c-.69 0-1.25-.56-1.25-1.25V4.464z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13 24c6.075 0 11 4.925 11 11s-4.925 11-11 11S2 41.075 2 35s4.925-11 11-11m11-8.75A3.75 3.75 0 0 0 27.75 19H40v22a3 3 0 0 1-3 3H22.376A12.95 12.95 0 0 0 26 35c0-7.18-5.82-13-13-13c-1.772 0-3.46.354-5 .996V7a3 3 0 0 1 3-3h13zM11.707 29.293a1 1 0 0 0-1.414 0l-5 5a1 1 0 0 0 0 1.414l5 5a1 1 0 1 0 1.414-1.414L8.414 36H20a1 1 0 1 0 0-2H8.414l3.293-3.293a1 1 0 0 0 0-1.414M39.462 16.5H27.75c-.69 0-1.25-.56-1.25-1.25V4.464z"/></svg>
</template>

CSS

.icon-document-arrow-left-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2024c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S2%2041.075%202%2035s4.925-11%2011-11m11-8.75A3.75%203.75%200%200%200%2027.75%2019H40v22a3%203%200%200%201-3%203H22.376A12.95%2012.95%200%200%200%2026%2035c0-7.18-5.82-13-13-13c-1.772%200-3.46.354-5%20.996V7a3%203%200%200%201%203-3h13zM11.707%2029.293a1%201%200%200%200-1.414%200l-5%205a1%201%200%200%200%200%201.414l5%205a1%201%200%201%200%201.414-1.414L8.414%2036H20a1%201%200%201%200%200-2H8.414l3.293-3.293a1%201%200%200%200%200-1.414M39.462%2016.5H27.75c-.69%200-1.25-.56-1.25-1.25V4.464z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2024c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S2%2041.075%202%2035s4.925-11%2011-11m11-8.75A3.75%203.75%200%200%200%2027.75%2019H40v22a3%203%200%200%201-3%203H22.376A12.95%2012.95%200%200%200%2026%2035c0-7.18-5.82-13-13-13c-1.772%200-3.46.354-5%20.996V7a3%203%200%200%201%203-3h13zM11.707%2029.293a1%201%200%200%200-1.414%200l-5%205a1%201%200%200%200%200%201.414l5%205a1%201%200%201%200%201.414-1.414L8.414%2036H20a1%201%200%201%200%200-2H8.414l3.293-3.293a1%201%200%200%200%200-1.414M39.462%2016.5H27.75c-.69%200-1.25-.56-1.25-1.25V4.464z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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