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

Name
developer-board-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the developer board icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.5 8.5a.5.5 0 1 0 0-1H13V6h1.5a.5.5 0 1 0 0-1H13a2 2 0 0 0-2-2V1.5a.5.5 0 1 0-1 0V3H8.5V1.5a.5.5 0 1 0-1 0V3H6V1.5a.5.5 0 1 0-1 0V3a2 2 0 0 0-2 2H1.5a.5.5 0 1 0 0 1H3v1.5H1.5a.5.5 0 1 0 0 1H3V10H1.5a.5.5 0 1 0 0 1H3a2 2 0 0 0 2 2v1.5a.5.5 0 1 0 1 0V13h1.5v1.5a.5.5 0 1 0 1 0V13H10v1.5a.5.5 0 1 0 1 0V13a2 2 0 0 0 2-2h1.5a.5.5 0 1 0 0-1H13V8.5zm-6.5 2A2.5 2.5 0 0 1 5.5 8c0-1.379 1.121-2.5 2.5-2.5s2.5 1.121 2.5 2.5s-1.121 2.5-2.5 2.5m0-4c-.827 0-1.5.673-1.5 1.5S7.173 9.5 8 9.5S9.5 8.827 9.5 8S8.827 6.5 8 6.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentDeveloperBoard16Filled(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="M14.5 8.5a.5.5 0 1 0 0-1H13V6h1.5a.5.5 0 1 0 0-1H13a2 2 0 0 0-2-2V1.5a.5.5 0 1 0-1 0V3H8.5V1.5a.5.5 0 1 0-1 0V3H6V1.5a.5.5 0 1 0-1 0V3a2 2 0 0 0-2 2H1.5a.5.5 0 1 0 0 1H3v1.5H1.5a.5.5 0 1 0 0 1H3V10H1.5a.5.5 0 1 0 0 1H3a2 2 0 0 0 2 2v1.5a.5.5 0 1 0 1 0V13h1.5v1.5a.5.5 0 1 0 1 0V13H10v1.5a.5.5 0 1 0 1 0V13a2 2 0 0 0 2-2h1.5a.5.5 0 1 0 0-1H13V8.5zm-6.5 2A2.5 2.5 0 0 1 5.5 8c0-1.379 1.121-2.5 2.5-2.5s2.5 1.121 2.5 2.5s-1.121 2.5-2.5 2.5m0-4c-.827 0-1.5.673-1.5 1.5S7.173 9.5 8 9.5S9.5 8.827 9.5 8S8.827 6.5 8 6.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.5 8.5a.5.5 0 1 0 0-1H13V6h1.5a.5.5 0 1 0 0-1H13a2 2 0 0 0-2-2V1.5a.5.5 0 1 0-1 0V3H8.5V1.5a.5.5 0 1 0-1 0V3H6V1.5a.5.5 0 1 0-1 0V3a2 2 0 0 0-2 2H1.5a.5.5 0 1 0 0 1H3v1.5H1.5a.5.5 0 1 0 0 1H3V10H1.5a.5.5 0 1 0 0 1H3a2 2 0 0 0 2 2v1.5a.5.5 0 1 0 1 0V13h1.5v1.5a.5.5 0 1 0 1 0V13H10v1.5a.5.5 0 1 0 1 0V13a2 2 0 0 0 2-2h1.5a.5.5 0 1 0 0-1H13V8.5zm-6.5 2A2.5 2.5 0 0 1 5.5 8c0-1.379 1.121-2.5 2.5-2.5s2.5 1.121 2.5 2.5s-1.121 2.5-2.5 2.5m0-4c-.827 0-1.5.673-1.5 1.5S7.173 9.5 8 9.5S9.5 8.827 9.5 8S8.827 6.5 8 6.5"/></svg>
</template>

CSS

.icon-developer-board-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%22M14.5%208.5a.5.5%200%201%200%200-1H13V6h1.5a.5.5%200%201%200%200-1H13a2%202%200%200%200-2-2V1.5a.5.5%200%201%200-1%200V3H8.5V1.5a.5.5%200%201%200-1%200V3H6V1.5a.5.5%200%201%200-1%200V3a2%202%200%200%200-2%202H1.5a.5.5%200%201%200%200%201H3v1.5H1.5a.5.5%200%201%200%200%201H3V10H1.5a.5.5%200%201%200%200%201H3a2%202%200%200%200%202%202v1.5a.5.5%200%201%200%201%200V13h1.5v1.5a.5.5%200%201%200%201%200V13H10v1.5a.5.5%200%201%200%201%200V13a2%202%200%200%200%202-2h1.5a.5.5%200%201%200%200-1H13V8.5zm-6.5%202A2.5%202.5%200%200%201%205.5%208c0-1.379%201.121-2.5%202.5-2.5s2.5%201.121%202.5%202.5s-1.121%202.5-2.5%202.5m0-4c-.827%200-1.5.673-1.5%201.5S7.173%209.5%208%209.5S9.5%208.827%209.5%208S8.827%206.5%208%206.5%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%22M14.5%208.5a.5.5%200%201%200%200-1H13V6h1.5a.5.5%200%201%200%200-1H13a2%202%200%200%200-2-2V1.5a.5.5%200%201%200-1%200V3H8.5V1.5a.5.5%200%201%200-1%200V3H6V1.5a.5.5%200%201%200-1%200V3a2%202%200%200%200-2%202H1.5a.5.5%200%201%200%200%201H3v1.5H1.5a.5.5%200%201%200%200%201H3V10H1.5a.5.5%200%201%200%200%201H3a2%202%200%200%200%202%202v1.5a.5.5%200%201%200%201%200V13h1.5v1.5a.5.5%200%201%200%201%200V13H10v1.5a.5.5%200%201%200%201%200V13a2%202%200%200%200%202-2h1.5a.5.5%200%201%200%200-1H13V8.5zm-6.5%202A2.5%202.5%200%200%201%205.5%208c0-1.379%201.121-2.5%202.5-2.5s2.5%201.121%202.5%202.5s-1.121%202.5-2.5%202.5m0-4c-.827%200-1.5.673-1.5%201.5S7.173%209.5%208%209.5S9.5%208.827%209.5%208S8.827%206.5%208%206.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Developer Board 16 filled icon — Fluent UI System Icons · IconsDB