document js icon
document-js-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- document-js-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 js icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.5 5h3.25L10 1.25V4.5a.5.5 0 0 0 .5.5m0 1A1.5 1.5 0 0 1 9 4.5V1H5.5A1.5 1.5 0 0 0 4 2.5v6.591c.208.074.4.188.561.348q.112.113.196.244l.047-.047q.056-.058.118-.109A2.44 2.44 0 0 1 6.421 9h.152c.639 0 1.265.26 1.716.712S9 10.788 9 11.427a1.5 1.5 0 0 1-.32.943q.05.085.091.175c.23.492.289 1.056.164 1.585c-.074.317-.219.61-.41.87H12.5a1.5 1.5 0 0 0 1.5-1.5V6zm-3.927 9h-.146A1.43 1.43 0 0 1 5 13.573a.533.533 0 0 1 .5-.537a.47.47 0 0 1 .35.125a.47.47 0 0 1 .15.339a.45.45 0 0 0 .428.5h.146a.428.428 0 0 0 .192-.808L5.79 12.7a1.424 1.424 0 0 1-.744-1.601A1.43 1.43 0 0 1 6.428 10h.146a1.43 1.43 0 0 1 1.427 1.427a.533.533 0 0 1-.5.537a.47.47 0 0 1-.35-.125a.47.47 0 0 1-.15-.339v-.073A.43.43 0 0 0 6.574 11h-.146a.428.428 0 0 0-.192.808l.976.489A1.426 1.426 0 0 1 6.573 15m-5.134-.439a1.503 1.503 0 0 0 2.122 0c.281-.282.439-.663.439-1.061v-3a.5.5 0 1 0-1 0v3a.5.5 0 1 1-1 0V13a.5.5 0 1 0-1 0v.5c0 .398.158.78.439 1.061"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentJs16Filled(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.5 5h3.25L10 1.25V4.5a.5.5 0 0 0 .5.5m0 1A1.5 1.5 0 0 1 9 4.5V1H5.5A1.5 1.5 0 0 0 4 2.5v6.591c.208.074.4.188.561.348q.112.113.196.244l.047-.047q.056-.058.118-.109A2.44 2.44 0 0 1 6.421 9h.152c.639 0 1.265.26 1.716.712S9 10.788 9 11.427a1.5 1.5 0 0 1-.32.943q.05.085.091.175c.23.492.289 1.056.164 1.585c-.074.317-.219.61-.41.87H12.5a1.5 1.5 0 0 0 1.5-1.5V6zm-3.927 9h-.146A1.43 1.43 0 0 1 5 13.573a.533.533 0 0 1 .5-.537a.47.47 0 0 1 .35.125a.47.47 0 0 1 .15.339a.45.45 0 0 0 .428.5h.146a.428.428 0 0 0 .192-.808L5.79 12.7a1.424 1.424 0 0 1-.744-1.601A1.43 1.43 0 0 1 6.428 10h.146a1.43 1.43 0 0 1 1.427 1.427a.533.533 0 0 1-.5.537a.47.47 0 0 1-.35-.125a.47.47 0 0 1-.15-.339v-.073A.43.43 0 0 0 6.574 11h-.146a.428.428 0 0 0-.192.808l.976.489A1.426 1.426 0 0 1 6.573 15m-5.134-.439a1.503 1.503 0 0 0 2.122 0c.281-.282.439-.663.439-1.061v-3a.5.5 0 1 0-1 0v3a.5.5 0 1 1-1 0V13a.5.5 0 1 0-1 0v.5c0 .398.158.78.439 1.061"/></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.5 5h3.25L10 1.25V4.5a.5.5 0 0 0 .5.5m0 1A1.5 1.5 0 0 1 9 4.5V1H5.5A1.5 1.5 0 0 0 4 2.5v6.591c.208.074.4.188.561.348q.112.113.196.244l.047-.047q.056-.058.118-.109A2.44 2.44 0 0 1 6.421 9h.152c.639 0 1.265.26 1.716.712S9 10.788 9 11.427a1.5 1.5 0 0 1-.32.943q.05.085.091.175c.23.492.289 1.056.164 1.585c-.074.317-.219.61-.41.87H12.5a1.5 1.5 0 0 0 1.5-1.5V6zm-3.927 9h-.146A1.43 1.43 0 0 1 5 13.573a.533.533 0 0 1 .5-.537a.47.47 0 0 1 .35.125a.47.47 0 0 1 .15.339a.45.45 0 0 0 .428.5h.146a.428.428 0 0 0 .192-.808L5.79 12.7a1.424 1.424 0 0 1-.744-1.601A1.43 1.43 0 0 1 6.428 10h.146a1.43 1.43 0 0 1 1.427 1.427a.533.533 0 0 1-.5.537a.47.47 0 0 1-.35-.125a.47.47 0 0 1-.15-.339v-.073A.43.43 0 0 0 6.574 11h-.146a.428.428 0 0 0-.192.808l.976.489A1.426 1.426 0 0 1 6.573 15m-5.134-.439a1.503 1.503 0 0 0 2.122 0c.281-.282.439-.663.439-1.061v-3a.5.5 0 1 0-1 0v3a.5.5 0 1 1-1 0V13a.5.5 0 1 0-1 0v.5c0 .398.158.78.439 1.061"/></svg> </template>
CSS
.icon-document-js-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.5%205h3.25L10%201.25V4.5a.5.5%200%200%200%20.5.5m0%201A1.5%201.5%200%200%201%209%204.5V1H5.5A1.5%201.5%200%200%200%204%202.5v6.591c.208.074.4.188.561.348q.112.113.196.244l.047-.047q.056-.058.118-.109A2.44%202.44%200%200%201%206.421%209h.152c.639%200%201.265.26%201.716.712S9%2010.788%209%2011.427a1.5%201.5%200%200%201-.32.943q.05.085.091.175c.23.492.289%201.056.164%201.585c-.074.317-.219.61-.41.87H12.5a1.5%201.5%200%200%200%201.5-1.5V6zm-3.927%209h-.146A1.43%201.43%200%200%201%205%2013.573a.533.533%200%200%201%20.5-.537a.47.47%200%200%201%20.35.125a.47.47%200%200%201%20.15.339a.45.45%200%200%200%20.428.5h.146a.428.428%200%200%200%20.192-.808L5.79%2012.7a1.424%201.424%200%200%201-.744-1.601A1.43%201.43%200%200%201%206.428%2010h.146a1.43%201.43%200%200%201%201.427%201.427a.533.533%200%200%201-.5.537a.47.47%200%200%201-.35-.125a.47.47%200%200%201-.15-.339v-.073A.43.43%200%200%200%206.574%2011h-.146a.428.428%200%200%200-.192.808l.976.489A1.426%201.426%200%200%201%206.573%2015m-5.134-.439a1.503%201.503%200%200%200%202.122%200c.281-.282.439-.663.439-1.061v-3a.5.5%200%201%200-1%200v3a.5.5%200%201%201-1%200V13a.5.5%200%201%200-1%200v.5c0%20.398.158.78.439%201.061%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.5%205h3.25L10%201.25V4.5a.5.5%200%200%200%20.5.5m0%201A1.5%201.5%200%200%201%209%204.5V1H5.5A1.5%201.5%200%200%200%204%202.5v6.591c.208.074.4.188.561.348q.112.113.196.244l.047-.047q.056-.058.118-.109A2.44%202.44%200%200%201%206.421%209h.152c.639%200%201.265.26%201.716.712S9%2010.788%209%2011.427a1.5%201.5%200%200%201-.32.943q.05.085.091.175c.23.492.289%201.056.164%201.585c-.074.317-.219.61-.41.87H12.5a1.5%201.5%200%200%200%201.5-1.5V6zm-3.927%209h-.146A1.43%201.43%200%200%201%205%2013.573a.533.533%200%200%201%20.5-.537a.47.47%200%200%201%20.35.125a.47.47%200%200%201%20.15.339a.45.45%200%200%200%20.428.5h.146a.428.428%200%200%200%20.192-.808L5.79%2012.7a1.424%201.424%200%200%201-.744-1.601A1.43%201.43%200%200%201%206.428%2010h.146a1.43%201.43%200%200%201%201.427%201.427a.533.533%200%200%201-.5.537a.47.47%200%200%201-.35-.125a.47.47%200%200%201-.15-.339v-.073A.43.43%200%200%200%206.574%2011h-.146a.428.428%200%200%200-.192.808l.976.489A1.426%201.426%200%200%201%206.573%2015m-5.134-.439a1.503%201.503%200%200%200%202.122%200c.281-.282.439-.663.439-1.061v-3a.5.5%200%201%200-1%200v3a.5.5%200%201%201-1%200V13a.5.5%200%201%200-1%200v.5c0%20.398.158.78.439%201.061%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-js-16-filled.svg?color=%231a73e8&size=48