document cs icon
document-cs-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- document-cs-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 cs 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.5v7.012l.038.029c.08.06.158.12.23.191c.158.158.283.342.393.534c.126-.086.259-.159.404-.202c.071-.233.198-.447.375-.625A1.5 1.5 0 0 1 6.501 9c.373 0 .725.135 1 .382a1.5 1.5 0 0 1 1-.382a1.49 1.49 0 0 1 1.436 1.064c.233.07.447.197.625.375c.283.283.439.66.439 1.061c0 .373-.135.725-.382 1c.247.275.382.627.382 1a1.49 1.49 0 0 1-1.064 1.436q-.006.019-.016.035L9.908 15h2.593a1.5 1.5 0 0 0 1.5-1.5V6zm-8 9A1.503 1.503 0 0 1 1 13.5v-2A1.503 1.503 0 0 1 2.5 10A1.503 1.503 0 0 1 4 11.5a.5.5 0 1 1-1 0a.5.5 0 1 0-1 0v2a.5.5 0 1 0 1 0a.5.5 0 1 1 1 0A1.503 1.503 0 0 1 2.5 15M9 13h.5a.5.5 0 1 1 0 1H9v.5a.5.5 0 1 1-1 0V14h-.979v.5a.5.5 0 1 1-1 0V14H5.5a.5.5 0 1 1 0-1h.515l-.006-1H5.5a.5.5 0 1 1 0-1H6v-.5a.5.5 0 1 1 1 0v.5h1v-.5a.5.5 0 1 1 1 0v.5h.5a.5.5 0 1 1 0 1H9zm-1.985 0H8v-1h-.991z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentCs16Filled(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.5v7.012l.038.029c.08.06.158.12.23.191c.158.158.283.342.393.534c.126-.086.259-.159.404-.202c.071-.233.198-.447.375-.625A1.5 1.5 0 0 1 6.501 9c.373 0 .725.135 1 .382a1.5 1.5 0 0 1 1-.382a1.49 1.49 0 0 1 1.436 1.064c.233.07.447.197.625.375c.283.283.439.66.439 1.061c0 .373-.135.725-.382 1c.247.275.382.627.382 1a1.49 1.49 0 0 1-1.064 1.436q-.006.019-.016.035L9.908 15h2.593a1.5 1.5 0 0 0 1.5-1.5V6zm-8 9A1.503 1.503 0 0 1 1 13.5v-2A1.503 1.503 0 0 1 2.5 10A1.503 1.503 0 0 1 4 11.5a.5.5 0 1 1-1 0a.5.5 0 1 0-1 0v2a.5.5 0 1 0 1 0a.5.5 0 1 1 1 0A1.503 1.503 0 0 1 2.5 15M9 13h.5a.5.5 0 1 1 0 1H9v.5a.5.5 0 1 1-1 0V14h-.979v.5a.5.5 0 1 1-1 0V14H5.5a.5.5 0 1 1 0-1h.515l-.006-1H5.5a.5.5 0 1 1 0-1H6v-.5a.5.5 0 1 1 1 0v.5h1v-.5a.5.5 0 1 1 1 0v.5h.5a.5.5 0 1 1 0 1H9zm-1.985 0H8v-1h-.991z"/></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.5v7.012l.038.029c.08.06.158.12.23.191c.158.158.283.342.393.534c.126-.086.259-.159.404-.202c.071-.233.198-.447.375-.625A1.5 1.5 0 0 1 6.501 9c.373 0 .725.135 1 .382a1.5 1.5 0 0 1 1-.382a1.49 1.49 0 0 1 1.436 1.064c.233.07.447.197.625.375c.283.283.439.66.439 1.061c0 .373-.135.725-.382 1c.247.275.382.627.382 1a1.49 1.49 0 0 1-1.064 1.436q-.006.019-.016.035L9.908 15h2.593a1.5 1.5 0 0 0 1.5-1.5V6zm-8 9A1.503 1.503 0 0 1 1 13.5v-2A1.503 1.503 0 0 1 2.5 10A1.503 1.503 0 0 1 4 11.5a.5.5 0 1 1-1 0a.5.5 0 1 0-1 0v2a.5.5 0 1 0 1 0a.5.5 0 1 1 1 0A1.503 1.503 0 0 1 2.5 15M9 13h.5a.5.5 0 1 1 0 1H9v.5a.5.5 0 1 1-1 0V14h-.979v.5a.5.5 0 1 1-1 0V14H5.5a.5.5 0 1 1 0-1h.515l-.006-1H5.5a.5.5 0 1 1 0-1H6v-.5a.5.5 0 1 1 1 0v.5h1v-.5a.5.5 0 1 1 1 0v.5h.5a.5.5 0 1 1 0 1H9zm-1.985 0H8v-1h-.991z"/></svg> </template>
CSS
.icon-document-cs-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.5v7.012l.038.029c.08.06.158.12.23.191c.158.158.283.342.393.534c.126-.086.259-.159.404-.202c.071-.233.198-.447.375-.625A1.5%201.5%200%200%201%206.501%209c.373%200%20.725.135%201%20.382a1.5%201.5%200%200%201%201-.382a1.49%201.49%200%200%201%201.436%201.064c.233.07.447.197.625.375c.283.283.439.66.439%201.061c0%20.373-.135.725-.382%201c.247.275.382.627.382%201a1.49%201.49%200%200%201-1.064%201.436q-.006.019-.016.035L9.908%2015h2.593a1.5%201.5%200%200%200%201.5-1.5V6zm-8%209A1.503%201.503%200%200%201%201%2013.5v-2A1.503%201.503%200%200%201%202.5%2010A1.503%201.503%200%200%201%204%2011.5a.5.5%200%201%201-1%200a.5.5%200%201%200-1%200v2a.5.5%200%201%200%201%200a.5.5%200%201%201%201%200A1.503%201.503%200%200%201%202.5%2015M9%2013h.5a.5.5%200%201%201%200%201H9v.5a.5.5%200%201%201-1%200V14h-.979v.5a.5.5%200%201%201-1%200V14H5.5a.5.5%200%201%201%200-1h.515l-.006-1H5.5a.5.5%200%201%201%200-1H6v-.5a.5.5%200%201%201%201%200v.5h1v-.5a.5.5%200%201%201%201%200v.5h.5a.5.5%200%201%201%200%201H9zm-1.985%200H8v-1h-.991z%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.5v7.012l.038.029c.08.06.158.12.23.191c.158.158.283.342.393.534c.126-.086.259-.159.404-.202c.071-.233.198-.447.375-.625A1.5%201.5%200%200%201%206.501%209c.373%200%20.725.135%201%20.382a1.5%201.5%200%200%201%201-.382a1.49%201.49%200%200%201%201.436%201.064c.233.07.447.197.625.375c.283.283.439.66.439%201.061c0%20.373-.135.725-.382%201c.247.275.382.627.382%201a1.49%201.49%200%200%201-1.064%201.436q-.006.019-.016.035L9.908%2015h2.593a1.5%201.5%200%200%200%201.5-1.5V6zm-8%209A1.503%201.503%200%200%201%201%2013.5v-2A1.503%201.503%200%200%201%202.5%2010A1.503%201.503%200%200%201%204%2011.5a.5.5%200%201%201-1%200a.5.5%200%201%200-1%200v2a.5.5%200%201%200%201%200a.5.5%200%201%201%201%200A1.503%201.503%200%200%201%202.5%2015M9%2013h.5a.5.5%200%201%201%200%201H9v.5a.5.5%200%201%201-1%200V14h-.979v.5a.5.5%200%201%201-1%200V14H5.5a.5.5%200%201%201%200-1h.515l-.006-1H5.5a.5.5%200%201%201%200-1H6v-.5a.5.5%200%201%201%201%200v.5h1v-.5a.5.5%200%201%201%201%200v.5h.5a.5.5%200%201%201%200%201H9zm-1.985%200H8v-1h-.991z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-cs-16-filled.svg?color=%231a73e8&size=48