document css icon
document-css-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- document-css-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants 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 css icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.5 10A1.5 1.5 0 0 1 4 11.5a.503.503 0 0 1-.5.5a.5.5 0 0 1-.49-.401l-.02-.198A.504.504 0 0 0 2.5 11a.503.503 0 0 0-.5.5v2a.503.503 0 0 0 .5.5a.5.5 0 0 0 .49-.401l.02-.198A.504.504 0 0 1 3.5 13a.503.503 0 0 1 .5.5A1.5 1.5 0 0 1 2.5 15A1.5 1.5 0 0 1 1 13.5v-2A1.5 1.5 0 0 1 2.5 10m4.06 0c.414 0 .811.164 1.104.457l.19.19a.5.5 0 1 1-.708.707l-.189-.19A.56.56 0 0 0 6.561 11h-.134a.427.427 0 0 0-.19.809l.974.488A1.427 1.427 0 0 1 6.573 15H6.44a1.56 1.56 0 0 1-1.103-.457l-.19-.19a.5.5 0 1 1 .708-.707l.189.19A.56.56 0 0 0 6.44 14h.134a.427.427 0 0 0 .19-.809l-.974-.488A1.427 1.427 0 0 1 6.427 10zm4 0c.414 0 .811.164 1.104.457l.19.19a.5.5 0 1 1-.707.707l-.19-.19A.56.56 0 0 0 10.56 11h-.133a.427.427 0 0 0-.19.809l.974.488A1.427 1.427 0 0 1 10.573 15h-.133a1.56 1.56 0 0 1-1.104-.457l-.19-.19a.5.5 0 1 1 .708-.707l.189.19a.56.56 0 0 0 .397.164h.133a.427.427 0 0 0 .19-.809l-.974-.488A1.427 1.427 0 0 1 10.427 10zM9 4.5A1.5 1.5 0 0 0 10.5 6h3.499v7.5a1.5 1.5 0 0 1-1.482 1.498c.19-.26.336-.553.41-.87a2.43 2.43 0 0 0-.25-1.755c.213-.272.327-.606.323-.946a2.45 2.45 0 0 0-.71-1.717A2.4 2.4 0 0 0 10.573 9h-.152a2.44 2.44 0 0 0-1.5.527c-.16.13-.296.282-.42.445l-.02-.027c-.06-.08-.12-.161-.192-.233A2.44 2.44 0 0 0 6.574 9h-.152a2.44 2.44 0 0 0-1.5.527a2.4 2.4 0 0 0-.438.47l-.015-.02a2 2 0 0 0-.201-.245a2 2 0 0 0-.23-.191L4 9.511V2.5A1.5 1.5 0 0 1 5.5 1H9zm4.75.5H10.5a.5.5 0 0 1-.5-.5V1.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentCss16Filled(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="M2.5 10A1.5 1.5 0 0 1 4 11.5a.503.503 0 0 1-.5.5a.5.5 0 0 1-.49-.401l-.02-.198A.504.504 0 0 0 2.5 11a.503.503 0 0 0-.5.5v2a.503.503 0 0 0 .5.5a.5.5 0 0 0 .49-.401l.02-.198A.504.504 0 0 1 3.5 13a.503.503 0 0 1 .5.5A1.5 1.5 0 0 1 2.5 15A1.5 1.5 0 0 1 1 13.5v-2A1.5 1.5 0 0 1 2.5 10m4.06 0c.414 0 .811.164 1.104.457l.19.19a.5.5 0 1 1-.708.707l-.189-.19A.56.56 0 0 0 6.561 11h-.134a.427.427 0 0 0-.19.809l.974.488A1.427 1.427 0 0 1 6.573 15H6.44a1.56 1.56 0 0 1-1.103-.457l-.19-.19a.5.5 0 1 1 .708-.707l.189.19A.56.56 0 0 0 6.44 14h.134a.427.427 0 0 0 .19-.809l-.974-.488A1.427 1.427 0 0 1 6.427 10zm4 0c.414 0 .811.164 1.104.457l.19.19a.5.5 0 1 1-.707.707l-.19-.19A.56.56 0 0 0 10.56 11h-.133a.427.427 0 0 0-.19.809l.974.488A1.427 1.427 0 0 1 10.573 15h-.133a1.56 1.56 0 0 1-1.104-.457l-.19-.19a.5.5 0 1 1 .708-.707l.189.19a.56.56 0 0 0 .397.164h.133a.427.427 0 0 0 .19-.809l-.974-.488A1.427 1.427 0 0 1 10.427 10zM9 4.5A1.5 1.5 0 0 0 10.5 6h3.499v7.5a1.5 1.5 0 0 1-1.482 1.498c.19-.26.336-.553.41-.87a2.43 2.43 0 0 0-.25-1.755c.213-.272.327-.606.323-.946a2.45 2.45 0 0 0-.71-1.717A2.4 2.4 0 0 0 10.573 9h-.152a2.44 2.44 0 0 0-1.5.527c-.16.13-.296.282-.42.445l-.02-.027c-.06-.08-.12-.161-.192-.233A2.44 2.44 0 0 0 6.574 9h-.152a2.44 2.44 0 0 0-1.5.527a2.4 2.4 0 0 0-.438.47l-.015-.02a2 2 0 0 0-.201-.245a2 2 0 0 0-.23-.191L4 9.511V2.5A1.5 1.5 0 0 1 5.5 1H9zm4.75.5H10.5a.5.5 0 0 1-.5-.5V1.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="M2.5 10A1.5 1.5 0 0 1 4 11.5a.503.503 0 0 1-.5.5a.5.5 0 0 1-.49-.401l-.02-.198A.504.504 0 0 0 2.5 11a.503.503 0 0 0-.5.5v2a.503.503 0 0 0 .5.5a.5.5 0 0 0 .49-.401l.02-.198A.504.504 0 0 1 3.5 13a.503.503 0 0 1 .5.5A1.5 1.5 0 0 1 2.5 15A1.5 1.5 0 0 1 1 13.5v-2A1.5 1.5 0 0 1 2.5 10m4.06 0c.414 0 .811.164 1.104.457l.19.19a.5.5 0 1 1-.708.707l-.189-.19A.56.56 0 0 0 6.561 11h-.134a.427.427 0 0 0-.19.809l.974.488A1.427 1.427 0 0 1 6.573 15H6.44a1.56 1.56 0 0 1-1.103-.457l-.19-.19a.5.5 0 1 1 .708-.707l.189.19A.56.56 0 0 0 6.44 14h.134a.427.427 0 0 0 .19-.809l-.974-.488A1.427 1.427 0 0 1 6.427 10zm4 0c.414 0 .811.164 1.104.457l.19.19a.5.5 0 1 1-.707.707l-.19-.19A.56.56 0 0 0 10.56 11h-.133a.427.427 0 0 0-.19.809l.974.488A1.427 1.427 0 0 1 10.573 15h-.133a1.56 1.56 0 0 1-1.104-.457l-.19-.19a.5.5 0 1 1 .708-.707l.189.19a.56.56 0 0 0 .397.164h.133a.427.427 0 0 0 .19-.809l-.974-.488A1.427 1.427 0 0 1 10.427 10zM9 4.5A1.5 1.5 0 0 0 10.5 6h3.499v7.5a1.5 1.5 0 0 1-1.482 1.498c.19-.26.336-.553.41-.87a2.43 2.43 0 0 0-.25-1.755c.213-.272.327-.606.323-.946a2.45 2.45 0 0 0-.71-1.717A2.4 2.4 0 0 0 10.573 9h-.152a2.44 2.44 0 0 0-1.5.527c-.16.13-.296.282-.42.445l-.02-.027c-.06-.08-.12-.161-.192-.233A2.44 2.44 0 0 0 6.574 9h-.152a2.44 2.44 0 0 0-1.5.527a2.4 2.4 0 0 0-.438.47l-.015-.02a2 2 0 0 0-.201-.245a2 2 0 0 0-.23-.191L4 9.511V2.5A1.5 1.5 0 0 1 5.5 1H9zm4.75.5H10.5a.5.5 0 0 1-.5-.5V1.25z"/></svg> </template>
CSS
.icon-document-css-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%22M2.5%2010A1.5%201.5%200%200%201%204%2011.5a.503.503%200%200%201-.5.5a.5.5%200%200%201-.49-.401l-.02-.198A.504.504%200%200%200%202.5%2011a.503.503%200%200%200-.5.5v2a.503.503%200%200%200%20.5.5a.5.5%200%200%200%20.49-.401l.02-.198A.504.504%200%200%201%203.5%2013a.503.503%200%200%201%20.5.5A1.5%201.5%200%200%201%202.5%2015A1.5%201.5%200%200%201%201%2013.5v-2A1.5%201.5%200%200%201%202.5%2010m4.06%200c.414%200%20.811.164%201.104.457l.19.19a.5.5%200%201%201-.708.707l-.189-.19A.56.56%200%200%200%206.561%2011h-.134a.427.427%200%200%200-.19.809l.974.488A1.427%201.427%200%200%201%206.573%2015H6.44a1.56%201.56%200%200%201-1.103-.457l-.19-.19a.5.5%200%201%201%20.708-.707l.189.19A.56.56%200%200%200%206.44%2014h.134a.427.427%200%200%200%20.19-.809l-.974-.488A1.427%201.427%200%200%201%206.427%2010zm4%200c.414%200%20.811.164%201.104.457l.19.19a.5.5%200%201%201-.707.707l-.19-.19A.56.56%200%200%200%2010.56%2011h-.133a.427.427%200%200%200-.19.809l.974.488A1.427%201.427%200%200%201%2010.573%2015h-.133a1.56%201.56%200%200%201-1.104-.457l-.19-.19a.5.5%200%201%201%20.708-.707l.189.19a.56.56%200%200%200%20.397.164h.133a.427.427%200%200%200%20.19-.809l-.974-.488A1.427%201.427%200%200%201%2010.427%2010zM9%204.5A1.5%201.5%200%200%200%2010.5%206h3.499v7.5a1.5%201.5%200%200%201-1.482%201.498c.19-.26.336-.553.41-.87a2.43%202.43%200%200%200-.25-1.755c.213-.272.327-.606.323-.946a2.45%202.45%200%200%200-.71-1.717A2.4%202.4%200%200%200%2010.573%209h-.152a2.44%202.44%200%200%200-1.5.527c-.16.13-.296.282-.42.445l-.02-.027c-.06-.08-.12-.161-.192-.233A2.44%202.44%200%200%200%206.574%209h-.152a2.44%202.44%200%200%200-1.5.527a2.4%202.4%200%200%200-.438.47l-.015-.02a2%202%200%200%200-.201-.245a2%202%200%200%200-.23-.191L4%209.511V2.5A1.5%201.5%200%200%201%205.5%201H9zm4.75.5H10.5a.5.5%200%200%201-.5-.5V1.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%22M2.5%2010A1.5%201.5%200%200%201%204%2011.5a.503.503%200%200%201-.5.5a.5.5%200%200%201-.49-.401l-.02-.198A.504.504%200%200%200%202.5%2011a.503.503%200%200%200-.5.5v2a.503.503%200%200%200%20.5.5a.5.5%200%200%200%20.49-.401l.02-.198A.504.504%200%200%201%203.5%2013a.503.503%200%200%201%20.5.5A1.5%201.5%200%200%201%202.5%2015A1.5%201.5%200%200%201%201%2013.5v-2A1.5%201.5%200%200%201%202.5%2010m4.06%200c.414%200%20.811.164%201.104.457l.19.19a.5.5%200%201%201-.708.707l-.189-.19A.56.56%200%200%200%206.561%2011h-.134a.427.427%200%200%200-.19.809l.974.488A1.427%201.427%200%200%201%206.573%2015H6.44a1.56%201.56%200%200%201-1.103-.457l-.19-.19a.5.5%200%201%201%20.708-.707l.189.19A.56.56%200%200%200%206.44%2014h.134a.427.427%200%200%200%20.19-.809l-.974-.488A1.427%201.427%200%200%201%206.427%2010zm4%200c.414%200%20.811.164%201.104.457l.19.19a.5.5%200%201%201-.707.707l-.19-.19A.56.56%200%200%200%2010.56%2011h-.133a.427.427%200%200%200-.19.809l.974.488A1.427%201.427%200%200%201%2010.573%2015h-.133a1.56%201.56%200%200%201-1.104-.457l-.19-.19a.5.5%200%201%201%20.708-.707l.189.19a.56.56%200%200%200%20.397.164h.133a.427.427%200%200%200%20.19-.809l-.974-.488A1.427%201.427%200%200%201%2010.427%2010zM9%204.5A1.5%201.5%200%200%200%2010.5%206h3.499v7.5a1.5%201.5%200%200%201-1.482%201.498c.19-.26.336-.553.41-.87a2.43%202.43%200%200%200-.25-1.755c.213-.272.327-.606.323-.946a2.45%202.45%200%200%200-.71-1.717A2.4%202.4%200%200%200%2010.573%209h-.152a2.44%202.44%200%200%200-1.5.527c-.16.13-.296.282-.42.445l-.02-.027c-.06-.08-.12-.161-.192-.233A2.44%202.44%200%200%200%206.574%209h-.152a2.44%202.44%200%200%200-1.5.527a2.4%202.4%200%200%200-.438.47l-.015-.02a2%202%200%200%200-.201-.245a2%202%200%200%200-.23-.191L4%209.511V2.5A1.5%201.5%200%200%201%205.5%201H9zm4.75.5H10.5a.5.5%200%200%201-.5-.5V1.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-css-16-filled.svg?color=%231a73e8&size=48