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

Name
code-rb-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 rb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.06 10.452c.041.14.096.324.143.448l.001-.001a.76.76 0 0 1 .301.601a.75.75 0 0 1-.75.75c-.73 0-.939-.701-1.14-1.379C6.201 9.496 5.82 8.75 5.001 8.75h-.75v2.75c0 .2-.078.388-.22.53a.77.77 0 0 1-1.061 0a.74.74 0 0 1-.22-.53v-7a.75.75 0 0 1 .75-.75h2.25c.669.001 1.297.26 1.768.732a2.485 2.485 0 0 1 .344 3.097c-.198.312-.46.575-.77.771c.454.631.778 1.335.966 2.098zM6.455 6.957c.187-.186.294-.443.294-.707a1.006 1.006 0 0 0-1.001-.999H4.25v2h1.5c.263-.001.52-.107.706-.294m7.195.918c.229.202.421.445.563.716h.001c.187.356.286.758.286 1.16a2.5 2.5 0 0 1-.732 1.768a2.5 2.5 0 0 1-1.768.732h-2.5a.75.75 0 0 1-.75-.75v-7a.75.75 0 0 1 .75-.75h2.25c.669.001 1.297.26 1.768.732c.471.473.732 1.1.732 1.768a2.5 2.5 0 0 1-.6 1.624M10.25 5.251v2h1.5a1.006 1.006 0 0 0 1-1a1.003 1.003 0 0 0-1.001-1zm2.456 5.206c.187-.186.294-.443.294-.707a1.006 1.006 0 0 0-1.001-.999H10.25v2h1.749c.264-.001.521-.107.707-.294"/></svg>

React

import type { SVGProps } from "react";

export function FluentCodeRb16Filled(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="M8.06 10.452c.041.14.096.324.143.448l.001-.001a.76.76 0 0 1 .301.601a.75.75 0 0 1-.75.75c-.73 0-.939-.701-1.14-1.379C6.201 9.496 5.82 8.75 5.001 8.75h-.75v2.75c0 .2-.078.388-.22.53a.77.77 0 0 1-1.061 0a.74.74 0 0 1-.22-.53v-7a.75.75 0 0 1 .75-.75h2.25c.669.001 1.297.26 1.768.732a2.485 2.485 0 0 1 .344 3.097c-.198.312-.46.575-.77.771c.454.631.778 1.335.966 2.098zM6.455 6.957c.187-.186.294-.443.294-.707a1.006 1.006 0 0 0-1.001-.999H4.25v2h1.5c.263-.001.52-.107.706-.294m7.195.918c.229.202.421.445.563.716h.001c.187.356.286.758.286 1.16a2.5 2.5 0 0 1-.732 1.768a2.5 2.5 0 0 1-1.768.732h-2.5a.75.75 0 0 1-.75-.75v-7a.75.75 0 0 1 .75-.75h2.25c.669.001 1.297.26 1.768.732c.471.473.732 1.1.732 1.768a2.5 2.5 0 0 1-.6 1.624M10.25 5.251v2h1.5a1.006 1.006 0 0 0 1-1a1.003 1.003 0 0 0-1.001-1zm2.456 5.206c.187-.186.294-.443.294-.707a1.006 1.006 0 0 0-1.001-.999H10.25v2h1.749c.264-.001.521-.107.707-.294"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.06 10.452c.041.14.096.324.143.448l.001-.001a.76.76 0 0 1 .301.601a.75.75 0 0 1-.75.75c-.73 0-.939-.701-1.14-1.379C6.201 9.496 5.82 8.75 5.001 8.75h-.75v2.75c0 .2-.078.388-.22.53a.77.77 0 0 1-1.061 0a.74.74 0 0 1-.22-.53v-7a.75.75 0 0 1 .75-.75h2.25c.669.001 1.297.26 1.768.732a2.485 2.485 0 0 1 .344 3.097c-.198.312-.46.575-.77.771c.454.631.778 1.335.966 2.098zM6.455 6.957c.187-.186.294-.443.294-.707a1.006 1.006 0 0 0-1.001-.999H4.25v2h1.5c.263-.001.52-.107.706-.294m7.195.918c.229.202.421.445.563.716h.001c.187.356.286.758.286 1.16a2.5 2.5 0 0 1-.732 1.768a2.5 2.5 0 0 1-1.768.732h-2.5a.75.75 0 0 1-.75-.75v-7a.75.75 0 0 1 .75-.75h2.25c.669.001 1.297.26 1.768.732c.471.473.732 1.1.732 1.768a2.5 2.5 0 0 1-.6 1.624M10.25 5.251v2h1.5a1.006 1.006 0 0 0 1-1a1.003 1.003 0 0 0-1.001-1zm2.456 5.206c.187-.186.294-.443.294-.707a1.006 1.006 0 0 0-1.001-.999H10.25v2h1.749c.264-.001.521-.107.707-.294"/></svg>
</template>

CSS

.icon-code-rb-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%22M8.06%2010.452c.041.14.096.324.143.448l.001-.001a.76.76%200%200%201%20.301.601a.75.75%200%200%201-.75.75c-.73%200-.939-.701-1.14-1.379C6.201%209.496%205.82%208.75%205.001%208.75h-.75v2.75c0%20.2-.078.388-.22.53a.77.77%200%200%201-1.061%200a.74.74%200%200%201-.22-.53v-7a.75.75%200%200%201%20.75-.75h2.25c.669.001%201.297.26%201.768.732a2.485%202.485%200%200%201%20.344%203.097c-.198.312-.46.575-.77.771c.454.631.778%201.335.966%202.098zM6.455%206.957c.187-.186.294-.443.294-.707a1.006%201.006%200%200%200-1.001-.999H4.25v2h1.5c.263-.001.52-.107.706-.294m7.195.918c.229.202.421.445.563.716h.001c.187.356.286.758.286%201.16a2.5%202.5%200%200%201-.732%201.768a2.5%202.5%200%200%201-1.768.732h-2.5a.75.75%200%200%201-.75-.75v-7a.75.75%200%200%201%20.75-.75h2.25c.669.001%201.297.26%201.768.732c.471.473.732%201.1.732%201.768a2.5%202.5%200%200%201-.6%201.624M10.25%205.251v2h1.5a1.006%201.006%200%200%200%201-1a1.003%201.003%200%200%200-1.001-1zm2.456%205.206c.187-.186.294-.443.294-.707a1.006%201.006%200%200%200-1.001-.999H10.25v2h1.749c.264-.001.521-.107.707-.294%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%22M8.06%2010.452c.041.14.096.324.143.448l.001-.001a.76.76%200%200%201%20.301.601a.75.75%200%200%201-.75.75c-.73%200-.939-.701-1.14-1.379C6.201%209.496%205.82%208.75%205.001%208.75h-.75v2.75c0%20.2-.078.388-.22.53a.77.77%200%200%201-1.061%200a.74.74%200%200%201-.22-.53v-7a.75.75%200%200%201%20.75-.75h2.25c.669.001%201.297.26%201.768.732a2.485%202.485%200%200%201%20.344%203.097c-.198.312-.46.575-.77.771c.454.631.778%201.335.966%202.098zM6.455%206.957c.187-.186.294-.443.294-.707a1.006%201.006%200%200%200-1.001-.999H4.25v2h1.5c.263-.001.52-.107.706-.294m7.195.918c.229.202.421.445.563.716h.001c.187.356.286.758.286%201.16a2.5%202.5%200%200%201-.732%201.768a2.5%202.5%200%200%201-1.768.732h-2.5a.75.75%200%200%201-.75-.75v-7a.75.75%200%200%201%20.75-.75h2.25c.669.001%201.297.26%201.768.732c.471.473.732%201.1.732%201.768a2.5%202.5%200%200%201-.6%201.624M10.25%205.251v2h1.5a1.006%201.006%200%200%200%201-1a1.003%201.003%200%200%200-1.001-1zm2.456%205.206c.187-.186.294-.443.294-.707a1.006%201.006%200%200%200-1.001-.999H10.25v2h1.749c.264-.001.521-.107.707-.294%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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