arrow hook down right icon

arrow-hook-down-right-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
arrow-hook-down-right-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

10 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow hook down right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9 14c.06 0-.06.002 0 0c.023.002.227 0 .25 0h4.393l-2.268 2.268a.75.75 0 1 0 1.061 1.06l3.353-3.352a.75.75 0 0 0 .212-.639a.75.75 0 0 0-.215-.444L12.54 9.647a.75.75 0 1 0-1.06 1.061l1.79 1.792H9a3.5 3.5 0 1 1 0-7h4.25a.75.75 0 0 0 0-1.5H9a5 5 0 0 0 0 10"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowHookDownRight20Filled(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="M9 14c.06 0-.06.002 0 0c.023.002.227 0 .25 0h4.393l-2.268 2.268a.75.75 0 1 0 1.061 1.06l3.353-3.352a.75.75 0 0 0 .212-.639a.75.75 0 0 0-.215-.444L12.54 9.647a.75.75 0 1 0-1.06 1.061l1.79 1.792H9a3.5 3.5 0 1 1 0-7h4.25a.75.75 0 0 0 0-1.5H9a5 5 0 0 0 0 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9 14c.06 0-.06.002 0 0c.023.002.227 0 .25 0h4.393l-2.268 2.268a.75.75 0 1 0 1.061 1.06l3.353-3.352a.75.75 0 0 0 .212-.639a.75.75 0 0 0-.215-.444L12.54 9.647a.75.75 0 1 0-1.06 1.061l1.79 1.792H9a3.5 3.5 0 1 1 0-7h4.25a.75.75 0 0 0 0-1.5H9a5 5 0 0 0 0 10"/></svg>
</template>

CSS

.icon-arrow-hook-down-right-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2014c.06%200-.06.002%200%200c.023.002.227%200%20.25%200h4.393l-2.268%202.268a.75.75%200%201%200%201.061%201.06l3.353-3.352a.75.75%200%200%200%20.212-.639a.75.75%200%200%200-.215-.444L12.54%209.647a.75.75%200%201%200-1.06%201.061l1.79%201.792H9a3.5%203.5%200%201%201%200-7h4.25a.75.75%200%200%200%200-1.5H9a5%205%200%200%200%200%2010%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%22M9%2014c.06%200-.06.002%200%200c.023.002.227%200%20.25%200h4.393l-2.268%202.268a.75.75%200%201%200%201.061%201.06l3.353-3.352a.75.75%200%200%200%20.212-.639a.75.75%200%200%200-.215-.444L12.54%209.647a.75.75%200%201%200-1.06%201.061l1.79%201.792H9a3.5%203.5%200%201%201%200-7h4.25a.75.75%200%200%200%200-1.5H9a5%205%200%200%200%200%2010%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-right-20-filled.svg?color=%231a73e8&size=48