document arrow down off icon

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

Name
document-arrow-down-off-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document arrow down off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-1.162-1.16A1.5 1.5 0 0 1 14.5 18H9.743A5.5 5.5 0 0 0 4 9.207v-4.5L2.146 2.854a.5.5 0 0 1 0-.708M5.5 12a.5.5 0 0 0-.5.5v2.793l-1.146-1.146a.5.5 0 1 0-.708.707l2.002 2.002a.5.5 0 0 0 .706-.003l2-2a.5.5 0 1 0-.708-.707L6 15.294V12.5a.5.5 0 0 0-.5-.5M10 6.5A1.5 1.5 0 0 0 11.5 8H16v5.879L4.502 2.38c.265-.236.615-.38.998-.38H10zm5.75.5H11.5a.5.5 0 0 1-.5-.5V2.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentArrowDownOff20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-1.162-1.16A1.5 1.5 0 0 1 14.5 18H9.743A5.5 5.5 0 0 0 4 9.207v-4.5L2.146 2.854a.5.5 0 0 1 0-.708M5.5 12a.5.5 0 0 0-.5.5v2.793l-1.146-1.146a.5.5 0 1 0-.708.707l2.002 2.002a.5.5 0 0 0 .706-.003l2-2a.5.5 0 1 0-.708-.707L6 15.294V12.5a.5.5 0 0 0-.5-.5M10 6.5A1.5 1.5 0 0 0 11.5 8H16v5.879L4.502 2.38c.265-.236.615-.38.998-.38H10zm5.75.5H11.5a.5.5 0 0 1-.5-.5V2.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-1.162-1.16A1.5 1.5 0 0 1 14.5 18H9.743A5.5 5.5 0 0 0 4 9.207v-4.5L2.146 2.854a.5.5 0 0 1 0-.708M5.5 12a.5.5 0 0 0-.5.5v2.793l-1.146-1.146a.5.5 0 1 0-.708.707l2.002 2.002a.5.5 0 0 0 .706-.003l2-2a.5.5 0 1 0-.708-.707L6 15.294V12.5a.5.5 0 0 0-.5-.5M10 6.5A1.5 1.5 0 0 0 11.5 8H16v5.879L4.502 2.38c.265-.236.615-.38.998-.38H10zm5.75.5H11.5a.5.5 0 0 1-.5-.5V2.25z"/></svg>
</template>

CSS

.icon-document-arrow-down-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M2.146%202.146a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707l-1.162-1.16A1.5%201.5%200%200%201%2014.5%2018H9.743A5.5%205.5%200%200%200%204%209.207v-4.5L2.146%202.854a.5.5%200%200%201%200-.708M5.5%2012a.5.5%200%200%200-.5.5v2.793l-1.146-1.146a.5.5%200%201%200-.708.707l2.002%202.002a.5.5%200%200%200%20.706-.003l2-2a.5.5%200%201%200-.708-.707L6%2015.294V12.5a.5.5%200%200%200-.5-.5M10%206.5A1.5%201.5%200%200%200%2011.5%208H16v5.879L4.502%202.38c.265-.236.615-.38.998-.38H10zm5.75.5H11.5a.5.5%200%200%201-.5-.5V2.25z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M2.146%202.146a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707l-1.162-1.16A1.5%201.5%200%200%201%2014.5%2018H9.743A5.5%205.5%200%200%200%204%209.207v-4.5L2.146%202.854a.5.5%200%200%201%200-.708M5.5%2012a.5.5%200%200%200-.5.5v2.793l-1.146-1.146a.5.5%200%201%200-.708.707l2.002%202.002a.5.5%200%200%200%20.706-.003l2-2a.5.5%200%201%200-.708-.707L6%2015.294V12.5a.5.5%200%200%200-.5-.5M10%206.5A1.5%201.5%200%200%200%2011.5%208H16v5.879L4.502%202.38c.265-.236.615-.38.998-.38H10zm5.75.5H11.5a.5.5%200%200%201-.5-.5V2.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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