code fs rectangle icon

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

Name
code-fs-rectangle-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 code fs rectangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 9h1V8H9zm3.25-6h-9.5C1.785 3 1 3.785 1 4.75v7.5c0 .965.785 1.75 1.75 1.75h9.5c.965 0 1.75-.785 1.75-1.75v-7.5C14 3.785 13.215 3 12.25 3M5.963 6.691A.5.5 0 0 1 5.5 7H4v1h1a.5.5 0 1 1 0 1H4v1.5a.5.5 0 1 1-1 0v-4a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .354.146a.5.5 0 0 1 .109.545M11.5 9a.5.5 0 1 1 0 1H11v.5a.5.5 0 1 1-1 0V10H9v.5a.5.5 0 1 1-1 0V10h-.5a.5.5 0 0 1-.5-.5a.5.5 0 0 1 .5-.5H8V8h-.5a.5.5 0 0 1-.5-.5a.5.5 0 0 1 .5-.5H8v-.5a.5.5 0 1 1 1 0V7h1v-.5a.5.5 0 1 1 1 0V7h.5a.5.5 0 1 1 0 1H11v1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCodeFsRectangle16Filled(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 9h1V8H9zm3.25-6h-9.5C1.785 3 1 3.785 1 4.75v7.5c0 .965.785 1.75 1.75 1.75h9.5c.965 0 1.75-.785 1.75-1.75v-7.5C14 3.785 13.215 3 12.25 3M5.963 6.691A.5.5 0 0 1 5.5 7H4v1h1a.5.5 0 1 1 0 1H4v1.5a.5.5 0 1 1-1 0v-4a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .354.146a.5.5 0 0 1 .109.545M11.5 9a.5.5 0 1 1 0 1H11v.5a.5.5 0 1 1-1 0V10H9v.5a.5.5 0 1 1-1 0V10h-.5a.5.5 0 0 1-.5-.5a.5.5 0 0 1 .5-.5H8V8h-.5a.5.5 0 0 1-.5-.5a.5.5 0 0 1 .5-.5H8v-.5a.5.5 0 1 1 1 0V7h1v-.5a.5.5 0 1 1 1 0V7h.5a.5.5 0 1 1 0 1H11v1z"/></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 9h1V8H9zm3.25-6h-9.5C1.785 3 1 3.785 1 4.75v7.5c0 .965.785 1.75 1.75 1.75h9.5c.965 0 1.75-.785 1.75-1.75v-7.5C14 3.785 13.215 3 12.25 3M5.963 6.691A.5.5 0 0 1 5.5 7H4v1h1a.5.5 0 1 1 0 1H4v1.5a.5.5 0 1 1-1 0v-4a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .354.146a.5.5 0 0 1 .109.545M11.5 9a.5.5 0 1 1 0 1H11v.5a.5.5 0 1 1-1 0V10H9v.5a.5.5 0 1 1-1 0V10h-.5a.5.5 0 0 1-.5-.5a.5.5 0 0 1 .5-.5H8V8h-.5a.5.5 0 0 1-.5-.5a.5.5 0 0 1 .5-.5H8v-.5a.5.5 0 1 1 1 0V7h1v-.5a.5.5 0 1 1 1 0V7h.5a.5.5 0 1 1 0 1H11v1z"/></svg>
</template>

CSS

.icon-code-fs-rectangle-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%209h1V8H9zm3.25-6h-9.5C1.785%203%201%203.785%201%204.75v7.5c0%20.965.785%201.75%201.75%201.75h9.5c.965%200%201.75-.785%201.75-1.75v-7.5C14%203.785%2013.215%203%2012.25%203M5.963%206.691A.5.5%200%200%201%205.5%207H4v1h1a.5.5%200%201%201%200%201H4v1.5a.5.5%200%201%201-1%200v-4a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%20.354.146a.5.5%200%200%201%20.109.545M11.5%209a.5.5%200%201%201%200%201H11v.5a.5.5%200%201%201-1%200V10H9v.5a.5.5%200%201%201-1%200V10h-.5a.5.5%200%200%201-.5-.5a.5.5%200%200%201%20.5-.5H8V8h-.5a.5.5%200%200%201-.5-.5a.5.5%200%200%201%20.5-.5H8v-.5a.5.5%200%201%201%201%200V7h1v-.5a.5.5%200%201%201%201%200V7h.5a.5.5%200%201%201%200%201H11v1z%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%209h1V8H9zm3.25-6h-9.5C1.785%203%201%203.785%201%204.75v7.5c0%20.965.785%201.75%201.75%201.75h9.5c.965%200%201.75-.785%201.75-1.75v-7.5C14%203.785%2013.215%203%2012.25%203M5.963%206.691A.5.5%200%200%201%205.5%207H4v1h1a.5.5%200%201%201%200%201H4v1.5a.5.5%200%201%201-1%200v-4a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%20.354.146a.5.5%200%200%201%20.109.545M11.5%209a.5.5%200%201%201%200%201H11v.5a.5.5%200%201%201-1%200V10H9v.5a.5.5%200%201%201-1%200V10h-.5a.5.5%200%200%201-.5-.5a.5.5%200%200%201%20.5-.5H8V8h-.5a.5.5%200%200%201-.5-.5a.5.5%200%200%201%20.5-.5H8v-.5a.5.5%200%201%201%201%200V7h1v-.5a.5.5%200%201%201%201%200V7h.5a.5.5%200%201%201%200%201H11v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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