document-ts-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
document-ts-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

Use the document ts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10 1.25V4.5c0 .28.22.5.5.5h3.25zM10.5 6C9.67 6 9 5.33 9 4.5V1H5.5C4.67 1 4 1.67 4 2.5V9c.4 0 .77.16 1.06.44c.4-.28.87-.44 1.36-.44h.15c.64 0 1.27.26 1.72.71S9 10.79 9 11.43c0 .34-.11.67-.32.94l.045.085l.045.085c.23.5.29 1.06.16 1.59c-.07.31-.21.61-.4.87h3.97c.83 0 1.5-.67 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-2.219-4.146a.504.504 0 0 0 0-.708A.5.5 0 0 0 4 10H1a.5.5 0 1 0 0 1h1v3.5a.5.5 0 1 0 1 0V11h1a.5.5 0 0 0 .354-.146"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentTs16Filled(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 1.25V4.5c0 .28.22.5.5.5h3.25zM10.5 6C9.67 6 9 5.33 9 4.5V1H5.5C4.67 1 4 1.67 4 2.5V9c.4 0 .77.16 1.06.44c.4-.28.87-.44 1.36-.44h.15c.64 0 1.27.26 1.72.71S9 10.79 9 11.43c0 .34-.11.67-.32.94l.045.085l.045.085c.23.5.29 1.06.16 1.59c-.07.31-.21.61-.4.87h3.97c.83 0 1.5-.67 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-2.219-4.146a.504.504 0 0 0 0-.708A.5.5 0 0 0 4 10H1a.5.5 0 1 0 0 1h1v3.5a.5.5 0 1 0 1 0V11h1a.5.5 0 0 0 .354-.146"/></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 1.25V4.5c0 .28.22.5.5.5h3.25zM10.5 6C9.67 6 9 5.33 9 4.5V1H5.5C4.67 1 4 1.67 4 2.5V9c.4 0 .77.16 1.06.44c.4-.28.87-.44 1.36-.44h.15c.64 0 1.27.26 1.72.71S9 10.79 9 11.43c0 .34-.11.67-.32.94l.045.085l.045.085c.23.5.29 1.06.16 1.59c-.07.31-.21.61-.4.87h3.97c.83 0 1.5-.67 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-2.219-4.146a.504.504 0 0 0 0-.708A.5.5 0 0 0 4 10H1a.5.5 0 1 0 0 1h1v3.5a.5.5 0 1 0 1 0V11h1a.5.5 0 0 0 .354-.146"/></svg>
</template>

CSS

.icon-document-ts-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%201.25V4.5c0%20.28.22.5.5.5h3.25zM10.5%206C9.67%206%209%205.33%209%204.5V1H5.5C4.67%201%204%201.67%204%202.5V9c.4%200%20.77.16%201.06.44c.4-.28.87-.44%201.36-.44h.15c.64%200%201.27.26%201.72.71S9%2010.79%209%2011.43c0%20.34-.11.67-.32.94l.045.085l.045.085c.23.5.29%201.06.16%201.59c-.07.31-.21.61-.4.87h3.97c.83%200%201.5-.67%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-2.219-4.146a.504.504%200%200%200%200-.708A.5.5%200%200%200%204%2010H1a.5.5%200%201%200%200%201h1v3.5a.5.5%200%201%200%201%200V11h1a.5.5%200%200%200%20.354-.146%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%201.25V4.5c0%20.28.22.5.5.5h3.25zM10.5%206C9.67%206%209%205.33%209%204.5V1H5.5C4.67%201%204%201.67%204%202.5V9c.4%200%20.77.16%201.06.44c.4-.28.87-.44%201.36-.44h.15c.64%200%201.27.26%201.72.71S9%2010.79%209%2011.43c0%20.34-.11.67-.32.94l.045.085l.045.085c.23.5.29%201.06.16%201.59c-.07.31-.21.61-.4.87h3.97c.83%200%201.5-.67%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-2.219-4.146a.504.504%200%200%200%200-.708A.5.5%200%200%200%204%2010H1a.5.5%200%201%200%200%201h1v3.5a.5.5%200%201%200%201%200V11h1a.5.5%200%200%200%20.354-.146%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-ts-16-filled.svg?color=%231a73e8&size=48