arrow outline down left icon

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

Name
arrow-outline-down-left-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M4.166 21.986a1.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 FluentArrowOutlineDownLeft24Filled(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="M4.166 21.986a1.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="M4.166 21.986a1.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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.166%2021.986a1.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%22M4.166%2021.986a1.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-filled.svg?color=%231a73e8&size=48