arrow outline down left icon

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

Name
arrow-outline-down-left-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M18.544 2.659a2.25 2.25 0 0 0-3.182 0L8.76 9.262l-1.6-1.6C5.81 6.313 3.5 7.149 3.328 9.049L2.009 23.546a2.25 2.25 0 0 0 2.445 2.445l14.5-1.318c1.9-.173 2.736-2.483 1.387-3.832l-1.602-1.601l6.602-6.602a2.25 2.25 0 0 0 0-3.182z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowOutlineDownLeft28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.544 2.659a2.25 2.25 0 0 0-3.182 0L8.76 9.262l-1.6-1.6C5.81 6.313 3.5 7.149 3.328 9.049L2.009 23.546a2.25 2.25 0 0 0 2.445 2.445l14.5-1.318c1.9-.173 2.736-2.483 1.387-3.832l-1.602-1.601l6.602-6.602a2.25 2.25 0 0 0 0-3.182z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.544 2.659a2.25 2.25 0 0 0-3.182 0L8.76 9.262l-1.6-1.6C5.81 6.313 3.5 7.149 3.328 9.049L2.009 23.546a2.25 2.25 0 0 0 2.445 2.445l14.5-1.318c1.9-.173 2.736-2.483 1.387-3.832l-1.602-1.601l6.602-6.602a2.25 2.25 0 0 0 0-3.182z"/></svg>
</template>

CSS

.icon-arrow-outline-down-left-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.544%202.659a2.25%202.25%200%200%200-3.182%200L8.76%209.262l-1.6-1.6C5.81%206.313%203.5%207.149%203.328%209.049L2.009%2023.546a2.25%202.25%200%200%200%202.445%202.445l14.5-1.318c1.9-.173%202.736-2.483%201.387-3.832l-1.602-1.601l6.602-6.602a2.25%202.25%200%200%200%200-3.182z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.544%202.659a2.25%202.25%200%200%200-3.182%200L8.76%209.262l-1.6-1.6C5.81%206.313%203.5%207.149%203.328%209.049L2.009%2023.546a2.25%202.25%200%200%200%202.445%202.445l14.5-1.318c1.9-.173%202.736-2.483%201.387-3.832l-1.602-1.601l6.602-6.602a2.25%202.25%200%200%200%200-3.182z%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-28-filled.svg?color=%231a73e8&size=48