box multiple arrow right icon

box-multiple-arrow-right-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
box-multiple-arrow-right-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the box multiple arrow right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.3 2.33a3.75 3.75 0 0 0-2.6 0L9.393 3.922A1.75 1.75 0 0 0 8.25 5.563v2.793a4.75 4.75 0 0 1 2.397.235l4.306 1.592c.514.19.946.523 1.258.944a6.5 6.5 0 0 1 1.289-.128c1.625 0 3.11.596 4.25 1.582V5.563a1.75 1.75 0 0 0-1.143-1.641zm-4.53 4.878a.75.75 0 1 1 .49-1.418l2.658.92a.25.25 0 0 0 .163 0l2.65-.92a.75.75 0 1 1 .492 1.418l-2.65.919a1.75 1.75 0 0 1-1.145 0zm2.837 3.913c.2.074.382.183.538.318a6.5 6.5 0 0 0-2.68 1.95a.75.75 0 0 0-.733-.14L9 14.198l-2.74-.948a.75.75 0 1 0-.49 1.418l2.48.857v2.7a.75.75 0 0 0 1.5 0v-2.7l1.789-.62A6.5 6.5 0 0 0 11 17.5c0 1.3.381 2.51 1.037 3.524l-1.737.643a3.75 3.75 0 0 1-2.6 0l-4.307-1.592a1.75 1.75 0 0 1-1.143-1.642v-5.67a1.75 1.75 0 0 1 1.143-1.641L7.7 9.529a3.75 3.75 0 0 1 2.6 0zM23 17.499a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-8.5-.5a.5.5 0 0 0 0 1h4.793l-1.647 1.646a.5.5 0 0 0 .708.708l2.5-2.5a.5.5 0 0 0 0-.708l-2.5-2.5a.5.5 0 0 0-.708.708l1.647 1.646z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBoxMultipleArrowRight24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.3 2.33a3.75 3.75 0 0 0-2.6 0L9.393 3.922A1.75 1.75 0 0 0 8.25 5.563v2.793a4.75 4.75 0 0 1 2.397.235l4.306 1.592c.514.19.946.523 1.258.944a6.5 6.5 0 0 1 1.289-.128c1.625 0 3.11.596 4.25 1.582V5.563a1.75 1.75 0 0 0-1.143-1.641zm-4.53 4.878a.75.75 0 1 1 .49-1.418l2.658.92a.25.25 0 0 0 .163 0l2.65-.92a.75.75 0 1 1 .492 1.418l-2.65.919a1.75 1.75 0 0 1-1.145 0zm2.837 3.913c.2.074.382.183.538.318a6.5 6.5 0 0 0-2.68 1.95a.75.75 0 0 0-.733-.14L9 14.198l-2.74-.948a.75.75 0 1 0-.49 1.418l2.48.857v2.7a.75.75 0 0 0 1.5 0v-2.7l1.789-.62A6.5 6.5 0 0 0 11 17.5c0 1.3.381 2.51 1.037 3.524l-1.737.643a3.75 3.75 0 0 1-2.6 0l-4.307-1.592a1.75 1.75 0 0 1-1.143-1.642v-5.67a1.75 1.75 0 0 1 1.143-1.641L7.7 9.529a3.75 3.75 0 0 1 2.6 0zM23 17.499a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-8.5-.5a.5.5 0 0 0 0 1h4.793l-1.647 1.646a.5.5 0 0 0 .708.708l2.5-2.5a.5.5 0 0 0 0-.708l-2.5-2.5a.5.5 0 0 0-.708.708l1.647 1.646z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.3 2.33a3.75 3.75 0 0 0-2.6 0L9.393 3.922A1.75 1.75 0 0 0 8.25 5.563v2.793a4.75 4.75 0 0 1 2.397.235l4.306 1.592c.514.19.946.523 1.258.944a6.5 6.5 0 0 1 1.289-.128c1.625 0 3.11.596 4.25 1.582V5.563a1.75 1.75 0 0 0-1.143-1.641zm-4.53 4.878a.75.75 0 1 1 .49-1.418l2.658.92a.25.25 0 0 0 .163 0l2.65-.92a.75.75 0 1 1 .492 1.418l-2.65.919a1.75 1.75 0 0 1-1.145 0zm2.837 3.913c.2.074.382.183.538.318a6.5 6.5 0 0 0-2.68 1.95a.75.75 0 0 0-.733-.14L9 14.198l-2.74-.948a.75.75 0 1 0-.49 1.418l2.48.857v2.7a.75.75 0 0 0 1.5 0v-2.7l1.789-.62A6.5 6.5 0 0 0 11 17.5c0 1.3.381 2.51 1.037 3.524l-1.737.643a3.75 3.75 0 0 1-2.6 0l-4.307-1.592a1.75 1.75 0 0 1-1.143-1.642v-5.67a1.75 1.75 0 0 1 1.143-1.641L7.7 9.529a3.75 3.75 0 0 1 2.6 0zM23 17.499a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-8.5-.5a.5.5 0 0 0 0 1h4.793l-1.647 1.646a.5.5 0 0 0 .708.708l2.5-2.5a.5.5 0 0 0 0-.708l-2.5-2.5a.5.5 0 0 0-.708.708l1.647 1.646z"/></svg>
</template>

CSS

.icon-box-multiple-arrow-right-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.3%202.33a3.75%203.75%200%200%200-2.6%200L9.393%203.922A1.75%201.75%200%200%200%208.25%205.563v2.793a4.75%204.75%200%200%201%202.397.235l4.306%201.592c.514.19.946.523%201.258.944a6.5%206.5%200%200%201%201.289-.128c1.625%200%203.11.596%204.25%201.582V5.563a1.75%201.75%200%200%200-1.143-1.641zm-4.53%204.878a.75.75%200%201%201%20.49-1.418l2.658.92a.25.25%200%200%200%20.163%200l2.65-.92a.75.75%200%201%201%20.492%201.418l-2.65.919a1.75%201.75%200%200%201-1.145%200zm2.837%203.913c.2.074.382.183.538.318a6.5%206.5%200%200%200-2.68%201.95a.75.75%200%200%200-.733-.14L9%2014.198l-2.74-.948a.75.75%200%201%200-.49%201.418l2.48.857v2.7a.75.75%200%200%200%201.5%200v-2.7l1.789-.62A6.5%206.5%200%200%200%2011%2017.5c0%201.3.381%202.51%201.037%203.524l-1.737.643a3.75%203.75%200%200%201-2.6%200l-4.307-1.592a1.75%201.75%200%200%201-1.143-1.642v-5.67a1.75%201.75%200%200%201%201.143-1.641L7.7%209.529a3.75%203.75%200%200%201%202.6%200zM23%2017.499a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-8.5-.5a.5.5%200%200%200%200%201h4.793l-1.647%201.646a.5.5%200%200%200%20.708.708l2.5-2.5a.5.5%200%200%200%200-.708l-2.5-2.5a.5.5%200%200%200-.708.708l1.647%201.646z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.3%202.33a3.75%203.75%200%200%200-2.6%200L9.393%203.922A1.75%201.75%200%200%200%208.25%205.563v2.793a4.75%204.75%200%200%201%202.397.235l4.306%201.592c.514.19.946.523%201.258.944a6.5%206.5%200%200%201%201.289-.128c1.625%200%203.11.596%204.25%201.582V5.563a1.75%201.75%200%200%200-1.143-1.641zm-4.53%204.878a.75.75%200%201%201%20.49-1.418l2.658.92a.25.25%200%200%200%20.163%200l2.65-.92a.75.75%200%201%201%20.492%201.418l-2.65.919a1.75%201.75%200%200%201-1.145%200zm2.837%203.913c.2.074.382.183.538.318a6.5%206.5%200%200%200-2.68%201.95a.75.75%200%200%200-.733-.14L9%2014.198l-2.74-.948a.75.75%200%201%200-.49%201.418l2.48.857v2.7a.75.75%200%200%200%201.5%200v-2.7l1.789-.62A6.5%206.5%200%200%200%2011%2017.5c0%201.3.381%202.51%201.037%203.524l-1.737.643a3.75%203.75%200%200%201-2.6%200l-4.307-1.592a1.75%201.75%200%200%201-1.143-1.642v-5.67a1.75%201.75%200%200%201%201.143-1.641L7.7%209.529a3.75%203.75%200%200%201%202.6%200zM23%2017.499a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-8.5-.5a.5.5%200%200%200%200%201h4.793l-1.647%201.646a.5.5%200%200%200%20.708.708l2.5-2.5a.5.5%200%200%200%200-.708l-2.5-2.5a.5.5%200%200%200-.708.708l1.647%201.646z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/box-multiple-arrow-right-24-filled.svg?color=%231a73e8&size=48