code vb icon
code-vb-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- code-vb-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
code-block-16-filledcode-block-edit-16-filledcode-circle-20-filledcode-cs-16-filledcode-cs-rectangle-16-filledcode-fs-16-filledcode-fs-rectangle-16-filledcode-js-16-filledcode-js-rectangle-16-filledcode-off-16-filledcode-py-16-filledcode-py-rectangle-16-filledcode-rb-16-filledcode-rb-rectangle-16-filledcode-text-16-filledcode-text-edit-20-filledcode-text-off-16-filledcode-ts-16-filledcode-ts-rectangle-16-filledcode-vb-rectangle-16-filled
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="M13.278 7.9A2.248 2.248 0 0 0 11.75 4H9.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5H12a2.25 2.25 0 0 0 1.278-4.1M13 6.25a1.25 1.25 0 0 1-1.25 1.25H10V5h1.75A1.25 1.25 0 0 1 13 6.25M12 11h-2V8.5h2a1.25 1.25 0 1 1 0 2.5M7.971 4.668l-2.5 7a.5.5 0 0 1-.942 0l-2.5-7a.5.5 0 1 1 .942-.336l2.03 5.681l2.028-5.68a.5.5 0 0 1 .942.335"/></svg>
React
import type { SVGProps } from "react";
export function FluentCodeVb16Regular(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="M13.278 7.9A2.248 2.248 0 0 0 11.75 4H9.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5H12a2.25 2.25 0 0 0 1.278-4.1M13 6.25a1.25 1.25 0 0 1-1.25 1.25H10V5h1.75A1.25 1.25 0 0 1 13 6.25M12 11h-2V8.5h2a1.25 1.25 0 1 1 0 2.5M7.971 4.668l-2.5 7a.5.5 0 0 1-.942 0l-2.5-7a.5.5 0 1 1 .942-.336l2.03 5.681l2.028-5.68a.5.5 0 0 1 .942.335"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.278 7.9A2.248 2.248 0 0 0 11.75 4H9.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5H12a2.25 2.25 0 0 0 1.278-4.1M13 6.25a1.25 1.25 0 0 1-1.25 1.25H10V5h1.75A1.25 1.25 0 0 1 13 6.25M12 11h-2V8.5h2a1.25 1.25 0 1 1 0 2.5M7.971 4.668l-2.5 7a.5.5 0 0 1-.942 0l-2.5-7a.5.5 0 1 1 .942-.336l2.03 5.681l2.028-5.68a.5.5 0 0 1 .942.335"/></svg> </template>
CSS
.icon-code-vb-16-regular {
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%22M13.278%207.9A2.248%202.248%200%200%200%2011.75%204H9.5a.5.5%200%200%200-.5.5v7a.5.5%200%200%200%20.5.5H12a2.25%202.25%200%200%200%201.278-4.1M13%206.25a1.25%201.25%200%200%201-1.25%201.25H10V5h1.75A1.25%201.25%200%200%201%2013%206.25M12%2011h-2V8.5h2a1.25%201.25%200%201%201%200%202.5M7.971%204.668l-2.5%207a.5.5%200%200%201-.942%200l-2.5-7a.5.5%200%201%201%20.942-.336l2.03%205.681l2.028-5.68a.5.5%200%200%201%20.942.335%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%22M13.278%207.9A2.248%202.248%200%200%200%2011.75%204H9.5a.5.5%200%200%200-.5.5v7a.5.5%200%200%200%20.5.5H12a2.25%202.25%200%200%200%201.278-4.1M13%206.25a1.25%201.25%200%200%201-1.25%201.25H10V5h1.75A1.25%201.25%200%200%201%2013%206.25M12%2011h-2V8.5h2a1.25%201.25%200%201%201%200%202.5M7.971%204.668l-2.5%207a.5.5%200%200%201-.942%200l-2.5-7a.5.5%200%201%201%20.942-.336l2.03%205.681l2.028-5.68a.5.5%200%200%201%20.942.335%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-regular.svg?color=%231a73e8&size=48