document contract icon

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

Name
document-contract-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 contract icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 5h3.25L9 1.25V4.5a.5.5 0 0 0 .5.5m0 1A1.5 1.5 0 0 1 8 4.5V1H4.5A1.5 1.5 0 0 0 3 2.5v11A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5V6zm-1.65 5.15c.05.04.09.1.11.16c.03.06.04.12.04.19s-.01.13-.04.19c-.02.06-.06.12-.11.16c-.04.05-.1.09-.16.11c-.06.03-.12.04-.19.04s-.13-.01-.19-.04a.36.36 0 0 1-.16-.11l-.65-.64l-.65.64c-.04.05-.1.09-.16.11c-.06.03-.12.04-.19.04s-.13-.01-.19-.04a.36.36 0 0 1-.16-.11a.36.36 0 0 1-.11-.16a.4.4 0 0 1-.04-.19c0-.07.01-.13.04-.19c.02-.06.06-.12.11-.16l.64-.65l-.64-.65A.47.47 0 0 1 5 9.5c0-.13.05-.26.15-.35c.09-.1.22-.15.35-.15s.26.05.35.15l.65.64l.65-.64c.09-.1.22-.15.35-.15s.26.05.35.15c.1.09.15.22.15.35s-.05.26-.15.35l-.64.65zM12 12H9.5a.47.47 0 0 1-.35-.15a.47.47 0 0 1-.15-.35c0-.13.05-.26.15-.35c.09-.1.22-.15.35-.15H12z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentContract16Filled(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="M9.5 5h3.25L9 1.25V4.5a.5.5 0 0 0 .5.5m0 1A1.5 1.5 0 0 1 8 4.5V1H4.5A1.5 1.5 0 0 0 3 2.5v11A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5V6zm-1.65 5.15c.05.04.09.1.11.16c.03.06.04.12.04.19s-.01.13-.04.19c-.02.06-.06.12-.11.16c-.04.05-.1.09-.16.11c-.06.03-.12.04-.19.04s-.13-.01-.19-.04a.36.36 0 0 1-.16-.11l-.65-.64l-.65.64c-.04.05-.1.09-.16.11c-.06.03-.12.04-.19.04s-.13-.01-.19-.04a.36.36 0 0 1-.16-.11a.36.36 0 0 1-.11-.16a.4.4 0 0 1-.04-.19c0-.07.01-.13.04-.19c.02-.06.06-.12.11-.16l.64-.65l-.64-.65A.47.47 0 0 1 5 9.5c0-.13.05-.26.15-.35c.09-.1.22-.15.35-.15s.26.05.35.15l.65.64l.65-.64c.09-.1.22-.15.35-.15s.26.05.35.15c.1.09.15.22.15.35s-.05.26-.15.35l-.64.65zM12 12H9.5a.47.47 0 0 1-.35-.15a.47.47 0 0 1-.15-.35c0-.13.05-.26.15-.35c.09-.1.22-.15.35-.15H12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 5h3.25L9 1.25V4.5a.5.5 0 0 0 .5.5m0 1A1.5 1.5 0 0 1 8 4.5V1H4.5A1.5 1.5 0 0 0 3 2.5v11A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5V6zm-1.65 5.15c.05.04.09.1.11.16c.03.06.04.12.04.19s-.01.13-.04.19c-.02.06-.06.12-.11.16c-.04.05-.1.09-.16.11c-.06.03-.12.04-.19.04s-.13-.01-.19-.04a.36.36 0 0 1-.16-.11l-.65-.64l-.65.64c-.04.05-.1.09-.16.11c-.06.03-.12.04-.19.04s-.13-.01-.19-.04a.36.36 0 0 1-.16-.11a.36.36 0 0 1-.11-.16a.4.4 0 0 1-.04-.19c0-.07.01-.13.04-.19c.02-.06.06-.12.11-.16l.64-.65l-.64-.65A.47.47 0 0 1 5 9.5c0-.13.05-.26.15-.35c.09-.1.22-.15.35-.15s.26.05.35.15l.65.64l.65-.64c.09-.1.22-.15.35-.15s.26.05.35.15c.1.09.15.22.15.35s-.05.26-.15.35l-.64.65zM12 12H9.5a.47.47 0 0 1-.35-.15a.47.47 0 0 1-.15-.35c0-.13.05-.26.15-.35c.09-.1.22-.15.35-.15H12z"/></svg>
</template>

CSS

.icon-document-contract-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%22M9.5%205h3.25L9%201.25V4.5a.5.5%200%200%200%20.5.5m0%201A1.5%201.5%200%200%201%208%204.5V1H4.5A1.5%201.5%200%200%200%203%202.5v11A1.5%201.5%200%200%200%204.5%2015h7a1.5%201.5%200%200%200%201.5-1.5V6zm-1.65%205.15c.05.04.09.1.11.16c.03.06.04.12.04.19s-.01.13-.04.19c-.02.06-.06.12-.11.16c-.04.05-.1.09-.16.11c-.06.03-.12.04-.19.04s-.13-.01-.19-.04a.36.36%200%200%201-.16-.11l-.65-.64l-.65.64c-.04.05-.1.09-.16.11c-.06.03-.12.04-.19.04s-.13-.01-.19-.04a.36.36%200%200%201-.16-.11a.36.36%200%200%201-.11-.16a.4.4%200%200%201-.04-.19c0-.07.01-.13.04-.19c.02-.06.06-.12.11-.16l.64-.65l-.64-.65A.47.47%200%200%201%205%209.5c0-.13.05-.26.15-.35c.09-.1.22-.15.35-.15s.26.05.35.15l.65.64l.65-.64c.09-.1.22-.15.35-.15s.26.05.35.15c.1.09.15.22.15.35s-.05.26-.15.35l-.64.65zM12%2012H9.5a.47.47%200%200%201-.35-.15a.47.47%200%200%201-.15-.35c0-.13.05-.26.15-.35c.09-.1.22-.15.35-.15H12z%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%22M9.5%205h3.25L9%201.25V4.5a.5.5%200%200%200%20.5.5m0%201A1.5%201.5%200%200%201%208%204.5V1H4.5A1.5%201.5%200%200%200%203%202.5v11A1.5%201.5%200%200%200%204.5%2015h7a1.5%201.5%200%200%200%201.5-1.5V6zm-1.65%205.15c.05.04.09.1.11.16c.03.06.04.12.04.19s-.01.13-.04.19c-.02.06-.06.12-.11.16c-.04.05-.1.09-.16.11c-.06.03-.12.04-.19.04s-.13-.01-.19-.04a.36.36%200%200%201-.16-.11l-.65-.64l-.65.64c-.04.05-.1.09-.16.11c-.06.03-.12.04-.19.04s-.13-.01-.19-.04a.36.36%200%200%201-.16-.11a.36.36%200%200%201-.11-.16a.4.4%200%200%201-.04-.19c0-.07.01-.13.04-.19c.02-.06.06-.12.11-.16l.64-.65l-.64-.65A.47.47%200%200%201%205%209.5c0-.13.05-.26.15-.35c.09-.1.22-.15.35-.15s.26.05.35.15l.65.64l.65-.64c.09-.1.22-.15.35-.15s.26.05.35.15c.1.09.15.22.15.35s-.05.26-.15.35l-.64.65zM12%2012H9.5a.47.47%200%200%201-.35-.15a.47.47%200%200%201-.15-.35c0-.13.05-.26.15-.35c.09-.1.22-.15.35-.15H12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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