arrow flow square multiple icon

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

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

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow flow square multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 4.503c.606.456 1 1.18 1 1.997v3A4.5 4.5 0 0 1 9.5 14h-3c-.817 0-1.54-.394-1.996-1H9.5A3.5 3.5 0 0 0 13 9.5zM9.5 2A2.5 2.5 0 0 1 12 4.5v5A2.5 2.5 0 0 1 9.5 12h-5A2.5 2.5 0 0 1 2 9.5V7.434c.16.04.327.066.5.066s.34-.025.5-.066V9.5A1.5 1.5 0 0 0 4.5 11h5A1.5 1.5 0 0 0 11 9.5v-5A1.5 1.5 0 0 0 9.5 3h-5c-.514 0-.967.258-1.237.651a2 2 0 0 0-1.067-.126A2.5 2.5 0 0 1 4.5 2zm-7 2.5c.37 0 .692.201.865.5h.385a3 3 0 0 1 2.4 1.2a2 2 0 0 0 1.6.8h.543L7.146 5.854a.5.5 0 1 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L8.293 8H7.75a3 3 0 0 1-2.4-1.2a2 2 0 0 0-1.6-.8h-.385A.999.999 0 0 1 1.5 5.5a1 1 0 0 1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowFlowSquareMultiple16Regular(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="M13 4.503c.606.456 1 1.18 1 1.997v3A4.5 4.5 0 0 1 9.5 14h-3c-.817 0-1.54-.394-1.996-1H9.5A3.5 3.5 0 0 0 13 9.5zM9.5 2A2.5 2.5 0 0 1 12 4.5v5A2.5 2.5 0 0 1 9.5 12h-5A2.5 2.5 0 0 1 2 9.5V7.434c.16.04.327.066.5.066s.34-.025.5-.066V9.5A1.5 1.5 0 0 0 4.5 11h5A1.5 1.5 0 0 0 11 9.5v-5A1.5 1.5 0 0 0 9.5 3h-5c-.514 0-.967.258-1.237.651a2 2 0 0 0-1.067-.126A2.5 2.5 0 0 1 4.5 2zm-7 2.5c.37 0 .692.201.865.5h.385a3 3 0 0 1 2.4 1.2a2 2 0 0 0 1.6.8h.543L7.146 5.854a.5.5 0 1 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L8.293 8H7.75a3 3 0 0 1-2.4-1.2a2 2 0 0 0-1.6-.8h-.385A.999.999 0 0 1 1.5 5.5a1 1 0 0 1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 4.503c.606.456 1 1.18 1 1.997v3A4.5 4.5 0 0 1 9.5 14h-3c-.817 0-1.54-.394-1.996-1H9.5A3.5 3.5 0 0 0 13 9.5zM9.5 2A2.5 2.5 0 0 1 12 4.5v5A2.5 2.5 0 0 1 9.5 12h-5A2.5 2.5 0 0 1 2 9.5V7.434c.16.04.327.066.5.066s.34-.025.5-.066V9.5A1.5 1.5 0 0 0 4.5 11h5A1.5 1.5 0 0 0 11 9.5v-5A1.5 1.5 0 0 0 9.5 3h-5c-.514 0-.967.258-1.237.651a2 2 0 0 0-1.067-.126A2.5 2.5 0 0 1 4.5 2zm-7 2.5c.37 0 .692.201.865.5h.385a3 3 0 0 1 2.4 1.2a2 2 0 0 0 1.6.8h.543L7.146 5.854a.5.5 0 1 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L8.293 8H7.75a3 3 0 0 1-2.4-1.2a2 2 0 0 0-1.6-.8h-.385A.999.999 0 0 1 1.5 5.5a1 1 0 0 1 1-1"/></svg>
</template>

CSS

.icon-arrow-flow-square-multiple-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%22M13%204.503c.606.456%201%201.18%201%201.997v3A4.5%204.5%200%200%201%209.5%2014h-3c-.817%200-1.54-.394-1.996-1H9.5A3.5%203.5%200%200%200%2013%209.5zM9.5%202A2.5%202.5%200%200%201%2012%204.5v5A2.5%202.5%200%200%201%209.5%2012h-5A2.5%202.5%200%200%201%202%209.5V7.434c.16.04.327.066.5.066s.34-.025.5-.066V9.5A1.5%201.5%200%200%200%204.5%2011h5A1.5%201.5%200%200%200%2011%209.5v-5A1.5%201.5%200%200%200%209.5%203h-5c-.514%200-.967.258-1.237.651a2%202%200%200%200-1.067-.126A2.5%202.5%200%200%201%204.5%202zm-7%202.5c.37%200%20.692.201.865.5h.385a3%203%200%200%201%202.4%201.2a2%202%200%200%200%201.6.8h.543L7.146%205.854a.5.5%200%201%201%20.708-.708l2%202a.5.5%200%200%201%200%20.708l-2%202a.5.5%200%201%201-.708-.708L8.293%208H7.75a3%203%200%200%201-2.4-1.2a2%202%200%200%200-1.6-.8h-.385A.999.999%200%200%201%201.5%205.5a1%201%200%200%201%201-1%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%22M13%204.503c.606.456%201%201.18%201%201.997v3A4.5%204.5%200%200%201%209.5%2014h-3c-.817%200-1.54-.394-1.996-1H9.5A3.5%203.5%200%200%200%2013%209.5zM9.5%202A2.5%202.5%200%200%201%2012%204.5v5A2.5%202.5%200%200%201%209.5%2012h-5A2.5%202.5%200%200%201%202%209.5V7.434c.16.04.327.066.5.066s.34-.025.5-.066V9.5A1.5%201.5%200%200%200%204.5%2011h5A1.5%201.5%200%200%200%2011%209.5v-5A1.5%201.5%200%200%200%209.5%203h-5c-.514%200-.967.258-1.237.651a2%202%200%200%200-1.067-.126A2.5%202.5%200%200%201%204.5%202zm-7%202.5c.37%200%20.692.201.865.5h.385a3%203%200%200%201%202.4%201.2a2%202%200%200%200%201.6.8h.543L7.146%205.854a.5.5%200%201%201%20.708-.708l2%202a.5.5%200%200%201%200%20.708l-2%202a.5.5%200%201%201-.708-.708L8.293%208H7.75a3%203%200%200%201-2.4-1.2a2%202%200%200%200-1.6-.8h-.385A.999.999%200%200%201%201.5%205.5a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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