arrow hook down left icon

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

Name
arrow-hook-down-left-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M7 4.75A.75.75 0 0 1 7.75 4H14c1.979 0 3.504.823 4.52 2.074C19.52 7.307 20 8.92 20 10.5s-.48 3.193-1.48 4.426C17.504 16.177 15.979 17 14 17H7.56l2.47 2.47a.75.75 0 1 1-1.06 1.06l-3.75-3.75a.75.75 0 0 1 0-1.06l3.75-3.75a.75.75 0 1 1 1.06 1.06L7.56 15.5H14c1.521 0 2.62-.615 3.355-1.52c.75-.923 1.145-2.185 1.145-3.48s-.396-2.557-1.145-3.48C16.621 6.115 15.521 5.5 14 5.5H7.75A.75.75 0 0 1 7 4.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowHookDownLeft24Regular(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="M7 4.75A.75.75 0 0 1 7.75 4H14c1.979 0 3.504.823 4.52 2.074C19.52 7.307 20 8.92 20 10.5s-.48 3.193-1.48 4.426C17.504 16.177 15.979 17 14 17H7.56l2.47 2.47a.75.75 0 1 1-1.06 1.06l-3.75-3.75a.75.75 0 0 1 0-1.06l3.75-3.75a.75.75 0 1 1 1.06 1.06L7.56 15.5H14c1.521 0 2.62-.615 3.355-1.52c.75-.923 1.145-2.185 1.145-3.48s-.396-2.557-1.145-3.48C16.621 6.115 15.521 5.5 14 5.5H7.75A.75.75 0 0 1 7 4.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 4.75A.75.75 0 0 1 7.75 4H14c1.979 0 3.504.823 4.52 2.074C19.52 7.307 20 8.92 20 10.5s-.48 3.193-1.48 4.426C17.504 16.177 15.979 17 14 17H7.56l2.47 2.47a.75.75 0 1 1-1.06 1.06l-3.75-3.75a.75.75 0 0 1 0-1.06l3.75-3.75a.75.75 0 1 1 1.06 1.06L7.56 15.5H14c1.521 0 2.62-.615 3.355-1.52c.75-.923 1.145-2.185 1.145-3.48s-.396-2.557-1.145-3.48C16.621 6.115 15.521 5.5 14 5.5H7.75A.75.75 0 0 1 7 4.75"/></svg>
</template>

CSS

.icon-arrow-hook-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%22M7%204.75A.75.75%200%200%201%207.75%204H14c1.979%200%203.504.823%204.52%202.074C19.52%207.307%2020%208.92%2020%2010.5s-.48%203.193-1.48%204.426C17.504%2016.177%2015.979%2017%2014%2017H7.56l2.47%202.47a.75.75%200%201%201-1.06%201.06l-3.75-3.75a.75.75%200%200%201%200-1.06l3.75-3.75a.75.75%200%201%201%201.06%201.06L7.56%2015.5H14c1.521%200%202.62-.615%203.355-1.52c.75-.923%201.145-2.185%201.145-3.48s-.396-2.557-1.145-3.48C16.621%206.115%2015.521%205.5%2014%205.5H7.75A.75.75%200%200%201%207%204.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%204.75A.75.75%200%200%201%207.75%204H14c1.979%200%203.504.823%204.52%202.074C19.52%207.307%2020%208.92%2020%2010.5s-.48%203.193-1.48%204.426C17.504%2016.177%2015.979%2017%2014%2017H7.56l2.47%202.47a.75.75%200%201%201-1.06%201.06l-3.75-3.75a.75.75%200%200%201%200-1.06l3.75-3.75a.75.75%200%201%201%201.06%201.06L7.56%2015.5H14c1.521%200%202.62-.615%203.355-1.52c.75-.923%201.145-2.185%201.145-3.48s-.396-2.557-1.145-3.48C16.621%206.115%2015.521%205.5%2014%205.5H7.75A.75.75%200%200%201%207%204.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-24-regular.svg?color=%231a73e8&size=48