arrow outline down left icon

arrow-outline-down-left-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
arrow-outline-down-left-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow outline down left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.003 16.444a.5.5 0 0 0 .552.552l9.704-1.078a.5.5 0 0 0 .298-.85l-1.42-1.421a.5.5 0 0 1 0-.707l4.716-4.717a.5.5 0 0 0 0-.707l-4.37-4.37a.5.5 0 0 0-.706 0L7.06 7.863a.5.5 0 0 1-.707 0l-1.421-1.42a.5.5 0 0 0-.85.297zm.663 1.546a1.5 1.5 0 0 1-1.657-1.657L3.088 6.63c.138-1.25 1.662-1.784 2.551-.895l1.067 1.067L11.07 2.44a1.5 1.5 0 0 1 2.122 0l4.37 4.37a1.5 1.5 0 0 1 0 2.121l-4.364 4.363l1.068 1.067c.889.89.354 2.413-.896 2.552z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowOutlineDownLeft20Regular(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="M3.003 16.444a.5.5 0 0 0 .552.552l9.704-1.078a.5.5 0 0 0 .298-.85l-1.42-1.421a.5.5 0 0 1 0-.707l4.716-4.717a.5.5 0 0 0 0-.707l-4.37-4.37a.5.5 0 0 0-.706 0L7.06 7.863a.5.5 0 0 1-.707 0l-1.421-1.42a.5.5 0 0 0-.85.297zm.663 1.546a1.5 1.5 0 0 1-1.657-1.657L3.088 6.63c.138-1.25 1.662-1.784 2.551-.895l1.067 1.067L11.07 2.44a1.5 1.5 0 0 1 2.122 0l4.37 4.37a1.5 1.5 0 0 1 0 2.121l-4.364 4.363l1.068 1.067c.889.89.354 2.413-.896 2.552z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.003 16.444a.5.5 0 0 0 .552.552l9.704-1.078a.5.5 0 0 0 .298-.85l-1.42-1.421a.5.5 0 0 1 0-.707l4.716-4.717a.5.5 0 0 0 0-.707l-4.37-4.37a.5.5 0 0 0-.706 0L7.06 7.863a.5.5 0 0 1-.707 0l-1.421-1.42a.5.5 0 0 0-.85.297zm.663 1.546a1.5 1.5 0 0 1-1.657-1.657L3.088 6.63c.138-1.25 1.662-1.784 2.551-.895l1.067 1.067L11.07 2.44a1.5 1.5 0 0 1 2.122 0l4.37 4.37a1.5 1.5 0 0 1 0 2.121l-4.364 4.363l1.068 1.067c.889.89.354 2.413-.896 2.552z"/></svg>
</template>

CSS

.icon-arrow-outline-down-left-20-regular {
  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%22M3.003%2016.444a.5.5%200%200%200%20.552.552l9.704-1.078a.5.5%200%200%200%20.298-.85l-1.42-1.421a.5.5%200%200%201%200-.707l4.716-4.717a.5.5%200%200%200%200-.707l-4.37-4.37a.5.5%200%200%200-.706%200L7.06%207.863a.5.5%200%200%201-.707%200l-1.421-1.42a.5.5%200%200%200-.85.297zm.663%201.546a1.5%201.5%200%200%201-1.657-1.657L3.088%206.63c.138-1.25%201.662-1.784%202.551-.895l1.067%201.067L11.07%202.44a1.5%201.5%200%200%201%202.122%200l4.37%204.37a1.5%201.5%200%200%201%200%202.121l-4.364%204.363l1.068%201.067c.889.89.354%202.413-.896%202.552z%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%22M3.003%2016.444a.5.5%200%200%200%20.552.552l9.704-1.078a.5.5%200%200%200%20.298-.85l-1.42-1.421a.5.5%200%200%201%200-.707l4.716-4.717a.5.5%200%200%200%200-.707l-4.37-4.37a.5.5%200%200%200-.706%200L7.06%207.863a.5.5%200%200%201-.707%200l-1.421-1.42a.5.5%200%200%200-.85.297zm.663%201.546a1.5%201.5%200%200%201-1.657-1.657L3.088%206.63c.138-1.25%201.662-1.784%202.551-.895l1.067%201.067L11.07%202.44a1.5%201.5%200%200%201%202.122%200l4.37%204.37a1.5%201.5%200%200%201%200%202.121l-4.364%204.363l1.068%201.067c.889.89.354%202.413-.896%202.552z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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