arrow flow square multiple icon

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

Name
arrow-flow-square-multiple-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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.176q.239.072.5.074A1.75 1.75 0 0 0 4.176 6h.074a2 2 0 0 1 1.6.8A3 3 0 0 0 8.25 8h1.043L8.146 9.146a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2a.5.5 0 1 0-.708.708L9.293 7H8.25a2 2 0 0 1-1.6-.8A3 3 0 0 0 4.25 5h-.074a1.75 1.75 0 0 0-2.074-1.203A2.5 2.5 0 0 1 4.5 2zm-7 2.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowFlowSquareMultiple16Filled(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.176q.239.072.5.074A1.75 1.75 0 0 0 4.176 6h.074a2 2 0 0 1 1.6.8A3 3 0 0 0 8.25 8h1.043L8.146 9.146a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2a.5.5 0 1 0-.708.708L9.293 7H8.25a2 2 0 0 1-1.6-.8A3 3 0 0 0 4.25 5h-.074a1.75 1.75 0 0 0-2.074-1.203A2.5 2.5 0 0 1 4.5 2zm-7 2.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></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.176q.239.072.5.074A1.75 1.75 0 0 0 4.176 6h.074a2 2 0 0 1 1.6.8A3 3 0 0 0 8.25 8h1.043L8.146 9.146a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2a.5.5 0 1 0-.708.708L9.293 7H8.25a2 2 0 0 1-1.6-.8A3 3 0 0 0 4.25 5h-.074a1.75 1.75 0 0 0-2.074-1.203A2.5 2.5 0 0 1 4.5 2zm-7 2.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></svg>
</template>

CSS

.icon-arrow-flow-square-multiple-16-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%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.176q.239.072.5.074A1.75%201.75%200%200%200%204.176%206h.074a2%202%200%200%201%201.6.8A3%203%200%200%200%208.25%208h1.043L8.146%209.146a.5.5%200%201%200%20.708.708l2-2a.5.5%200%200%200%200-.708l-2-2a.5.5%200%201%200-.708.708L9.293%207H8.25a2%202%200%200%201-1.6-.8A3%203%200%200%200%204.25%205h-.074a1.75%201.75%200%200%200-2.074-1.203A2.5%202.5%200%200%201%204.5%202zm-7%202.75a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.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%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.176q.239.072.5.074A1.75%201.75%200%200%200%204.176%206h.074a2%202%200%200%201%201.6.8A3%203%200%200%200%208.25%208h1.043L8.146%209.146a.5.5%200%201%200%20.708.708l2-2a.5.5%200%200%200%200-.708l-2-2a.5.5%200%201%200-.708.708L9.293%207H8.25a2%202%200%200%201-1.6-.8A3%203%200%200%200%204.25%205h-.074a1.75%201.75%200%200%200-2.074-1.203A2.5%202.5%200%200%201%204.5%202zm-7%202.75a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5%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-filled.svg?color=%231a73e8&size=48