arrow outline down left icon

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

Name
arrow-outline-down-left-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M9.861 43.965c-3.358.39-6.205-2.45-5.822-5.809l2.664-23.387c.4-3.517 4.672-5.032 7.198-2.554l2.843 2.787l9.465-9.46a5.25 5.25 0 0 1 7.427.004l8.833 8.849a5.25 5.25 0 0 1-.004 7.421l-9.451 9.452l2.749 2.751c2.51 2.514 1.013 6.815-2.516 7.226zM6.522 38.44a2.75 2.75 0 0 0 3.05 3.043l23.386-2.72c1.453-.17 2.07-1.94 1.036-2.976l-3.632-3.635a1.25 1.25 0 0 1 0-1.768l10.336-10.335a2.75 2.75 0 0 0 .002-3.887l-8.834-8.849a2.75 2.75 0 0 0-3.89-.002l-10.34 10.335a1.25 1.25 0 0 1-1.759.009L12.151 14c-1.04-1.02-2.799-.396-2.964 1.052z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowOutlineDownLeft48Regular(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="M9.861 43.965c-3.358.39-6.205-2.45-5.822-5.809l2.664-23.387c.4-3.517 4.672-5.032 7.198-2.554l2.843 2.787l9.465-9.46a5.25 5.25 0 0 1 7.427.004l8.833 8.849a5.25 5.25 0 0 1-.004 7.421l-9.451 9.452l2.749 2.751c2.51 2.514 1.013 6.815-2.516 7.226zM6.522 38.44a2.75 2.75 0 0 0 3.05 3.043l23.386-2.72c1.453-.17 2.07-1.94 1.036-2.976l-3.632-3.635a1.25 1.25 0 0 1 0-1.768l10.336-10.335a2.75 2.75 0 0 0 .002-3.887l-8.834-8.849a2.75 2.75 0 0 0-3.89-.002l-10.34 10.335a1.25 1.25 0 0 1-1.759.009L12.151 14c-1.04-1.02-2.799-.396-2.964 1.052z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M9.861 43.965c-3.358.39-6.205-2.45-5.822-5.809l2.664-23.387c.4-3.517 4.672-5.032 7.198-2.554l2.843 2.787l9.465-9.46a5.25 5.25 0 0 1 7.427.004l8.833 8.849a5.25 5.25 0 0 1-.004 7.421l-9.451 9.452l2.749 2.751c2.51 2.514 1.013 6.815-2.516 7.226zM6.522 38.44a2.75 2.75 0 0 0 3.05 3.043l23.386-2.72c1.453-.17 2.07-1.94 1.036-2.976l-3.632-3.635a1.25 1.25 0 0 1 0-1.768l10.336-10.335a2.75 2.75 0 0 0 .002-3.887l-8.834-8.849a2.75 2.75 0 0 0-3.89-.002l-10.34 10.335a1.25 1.25 0 0 1-1.759.009L12.151 14c-1.04-1.02-2.799-.396-2.964 1.052z"/></svg>
</template>

CSS

.icon-arrow-outline-down-left-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.861%2043.965c-3.358.39-6.205-2.45-5.822-5.809l2.664-23.387c.4-3.517%204.672-5.032%207.198-2.554l2.843%202.787l9.465-9.46a5.25%205.25%200%200%201%207.427.004l8.833%208.849a5.25%205.25%200%200%201-.004%207.421l-9.451%209.452l2.749%202.751c2.51%202.514%201.013%206.815-2.516%207.226zM6.522%2038.44a2.75%202.75%200%200%200%203.05%203.043l23.386-2.72c1.453-.17%202.07-1.94%201.036-2.976l-3.632-3.635a1.25%201.25%200%200%201%200-1.768l10.336-10.335a2.75%202.75%200%200%200%20.002-3.887l-8.834-8.849a2.75%202.75%200%200%200-3.89-.002l-10.34%2010.335a1.25%201.25%200%200%201-1.759.009L12.151%2014c-1.04-1.02-2.799-.396-2.964%201.052z%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%22M9.861%2043.965c-3.358.39-6.205-2.45-5.822-5.809l2.664-23.387c.4-3.517%204.672-5.032%207.198-2.554l2.843%202.787l9.465-9.46a5.25%205.25%200%200%201%207.427.004l8.833%208.849a5.25%205.25%200%200%201-.004%207.421l-9.451%209.452l2.749%202.751c2.51%202.514%201.013%206.815-2.516%207.226zM6.522%2038.44a2.75%202.75%200%200%200%203.05%203.043l23.386-2.72c1.453-.17%202.07-1.94%201.036-2.976l-3.632-3.635a1.25%201.25%200%200%201%200-1.768l10.336-10.335a2.75%202.75%200%200%200%20.002-3.887l-8.834-8.849a2.75%202.75%200%200%200-3.89-.002l-10.34%2010.335a1.25%201.25%200%200%201-1.759.009L12.151%2014c-1.04-1.02-2.799-.396-2.964%201.052z%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-48-regular.svg?color=%231a73e8&size=48