cube tree icon
cube-tree-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- cube-tree-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 cube tree icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.763 2.038a.75.75 0 0 1 .474 0l3.75 1.25A.75.75 0 0 1 16.5 4v5a.75.75 0 0 1-.513.712L12.75 10.79V13h1.75a2.25 2.25 0 0 1 2.25 2.25v.845A3.001 3.001 0 0 1 16 22a3 3 0 0 1-.75-5.905v-.845a.75.75 0 0 0-.75-.75h-5a.75.75 0 0 0-.75.75v.845A3.001 3.001 0 0 1 8 22a3 3 0 0 1-.75-5.905v-.845A2.25 2.25 0 0 1 9.5 13h1.75v-2.21L8.013 9.713A.75.75 0 0 1 7.5 9V4a.75.75 0 0 1 .513-.712zM9.788 5.513a.75.75 0 0 0 .475.949l.987.329v.959a.75.75 0 0 0 1.5 0v-.96l.987-.328a.75.75 0 0 0-.474-1.424L12 5.46l-1.263-.42a.75.75 0 0 0-.949.474"/></svg>
React
import type { SVGProps } from "react";
export function FluentCubeTree24Filled(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="M11.763 2.038a.75.75 0 0 1 .474 0l3.75 1.25A.75.75 0 0 1 16.5 4v5a.75.75 0 0 1-.513.712L12.75 10.79V13h1.75a2.25 2.25 0 0 1 2.25 2.25v.845A3.001 3.001 0 0 1 16 22a3 3 0 0 1-.75-5.905v-.845a.75.75 0 0 0-.75-.75h-5a.75.75 0 0 0-.75.75v.845A3.001 3.001 0 0 1 8 22a3 3 0 0 1-.75-5.905v-.845A2.25 2.25 0 0 1 9.5 13h1.75v-2.21L8.013 9.713A.75.75 0 0 1 7.5 9V4a.75.75 0 0 1 .513-.712zM9.788 5.513a.75.75 0 0 0 .475.949l.987.329v.959a.75.75 0 0 0 1.5 0v-.96l.987-.328a.75.75 0 0 0-.474-1.424L12 5.46l-1.263-.42a.75.75 0 0 0-.949.474"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.763 2.038a.75.75 0 0 1 .474 0l3.75 1.25A.75.75 0 0 1 16.5 4v5a.75.75 0 0 1-.513.712L12.75 10.79V13h1.75a2.25 2.25 0 0 1 2.25 2.25v.845A3.001 3.001 0 0 1 16 22a3 3 0 0 1-.75-5.905v-.845a.75.75 0 0 0-.75-.75h-5a.75.75 0 0 0-.75.75v.845A3.001 3.001 0 0 1 8 22a3 3 0 0 1-.75-5.905v-.845A2.25 2.25 0 0 1 9.5 13h1.75v-2.21L8.013 9.713A.75.75 0 0 1 7.5 9V4a.75.75 0 0 1 .513-.712zM9.788 5.513a.75.75 0 0 0 .475.949l.987.329v.959a.75.75 0 0 0 1.5 0v-.96l.987-.328a.75.75 0 0 0-.474-1.424L12 5.46l-1.263-.42a.75.75 0 0 0-.949.474"/></svg> </template>
CSS
.icon-cube-tree-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%22M11.763%202.038a.75.75%200%200%201%20.474%200l3.75%201.25A.75.75%200%200%201%2016.5%204v5a.75.75%200%200%201-.513.712L12.75%2010.79V13h1.75a2.25%202.25%200%200%201%202.25%202.25v.845A3.001%203.001%200%200%201%2016%2022a3%203%200%200%201-.75-5.905v-.845a.75.75%200%200%200-.75-.75h-5a.75.75%200%200%200-.75.75v.845A3.001%203.001%200%200%201%208%2022a3%203%200%200%201-.75-5.905v-.845A2.25%202.25%200%200%201%209.5%2013h1.75v-2.21L8.013%209.713A.75.75%200%200%201%207.5%209V4a.75.75%200%200%201%20.513-.712zM9.788%205.513a.75.75%200%200%200%20.475.949l.987.329v.959a.75.75%200%200%200%201.5%200v-.96l.987-.328a.75.75%200%200%200-.474-1.424L12%205.46l-1.263-.42a.75.75%200%200%200-.949.474%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%22M11.763%202.038a.75.75%200%200%201%20.474%200l3.75%201.25A.75.75%200%200%201%2016.5%204v5a.75.75%200%200%201-.513.712L12.75%2010.79V13h1.75a2.25%202.25%200%200%201%202.25%202.25v.845A3.001%203.001%200%200%201%2016%2022a3%203%200%200%201-.75-5.905v-.845a.75.75%200%200%200-.75-.75h-5a.75.75%200%200%200-.75.75v.845A3.001%203.001%200%200%201%208%2022a3%203%200%200%201-.75-5.905v-.845A2.25%202.25%200%200%201%209.5%2013h1.75v-2.21L8.013%209.713A.75.75%200%200%201%207.5%209V4a.75.75%200%200%201%20.513-.712zM9.788%205.513a.75.75%200%200%200%20.475.949l.987.329v.959a.75.75%200%200%200%201.5%200v-.96l.987-.328a.75.75%200%200%200-.474-1.424L12%205.46l-1.263-.42a.75.75%200%200%200-.949.474%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cube-tree-24-filled.svg?color=%231a73e8&size=48