list bar icon
list-bar-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- list-bar-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the list bar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 14h6.75c.69 0 1.25-.56 1.25-1.25v-.5c0-.69-.56-1.25-1.25-1.25H6zm0-4h6.75c.69 0 1.25-.56 1.25-1.25v-1.5C14 6.56 13.44 6 12.75 6H6zM5 6v4H3.25C2.56 10 2 9.44 2 8.75v-1.5C2 6.56 2.56 6 3.25 6zm1-1h6.75C13.44 5 14 4.44 14 3.75v-.5C14 2.56 13.44 2 12.75 2H6zM5 2v3H3.25C2.56 5 2 4.44 2 3.75v-.5C2 2.56 2.56 2 3.25 2zm0 9v3H3.25C2.56 14 2 13.44 2 12.75v-.5c0-.69.56-1.25 1.25-1.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentListBar16Filled(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 14h6.75c.69 0 1.25-.56 1.25-1.25v-.5c0-.69-.56-1.25-1.25-1.25H6zm0-4h6.75c.69 0 1.25-.56 1.25-1.25v-1.5C14 6.56 13.44 6 12.75 6H6zM5 6v4H3.25C2.56 10 2 9.44 2 8.75v-1.5C2 6.56 2.56 6 3.25 6zm1-1h6.75C13.44 5 14 4.44 14 3.75v-.5C14 2.56 13.44 2 12.75 2H6zM5 2v3H3.25C2.56 5 2 4.44 2 3.75v-.5C2 2.56 2.56 2 3.25 2zm0 9v3H3.25C2.56 14 2 13.44 2 12.75v-.5c0-.69.56-1.25 1.25-1.25z"/></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 14h6.75c.69 0 1.25-.56 1.25-1.25v-.5c0-.69-.56-1.25-1.25-1.25H6zm0-4h6.75c.69 0 1.25-.56 1.25-1.25v-1.5C14 6.56 13.44 6 12.75 6H6zM5 6v4H3.25C2.56 10 2 9.44 2 8.75v-1.5C2 6.56 2.56 6 3.25 6zm1-1h6.75C13.44 5 14 4.44 14 3.75v-.5C14 2.56 13.44 2 12.75 2H6zM5 2v3H3.25C2.56 5 2 4.44 2 3.75v-.5C2 2.56 2.56 2 3.25 2zm0 9v3H3.25C2.56 14 2 13.44 2 12.75v-.5c0-.69.56-1.25 1.25-1.25z"/></svg> </template>
CSS
.icon-list-bar-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%2014h6.75c.69%200%201.25-.56%201.25-1.25v-.5c0-.69-.56-1.25-1.25-1.25H6zm0-4h6.75c.69%200%201.25-.56%201.25-1.25v-1.5C14%206.56%2013.44%206%2012.75%206H6zM5%206v4H3.25C2.56%2010%202%209.44%202%208.75v-1.5C2%206.56%202.56%206%203.25%206zm1-1h6.75C13.44%205%2014%204.44%2014%203.75v-.5C14%202.56%2013.44%202%2012.75%202H6zM5%202v3H3.25C2.56%205%202%204.44%202%203.75v-.5C2%202.56%202.56%202%203.25%202zm0%209v3H3.25C2.56%2014%202%2013.44%202%2012.75v-.5c0-.69.56-1.25%201.25-1.25z%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%2014h6.75c.69%200%201.25-.56%201.25-1.25v-.5c0-.69-.56-1.25-1.25-1.25H6zm0-4h6.75c.69%200%201.25-.56%201.25-1.25v-1.5C14%206.56%2013.44%206%2012.75%206H6zM5%206v4H3.25C2.56%2010%202%209.44%202%208.75v-1.5C2%206.56%202.56%206%203.25%206zm1-1h6.75C13.44%205%2014%204.44%2014%203.75v-.5C14%202.56%2013.44%202%2012.75%202H6zM5%202v3H3.25C2.56%205%202%204.44%202%203.75v-.5C2%202.56%202.56%202%203.25%202zm0%209v3H3.25C2.56%2014%202%2013.44%202%2012.75v-.5c0-.69.56-1.25%201.25-1.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/list-bar-16-filled.svg?color=%231a73e8&size=48