box-toolbox-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
box-toolbox-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 toolbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.409 2.513a3.75 3.75 0 0 0-2.818 0l-7.498 3.04A1.75 1.75 0 0 0 2 7.175v9.653a1.75 1.75 0 0 0 1.093 1.621l7.498 3.04q.203.083.412.14L11 21.501v-1.465L3.656 17.06a.25.25 0 0 1-.156-.232V7.75l7.75 3.014v4.645a2.5 2.5 0 0 1 1.5-1.294v-3.35l7.75-2.992v3.778a2.75 2.75 0 0 1 1.5 2.438V7.175a1.75 1.75 0 0 0-1.093-1.622zm-2.254 1.39a2.25 2.25 0 0 1 1.69 0l6.593 2.673l-2.67 1.03L9.241 4.68zM7.215 5.5l7.477 2.908l-2.69 1.039L4.59 6.565zM14 15.001h-.5a1.5 1.5 0 0 0-1.5 1.5v1.5h2.5v-.25a.75.75 0 0 1 1.5 0v.25h3v-.25a.75.75 0 0 1 1.5 0v.25H23v-1.5a1.5 1.5 0 0 0-1.5-1.5H21v-1a1.75 1.75 0 0 0-1.75-1.75h-3.5a1.75 1.75 0 0 0-1.75 1.75zm1.5-1a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v1h-4zm-3.5 7.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H23v2a1.5 1.5 0 0 1-1.5 1.5h-8a1.5 1.5 0 0 1-1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentBoxToolbox24Regular(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="M13.409 2.513a3.75 3.75 0 0 0-2.818 0l-7.498 3.04A1.75 1.75 0 0 0 2 7.175v9.653a1.75 1.75 0 0 0 1.093 1.621l7.498 3.04q.203.083.412.14L11 21.501v-1.465L3.656 17.06a.25.25 0 0 1-.156-.232V7.75l7.75 3.014v4.645a2.5 2.5 0 0 1 1.5-1.294v-3.35l7.75-2.992v3.778a2.75 2.75 0 0 1 1.5 2.438V7.175a1.75 1.75 0 0 0-1.093-1.622zm-2.254 1.39a2.25 2.25 0 0 1 1.69 0l6.593 2.673l-2.67 1.03L9.241 4.68zM7.215 5.5l7.477 2.908l-2.69 1.039L4.59 6.565zM14 15.001h-.5a1.5 1.5 0 0 0-1.5 1.5v1.5h2.5v-.25a.75.75 0 0 1 1.5 0v.25h3v-.25a.75.75 0 0 1 1.5 0v.25H23v-1.5a1.5 1.5 0 0 0-1.5-1.5H21v-1a1.75 1.75 0 0 0-1.75-1.75h-3.5a1.75 1.75 0 0 0-1.75 1.75zm1.5-1a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v1h-4zm-3.5 7.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H23v2a1.5 1.5 0 0 1-1.5 1.5h-8a1.5 1.5 0 0 1-1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.409 2.513a3.75 3.75 0 0 0-2.818 0l-7.498 3.04A1.75 1.75 0 0 0 2 7.175v9.653a1.75 1.75 0 0 0 1.093 1.621l7.498 3.04q.203.083.412.14L11 21.501v-1.465L3.656 17.06a.25.25 0 0 1-.156-.232V7.75l7.75 3.014v4.645a2.5 2.5 0 0 1 1.5-1.294v-3.35l7.75-2.992v3.778a2.75 2.75 0 0 1 1.5 2.438V7.175a1.75 1.75 0 0 0-1.093-1.622zm-2.254 1.39a2.25 2.25 0 0 1 1.69 0l6.593 2.673l-2.67 1.03L9.241 4.68zM7.215 5.5l7.477 2.908l-2.69 1.039L4.59 6.565zM14 15.001h-.5a1.5 1.5 0 0 0-1.5 1.5v1.5h2.5v-.25a.75.75 0 0 1 1.5 0v.25h3v-.25a.75.75 0 0 1 1.5 0v.25H23v-1.5a1.5 1.5 0 0 0-1.5-1.5H21v-1a1.75 1.75 0 0 0-1.75-1.75h-3.5a1.75 1.75 0 0 0-1.75 1.75zm1.5-1a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v1h-4zm-3.5 7.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H23v2a1.5 1.5 0 0 1-1.5 1.5h-8a1.5 1.5 0 0 1-1.5-1.5"/></svg>
</template>

CSS

.icon-box-toolbox-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%22M13.409%202.513a3.75%203.75%200%200%200-2.818%200l-7.498%203.04A1.75%201.75%200%200%200%202%207.175v9.653a1.75%201.75%200%200%200%201.093%201.621l7.498%203.04q.203.083.412.14L11%2021.501v-1.465L3.656%2017.06a.25.25%200%200%201-.156-.232V7.75l7.75%203.014v4.645a2.5%202.5%200%200%201%201.5-1.294v-3.35l7.75-2.992v3.778a2.75%202.75%200%200%201%201.5%202.438V7.175a1.75%201.75%200%200%200-1.093-1.622zm-2.254%201.39a2.25%202.25%200%200%201%201.69%200l6.593%202.673l-2.67%201.03L9.241%204.68zM7.215%205.5l7.477%202.908l-2.69%201.039L4.59%206.565zM14%2015.001h-.5a1.5%201.5%200%200%200-1.5%201.5v1.5h2.5v-.25a.75.75%200%200%201%201.5%200v.25h3v-.25a.75.75%200%200%201%201.5%200v.25H23v-1.5a1.5%201.5%200%200%200-1.5-1.5H21v-1a1.75%201.75%200%200%200-1.75-1.75h-3.5a1.75%201.75%200%200%200-1.75%201.75zm1.5-1a.25.25%200%200%201%20.25-.25h3.5a.25.25%200%200%201%20.25.25v1h-4zm-3.5%207.5v-2h2.5v.75a.75.75%200%200%200%201.5%200v-.75h3v.75a.75.75%200%200%200%201.5%200v-.75H23v2a1.5%201.5%200%200%201-1.5%201.5h-8a1.5%201.5%200%200%201-1.5-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.409%202.513a3.75%203.75%200%200%200-2.818%200l-7.498%203.04A1.75%201.75%200%200%200%202%207.175v9.653a1.75%201.75%200%200%200%201.093%201.621l7.498%203.04q.203.083.412.14L11%2021.501v-1.465L3.656%2017.06a.25.25%200%200%201-.156-.232V7.75l7.75%203.014v4.645a2.5%202.5%200%200%201%201.5-1.294v-3.35l7.75-2.992v3.778a2.75%202.75%200%200%201%201.5%202.438V7.175a1.75%201.75%200%200%200-1.093-1.622zm-2.254%201.39a2.25%202.25%200%200%201%201.69%200l6.593%202.673l-2.67%201.03L9.241%204.68zM7.215%205.5l7.477%202.908l-2.69%201.039L4.59%206.565zM14%2015.001h-.5a1.5%201.5%200%200%200-1.5%201.5v1.5h2.5v-.25a.75.75%200%200%201%201.5%200v.25h3v-.25a.75.75%200%200%201%201.5%200v.25H23v-1.5a1.5%201.5%200%200%200-1.5-1.5H21v-1a1.75%201.75%200%200%200-1.75-1.75h-3.5a1.75%201.75%200%200%200-1.75%201.75zm1.5-1a.25.25%200%200%201%20.25-.25h3.5a.25.25%200%200%201%20.25.25v1h-4zm-3.5%207.5v-2h2.5v.75a.75.75%200%200%200%201.5%200v-.75h3v.75a.75.75%200%200%200%201.5%200v-.75H23v2a1.5%201.5%200%200%201-1.5%201.5h-8a1.5%201.5%200%200%201-1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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