document-vb-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
document-vb-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

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="m9.65 1.44l2.91 2.91c.28.28.44.67.44 1.06V13c0 1.1-.9 2-2 2H8.75c.14-.19.26-.4.34-.63c.045-.108.074-.224.101-.334L9.2 14H11c.55 0 1-.45 1-1V6H9.5C8.67 6 8 5.33 8 4.5V2H5c-.55 0-1 .45-1 1v6c-.22 0-.42.05-.62.13c-.14.07-.27.15-.38.27V3c0-1.1.9-2 2-2h3.59c.39 0 .78.16 1.06.44M9 4.5c0 .28.22.5.5.5h2.29L9 2.21zm-1.004 7.1a1.5 1.5 0 0 1-.269.762l.001.001a1.49 1.49 0 0 1 .43 1.659a1.51 1.51 0 0 1-1.408.979H5.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.791M6.5 11H6v1h.5a.5.5 0 1 0 0-1M6 14h.75a.5.5 0 1 0 0-1H6zm-3.032.676l1.5-4a.501.501 0 0 0-.937-.352L2.5 13.076l-1.032-2.752a.502.502 0 0 0-.923-.03a.5.5 0 0 0-.012.382l1.5 4A.49.49 0 0 0 2.5 15a.5.5 0 0 0 .468-.324"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentVb16Regular(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="m9.65 1.44l2.91 2.91c.28.28.44.67.44 1.06V13c0 1.1-.9 2-2 2H8.75c.14-.19.26-.4.34-.63c.045-.108.074-.224.101-.334L9.2 14H11c.55 0 1-.45 1-1V6H9.5C8.67 6 8 5.33 8 4.5V2H5c-.55 0-1 .45-1 1v6c-.22 0-.42.05-.62.13c-.14.07-.27.15-.38.27V3c0-1.1.9-2 2-2h3.59c.39 0 .78.16 1.06.44M9 4.5c0 .28.22.5.5.5h2.29L9 2.21zm-1.004 7.1a1.5 1.5 0 0 1-.269.762l.001.001a1.49 1.49 0 0 1 .43 1.659a1.51 1.51 0 0 1-1.408.979H5.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.791M6.5 11H6v1h.5a.5.5 0 1 0 0-1M6 14h.75a.5.5 0 1 0 0-1H6zm-3.032.676l1.5-4a.501.501 0 0 0-.937-.352L2.5 13.076l-1.032-2.752a.502.502 0 0 0-.923-.03a.5.5 0 0 0-.012.382l1.5 4A.49.49 0 0 0 2.5 15a.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="m9.65 1.44l2.91 2.91c.28.28.44.67.44 1.06V13c0 1.1-.9 2-2 2H8.75c.14-.19.26-.4.34-.63c.045-.108.074-.224.101-.334L9.2 14H11c.55 0 1-.45 1-1V6H9.5C8.67 6 8 5.33 8 4.5V2H5c-.55 0-1 .45-1 1v6c-.22 0-.42.05-.62.13c-.14.07-.27.15-.38.27V3c0-1.1.9-2 2-2h3.59c.39 0 .78.16 1.06.44M9 4.5c0 .28.22.5.5.5h2.29L9 2.21zm-1.004 7.1a1.5 1.5 0 0 1-.269.762l.001.001a1.49 1.49 0 0 1 .43 1.659a1.51 1.51 0 0 1-1.408.979H5.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.791M6.5 11H6v1h.5a.5.5 0 1 0 0-1M6 14h.75a.5.5 0 1 0 0-1H6zm-3.032.676l1.5-4a.501.501 0 0 0-.937-.352L2.5 13.076l-1.032-2.752a.502.502 0 0 0-.923-.03a.5.5 0 0 0-.012.382l1.5 4A.49.49 0 0 0 2.5 15a.5.5 0 0 0 .468-.324"/></svg>
</template>

CSS

.icon-document-vb-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.65%201.44l2.91%202.91c.28.28.44.67.44%201.06V13c0%201.1-.9%202-2%202H8.75c.14-.19.26-.4.34-.63c.045-.108.074-.224.101-.334L9.2%2014H11c.55%200%201-.45%201-1V6H9.5C8.67%206%208%205.33%208%204.5V2H5c-.55%200-1%20.45-1%201v6c-.22%200-.42.05-.62.13c-.14.07-.27.15-.38.27V3c0-1.1.9-2%202-2h3.59c.39%200%20.78.16%201.06.44M9%204.5c0%20.28.22.5.5.5h2.29L9%202.21zm-1.004%207.1a1.5%201.5%200%200%201-.269.762l.001.001a1.49%201.49%200%200%201%20.43%201.659a1.51%201.51%200%200%201-1.408.979H5.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.791M6.5%2011H6v1h.5a.5.5%200%201%200%200-1M6%2014h.75a.5.5%200%201%200%200-1H6zm-3.032.676l1.5-4a.501.501%200%200%200-.937-.352L2.5%2013.076l-1.032-2.752a.502.502%200%200%200-.923-.03a.5.5%200%200%200-.012.382l1.5%204A.49.49%200%200%200%202.5%2015a.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%22m9.65%201.44l2.91%202.91c.28.28.44.67.44%201.06V13c0%201.1-.9%202-2%202H8.75c.14-.19.26-.4.34-.63c.045-.108.074-.224.101-.334L9.2%2014H11c.55%200%201-.45%201-1V6H9.5C8.67%206%208%205.33%208%204.5V2H5c-.55%200-1%20.45-1%201v6c-.22%200-.42.05-.62.13c-.14.07-.27.15-.38.27V3c0-1.1.9-2%202-2h3.59c.39%200%20.78.16%201.06.44M9%204.5c0%20.28.22.5.5.5h2.29L9%202.21zm-1.004%207.1a1.5%201.5%200%200%201-.269.762l.001.001a1.49%201.49%200%200%201%20.43%201.659a1.51%201.51%200%200%201-1.408.979H5.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.791M6.5%2011H6v1h.5a.5.5%200%201%200%200-1M6%2014h.75a.5.5%200%201%200%200-1H6zm-3.032.676l1.5-4a.501.501%200%200%200-.937-.352L2.5%2013.076l-1.032-2.752a.502.502%200%200%200-.923-.03a.5.5%200%200%200-.012.382l1.5%204A.49.49%200%200%200%202.5%2015a.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-regular.svg?color=%231a73e8&size=48