document-css-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
document-css-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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.5.5 0 0 1-.99.098l-.02-.196A.5.5 0 0 0 2 11.5v2a.5.5 0 0 0 .99.098l.02-.196A.5.5 0 0 1 4 13.5a1.5 1.5 0 0 1-3 0v-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 10zm-.97-9c.397.002.778.16 1.06.44l2.91 2.91c.28.282.438.663.44 1.06V13a1.99 1.99 0 0 1-1.39 1.9c.258-.395.393-.858.39-1.33q0-.177-.03-.35A.8.8 0 0 0 13 13V6h-2.5A1.5 1.5 0 0 1 9 4.5V2H6a1 1 0 0 0-1 1v6.46a2.6 2.6 0 0 0-.52.52A2.4 2.4 0 0 0 4 9.5V3a2.005 2.005 0 0 1 2-2zM10 4.5a.5.5 0 0 0 .5.5h2.29L10 2.21z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentCss16Regular(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.5.5 0 0 1-.99.098l-.02-.196A.5.5 0 0 0 2 11.5v2a.5.5 0 0 0 .99.098l.02-.196A.5.5 0 0 1 4 13.5a1.5 1.5 0 0 1-3 0v-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 10zm-.97-9c.397.002.778.16 1.06.44l2.91 2.91c.28.282.438.663.44 1.06V13a1.99 1.99 0 0 1-1.39 1.9c.258-.395.393-.858.39-1.33q0-.177-.03-.35A.8.8 0 0 0 13 13V6h-2.5A1.5 1.5 0 0 1 9 4.5V2H6a1 1 0 0 0-1 1v6.46a2.6 2.6 0 0 0-.52.52A2.4 2.4 0 0 0 4 9.5V3a2.005 2.005 0 0 1 2-2zM10 4.5a.5.5 0 0 0 .5.5h2.29L10 2.21z"/></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.5.5 0 0 1-.99.098l-.02-.196A.5.5 0 0 0 2 11.5v2a.5.5 0 0 0 .99.098l.02-.196A.5.5 0 0 1 4 13.5a1.5 1.5 0 0 1-3 0v-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 10zm-.97-9c.397.002.778.16 1.06.44l2.91 2.91c.28.282.438.663.44 1.06V13a1.99 1.99 0 0 1-1.39 1.9c.258-.395.393-.858.39-1.33q0-.177-.03-.35A.8.8 0 0 0 13 13V6h-2.5A1.5 1.5 0 0 1 9 4.5V2H6a1 1 0 0 0-1 1v6.46a2.6 2.6 0 0 0-.52.52A2.4 2.4 0 0 0 4 9.5V3a2.005 2.005 0 0 1 2-2zM10 4.5a.5.5 0 0 0 .5.5h2.29L10 2.21z"/></svg>
</template>

CSS

.icon-document-css-16-regular {
  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.5.5%200%200%201-.99.098l-.02-.196A.5.5%200%200%200%202%2011.5v2a.5.5%200%200%200%20.99.098l.02-.196A.5.5%200%200%201%204%2013.5a1.5%201.5%200%200%201-3%200v-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%2010zm-.97-9c.397.002.778.16%201.06.44l2.91%202.91c.28.282.438.663.44%201.06V13a1.99%201.99%200%200%201-1.39%201.9c.258-.395.393-.858.39-1.33q0-.177-.03-.35A.8.8%200%200%200%2013%2013V6h-2.5A1.5%201.5%200%200%201%209%204.5V2H6a1%201%200%200%200-1%201v6.46a2.6%202.6%200%200%200-.52.52A2.4%202.4%200%200%200%204%209.5V3a2.005%202.005%200%200%201%202-2zM10%204.5a.5.5%200%200%200%20.5.5h2.29L10%202.21z%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.5.5%200%200%201-.99.098l-.02-.196A.5.5%200%200%200%202%2011.5v2a.5.5%200%200%200%20.99.098l.02-.196A.5.5%200%200%201%204%2013.5a1.5%201.5%200%200%201-3%200v-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%2010zm-.97-9c.397.002.778.16%201.06.44l2.91%202.91c.28.282.438.663.44%201.06V13a1.99%201.99%200%200%201-1.39%201.9c.258-.395.393-.858.39-1.33q0-.177-.03-.35A.8.8%200%200%200%2013%2013V6h-2.5A1.5%201.5%200%200%201%209%204.5V2H6a1%201%200%200%200-1%201v6.46a2.6%202.6%200%200%200-.52.52A2.4%202.4%200%200%200%204%209.5V3a2.005%202.005%200%200%201%202-2zM10%204.5a.5.5%200%200%200%20.5.5h2.29L10%202.21z%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-regular.svg?color=%231a73e8&size=48