flow-arrow-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
flow-arrow-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the flow arrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.5 1.5A2 2 0 0 1 5.435 3H11.5a2.5 2.5 0 0 1 0 5h-7a1.5 1.5 0 1 0 0 3h7.793l-1.146-1.146a.5.5 0 1 1 .707-.708l2 2a.5.5 0 0 1 0 .707l-2 2a.5.5 0 1 1-.707-.707L12.293 12H4.5a2.5 2.5 0 0 1 0-5h7a1.5 1.5 0 0 0 0-3H5.435A1.999 1.999 0 0 1 1.5 3.5a2 2 0 0 1 2-2m0 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function FluentFlowArrow16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.5 1.5A2 2 0 0 1 5.435 3H11.5a2.5 2.5 0 0 1 0 5h-7a1.5 1.5 0 1 0 0 3h7.793l-1.146-1.146a.5.5 0 1 1 .707-.708l2 2a.5.5 0 0 1 0 .707l-2 2a.5.5 0 1 1-.707-.707L12.293 12H4.5a2.5 2.5 0 0 1 0-5h7a1.5 1.5 0 0 0 0-3H5.435A1.999 1.999 0 0 1 1.5 3.5a2 2 0 0 1 2-2m0 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.5 1.5A2 2 0 0 1 5.435 3H11.5a2.5 2.5 0 0 1 0 5h-7a1.5 1.5 0 1 0 0 3h7.793l-1.146-1.146a.5.5 0 1 1 .707-.708l2 2a.5.5 0 0 1 0 .707l-2 2a.5.5 0 1 1-.707-.707L12.293 12H4.5a2.5 2.5 0 0 1 0-5h7a1.5 1.5 0 0 0 0-3H5.435A1.999 1.999 0 0 1 1.5 3.5a2 2 0 0 1 2-2m0 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-flow-arrow-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%201.5A2%202%200%200%201%205.435%203H11.5a2.5%202.5%200%200%201%200%205h-7a1.5%201.5%200%201%200%200%203h7.793l-1.146-1.146a.5.5%200%201%201%20.707-.708l2%202a.5.5%200%200%201%200%20.707l-2%202a.5.5%200%201%201-.707-.707L12.293%2012H4.5a2.5%202.5%200%200%201%200-5h7a1.5%201.5%200%200%200%200-3H5.435A1.999%201.999%200%200%201%201.5%203.5a2%202%200%200%201%202-2m0%201a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%201.5A2%202%200%200%201%205.435%203H11.5a2.5%202.5%200%200%201%200%205h-7a1.5%201.5%200%201%200%200%203h7.793l-1.146-1.146a.5.5%200%201%201%20.707-.708l2%202a.5.5%200%200%201%200%20.707l-2%202a.5.5%200%201%201-.707-.707L12.293%2012H4.5a2.5%202.5%200%200%201%200-5h7a1.5%201.5%200%200%200%200-3H5.435A1.999%201.999%200%200%201%201.5%203.5a2%202%200%200%201%202-2m0%201a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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