arrow outline down left icon

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

Name
arrow-outline-down-left-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M3.503 19.998a.45.45 0 0 0 .497.497l12.062-1.34a.45.45 0 0 0 .268-.765l-1.798-1.798a.75.75 0 0 1 0-1.06l5.834-5.835a.45.45 0 0 0 0-.636l-5.429-5.43a.45.45 0 0 0-.636 0L8.467 9.467a.75.75 0 0 1-1.06 0L5.608 7.668a.45.45 0 0 0-.766.269zm.663 1.988a1.95 1.95 0 0 1-2.154-2.153L3.352 7.77c.181-1.625 2.161-2.32 3.317-1.163l1.268 1.267L13.24 2.57a1.95 1.95 0 0 1 2.758 0L21.427 8a1.95 1.95 0 0 1 0 2.757l-5.304 5.304l1.268 1.267c1.156 1.156.461 3.136-1.164 3.317z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowOutlineDownLeft24Regular(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="M3.503 19.998a.45.45 0 0 0 .497.497l12.062-1.34a.45.45 0 0 0 .268-.765l-1.798-1.798a.75.75 0 0 1 0-1.06l5.834-5.835a.45.45 0 0 0 0-.636l-5.429-5.43a.45.45 0 0 0-.636 0L8.467 9.467a.75.75 0 0 1-1.06 0L5.608 7.668a.45.45 0 0 0-.766.269zm.663 1.988a1.95 1.95 0 0 1-2.154-2.153L3.352 7.77c.181-1.625 2.161-2.32 3.317-1.163l1.268 1.267L13.24 2.57a1.95 1.95 0 0 1 2.758 0L21.427 8a1.95 1.95 0 0 1 0 2.757l-5.304 5.304l1.268 1.267c1.156 1.156.461 3.136-1.164 3.317z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.503 19.998a.45.45 0 0 0 .497.497l12.062-1.34a.45.45 0 0 0 .268-.765l-1.798-1.798a.75.75 0 0 1 0-1.06l5.834-5.835a.45.45 0 0 0 0-.636l-5.429-5.43a.45.45 0 0 0-.636 0L8.467 9.467a.75.75 0 0 1-1.06 0L5.608 7.668a.45.45 0 0 0-.766.269zm.663 1.988a1.95 1.95 0 0 1-2.154-2.153L3.352 7.77c.181-1.625 2.161-2.32 3.317-1.163l1.268 1.267L13.24 2.57a1.95 1.95 0 0 1 2.758 0L21.427 8a1.95 1.95 0 0 1 0 2.757l-5.304 5.304l1.268 1.267c1.156 1.156.461 3.136-1.164 3.317z"/></svg>
</template>

CSS

.icon-arrow-outline-down-left-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.503%2019.998a.45.45%200%200%200%20.497.497l12.062-1.34a.45.45%200%200%200%20.268-.765l-1.798-1.798a.75.75%200%200%201%200-1.06l5.834-5.835a.45.45%200%200%200%200-.636l-5.429-5.43a.45.45%200%200%200-.636%200L8.467%209.467a.75.75%200%200%201-1.06%200L5.608%207.668a.45.45%200%200%200-.766.269zm.663%201.988a1.95%201.95%200%200%201-2.154-2.153L3.352%207.77c.181-1.625%202.161-2.32%203.317-1.163l1.268%201.267L13.24%202.57a1.95%201.95%200%200%201%202.758%200L21.427%208a1.95%201.95%200%200%201%200%202.757l-5.304%205.304l1.268%201.267c1.156%201.156.461%203.136-1.164%203.317z%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%22M3.503%2019.998a.45.45%200%200%200%20.497.497l12.062-1.34a.45.45%200%200%200%20.268-.765l-1.798-1.798a.75.75%200%200%201%200-1.06l5.834-5.835a.45.45%200%200%200%200-.636l-5.429-5.43a.45.45%200%200%200-.636%200L8.467%209.467a.75.75%200%200%201-1.06%200L5.608%207.668a.45.45%200%200%200-.766.269zm.663%201.988a1.95%201.95%200%200%201-2.154-2.153L3.352%207.77c.181-1.625%202.161-2.32%203.317-1.163l1.268%201.267L13.24%202.57a1.95%201.95%200%200%201%202.758%200L21.427%208a1.95%201.95%200%200%201%200%202.757l-5.304%205.304l1.268%201.267c1.156%201.156.461%203.136-1.164%203.317z%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-24-regular.svg?color=%231a73e8&size=48