arrow flow square multiple icon
arrow-flow-square-multiple-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- arrow-flow-square-multiple-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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-regulararrow-flow-square-multiple-48-filledarrow-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 32 32"><path fill="currentColor" d="M25.5 8.112A4.5 4.5 0 0 1 29 12.5v8a8.5 8.5 0 0 1-8.5 8.5h-8a4.5 4.5 0 0 1-4.387-3.5H19.5a6 6 0 0 0 6-6zM19.5 3A4.5 4.5 0 0 1 24 7.5v12a4.5 4.5 0 0 1-4.5 4.5h-12A4.5 4.5 0 0 1 3 19.5v-6.146a3.5 3.5 0 0 0 4.33-2.274a4.86 4.86 0 0 1 3.1 1.993A6.86 6.86 0 0 0 16.053 16h1.534l-2.293 2.293a1 1 0 1 0 1.414 1.414l4-4a1 1 0 0 0 0-1.414l-4-4a1 1 0 1 0-1.414 1.414L17.586 14h-1.534a4.86 4.86 0 0 1-3.983-2.073a6.86 6.86 0 0 0-4.697-2.863a3.5 3.5 0 0 0-4.286-2.443A4.5 4.5 0 0 1 7.5 3zM4 8.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowFlowSquareMultiple32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.5 8.112A4.5 4.5 0 0 1 29 12.5v8a8.5 8.5 0 0 1-8.5 8.5h-8a4.5 4.5 0 0 1-4.387-3.5H19.5a6 6 0 0 0 6-6zM19.5 3A4.5 4.5 0 0 1 24 7.5v12a4.5 4.5 0 0 1-4.5 4.5h-12A4.5 4.5 0 0 1 3 19.5v-6.146a3.5 3.5 0 0 0 4.33-2.274a4.86 4.86 0 0 1 3.1 1.993A6.86 6.86 0 0 0 16.053 16h1.534l-2.293 2.293a1 1 0 1 0 1.414 1.414l4-4a1 1 0 0 0 0-1.414l-4-4a1 1 0 1 0-1.414 1.414L17.586 14h-1.534a4.86 4.86 0 0 1-3.983-2.073a6.86 6.86 0 0 0-4.697-2.863a3.5 3.5 0 0 0-4.286-2.443A4.5 4.5 0 0 1 7.5 3zM4 8.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.5 8.112A4.5 4.5 0 0 1 29 12.5v8a8.5 8.5 0 0 1-8.5 8.5h-8a4.5 4.5 0 0 1-4.387-3.5H19.5a6 6 0 0 0 6-6zM19.5 3A4.5 4.5 0 0 1 24 7.5v12a4.5 4.5 0 0 1-4.5 4.5h-12A4.5 4.5 0 0 1 3 19.5v-6.146a3.5 3.5 0 0 0 4.33-2.274a4.86 4.86 0 0 1 3.1 1.993A6.86 6.86 0 0 0 16.053 16h1.534l-2.293 2.293a1 1 0 1 0 1.414 1.414l4-4a1 1 0 0 0 0-1.414l-4-4a1 1 0 1 0-1.414 1.414L17.586 14h-1.534a4.86 4.86 0 0 1-3.983-2.073a6.86 6.86 0 0 0-4.697-2.863a3.5 3.5 0 0 0-4.286-2.443A4.5 4.5 0 0 1 7.5 3zM4 8.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg> </template>
CSS
.icon-arrow-flow-square-multiple-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.5%208.112A4.5%204.5%200%200%201%2029%2012.5v8a8.5%208.5%200%200%201-8.5%208.5h-8a4.5%204.5%200%200%201-4.387-3.5H19.5a6%206%200%200%200%206-6zM19.5%203A4.5%204.5%200%200%201%2024%207.5v12a4.5%204.5%200%200%201-4.5%204.5h-12A4.5%204.5%200%200%201%203%2019.5v-6.146a3.5%203.5%200%200%200%204.33-2.274a4.86%204.86%200%200%201%203.1%201.993A6.86%206.86%200%200%200%2016.053%2016h1.534l-2.293%202.293a1%201%200%201%200%201.414%201.414l4-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L17.586%2014h-1.534a4.86%204.86%200%200%201-3.983-2.073a6.86%206.86%200%200%200-4.697-2.863a3.5%203.5%200%200%200-4.286-2.443A4.5%204.5%200%200%201%207.5%203zM4%208.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.5%208.112A4.5%204.5%200%200%201%2029%2012.5v8a8.5%208.5%200%200%201-8.5%208.5h-8a4.5%204.5%200%200%201-4.387-3.5H19.5a6%206%200%200%200%206-6zM19.5%203A4.5%204.5%200%200%201%2024%207.5v12a4.5%204.5%200%200%201-4.5%204.5h-12A4.5%204.5%200%200%201%203%2019.5v-6.146a3.5%203.5%200%200%200%204.33-2.274a4.86%204.86%200%200%201%203.1%201.993A6.86%206.86%200%200%200%2016.053%2016h1.534l-2.293%202.293a1%201%200%201%200%201.414%201.414l4-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L17.586%2014h-1.534a4.86%204.86%200%200%201-3.983-2.073a6.86%206.86%200%200%200-4.697-2.863a3.5%203.5%200%200%200-4.286-2.443A4.5%204.5%200%200%201%207.5%203zM4%208.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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-32-filled.svg?color=%231a73e8&size=48