arrow hook down left icon

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

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

10 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow hook 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="M8 6.75A.75.75 0 0 1 8.75 6h7c2.337 0 4.262.781 5.5 2.016C22.481 9.244 23 10.876 23 12.5s-.519 3.256-1.75 4.484C20.012 18.22 18.087 19 15.75 19H7.56l3.22 3.22a.75.75 0 1 1-1.06 1.06l-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5a.75.75 0 1 1 1.06 1.06L7.56 17.5h8.19c1.988 0 3.426-.656 4.35-1.578a4.82 4.82 0 0 0 1.4-3.422a4.82 4.82 0 0 0-1.4-3.422c-.924-.922-2.362-1.578-4.35-1.578h-7A.75.75 0 0 1 8 6.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowHookDownLeft28Regular(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="M8 6.75A.75.75 0 0 1 8.75 6h7c2.337 0 4.262.781 5.5 2.016C22.481 9.244 23 10.876 23 12.5s-.519 3.256-1.75 4.484C20.012 18.22 18.087 19 15.75 19H7.56l3.22 3.22a.75.75 0 1 1-1.06 1.06l-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5a.75.75 0 1 1 1.06 1.06L7.56 17.5h8.19c1.988 0 3.426-.656 4.35-1.578a4.82 4.82 0 0 0 1.4-3.422a4.82 4.82 0 0 0-1.4-3.422c-.924-.922-2.362-1.578-4.35-1.578h-7A.75.75 0 0 1 8 6.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8 6.75A.75.75 0 0 1 8.75 6h7c2.337 0 4.262.781 5.5 2.016C22.481 9.244 23 10.876 23 12.5s-.519 3.256-1.75 4.484C20.012 18.22 18.087 19 15.75 19H7.56l3.22 3.22a.75.75 0 1 1-1.06 1.06l-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5a.75.75 0 1 1 1.06 1.06L7.56 17.5h8.19c1.988 0 3.426-.656 4.35-1.578a4.82 4.82 0 0 0 1.4-3.422a4.82 4.82 0 0 0-1.4-3.422c-.924-.922-2.362-1.578-4.35-1.578h-7A.75.75 0 0 1 8 6.75"/></svg>
</template>

CSS

.icon-arrow-hook-down-left-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%206.75A.75.75%200%200%201%208.75%206h7c2.337%200%204.262.781%205.5%202.016C22.481%209.244%2023%2010.876%2023%2012.5s-.519%203.256-1.75%204.484C20.012%2018.22%2018.087%2019%2015.75%2019H7.56l3.22%203.22a.75.75%200%201%201-1.06%201.06l-4.5-4.5a.75.75%200%200%201%200-1.06l4.5-4.5a.75.75%200%201%201%201.06%201.06L7.56%2017.5h8.19c1.988%200%203.426-.656%204.35-1.578a4.82%204.82%200%200%200%201.4-3.422a4.82%204.82%200%200%200-1.4-3.422c-.924-.922-2.362-1.578-4.35-1.578h-7A.75.75%200%200%201%208%206.75%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%22M8%206.75A.75.75%200%200%201%208.75%206h7c2.337%200%204.262.781%205.5%202.016C22.481%209.244%2023%2010.876%2023%2012.5s-.519%203.256-1.75%204.484C20.012%2018.22%2018.087%2019%2015.75%2019H7.56l3.22%203.22a.75.75%200%201%201-1.06%201.06l-4.5-4.5a.75.75%200%200%201%200-1.06l4.5-4.5a.75.75%200%201%201%201.06%201.06L7.56%2017.5h8.19c1.988%200%203.426-.656%204.35-1.578a4.82%204.82%200%200%200%201.4-3.422a4.82%204.82%200%200%200-1.4-3.422c-.924-.922-2.362-1.578-4.35-1.578h-7A.75.75%200%200%201%208%206.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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