code js icon
code-js-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- code-js-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
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-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-16-filledcode-vb-rectangle-16-filled
Use the code js icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.77 7.3h.002c1.045.393 2.479.93 2.479 2.45a2.5 2.5 0 0 1-.224 1.02a2.5 2.5 0 0 1-1.515 1.364a2.5 2.5 0 0 1-1.035.115a2 2 0 0 1-.214.012a2.5 2.5 0 0 1-1.673-.65a2.52 2.52 0 0 1-.838-1.859c0-.202.078-.39.22-.532a.77.77 0 0 1 1.06 0a.74.74 0 0 1 .221.53c0 .952 1.041 1 1.25 1s1.25-.048 1.25-1c0-.413-.447-.648-1.514-1.048h-.003C9.19 8.307 7.753 7.77 7.753 6.25q.005-.537.224-1.02a2.5 2.5 0 0 1 .614-.842a2.5 2.5 0 0 1 .9-.52a3.5 3.5 0 0 1 2.023 0a2.52 2.52 0 0 1 1.738 2.381c0 .201-.078.39-.22.531a.77.77 0 0 1-1.061 0a.74.74 0 0 1-.22-.53c0-.952-1.041-1-1.25-1s-1.25.048-1.25 1c0 .413.447.648 1.514 1.048zM5.751 4.5c0-.2.078-.388.22-.53a.77.77 0 0 1 1.06 0c.142.141.22.33.22.53v5a2.75 2.75 0 0 1-4.695 1.945A2.73 2.73 0 0 1 1.75 9.5V9c0-.2.078-.388.22-.53a.77.77 0 0 1 1.061 0c.142.141.22.33.22.53v.5c0 .33.134.652.366.884c.465.465 1.303.465 1.768 0c.232-.233.366-.555.366-.884z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCodeJs16Filled(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="M10.77 7.3h.002c1.045.393 2.479.93 2.479 2.45a2.5 2.5 0 0 1-.224 1.02a2.5 2.5 0 0 1-1.515 1.364a2.5 2.5 0 0 1-1.035.115a2 2 0 0 1-.214.012a2.5 2.5 0 0 1-1.673-.65a2.52 2.52 0 0 1-.838-1.859c0-.202.078-.39.22-.532a.77.77 0 0 1 1.06 0a.74.74 0 0 1 .221.53c0 .952 1.041 1 1.25 1s1.25-.048 1.25-1c0-.413-.447-.648-1.514-1.048h-.003C9.19 8.307 7.753 7.77 7.753 6.25q.005-.537.224-1.02a2.5 2.5 0 0 1 .614-.842a2.5 2.5 0 0 1 .9-.52a3.5 3.5 0 0 1 2.023 0a2.52 2.52 0 0 1 1.738 2.381c0 .201-.078.39-.22.531a.77.77 0 0 1-1.061 0a.74.74 0 0 1-.22-.53c0-.952-1.041-1-1.25-1s-1.25.048-1.25 1c0 .413.447.648 1.514 1.048zM5.751 4.5c0-.2.078-.388.22-.53a.77.77 0 0 1 1.06 0c.142.141.22.33.22.53v5a2.75 2.75 0 0 1-4.695 1.945A2.73 2.73 0 0 1 1.75 9.5V9c0-.2.078-.388.22-.53a.77.77 0 0 1 1.061 0c.142.141.22.33.22.53v.5c0 .33.134.652.366.884c.465.465 1.303.465 1.768 0c.232-.233.366-.555.366-.884z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.77 7.3h.002c1.045.393 2.479.93 2.479 2.45a2.5 2.5 0 0 1-.224 1.02a2.5 2.5 0 0 1-1.515 1.364a2.5 2.5 0 0 1-1.035.115a2 2 0 0 1-.214.012a2.5 2.5 0 0 1-1.673-.65a2.52 2.52 0 0 1-.838-1.859c0-.202.078-.39.22-.532a.77.77 0 0 1 1.06 0a.74.74 0 0 1 .221.53c0 .952 1.041 1 1.25 1s1.25-.048 1.25-1c0-.413-.447-.648-1.514-1.048h-.003C9.19 8.307 7.753 7.77 7.753 6.25q.005-.537.224-1.02a2.5 2.5 0 0 1 .614-.842a2.5 2.5 0 0 1 .9-.52a3.5 3.5 0 0 1 2.023 0a2.52 2.52 0 0 1 1.738 2.381c0 .201-.078.39-.22.531a.77.77 0 0 1-1.061 0a.74.74 0 0 1-.22-.53c0-.952-1.041-1-1.25-1s-1.25.048-1.25 1c0 .413.447.648 1.514 1.048zM5.751 4.5c0-.2.078-.388.22-.53a.77.77 0 0 1 1.06 0c.142.141.22.33.22.53v5a2.75 2.75 0 0 1-4.695 1.945A2.73 2.73 0 0 1 1.75 9.5V9c0-.2.078-.388.22-.53a.77.77 0 0 1 1.061 0c.142.141.22.33.22.53v.5c0 .33.134.652.366.884c.465.465 1.303.465 1.768 0c.232-.233.366-.555.366-.884z"/></svg> </template>
CSS
.icon-code-js-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%22M10.77%207.3h.002c1.045.393%202.479.93%202.479%202.45a2.5%202.5%200%200%201-.224%201.02a2.5%202.5%200%200%201-1.515%201.364a2.5%202.5%200%200%201-1.035.115a2%202%200%200%201-.214.012a2.5%202.5%200%200%201-1.673-.65a2.52%202.52%200%200%201-.838-1.859c0-.202.078-.39.22-.532a.77.77%200%200%201%201.06%200a.74.74%200%200%201%20.221.53c0%20.952%201.041%201%201.25%201s1.25-.048%201.25-1c0-.413-.447-.648-1.514-1.048h-.003C9.19%208.307%207.753%207.77%207.753%206.25q.005-.537.224-1.02a2.5%202.5%200%200%201%20.614-.842a2.5%202.5%200%200%201%20.9-.52a3.5%203.5%200%200%201%202.023%200a2.52%202.52%200%200%201%201.738%202.381c0%20.201-.078.39-.22.531a.77.77%200%200%201-1.061%200a.74.74%200%200%201-.22-.53c0-.952-1.041-1-1.25-1s-1.25.048-1.25%201c0%20.413.447.648%201.514%201.048zM5.751%204.5c0-.2.078-.388.22-.53a.77.77%200%200%201%201.06%200c.142.141.22.33.22.53v5a2.75%202.75%200%200%201-4.695%201.945A2.73%202.73%200%200%201%201.75%209.5V9c0-.2.078-.388.22-.53a.77.77%200%200%201%201.061%200c.142.141.22.33.22.53v.5c0%20.33.134.652.366.884c.465.465%201.303.465%201.768%200c.232-.233.366-.555.366-.884z%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%22M10.77%207.3h.002c1.045.393%202.479.93%202.479%202.45a2.5%202.5%200%200%201-.224%201.02a2.5%202.5%200%200%201-1.515%201.364a2.5%202.5%200%200%201-1.035.115a2%202%200%200%201-.214.012a2.5%202.5%200%200%201-1.673-.65a2.52%202.52%200%200%201-.838-1.859c0-.202.078-.39.22-.532a.77.77%200%200%201%201.06%200a.74.74%200%200%201%20.221.53c0%20.952%201.041%201%201.25%201s1.25-.048%201.25-1c0-.413-.447-.648-1.514-1.048h-.003C9.19%208.307%207.753%207.77%207.753%206.25q.005-.537.224-1.02a2.5%202.5%200%200%201%20.614-.842a2.5%202.5%200%200%201%20.9-.52a3.5%203.5%200%200%201%202.023%200a2.52%202.52%200%200%201%201.738%202.381c0%20.201-.078.39-.22.531a.77.77%200%200%201-1.061%200a.74.74%200%200%201-.22-.53c0-.952-1.041-1-1.25-1s-1.25.048-1.25%201c0%20.413.447.648%201.514%201.048zM5.751%204.5c0-.2.078-.388.22-.53a.77.77%200%200%201%201.06%200c.142.141.22.33.22.53v5a2.75%202.75%200%200%201-4.695%201.945A2.73%202.73%200%200%201%201.75%209.5V9c0-.2.078-.388.22-.53a.77.77%200%200%201%201.061%200c.142.141.22.33.22.53v.5c0%20.33.134.652.366.884c.465.465%201.303.465%201.768%200c.232-.233.366-.555.366-.884z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/code-js-16-filled.svg?color=%231a73e8&size=48