code js icon
code-js-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- code-js-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-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="M7 4.5v5a2.5 2.5 0 0 1-5 0V9a.5.5 0 0 1 1 0v.5a1.5 1.5 0 1 0 3 0v-5a.5.5 0 0 1 1 0m3.676 3.033C9.633 7.142 9 6.86 9 6.25C9 5.328 9.808 5 10.5 5s1.5.327 1.5 1.25a.5.5 0 0 0 1 0a2.28 2.28 0 0 0-1.567-2.146a3.2 3.2 0 0 0-1.866 0A2.28 2.28 0 0 0 8 6.25c0 1.347 1.289 1.83 2.324 2.218S12 9.142 12 9.75c0 .923-.808 1.25-1.5 1.25S9 10.674 9 9.75a.5.5 0 0 0-1 0A2.28 2.28 0 0 0 10.5 12A2.28 2.28 0 0 0 13 9.75c0-1.35-1.289-1.83-2.324-2.218"/></svg>
React
import type { SVGProps } from "react";
export function FluentCodeJs16Regular(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 4.5v5a2.5 2.5 0 0 1-5 0V9a.5.5 0 0 1 1 0v.5a1.5 1.5 0 1 0 3 0v-5a.5.5 0 0 1 1 0m3.676 3.033C9.633 7.142 9 6.86 9 6.25C9 5.328 9.808 5 10.5 5s1.5.327 1.5 1.25a.5.5 0 0 0 1 0a2.28 2.28 0 0 0-1.567-2.146a3.2 3.2 0 0 0-1.866 0A2.28 2.28 0 0 0 8 6.25c0 1.347 1.289 1.83 2.324 2.218S12 9.142 12 9.75c0 .923-.808 1.25-1.5 1.25S9 10.674 9 9.75a.5.5 0 0 0-1 0A2.28 2.28 0 0 0 10.5 12A2.28 2.28 0 0 0 13 9.75c0-1.35-1.289-1.83-2.324-2.218"/></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 4.5v5a2.5 2.5 0 0 1-5 0V9a.5.5 0 0 1 1 0v.5a1.5 1.5 0 1 0 3 0v-5a.5.5 0 0 1 1 0m3.676 3.033C9.633 7.142 9 6.86 9 6.25C9 5.328 9.808 5 10.5 5s1.5.327 1.5 1.25a.5.5 0 0 0 1 0a2.28 2.28 0 0 0-1.567-2.146a3.2 3.2 0 0 0-1.866 0A2.28 2.28 0 0 0 8 6.25c0 1.347 1.289 1.83 2.324 2.218S12 9.142 12 9.75c0 .923-.808 1.25-1.5 1.25S9 10.674 9 9.75a.5.5 0 0 0-1 0A2.28 2.28 0 0 0 10.5 12A2.28 2.28 0 0 0 13 9.75c0-1.35-1.289-1.83-2.324-2.218"/></svg> </template>
CSS
.icon-code-js-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%22M7%204.5v5a2.5%202.5%200%200%201-5%200V9a.5.5%200%200%201%201%200v.5a1.5%201.5%200%201%200%203%200v-5a.5.5%200%200%201%201%200m3.676%203.033C9.633%207.142%209%206.86%209%206.25C9%205.328%209.808%205%2010.5%205s1.5.327%201.5%201.25a.5.5%200%200%200%201%200a2.28%202.28%200%200%200-1.567-2.146a3.2%203.2%200%200%200-1.866%200A2.28%202.28%200%200%200%208%206.25c0%201.347%201.289%201.83%202.324%202.218S12%209.142%2012%209.75c0%20.923-.808%201.25-1.5%201.25S9%2010.674%209%209.75a.5.5%200%200%200-1%200A2.28%202.28%200%200%200%2010.5%2012A2.28%202.28%200%200%200%2013%209.75c0-1.35-1.289-1.83-2.324-2.218%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%204.5v5a2.5%202.5%200%200%201-5%200V9a.5.5%200%200%201%201%200v.5a1.5%201.5%200%201%200%203%200v-5a.5.5%200%200%201%201%200m3.676%203.033C9.633%207.142%209%206.86%209%206.25C9%205.328%209.808%205%2010.5%205s1.5.327%201.5%201.25a.5.5%200%200%200%201%200a2.28%202.28%200%200%200-1.567-2.146a3.2%203.2%200%200%200-1.866%200A2.28%202.28%200%200%200%208%206.25c0%201.347%201.289%201.83%202.324%202.218S12%209.142%2012%209.75c0%20.923-.808%201.25-1.5%201.25S9%2010.674%209%209.75a.5.5%200%200%200-1%200A2.28%202.28%200%200%200%2010.5%2012A2.28%202.28%200%200%200%2013%209.75c0-1.35-1.289-1.83-2.324-2.218%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-regular.svg?color=%231a73e8&size=48