code cs rectangle icon

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

Name
code-cs-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 cs 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.5A1.75 1.75 0 0 0 1 4.75v7.5c0 .966.784 1.75 1.75 1.75h9.5A1.75 1.75 0 0 0 14 12.25v-7.5A1.75 1.75 0 0 0 12.25 3M4.146 9.854A.5.5 0 0 0 5 9.5a.5.5 0 1 1 1 0A1.503 1.503 0 0 1 4.5 11A1.503 1.503 0 0 1 3 9.5v-2A1.503 1.503 0 0 1 4.5 6A1.503 1.503 0 0 1 6 7.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5a.5.5 0 1 0-1 0v2c0 .133.053.26.146.354M11.5 9a.5.5 0 0 1 .5.5a.5.5 0 0 1-.5.5H11v.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5V10H9v.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5V10h-.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 0 1 .5.5a.5.5 0 0 1-.5.5H11v1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCodeCsRectangle16Filled(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.5A1.75 1.75 0 0 0 1 4.75v7.5c0 .966.784 1.75 1.75 1.75h9.5A1.75 1.75 0 0 0 14 12.25v-7.5A1.75 1.75 0 0 0 12.25 3M4.146 9.854A.5.5 0 0 0 5 9.5a.5.5 0 1 1 1 0A1.503 1.503 0 0 1 4.5 11A1.503 1.503 0 0 1 3 9.5v-2A1.503 1.503 0 0 1 4.5 6A1.503 1.503 0 0 1 6 7.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5a.5.5 0 1 0-1 0v2c0 .133.053.26.146.354M11.5 9a.5.5 0 0 1 .5.5a.5.5 0 0 1-.5.5H11v.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5V10H9v.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5V10h-.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 0 1 .5.5a.5.5 0 0 1-.5.5H11v1z"/></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.5A1.75 1.75 0 0 0 1 4.75v7.5c0 .966.784 1.75 1.75 1.75h9.5A1.75 1.75 0 0 0 14 12.25v-7.5A1.75 1.75 0 0 0 12.25 3M4.146 9.854A.5.5 0 0 0 5 9.5a.5.5 0 1 1 1 0A1.503 1.503 0 0 1 4.5 11A1.503 1.503 0 0 1 3 9.5v-2A1.503 1.503 0 0 1 4.5 6A1.503 1.503 0 0 1 6 7.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5a.5.5 0 1 0-1 0v2c0 .133.053.26.146.354M11.5 9a.5.5 0 0 1 .5.5a.5.5 0 0 1-.5.5H11v.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5V10H9v.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5V10h-.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 0 1 .5.5a.5.5 0 0 1-.5.5H11v1z"/></svg>
</template>

CSS

.icon-code-cs-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.5A1.75%201.75%200%200%200%201%204.75v7.5c0%20.966.784%201.75%201.75%201.75h9.5A1.75%201.75%200%200%200%2014%2012.25v-7.5A1.75%201.75%200%200%200%2012.25%203M4.146%209.854A.5.5%200%200%200%205%209.5a.5.5%200%201%201%201%200A1.503%201.503%200%200%201%204.5%2011A1.503%201.503%200%200%201%203%209.5v-2A1.503%201.503%200%200%201%204.5%206A1.503%201.503%200%200%201%206%207.5a.5.5%200%200%201-.5.5a.5.5%200%200%201-.5-.5a.5.5%200%201%200-1%200v2c0%20.133.053.26.146.354M11.5%209a.5.5%200%200%201%20.5.5a.5.5%200%200%201-.5.5H11v.5a.5.5%200%200%201-.5.5a.5.5%200%200%201-.5-.5V10H9v.5a.5.5%200%200%201-.5.5a.5.5%200%200%201-.5-.5V10h-.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%200%201%20.5.5a.5.5%200%200%201-.5.5H11v1z%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.5A1.75%201.75%200%200%200%201%204.75v7.5c0%20.966.784%201.75%201.75%201.75h9.5A1.75%201.75%200%200%200%2014%2012.25v-7.5A1.75%201.75%200%200%200%2012.25%203M4.146%209.854A.5.5%200%200%200%205%209.5a.5.5%200%201%201%201%200A1.503%201.503%200%200%201%204.5%2011A1.503%201.503%200%200%201%203%209.5v-2A1.503%201.503%200%200%201%204.5%206A1.503%201.503%200%200%201%206%207.5a.5.5%200%200%201-.5.5a.5.5%200%200%201-.5-.5a.5.5%200%201%200-1%200v2c0%20.133.053.26.146.354M11.5%209a.5.5%200%200%201%20.5.5a.5.5%200%200%201-.5.5H11v.5a.5.5%200%200%201-.5.5a.5.5%200%200%201-.5-.5V10H9v.5a.5.5%200%200%201-.5.5a.5.5%200%200%201-.5-.5V10h-.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%200%201%20.5.5a.5.5%200%200%201-.5.5H11v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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