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

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

1 other variant in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the arrow join icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 2a.5.5 0 0 1 .5.5C5 6.124 7.876 9 11.5 9h.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L12.293 10H11.5A6.457 6.457 0 0 0 5 16.5a.5.5 0 0 1-1 0a7.45 7.45 0 0 1 4.777-7A7.45 7.45 0 0 1 4 2.5a.5.5 0 0 1 .5-.5m5.532 9.193A5.43 5.43 0 0 0 7 13.309V14a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v.691a5.43 5.43 0 0 0 3.032 2.116A1.499 1.499 0 0 1 12.56 6.44l2 2a1.5 1.5 0 0 1 0 2.122l-2 2a1.5 1.5 0 0 1-2.53-1.368"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowJoin20Filled(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="M4.5 2a.5.5 0 0 1 .5.5C5 6.124 7.876 9 11.5 9h.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L12.293 10H11.5A6.457 6.457 0 0 0 5 16.5a.5.5 0 0 1-1 0a7.45 7.45 0 0 1 4.777-7A7.45 7.45 0 0 1 4 2.5a.5.5 0 0 1 .5-.5m5.532 9.193A5.43 5.43 0 0 0 7 13.309V14a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v.691a5.43 5.43 0 0 0 3.032 2.116A1.499 1.499 0 0 1 12.56 6.44l2 2a1.5 1.5 0 0 1 0 2.122l-2 2a1.5 1.5 0 0 1-2.53-1.368"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 2a.5.5 0 0 1 .5.5C5 6.124 7.876 9 11.5 9h.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L12.293 10H11.5A6.457 6.457 0 0 0 5 16.5a.5.5 0 0 1-1 0a7.45 7.45 0 0 1 4.777-7A7.45 7.45 0 0 1 4 2.5a.5.5 0 0 1 .5-.5m5.532 9.193A5.43 5.43 0 0 0 7 13.309V14a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v.691a5.43 5.43 0 0 0 3.032 2.116A1.499 1.499 0 0 1 12.56 6.44l2 2a1.5 1.5 0 0 1 0 2.122l-2 2a1.5 1.5 0 0 1-2.53-1.368"/></svg>
</template>

CSS

.icon-arrow-join-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%22M4.5%202a.5.5%200%200%201%20.5.5C5%206.124%207.876%209%2011.5%209h.793l-1.147-1.146a.5.5%200%200%201%20.708-.708l2%202a.5.5%200%200%201%200%20.708l-2%202a.5.5%200%200%201-.708-.708L12.293%2010H11.5A6.457%206.457%200%200%200%205%2016.5a.5.5%200%200%201-1%200a7.45%207.45%200%200%201%204.777-7A7.45%207.45%200%200%201%204%202.5a.5.5%200%200%201%20.5-.5m5.532%209.193A5.43%205.43%200%200%200%207%2013.309V14a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2H9a2%202%200%200%200-2%202v.691a5.43%205.43%200%200%200%203.032%202.116A1.499%201.499%200%200%201%2012.56%206.44l2%202a1.5%201.5%200%200%201%200%202.122l-2%202a1.5%201.5%200%200%201-2.53-1.368%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%22M4.5%202a.5.5%200%200%201%20.5.5C5%206.124%207.876%209%2011.5%209h.793l-1.147-1.146a.5.5%200%200%201%20.708-.708l2%202a.5.5%200%200%201%200%20.708l-2%202a.5.5%200%200%201-.708-.708L12.293%2010H11.5A6.457%206.457%200%200%200%205%2016.5a.5.5%200%200%201-1%200a7.45%207.45%200%200%201%204.777-7A7.45%207.45%200%200%201%204%202.5a.5.5%200%200%201%20.5-.5m5.532%209.193A5.43%205.43%200%200%200%207%2013.309V14a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2H9a2%202%200%200%200-2%202v.691a5.43%205.43%200%200%200%203.032%202.116A1.499%201.499%200%200%201%2012.56%206.44l2%202a1.5%201.5%200%200%201%200%202.122l-2%202a1.5%201.5%200%200%201-2.53-1.368%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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