cube tree icon
cube-tree-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- cube-tree-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 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="M9.788 5.513a.75.75 0 0 1 .95-.475L12 5.46l1.263-.42a.75.75 0 0 1 .474 1.423l-.987.329v.959a.75.75 0 0 1-1.5 0v-.96l-.987-.328a.75.75 0 0 1-.475-.95m2.45-3.475a.75.75 0 0 0-.475 0l-3.75 1.25A.75.75 0 0 0 7.5 4v5c0 .323.207.61.513.712l3.237 1.079V13H9.5a2.25 2.25 0 0 0-2.25 2.25v.845a3.001 3.001 0 1 0 1.5 0v-.845a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 .75.75v.845A3.001 3.001 0 0 0 16 22a3 3 0 0 0 .75-5.905v-.845A2.25 2.25 0 0 0 14.5 13h-1.75v-2.21l3.237-1.078A.75.75 0 0 0 16.5 9V4a.75.75 0 0 0-.513-.712zM9 8.46V4.541l3-1l3 1v3.918l-3 1zM8 17.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m6.5 1.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCubeTree24Regular(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="M9.788 5.513a.75.75 0 0 1 .95-.475L12 5.46l1.263-.42a.75.75 0 0 1 .474 1.423l-.987.329v.959a.75.75 0 0 1-1.5 0v-.96l-.987-.328a.75.75 0 0 1-.475-.95m2.45-3.475a.75.75 0 0 0-.475 0l-3.75 1.25A.75.75 0 0 0 7.5 4v5c0 .323.207.61.513.712l3.237 1.079V13H9.5a2.25 2.25 0 0 0-2.25 2.25v.845a3.001 3.001 0 1 0 1.5 0v-.845a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 .75.75v.845A3.001 3.001 0 0 0 16 22a3 3 0 0 0 .75-5.905v-.845A2.25 2.25 0 0 0 14.5 13h-1.75v-2.21l3.237-1.078A.75.75 0 0 0 16.5 9V4a.75.75 0 0 0-.513-.712zM9 8.46V4.541l3-1l3 1v3.918l-3 1zM8 17.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m6.5 1.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.788 5.513a.75.75 0 0 1 .95-.475L12 5.46l1.263-.42a.75.75 0 0 1 .474 1.423l-.987.329v.959a.75.75 0 0 1-1.5 0v-.96l-.987-.328a.75.75 0 0 1-.475-.95m2.45-3.475a.75.75 0 0 0-.475 0l-3.75 1.25A.75.75 0 0 0 7.5 4v5c0 .323.207.61.513.712l3.237 1.079V13H9.5a2.25 2.25 0 0 0-2.25 2.25v.845a3.001 3.001 0 1 0 1.5 0v-.845a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 .75.75v.845A3.001 3.001 0 0 0 16 22a3 3 0 0 0 .75-5.905v-.845A2.25 2.25 0 0 0 14.5 13h-1.75v-2.21l3.237-1.078A.75.75 0 0 0 16.5 9V4a.75.75 0 0 0-.513-.712zM9 8.46V4.541l3-1l3 1v3.918l-3 1zM8 17.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m6.5 1.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg> </template>
CSS
.icon-cube-tree-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%22M9.788%205.513a.75.75%200%200%201%20.95-.475L12%205.46l1.263-.42a.75.75%200%200%201%20.474%201.423l-.987.329v.959a.75.75%200%200%201-1.5%200v-.96l-.987-.328a.75.75%200%200%201-.475-.95m2.45-3.475a.75.75%200%200%200-.475%200l-3.75%201.25A.75.75%200%200%200%207.5%204v5c0%20.323.207.61.513.712l3.237%201.079V13H9.5a2.25%202.25%200%200%200-2.25%202.25v.845a3.001%203.001%200%201%200%201.5%200v-.845a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%20.75.75v.845A3.001%203.001%200%200%200%2016%2022a3%203%200%200%200%20.75-5.905v-.845A2.25%202.25%200%200%200%2014.5%2013h-1.75v-2.21l3.237-1.078A.75.75%200%200%200%2016.5%209V4a.75.75%200%200%200-.513-.712zM9%208.46V4.541l3-1l3%201v3.918l-3%201zM8%2017.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m6.5%201.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%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%22M9.788%205.513a.75.75%200%200%201%20.95-.475L12%205.46l1.263-.42a.75.75%200%200%201%20.474%201.423l-.987.329v.959a.75.75%200%200%201-1.5%200v-.96l-.987-.328a.75.75%200%200%201-.475-.95m2.45-3.475a.75.75%200%200%200-.475%200l-3.75%201.25A.75.75%200%200%200%207.5%204v5c0%20.323.207.61.513.712l3.237%201.079V13H9.5a2.25%202.25%200%200%200-2.25%202.25v.845a3.001%203.001%200%201%200%201.5%200v-.845a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%20.75.75v.845A3.001%203.001%200%200%200%2016%2022a3%203%200%200%200%20.75-5.905v-.845A2.25%202.25%200%200%200%2014.5%2013h-1.75v-2.21l3.237-1.078A.75.75%200%200%200%2016.5%209V4a.75.75%200%200%200-.513-.712zM9%208.46V4.541l3-1l3%201v3.918l-3%201zM8%2017.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m6.5%201.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%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-regular.svg?color=%231a73e8&size=48