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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.18 3.821a.76.76 0 0 1 .572-.027l.001-.002a.75.75 0 0 1 .453.959l-2.5 6.999a.74.74 0 0 1-.706.498a.75.75 0 0 1-.707-.499L1.794 4.75a.76.76 0 0 1 .201-.807a.752.752 0 0 1 1.211.306L5 9.269l1.794-5.021a.75.75 0 0 1 .386-.427m6.47 4.053a2.496 2.496 0 0 1-.17 3.89a2.5 2.5 0 0 1-1.48.486H9.5a.75.75 0 0 1-.75-.75v-7a.75.75 0 0 1 .75-.75h2.255c.502 0 .987.15 1.403.433a2.49 2.49 0 0 1 1.028 2.625a2.5 2.5 0 0 1-.537 1.066m-3.4-2.624v2h1.5a1 1 0 0 0 1-1a1 1 0 0 0-.293-.706a1 1 0 0 0-.709-.294zm0 5.5H12a1.003 1.003 0 0 0 .707-1.707a1 1 0 0 0-.708-.293h-1.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCodeVb16Filled(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="M7.18 3.821a.76.76 0 0 1 .572-.027l.001-.002a.75.75 0 0 1 .453.959l-2.5 6.999a.74.74 0 0 1-.706.498a.75.75 0 0 1-.707-.499L1.794 4.75a.76.76 0 0 1 .201-.807a.752.752 0 0 1 1.211.306L5 9.269l1.794-5.021a.75.75 0 0 1 .386-.427m6.47 4.053a2.496 2.496 0 0 1-.17 3.89a2.5 2.5 0 0 1-1.48.486H9.5a.75.75 0 0 1-.75-.75v-7a.75.75 0 0 1 .75-.75h2.255c.502 0 .987.15 1.403.433a2.49 2.49 0 0 1 1.028 2.625a2.5 2.5 0 0 1-.537 1.066m-3.4-2.624v2h1.5a1 1 0 0 0 1-1a1 1 0 0 0-.293-.706a1 1 0 0 0-.709-.294zm0 5.5H12a1.003 1.003 0 0 0 .707-1.707a1 1 0 0 0-.708-.293h-1.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.18 3.821a.76.76 0 0 1 .572-.027l.001-.002a.75.75 0 0 1 .453.959l-2.5 6.999a.74.74 0 0 1-.706.498a.75.75 0 0 1-.707-.499L1.794 4.75a.76.76 0 0 1 .201-.807a.752.752 0 0 1 1.211.306L5 9.269l1.794-5.021a.75.75 0 0 1 .386-.427m6.47 4.053a2.496 2.496 0 0 1-.17 3.89a2.5 2.5 0 0 1-1.48.486H9.5a.75.75 0 0 1-.75-.75v-7a.75.75 0 0 1 .75-.75h2.255c.502 0 .987.15 1.403.433a2.49 2.49 0 0 1 1.028 2.625a2.5 2.5 0 0 1-.537 1.066m-3.4-2.624v2h1.5a1 1 0 0 0 1-1a1 1 0 0 0-.293-.706a1 1 0 0 0-.709-.294zm0 5.5H12a1.003 1.003 0 0 0 .707-1.707a1 1 0 0 0-.708-.293h-1.75z"/></svg>
</template>

CSS

.icon-code-vb-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%22M7.18%203.821a.76.76%200%200%201%20.572-.027l.001-.002a.75.75%200%200%201%20.453.959l-2.5%206.999a.74.74%200%200%201-.706.498a.75.75%200%200%201-.707-.499L1.794%204.75a.76.76%200%200%201%20.201-.807a.752.752%200%200%201%201.211.306L5%209.269l1.794-5.021a.75.75%200%200%201%20.386-.427m6.47%204.053a2.496%202.496%200%200%201-.17%203.89a2.5%202.5%200%200%201-1.48.486H9.5a.75.75%200%200%201-.75-.75v-7a.75.75%200%200%201%20.75-.75h2.255c.502%200%20.987.15%201.403.433a2.49%202.49%200%200%201%201.028%202.625a2.5%202.5%200%200%201-.537%201.066m-3.4-2.624v2h1.5a1%201%200%200%200%201-1a1%201%200%200%200-.293-.706a1%201%200%200%200-.709-.294zm0%205.5H12a1.003%201.003%200%200%200%20.707-1.707a1%201%200%200%200-.708-.293h-1.75z%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%22M7.18%203.821a.76.76%200%200%201%20.572-.027l.001-.002a.75.75%200%200%201%20.453.959l-2.5%206.999a.74.74%200%200%201-.706.498a.75.75%200%200%201-.707-.499L1.794%204.75a.76.76%200%200%201%20.201-.807a.752.752%200%200%201%201.211.306L5%209.269l1.794-5.021a.75.75%200%200%201%20.386-.427m6.47%204.053a2.496%202.496%200%200%201-.17%203.89a2.5%202.5%200%200%201-1.48.486H9.5a.75.75%200%200%201-.75-.75v-7a.75.75%200%200%201%20.75-.75h2.255c.502%200%20.987.15%201.403.433a2.49%202.49%200%200%201%201.028%202.625a2.5%202.5%200%200%201-.537%201.066m-3.4-2.624v2h1.5a1%201%200%200%200%201-1a1%201%200%200%200-.293-.706a1%201%200%200%200-.709-.294zm0%205.5H12a1.003%201.003%200%200%200%20.707-1.707a1%201%200%200%200-.708-.293h-1.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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