document vb icon
document-vb-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- document-vb-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
document-100-16-filleddocument-add-16-filleddocument-arrow-down-16-filleddocument-arrow-down-off-20-filleddocument-arrow-left-16-filleddocument-arrow-right-16-filleddocument-arrow-up-16-filleddocument-autosave-24-regulardocument-border-20-filleddocument-border-print-20-filleddocument-briefcase-16-filleddocument-broken-20-filleddocument-bullet-list-16-filleddocument-bullet-list-arrow-left-16-filleddocument-bullet-list-clock-20-filleddocument-bullet-list-cube-16-filleddocument-bullet-list-multiple-20-filleddocument-bullet-list-off-20-filleddocument-catch-up-16-filleddocument-checkmark-16-filleddocument-chevron-double-20-filleddocument-code-16-filleddocument-contract-16-filleddocument-copy-16-filled
Use the document vb icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10 4.5V1.25L13.75 5H10.5c-.28 0-.5-.22-.5-.5m-1 0c0 .83.67 1.5 1.5 1.5H14v7.5c0 .83-.67 1.5-1.5 1.5H8.75c.14-.19.26-.4.35-.63c.17-.48.2-1 .07-1.5c-.06-.23-.15-.45-.28-.66c.06-.17.09-.36.1-.55c.03-.45-.06-.91-.27-1.32c-.21-.4-.53-.74-.92-.98S6.96 9 6.5 9h-1c-.27 0-.53.07-.75.2c-.07-.04-.15-.08-.23-.11C4.35 9.03 4.18 9 4 9V2.5C4 1.67 4.67 1 5.5 1H9zm-1.004 7.099a1.5 1.5 0 0 1-.269.762h.001a1.49 1.49 0 0 1 .43 1.66A1.51 1.51 0 0 1 6.75 15H5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a1.5 1.5 0 0 1 1.33.808c.127.243.184.517.166.79m-1.496-.6H6v1h.5a.5.5 0 1 0 0-1m-.5 3h.75a.5.5 0 1 0 0-1H6zm-3.032.676l1.5-4a.501.501 0 0 0-.937-.351L2.5 13.075l-1.032-2.752a.502.502 0 0 0-.923-.03a.5.5 0 0 0-.012.382l1.5 3.999a.49.49 0 0 0 .468.324a.5.5 0 0 0 .468-.324"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentVb16Filled(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="M10 4.5V1.25L13.75 5H10.5c-.28 0-.5-.22-.5-.5m-1 0c0 .83.67 1.5 1.5 1.5H14v7.5c0 .83-.67 1.5-1.5 1.5H8.75c.14-.19.26-.4.35-.63c.17-.48.2-1 .07-1.5c-.06-.23-.15-.45-.28-.66c.06-.17.09-.36.1-.55c.03-.45-.06-.91-.27-1.32c-.21-.4-.53-.74-.92-.98S6.96 9 6.5 9h-1c-.27 0-.53.07-.75.2c-.07-.04-.15-.08-.23-.11C4.35 9.03 4.18 9 4 9V2.5C4 1.67 4.67 1 5.5 1H9zm-1.004 7.099a1.5 1.5 0 0 1-.269.762h.001a1.49 1.49 0 0 1 .43 1.66A1.51 1.51 0 0 1 6.75 15H5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a1.5 1.5 0 0 1 1.33.808c.127.243.184.517.166.79m-1.496-.6H6v1h.5a.5.5 0 1 0 0-1m-.5 3h.75a.5.5 0 1 0 0-1H6zm-3.032.676l1.5-4a.501.501 0 0 0-.937-.351L2.5 13.075l-1.032-2.752a.502.502 0 0 0-.923-.03a.5.5 0 0 0-.012.382l1.5 3.999a.49.49 0 0 0 .468.324a.5.5 0 0 0 .468-.324"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10 4.5V1.25L13.75 5H10.5c-.28 0-.5-.22-.5-.5m-1 0c0 .83.67 1.5 1.5 1.5H14v7.5c0 .83-.67 1.5-1.5 1.5H8.75c.14-.19.26-.4.35-.63c.17-.48.2-1 .07-1.5c-.06-.23-.15-.45-.28-.66c.06-.17.09-.36.1-.55c.03-.45-.06-.91-.27-1.32c-.21-.4-.53-.74-.92-.98S6.96 9 6.5 9h-1c-.27 0-.53.07-.75.2c-.07-.04-.15-.08-.23-.11C4.35 9.03 4.18 9 4 9V2.5C4 1.67 4.67 1 5.5 1H9zm-1.004 7.099a1.5 1.5 0 0 1-.269.762h.001a1.49 1.49 0 0 1 .43 1.66A1.51 1.51 0 0 1 6.75 15H5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a1.5 1.5 0 0 1 1.33.808c.127.243.184.517.166.79m-1.496-.6H6v1h.5a.5.5 0 1 0 0-1m-.5 3h.75a.5.5 0 1 0 0-1H6zm-3.032.676l1.5-4a.501.501 0 0 0-.937-.351L2.5 13.075l-1.032-2.752a.502.502 0 0 0-.923-.03a.5.5 0 0 0-.012.382l1.5 3.999a.49.49 0 0 0 .468.324a.5.5 0 0 0 .468-.324"/></svg> </template>
CSS
.icon-document-vb-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%22M10%204.5V1.25L13.75%205H10.5c-.28%200-.5-.22-.5-.5m-1%200c0%20.83.67%201.5%201.5%201.5H14v7.5c0%20.83-.67%201.5-1.5%201.5H8.75c.14-.19.26-.4.35-.63c.17-.48.2-1%20.07-1.5c-.06-.23-.15-.45-.28-.66c.06-.17.09-.36.1-.55c.03-.45-.06-.91-.27-1.32c-.21-.4-.53-.74-.92-.98S6.96%209%206.5%209h-1c-.27%200-.53.07-.75.2c-.07-.04-.15-.08-.23-.11C4.35%209.03%204.18%209%204%209V2.5C4%201.67%204.67%201%205.5%201H9zm-1.004%207.099a1.5%201.5%200%200%201-.269.762h.001a1.49%201.49%200%200%201%20.43%201.66A1.51%201.51%200%200%201%206.75%2015H5.5a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.5-.5h1a1.5%201.5%200%200%201%201.33.808c.127.243.184.517.166.79m-1.496-.6H6v1h.5a.5.5%200%201%200%200-1m-.5%203h.75a.5.5%200%201%200%200-1H6zm-3.032.676l1.5-4a.501.501%200%200%200-.937-.351L2.5%2013.075l-1.032-2.752a.502.502%200%200%200-.923-.03a.5.5%200%200%200-.012.382l1.5%203.999a.49.49%200%200%200%20.468.324a.5.5%200%200%200%20.468-.324%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%22M10%204.5V1.25L13.75%205H10.5c-.28%200-.5-.22-.5-.5m-1%200c0%20.83.67%201.5%201.5%201.5H14v7.5c0%20.83-.67%201.5-1.5%201.5H8.75c.14-.19.26-.4.35-.63c.17-.48.2-1%20.07-1.5c-.06-.23-.15-.45-.28-.66c.06-.17.09-.36.1-.55c.03-.45-.06-.91-.27-1.32c-.21-.4-.53-.74-.92-.98S6.96%209%206.5%209h-1c-.27%200-.53.07-.75.2c-.07-.04-.15-.08-.23-.11C4.35%209.03%204.18%209%204%209V2.5C4%201.67%204.67%201%205.5%201H9zm-1.004%207.099a1.5%201.5%200%200%201-.269.762h.001a1.49%201.49%200%200%201%20.43%201.66A1.51%201.51%200%200%201%206.75%2015H5.5a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.5-.5h1a1.5%201.5%200%200%201%201.33.808c.127.243.184.517.166.79m-1.496-.6H6v1h.5a.5.5%200%201%200%200-1m-.5%203h.75a.5.5%200%201%200%200-1H6zm-3.032.676l1.5-4a.501.501%200%200%200-.937-.351L2.5%2013.075l-1.032-2.752a.502.502%200%200%200-.923-.03a.5.5%200%200%200-.012.382l1.5%203.999a.49.49%200%200%200%20.468.324a.5.5%200%200%200%20.468-.324%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-vb-16-filled.svg?color=%231a73e8&size=48