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

Name
code-fs-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 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 3.75H6a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22H3.25v2H5.5a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22H3.25v2.75a.749.749 0 0 1-1.28.53a.74.74 0 0 1-.22-.53v-7a.75.75 0 0 1 .75-.75m10.75 5h.999a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22h-1V11a.749.749 0 0 1-1.28.53a.74.74 0 0 1-.22-.53v-.75h-1.5V11c0 .2-.078.388-.22.53a.77.77 0 0 1-1.061 0a.74.74 0 0 1-.22-.53v-.75h-.75a.749.749 0 0 1-.53-1.28a.74.74 0 0 1 .53-.22h.75v-1.5h-.75a.749.749 0 0 1-.53-1.28a.74.74 0 0 1 .53-.22h.75V5c0-.2.078-.388.22-.53a.77.77 0 0 1 1.061 0c.142.141.22.33.22.53v.75h1.5V5c0-.2.078-.388.22-.53a.77.77 0 0 1 1.061 0c.142.141.22.33.22.53v.75h1a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22h-1zm-1.5 0v-1.5h-1.5v1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCodeFs16Filled(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 3.75H6a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22H3.25v2H5.5a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22H3.25v2.75a.749.749 0 0 1-1.28.53a.74.74 0 0 1-.22-.53v-7a.75.75 0 0 1 .75-.75m10.75 5h.999a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22h-1V11a.749.749 0 0 1-1.28.53a.74.74 0 0 1-.22-.53v-.75h-1.5V11c0 .2-.078.388-.22.53a.77.77 0 0 1-1.061 0a.74.74 0 0 1-.22-.53v-.75h-.75a.749.749 0 0 1-.53-1.28a.74.74 0 0 1 .53-.22h.75v-1.5h-.75a.749.749 0 0 1-.53-1.28a.74.74 0 0 1 .53-.22h.75V5c0-.2.078-.388.22-.53a.77.77 0 0 1 1.061 0c.142.141.22.33.22.53v.75h1.5V5c0-.2.078-.388.22-.53a.77.77 0 0 1 1.061 0c.142.141.22.33.22.53v.75h1a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22h-1zm-1.5 0v-1.5h-1.5v1.5z"/></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 3.75H6a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22H3.25v2H5.5a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22H3.25v2.75a.749.749 0 0 1-1.28.53a.74.74 0 0 1-.22-.53v-7a.75.75 0 0 1 .75-.75m10.75 5h.999a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22h-1V11a.749.749 0 0 1-1.28.53a.74.74 0 0 1-.22-.53v-.75h-1.5V11c0 .2-.078.388-.22.53a.77.77 0 0 1-1.061 0a.74.74 0 0 1-.22-.53v-.75h-.75a.749.749 0 0 1-.53-1.28a.74.74 0 0 1 .53-.22h.75v-1.5h-.75a.749.749 0 0 1-.53-1.28a.74.74 0 0 1 .53-.22h.75V5c0-.2.078-.388.22-.53a.77.77 0 0 1 1.061 0c.142.141.22.33.22.53v.75h1.5V5c0-.2.078-.388.22-.53a.77.77 0 0 1 1.061 0c.142.141.22.33.22.53v.75h1a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22h-1zm-1.5 0v-1.5h-1.5v1.5z"/></svg>
</template>

CSS

.icon-code-fs-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%22M2.5%203.75H6a.749.749%200%200%201%20.53%201.28a.74.74%200%200%201-.53.22H3.25v2H5.5a.749.749%200%200%201%20.53%201.28a.74.74%200%200%201-.53.22H3.25v2.75a.749.749%200%200%201-1.28.53a.74.74%200%200%201-.22-.53v-7a.75.75%200%200%201%20.75-.75m10.75%205h.999a.749.749%200%200%201%20.53%201.28a.74.74%200%200%201-.53.22h-1V11a.749.749%200%200%201-1.28.53a.74.74%200%200%201-.22-.53v-.75h-1.5V11c0%20.2-.078.388-.22.53a.77.77%200%200%201-1.061%200a.74.74%200%200%201-.22-.53v-.75h-.75a.749.749%200%200%201-.53-1.28a.74.74%200%200%201%20.53-.22h.75v-1.5h-.75a.749.749%200%200%201-.53-1.28a.74.74%200%200%201%20.53-.22h.75V5c0-.2.078-.388.22-.53a.77.77%200%200%201%201.061%200c.142.141.22.33.22.53v.75h1.5V5c0-.2.078-.388.22-.53a.77.77%200%200%201%201.061%200c.142.141.22.33.22.53v.75h1a.749.749%200%200%201%20.53%201.28a.74.74%200%200%201-.53.22h-1zm-1.5%200v-1.5h-1.5v1.5z%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%203.75H6a.749.749%200%200%201%20.53%201.28a.74.74%200%200%201-.53.22H3.25v2H5.5a.749.749%200%200%201%20.53%201.28a.74.74%200%200%201-.53.22H3.25v2.75a.749.749%200%200%201-1.28.53a.74.74%200%200%201-.22-.53v-7a.75.75%200%200%201%20.75-.75m10.75%205h.999a.749.749%200%200%201%20.53%201.28a.74.74%200%200%201-.53.22h-1V11a.749.749%200%200%201-1.28.53a.74.74%200%200%201-.22-.53v-.75h-1.5V11c0%20.2-.078.388-.22.53a.77.77%200%200%201-1.061%200a.74.74%200%200%201-.22-.53v-.75h-.75a.749.749%200%200%201-.53-1.28a.74.74%200%200%201%20.53-.22h.75v-1.5h-.75a.749.749%200%200%201-.53-1.28a.74.74%200%200%201%20.53-.22h.75V5c0-.2.078-.388.22-.53a.77.77%200%200%201%201.061%200c.142.141.22.33.22.53v.75h1.5V5c0-.2.078-.388.22-.53a.77.77%200%200%201%201.061%200c.142.141.22.33.22.53v.75h1a.749.749%200%200%201%20.53%201.28a.74.74%200%200%201-.53.22h-1zm-1.5%200v-1.5h-1.5v1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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