box multiple arrow left icon
box-multiple-arrow-left-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- box-multiple-arrow-left-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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 left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.78 3.737a2.25 2.25 0 0 0-1.56 0L9.913 5.33a.25.25 0 0 0-.163.234v2.793a4.8 4.8 0 0 0-1.5 0V5.563a1.75 1.75 0 0 1 1.143-1.641L13.7 2.33a3.75 3.75 0 0 1 2.6 0l4.307 1.592a1.75 1.75 0 0 1 1.143 1.641v7.018a6.5 6.5 0 0 0-1.5-.973V5.563a.25.25 0 0 0-.163-.234zm-1.173 7.384c.2.074.382.183.538.318a6.5 6.5 0 0 0-1.589.893L9.78 10.936a2.25 2.25 0 0 0-1.56 0l-4.307 1.592a.25.25 0 0 0-.163.234v5.67a.25.25 0 0 0 .163.235l4.307 1.592a2.25 2.25 0 0 0 1.56 0l1.592-.589q.257.721.665 1.353l-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 0zm-2.875 2.129a.75.75 0 0 1 .733.138a6.5 6.5 0 0 0-.926 1.516l-1.79.62v2.7a.75.75 0 0 1-1.5 0v-2.7l-2.48-.857a.75.75 0 0 1 .49-1.418l2.74.948zm.037-5.583a.75.75 0 1 1 .49-1.418l2.659.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 0zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-2.5.5a.5.5 0 1 0 0-1h-4.793l1.647-1.646a.5.5 0 0 0-.708-.707l-2.5 2.5a.5.5 0 0 0 0 .707l2.5 2.5a.5.5 0 0 0 .708-.708L15.707 18z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBoxMultipleArrowLeft24Regular(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="M15.78 3.737a2.25 2.25 0 0 0-1.56 0L9.913 5.33a.25.25 0 0 0-.163.234v2.793a4.8 4.8 0 0 0-1.5 0V5.563a1.75 1.75 0 0 1 1.143-1.641L13.7 2.33a3.75 3.75 0 0 1 2.6 0l4.307 1.592a1.75 1.75 0 0 1 1.143 1.641v7.018a6.5 6.5 0 0 0-1.5-.973V5.563a.25.25 0 0 0-.163-.234zm-1.173 7.384c.2.074.382.183.538.318a6.5 6.5 0 0 0-1.589.893L9.78 10.936a2.25 2.25 0 0 0-1.56 0l-4.307 1.592a.25.25 0 0 0-.163.234v5.67a.25.25 0 0 0 .163.235l4.307 1.592a2.25 2.25 0 0 0 1.56 0l1.592-.589q.257.721.665 1.353l-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 0zm-2.875 2.129a.75.75 0 0 1 .733.138a6.5 6.5 0 0 0-.926 1.516l-1.79.62v2.7a.75.75 0 0 1-1.5 0v-2.7l-2.48-.857a.75.75 0 0 1 .49-1.418l2.74.948zm.037-5.583a.75.75 0 1 1 .49-1.418l2.659.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 0zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-2.5.5a.5.5 0 1 0 0-1h-4.793l1.647-1.646a.5.5 0 0 0-.708-.707l-2.5 2.5a.5.5 0 0 0 0 .707l2.5 2.5a.5.5 0 0 0 .708-.708L15.707 18z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.78 3.737a2.25 2.25 0 0 0-1.56 0L9.913 5.33a.25.25 0 0 0-.163.234v2.793a4.8 4.8 0 0 0-1.5 0V5.563a1.75 1.75 0 0 1 1.143-1.641L13.7 2.33a3.75 3.75 0 0 1 2.6 0l4.307 1.592a1.75 1.75 0 0 1 1.143 1.641v7.018a6.5 6.5 0 0 0-1.5-.973V5.563a.25.25 0 0 0-.163-.234zm-1.173 7.384c.2.074.382.183.538.318a6.5 6.5 0 0 0-1.589.893L9.78 10.936a2.25 2.25 0 0 0-1.56 0l-4.307 1.592a.25.25 0 0 0-.163.234v5.67a.25.25 0 0 0 .163.235l4.307 1.592a2.25 2.25 0 0 0 1.56 0l1.592-.589q.257.721.665 1.353l-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 0zm-2.875 2.129a.75.75 0 0 1 .733.138a6.5 6.5 0 0 0-.926 1.516l-1.79.62v2.7a.75.75 0 0 1-1.5 0v-2.7l-2.48-.857a.75.75 0 0 1 .49-1.418l2.74.948zm.037-5.583a.75.75 0 1 1 .49-1.418l2.659.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 0zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-2.5.5a.5.5 0 1 0 0-1h-4.793l1.647-1.646a.5.5 0 0 0-.708-.707l-2.5 2.5a.5.5 0 0 0 0 .707l2.5 2.5a.5.5 0 0 0 .708-.708L15.707 18z"/></svg> </template>
CSS
.icon-box-multiple-arrow-left-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.78%203.737a2.25%202.25%200%200%200-1.56%200L9.913%205.33a.25.25%200%200%200-.163.234v2.793a4.8%204.8%200%200%200-1.5%200V5.563a1.75%201.75%200%200%201%201.143-1.641L13.7%202.33a3.75%203.75%200%200%201%202.6%200l4.307%201.592a1.75%201.75%200%200%201%201.143%201.641v7.018a6.5%206.5%200%200%200-1.5-.973V5.563a.25.25%200%200%200-.163-.234zm-1.173%207.384c.2.074.382.183.538.318a6.5%206.5%200%200%200-1.589.893L9.78%2010.936a2.25%202.25%200%200%200-1.56%200l-4.307%201.592a.25.25%200%200%200-.163.234v5.67a.25.25%200%200%200%20.163.235l4.307%201.592a2.25%202.25%200%200%200%201.56%200l1.592-.589q.257.721.665%201.353l-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%200zm-2.875%202.129a.75.75%200%200%201%20.733.138a6.5%206.5%200%200%200-.926%201.516l-1.79.62v2.7a.75.75%200%200%201-1.5%200v-2.7l-2.48-.857a.75.75%200%200%201%20.49-1.418l2.74.948zm.037-5.583a.75.75%200%201%201%20.49-1.418l2.659.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%200zM23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-2.5.5a.5.5%200%201%200%200-1h-4.793l1.647-1.646a.5.5%200%200%200-.708-.707l-2.5%202.5a.5.5%200%200%200%200%20.707l2.5%202.5a.5.5%200%200%200%20.708-.708L15.707%2018z%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%22M15.78%203.737a2.25%202.25%200%200%200-1.56%200L9.913%205.33a.25.25%200%200%200-.163.234v2.793a4.8%204.8%200%200%200-1.5%200V5.563a1.75%201.75%200%200%201%201.143-1.641L13.7%202.33a3.75%203.75%200%200%201%202.6%200l4.307%201.592a1.75%201.75%200%200%201%201.143%201.641v7.018a6.5%206.5%200%200%200-1.5-.973V5.563a.25.25%200%200%200-.163-.234zm-1.173%207.384c.2.074.382.183.538.318a6.5%206.5%200%200%200-1.589.893L9.78%2010.936a2.25%202.25%200%200%200-1.56%200l-4.307%201.592a.25.25%200%200%200-.163.234v5.67a.25.25%200%200%200%20.163.235l4.307%201.592a2.25%202.25%200%200%200%201.56%200l1.592-.589q.257.721.665%201.353l-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%200zm-2.875%202.129a.75.75%200%200%201%20.733.138a6.5%206.5%200%200%200-.926%201.516l-1.79.62v2.7a.75.75%200%200%201-1.5%200v-2.7l-2.48-.857a.75.75%200%200%201%20.49-1.418l2.74.948zm.037-5.583a.75.75%200%201%201%20.49-1.418l2.659.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%200zM23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-2.5.5a.5.5%200%201%200%200-1h-4.793l1.647-1.646a.5.5%200%200%200-.708-.707l-2.5%202.5a.5.5%200%200%200%200%20.707l2.5%202.5a.5.5%200%200%200%20.708-.708L15.707%2018z%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-left-24-regular.svg?color=%231a73e8&size=48