document text icon
document-text-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.
- Name
- document-text-16
- Set
- Fluent UI System Color Icons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Color Icons
The same icon in other sets
Related icons in Fluent UI System Color Icons
Use the document text icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVG9xfoe5Hk)" d="M8.004 1L9.5 4.5L13 6l-.008 7.5a1.5 1.5 0 0 1-1.5 1.5H4.5A1.5 1.5 0 0 1 3 13.5v-11A1.5 1.5 0 0 1 4.5 1z"/><path fill="url(#SVGT74PBbVb)" fill-opacity=".5" d="M8.004 1L9.5 4.5L13 6l-.008 7.5a1.5 1.5 0 0 1-1.5 1.5H4.5A1.5 1.5 0 0 1 3 13.5v-11A1.5 1.5 0 0 1 4.5 1z"/><path fill="url(#SVGfWlm6nhI)" d="M8 4.5V1l5 5H9.5A1.5 1.5 0 0 1 8 4.5"/><path fill="url(#SVG1Xtrcebm)" fill-opacity=".9" d="M5.5 8a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM5 10.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m.5 1.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z"/><defs><linearGradient id="SVG9xfoe5Hk" x1="9.994" x2="11.264" y1="1" y2="12.781" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient><linearGradient id="SVGfWlm6nhI" x1="10.492" x2="9.242" y1="3.083" y2="5.167" gradientUnits="userSpaceOnUse"><stop stop-color="#9ff0f9"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVG1Xtrcebm" x1="11" x2="5.553" y1="15" y2="5.677" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient><radialGradient id="SVGT74PBbVb" cx="0" cy="0" r="1" gradientTransform="rotate(130.372 6.372 3.818)scale(8.35524 4.87457)" gradientUnits="userSpaceOnUse"><stop offset=".362" stop-color="#4a43cb"/><stop offset="1" stop-color="#4a43cb" stop-opacity="0"/></radialGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorDocumentText16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVG9xfoe5Hk)" d="M8.004 1L9.5 4.5L13 6l-.008 7.5a1.5 1.5 0 0 1-1.5 1.5H4.5A1.5 1.5 0 0 1 3 13.5v-11A1.5 1.5 0 0 1 4.5 1z"/><path fill="url(#SVGT74PBbVb)" fillOpacity=".5" d="M8.004 1L9.5 4.5L13 6l-.008 7.5a1.5 1.5 0 0 1-1.5 1.5H4.5A1.5 1.5 0 0 1 3 13.5v-11A1.5 1.5 0 0 1 4.5 1z"/><path fill="url(#SVGfWlm6nhI)" d="M8 4.5V1l5 5H9.5A1.5 1.5 0 0 1 8 4.5"/><path fill="url(#SVG1Xtrcebm)" fillOpacity=".9" d="M5.5 8a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM5 10.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m.5 1.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z"/><defs><linearGradient id="SVG9xfoe5Hk" x1="9.994" x2="11.264" y1="1" y2="12.781" gradientUnits="userSpaceOnUse"><stop stopColor="#6ce0ff"/><stop offset="1" stopColor="#4894fe"/></linearGradient><linearGradient id="SVGfWlm6nhI" x1="10.492" x2="9.242" y1="3.083" y2="5.167" gradientUnits="userSpaceOnUse"><stop stopColor="#9ff0f9"/><stop offset="1" stopColor="#b3e0ff"/></linearGradient><linearGradient id="SVG1Xtrcebm" x1="11" x2="5.553" y1="15" y2="5.677" gradientUnits="userSpaceOnUse"><stop stopColor="#9deaff"/><stop offset="1" stopColor="#fff"/></linearGradient><radialGradient id="SVGT74PBbVb" cx="0" cy="0" r="1" gradientTransform="rotate(130.372 6.372 3.818)scale(8.35524 4.87457)" gradientUnits="userSpaceOnUse"><stop offset=".362" stopColor="#4a43cb"/><stop offset="1" stopColor="#4a43cb" stopOpacity="0"/></radialGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVG9xfoe5Hk)" d="M8.004 1L9.5 4.5L13 6l-.008 7.5a1.5 1.5 0 0 1-1.5 1.5H4.5A1.5 1.5 0 0 1 3 13.5v-11A1.5 1.5 0 0 1 4.5 1z"/><path fill="url(#SVGT74PBbVb)" fill-opacity=".5" d="M8.004 1L9.5 4.5L13 6l-.008 7.5a1.5 1.5 0 0 1-1.5 1.5H4.5A1.5 1.5 0 0 1 3 13.5v-11A1.5 1.5 0 0 1 4.5 1z"/><path fill="url(#SVGfWlm6nhI)" d="M8 4.5V1l5 5H9.5A1.5 1.5 0 0 1 8 4.5"/><path fill="url(#SVG1Xtrcebm)" fill-opacity=".9" d="M5.5 8a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM5 10.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m.5 1.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z"/><defs><linearGradient id="SVG9xfoe5Hk" x1="9.994" x2="11.264" y1="1" y2="12.781" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient><linearGradient id="SVGfWlm6nhI" x1="10.492" x2="9.242" y1="3.083" y2="5.167" gradientUnits="userSpaceOnUse"><stop stop-color="#9ff0f9"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVG1Xtrcebm" x1="11" x2="5.553" y1="15" y2="5.677" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient><radialGradient id="SVGT74PBbVb" cx="0" cy="0" r="1" gradientTransform="rotate(130.372 6.372 3.818)scale(8.35524 4.87457)" gradientUnits="userSpaceOnUse"><stop offset=".362" stop-color="#4a43cb"/><stop offset="1" stop-color="#4a43cb" stop-opacity="0"/></radialGradient></defs></g></svg> </template>
CSS
.icon-document-text-16 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG9xfoe5Hk)%22%20d%3D%22M8.004%201L9.5%204.5L13%206l-.008%207.5a1.5%201.5%200%200%201-1.5%201.5H4.5A1.5%201.5%200%200%201%203%2013.5v-11A1.5%201.5%200%200%201%204.5%201z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGT74PBbVb)%22%20fill-opacity%3D%22.5%22%20d%3D%22M8.004%201L9.5%204.5L13%206l-.008%207.5a1.5%201.5%200%200%201-1.5%201.5H4.5A1.5%201.5%200%200%201%203%2013.5v-11A1.5%201.5%200%200%201%204.5%201z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfWlm6nhI)%22%20d%3D%22M8%204.5V1l5%205H9.5A1.5%201.5%200%200%201%208%204.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG1Xtrcebm)%22%20fill-opacity%3D%22.9%22%20d%3D%22M5.5%208a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%2010.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m.5%201.5a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG9xfoe5Hk%22%20x1%3D%229.994%22%20x2%3D%2211.264%22%20y1%3D%221%22%20y2%3D%2212.781%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236ce0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234894fe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGfWlm6nhI%22%20x1%3D%2210.492%22%20x2%3D%229.242%22%20y1%3D%223.083%22%20y2%3D%225.167%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239ff0f9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG1Xtrcebm%22%20x1%3D%2211%22%20x2%3D%225.553%22%20y1%3D%2215%22%20y2%3D%225.677%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239deaff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGT74PBbVb%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(130.372%206.372%203.818)scale(8.35524%204.87457)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.362%22%20stop-color%3D%22%234a43cb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234a43cb%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG9xfoe5Hk)%22%20d%3D%22M8.004%201L9.5%204.5L13%206l-.008%207.5a1.5%201.5%200%200%201-1.5%201.5H4.5A1.5%201.5%200%200%201%203%2013.5v-11A1.5%201.5%200%200%201%204.5%201z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGT74PBbVb)%22%20fill-opacity%3D%22.5%22%20d%3D%22M8.004%201L9.5%204.5L13%206l-.008%207.5a1.5%201.5%200%200%201-1.5%201.5H4.5A1.5%201.5%200%200%201%203%2013.5v-11A1.5%201.5%200%200%201%204.5%201z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfWlm6nhI)%22%20d%3D%22M8%204.5V1l5%205H9.5A1.5%201.5%200%200%201%208%204.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG1Xtrcebm)%22%20fill-opacity%3D%22.9%22%20d%3D%22M5.5%208a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%2010.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m.5%201.5a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG9xfoe5Hk%22%20x1%3D%229.994%22%20x2%3D%2211.264%22%20y1%3D%221%22%20y2%3D%2212.781%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236ce0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234894fe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGfWlm6nhI%22%20x1%3D%2210.492%22%20x2%3D%229.242%22%20y1%3D%223.083%22%20y2%3D%225.167%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239ff0f9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG1Xtrcebm%22%20x1%3D%2211%22%20x2%3D%225.553%22%20y1%3D%2215%22%20y2%3D%225.677%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239deaff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGT74PBbVb%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(130.372%206.372%203.818)scale(8.35524%204.87457)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.362%22%20stop-color%3D%22%234a43cb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234a43cb%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/document-text-16.svg?color=%231a73e8&size=48