arrow flow square multiple icon
arrow-flow-square-multiple-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- arrow-flow-square-multiple-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
arrow-flow-square-multiple-16-filledarrow-flow-square-multiple-16-regulararrow-flow-square-multiple-20-filledarrow-flow-square-multiple-20-regulararrow-flow-square-multiple-24-filledarrow-flow-square-multiple-24-regulararrow-flow-square-multiple-28-filledarrow-flow-square-multiple-28-regulararrow-flow-square-multiple-32-filledarrow-flow-square-multiple-32-regulararrow-flow-square-multiple-48-regular
Related icons in Fluent UI System Icons
arrow-autofit-content-20-filledarrow-autofit-down-20-filledarrow-autofit-height-20-filledarrow-autofit-height-dotted-20-filledarrow-autofit-height-in-20-filledarrow-autofit-up-20-filledarrow-autofit-width-20-filledarrow-autofit-width-dotted-20-filledarrow-between-down-20-filledarrow-between-up-20-filledarrow-bidirectional-left-right-16-filledarrow-bidirectional-up-down-12-filledarrow-bounce-12-filledarrow-circle-down-12-filledarrow-circle-down-double-20-filledarrow-circle-down-right-12-filledarrow-circle-down-split-20-filledarrow-circle-down-up-20-filledarrow-circle-left-12-filledarrow-circle-right-12-filledarrow-circle-up-12-filledarrow-circle-up-left-16-filledarrow-circle-up-right-16-filledarrow-circle-up-sparkle-20-filled
Use the arrow flow square multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M37 13.126c2.853.58 5 3.1 5 6.124v10.5C42 36.516 36.516 42 29.75 42h-10.5a6.25 6.25 0 0 1-6.125-5H28.75A8.25 8.25 0 0 0 37 28.75zM28.75 6A6.25 6.25 0 0 1 35 12.25v16.5A6.25 6.25 0 0 1 28.75 35h-16.5A6.25 6.25 0 0 1 6 28.75v-8.626a4.006 4.006 0 0 0 4.8-2.624h.817c2 0 3.867 1.01 4.962 2.684A8.43 8.43 0 0 0 23.633 24h3.1l-3.367 3.366a1.25 1.25 0 0 0 1.768 1.768l5.5-5.5a1.25 1.25 0 0 0 0-1.768l-5.5-5.5a1.25 1.25 0 0 0-1.768 1.768l3.366 3.366h-3.1c-2 0-3.866-1.01-4.961-2.684A8.43 8.43 0 0 0 11.617 15H10.8A4 4 0 0 0 6 12.376v-.126A6.25 6.25 0 0 1 12.25 6zM7 14.25a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowFlowSquareMultiple48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M37 13.126c2.853.58 5 3.1 5 6.124v10.5C42 36.516 36.516 42 29.75 42h-10.5a6.25 6.25 0 0 1-6.125-5H28.75A8.25 8.25 0 0 0 37 28.75zM28.75 6A6.25 6.25 0 0 1 35 12.25v16.5A6.25 6.25 0 0 1 28.75 35h-16.5A6.25 6.25 0 0 1 6 28.75v-8.626a4.006 4.006 0 0 0 4.8-2.624h.817c2 0 3.867 1.01 4.962 2.684A8.43 8.43 0 0 0 23.633 24h3.1l-3.367 3.366a1.25 1.25 0 0 0 1.768 1.768l5.5-5.5a1.25 1.25 0 0 0 0-1.768l-5.5-5.5a1.25 1.25 0 0 0-1.768 1.768l3.366 3.366h-3.1c-2 0-3.866-1.01-4.961-2.684A8.43 8.43 0 0 0 11.617 15H10.8A4 4 0 0 0 6 12.376v-.126A6.25 6.25 0 0 1 12.25 6zM7 14.25a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M37 13.126c2.853.58 5 3.1 5 6.124v10.5C42 36.516 36.516 42 29.75 42h-10.5a6.25 6.25 0 0 1-6.125-5H28.75A8.25 8.25 0 0 0 37 28.75zM28.75 6A6.25 6.25 0 0 1 35 12.25v16.5A6.25 6.25 0 0 1 28.75 35h-16.5A6.25 6.25 0 0 1 6 28.75v-8.626a4.006 4.006 0 0 0 4.8-2.624h.817c2 0 3.867 1.01 4.962 2.684A8.43 8.43 0 0 0 23.633 24h3.1l-3.367 3.366a1.25 1.25 0 0 0 1.768 1.768l5.5-5.5a1.25 1.25 0 0 0 0-1.768l-5.5-5.5a1.25 1.25 0 0 0-1.768 1.768l3.366 3.366h-3.1c-2 0-3.866-1.01-4.961-2.684A8.43 8.43 0 0 0 11.617 15H10.8A4 4 0 0 0 6 12.376v-.126A6.25 6.25 0 0 1 12.25 6zM7 14.25a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg> </template>
CSS
.icon-arrow-flow-square-multiple-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M37%2013.126c2.853.58%205%203.1%205%206.124v10.5C42%2036.516%2036.516%2042%2029.75%2042h-10.5a6.25%206.25%200%200%201-6.125-5H28.75A8.25%208.25%200%200%200%2037%2028.75zM28.75%206A6.25%206.25%200%200%201%2035%2012.25v16.5A6.25%206.25%200%200%201%2028.75%2035h-16.5A6.25%206.25%200%200%201%206%2028.75v-8.626a4.006%204.006%200%200%200%204.8-2.624h.817c2%200%203.867%201.01%204.962%202.684A8.43%208.43%200%200%200%2023.633%2024h3.1l-3.367%203.366a1.25%201.25%200%200%200%201.768%201.768l5.5-5.5a1.25%201.25%200%200%200%200-1.768l-5.5-5.5a1.25%201.25%200%200%200-1.768%201.768l3.366%203.366h-3.1c-2%200-3.866-1.01-4.961-2.684A8.43%208.43%200%200%200%2011.617%2015H10.8A4%204%200%200%200%206%2012.376v-.126A6.25%206.25%200%200%201%2012.25%206zM7%2014.25a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M37%2013.126c2.853.58%205%203.1%205%206.124v10.5C42%2036.516%2036.516%2042%2029.75%2042h-10.5a6.25%206.25%200%200%201-6.125-5H28.75A8.25%208.25%200%200%200%2037%2028.75zM28.75%206A6.25%206.25%200%200%201%2035%2012.25v16.5A6.25%206.25%200%200%201%2028.75%2035h-16.5A6.25%206.25%200%200%201%206%2028.75v-8.626a4.006%204.006%200%200%200%204.8-2.624h.817c2%200%203.867%201.01%204.962%202.684A8.43%208.43%200%200%200%2023.633%2024h3.1l-3.367%203.366a1.25%201.25%200%200%200%201.768%201.768l5.5-5.5a1.25%201.25%200%200%200%200-1.768l-5.5-5.5a1.25%201.25%200%200%200-1.768%201.768l3.366%203.366h-3.1c-2%200-3.866-1.01-4.961-2.684A8.43%208.43%200%200%200%2011.617%2015H10.8A4%204%200%200%200%206%2012.376v-.126A6.25%206.25%200%200%201%2012.25%206zM7%2014.25a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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-48-filled.svg?color=%231a73e8&size=48