arrow hook up left icon

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

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

10 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow hook up left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 15.5a.5.5 0 0 0 .5.5H11c1.636 0 2.9-.618 3.749-1.574C15.59 13.479 16 12.232 16 11s-.41-2.48-1.251-3.426C13.899 6.618 12.636 6 11 6H5.707l2.647-2.646a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L5.707 7H11c1.364 0 2.35.507 3.001 1.238C14.66 8.98 15 9.982 15 11s-.34 2.02-.999 2.762C13.351 14.493 12.364 15 11 15H6.5a.5.5 0 0 0-.5.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowHookUpLeft20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 15.5a.5.5 0 0 0 .5.5H11c1.636 0 2.9-.618 3.749-1.574C15.59 13.479 16 12.232 16 11s-.41-2.48-1.251-3.426C13.899 6.618 12.636 6 11 6H5.707l2.647-2.646a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L5.707 7H11c1.364 0 2.35.507 3.001 1.238C14.66 8.98 15 9.982 15 11s-.34 2.02-.999 2.762C13.351 14.493 12.364 15 11 15H6.5a.5.5 0 0 0-.5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 15.5a.5.5 0 0 0 .5.5H11c1.636 0 2.9-.618 3.749-1.574C15.59 13.479 16 12.232 16 11s-.41-2.48-1.251-3.426C13.899 6.618 12.636 6 11 6H5.707l2.647-2.646a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L5.707 7H11c1.364 0 2.35.507 3.001 1.238C14.66 8.98 15 9.982 15 11s-.34 2.02-.999 2.762C13.351 14.493 12.364 15 11 15H6.5a.5.5 0 0 0-.5.5"/></svg>
</template>

CSS

.icon-arrow-hook-up-left-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2015.5a.5.5%200%200%200%20.5.5H11c1.636%200%202.9-.618%203.749-1.574C15.59%2013.479%2016%2012.232%2016%2011s-.41-2.48-1.251-3.426C13.899%206.618%2012.636%206%2011%206H5.707l2.647-2.646a.5.5%200%201%200-.708-.708l-3.5%203.5a.5.5%200%200%200%200%20.708l3.5%203.5a.5.5%200%200%200%20.708-.708L5.707%207H11c1.364%200%202.35.507%203.001%201.238C14.66%208.98%2015%209.982%2015%2011s-.34%202.02-.999%202.762C13.351%2014.493%2012.364%2015%2011%2015H6.5a.5.5%200%200%200-.5.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2015.5a.5.5%200%200%200%20.5.5H11c1.636%200%202.9-.618%203.749-1.574C15.59%2013.479%2016%2012.232%2016%2011s-.41-2.48-1.251-3.426C13.899%206.618%2012.636%206%2011%206H5.707l2.647-2.646a.5.5%200%201%200-.708-.708l-3.5%203.5a.5.5%200%200%200%200%20.708l3.5%203.5a.5.5%200%200%200%20.708-.708L5.707%207H11c1.364%200%202.35.507%203.001%201.238C14.66%208.98%2015%209.982%2015%2011s-.34%202.02-.999%202.762C13.351%2014.493%2012.364%2015%2011%2015H6.5a.5.5%200%200%200-.5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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