list bar tree offset icon
list-bar-tree-offset-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- list-bar-tree-offset-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the list bar tree offset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 5h6.75C13.44 5 14 4.44 14 3.75v-.5C14 2.56 13.44 2 12.75 2H6zM5 2H3.25C2.56 2 2 2.56 2 3.25v.5C2 4.44 2.56 5 3.25 5H5zm3 8h4.75c.69 0 1.25-.56 1.25-1.25v-1.5C14 6.56 13.44 6 12.75 6H8zM7 6H5.25C4.56 6 4 6.56 4 7.25v1.5C4 9.44 4.56 10 5.25 10H7zm5.75 8H10v-3h2.75c.69 0 1.25.56 1.25 1.25v.5c0 .69-.56 1.25-1.25 1.25m-5.5-3H9v3H7.25C6.56 14 6 13.44 6 12.75v-.5c0-.69.56-1.25 1.25-1.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentListBarTreeOffset16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 5h6.75C13.44 5 14 4.44 14 3.75v-.5C14 2.56 13.44 2 12.75 2H6zM5 2H3.25C2.56 2 2 2.56 2 3.25v.5C2 4.44 2.56 5 3.25 5H5zm3 8h4.75c.69 0 1.25-.56 1.25-1.25v-1.5C14 6.56 13.44 6 12.75 6H8zM7 6H5.25C4.56 6 4 6.56 4 7.25v1.5C4 9.44 4.56 10 5.25 10H7zm5.75 8H10v-3h2.75c.69 0 1.25.56 1.25 1.25v.5c0 .69-.56 1.25-1.25 1.25m-5.5-3H9v3H7.25C6.56 14 6 13.44 6 12.75v-.5c0-.69.56-1.25 1.25-1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 5h6.75C13.44 5 14 4.44 14 3.75v-.5C14 2.56 13.44 2 12.75 2H6zM5 2H3.25C2.56 2 2 2.56 2 3.25v.5C2 4.44 2.56 5 3.25 5H5zm3 8h4.75c.69 0 1.25-.56 1.25-1.25v-1.5C14 6.56 13.44 6 12.75 6H8zM7 6H5.25C4.56 6 4 6.56 4 7.25v1.5C4 9.44 4.56 10 5.25 10H7zm5.75 8H10v-3h2.75c.69 0 1.25.56 1.25 1.25v.5c0 .69-.56 1.25-1.25 1.25m-5.5-3H9v3H7.25C6.56 14 6 13.44 6 12.75v-.5c0-.69.56-1.25 1.25-1.25"/></svg> </template>
CSS
.icon-list-bar-tree-offset-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%205h6.75C13.44%205%2014%204.44%2014%203.75v-.5C14%202.56%2013.44%202%2012.75%202H6zM5%202H3.25C2.56%202%202%202.56%202%203.25v.5C2%204.44%202.56%205%203.25%205H5zm3%208h4.75c.69%200%201.25-.56%201.25-1.25v-1.5C14%206.56%2013.44%206%2012.75%206H8zM7%206H5.25C4.56%206%204%206.56%204%207.25v1.5C4%209.44%204.56%2010%205.25%2010H7zm5.75%208H10v-3h2.75c.69%200%201.25.56%201.25%201.25v.5c0%20.69-.56%201.25-1.25%201.25m-5.5-3H9v3H7.25C6.56%2014%206%2013.44%206%2012.75v-.5c0-.69.56-1.25%201.25-1.25%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%205h6.75C13.44%205%2014%204.44%2014%203.75v-.5C14%202.56%2013.44%202%2012.75%202H6zM5%202H3.25C2.56%202%202%202.56%202%203.25v.5C2%204.44%202.56%205%203.25%205H5zm3%208h4.75c.69%200%201.25-.56%201.25-1.25v-1.5C14%206.56%2013.44%206%2012.75%206H8zM7%206H5.25C4.56%206%204%206.56%204%207.25v1.5C4%209.44%204.56%2010%205.25%2010H7zm5.75%208H10v-3h2.75c.69%200%201.25.56%201.25%201.25v.5c0%20.69-.56%201.25-1.25%201.25m-5.5-3H9v3H7.25C6.56%2014%206%2013.44%206%2012.75v-.5c0-.69.56-1.25%201.25-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/list-bar-tree-offset-16-filled.svg?color=%231a73e8&size=48