code-ts-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
code-ts-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

Use the code ts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 9.75A2.28 2.28 0 0 1 10.5 12A2.28 2.28 0 0 1 8 9.75a.5.5 0 0 1 1 0c0 .924.808 1.25 1.5 1.25s1.5-.326 1.5-1.25c0-.608-.633-.89-1.676-1.281S8 7.6 8 6.25A2.28 2.28 0 0 1 10.5 4A2.28 2.28 0 0 1 13 6.25a.5.5 0 0 1-1 0C12 5.328 11.192 5 10.5 5S9 5.328 9 6.25c0 .609.633.89 1.676 1.282C11.719 7.923 13 8.4 13 9.75M6.75 4h-4.5a.5.5 0 1 0 0 1H4v6.5a.5.5 0 1 0 1 0V5h1.75a.5.5 0 1 0 0-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentCodeTs16Regular(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 9.75A2.28 2.28 0 0 1 10.5 12A2.28 2.28 0 0 1 8 9.75a.5.5 0 0 1 1 0c0 .924.808 1.25 1.5 1.25s1.5-.326 1.5-1.25c0-.608-.633-.89-1.676-1.281S8 7.6 8 6.25A2.28 2.28 0 0 1 10.5 4A2.28 2.28 0 0 1 13 6.25a.5.5 0 0 1-1 0C12 5.328 11.192 5 10.5 5S9 5.328 9 6.25c0 .609.633.89 1.676 1.282C11.719 7.923 13 8.4 13 9.75M6.75 4h-4.5a.5.5 0 1 0 0 1H4v6.5a.5.5 0 1 0 1 0V5h1.75a.5.5 0 1 0 0-1"/></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 9.75A2.28 2.28 0 0 1 10.5 12A2.28 2.28 0 0 1 8 9.75a.5.5 0 0 1 1 0c0 .924.808 1.25 1.5 1.25s1.5-.326 1.5-1.25c0-.608-.633-.89-1.676-1.281S8 7.6 8 6.25A2.28 2.28 0 0 1 10.5 4A2.28 2.28 0 0 1 13 6.25a.5.5 0 0 1-1 0C12 5.328 11.192 5 10.5 5S9 5.328 9 6.25c0 .609.633.89 1.676 1.282C11.719 7.923 13 8.4 13 9.75M6.75 4h-4.5a.5.5 0 1 0 0 1H4v6.5a.5.5 0 1 0 1 0V5h1.75a.5.5 0 1 0 0-1"/></svg>
</template>

CSS

.icon-code-ts-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%209.75A2.28%202.28%200%200%201%2010.5%2012A2.28%202.28%200%200%201%208%209.75a.5.5%200%200%201%201%200c0%20.924.808%201.25%201.5%201.25s1.5-.326%201.5-1.25c0-.608-.633-.89-1.676-1.281S8%207.6%208%206.25A2.28%202.28%200%200%201%2010.5%204A2.28%202.28%200%200%201%2013%206.25a.5.5%200%200%201-1%200C12%205.328%2011.192%205%2010.5%205S9%205.328%209%206.25c0%20.609.633.89%201.676%201.282C11.719%207.923%2013%208.4%2013%209.75M6.75%204h-4.5a.5.5%200%201%200%200%201H4v6.5a.5.5%200%201%200%201%200V5h1.75a.5.5%200%201%200%200-1%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%209.75A2.28%202.28%200%200%201%2010.5%2012A2.28%202.28%200%200%201%208%209.75a.5.5%200%200%201%201%200c0%20.924.808%201.25%201.5%201.25s1.5-.326%201.5-1.25c0-.608-.633-.89-1.676-1.281S8%207.6%208%206.25A2.28%202.28%200%200%201%2010.5%204A2.28%202.28%200%200%201%2013%206.25a.5.5%200%200%201-1%200C12%205.328%2011.192%205%2010.5%205S9%205.328%209%206.25c0%20.609.633.89%201.676%201.282C11.719%207.923%2013%208.4%2013%209.75M6.75%204h-4.5a.5.5%200%201%200%200%201H4v6.5a.5.5%200%201%200%201%200V5h1.75a.5.5%200%201%200%200-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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