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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.25 6.51c0 .413.447.648 1.514 1.048c1.052.394 2.486.931 2.486 2.452v.002a2.5 2.5 0 0 1-.224 1.018a2.5 2.5 0 0 1-1.515 1.364c-.33.11-.687.15-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.061 0c.142.141.22.33.22.53c0 .952 1.041 1 1.25 1s1.25-.048 1.25-1c0-.413-.447-.648-1.514-1.048c-1.052-.394-2.486-.93-2.486-2.452q.005-.537.224-1.02c.144-.32.351-.605.614-.84a2.5 2.5 0 0 1 .901-.523a2.6 2.6 0 0 1 1.035-.116a2.4 2.4 0 0 1 .987.116a2.54 2.54 0 0 1 1.738 2.381c0 .202-.078.39-.22.532a.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 1m-7-2.5h4.5a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22h-1.5v6.25a.749.749 0 0 1-1.28.53a.74.74 0 0 1-.22-.53V5.51h-1.5a.749.749 0 0 1-.53-1.28a.74.74 0 0 1 .53-.22"/></svg>

React

import type { SVGProps } from "react";

export function FluentCodeTs16Filled(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="M9.25 6.51c0 .413.447.648 1.514 1.048c1.052.394 2.486.931 2.486 2.452v.002a2.5 2.5 0 0 1-.224 1.018a2.5 2.5 0 0 1-1.515 1.364c-.33.11-.687.15-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.061 0c.142.141.22.33.22.53c0 .952 1.041 1 1.25 1s1.25-.048 1.25-1c0-.413-.447-.648-1.514-1.048c-1.052-.394-2.486-.93-2.486-2.452q.005-.537.224-1.02c.144-.32.351-.605.614-.84a2.5 2.5 0 0 1 .901-.523a2.6 2.6 0 0 1 1.035-.116a2.4 2.4 0 0 1 .987.116a2.54 2.54 0 0 1 1.738 2.381c0 .202-.078.39-.22.532a.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 1m-7-2.5h4.5a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22h-1.5v6.25a.749.749 0 0 1-1.28.53a.74.74 0 0 1-.22-.53V5.51h-1.5a.749.749 0 0 1-.53-1.28a.74.74 0 0 1 .53-.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.25 6.51c0 .413.447.648 1.514 1.048c1.052.394 2.486.931 2.486 2.452v.002a2.5 2.5 0 0 1-.224 1.018a2.5 2.5 0 0 1-1.515 1.364c-.33.11-.687.15-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.061 0c.142.141.22.33.22.53c0 .952 1.041 1 1.25 1s1.25-.048 1.25-1c0-.413-.447-.648-1.514-1.048c-1.052-.394-2.486-.93-2.486-2.452q.005-.537.224-1.02c.144-.32.351-.605.614-.84a2.5 2.5 0 0 1 .901-.523a2.6 2.6 0 0 1 1.035-.116a2.4 2.4 0 0 1 .987.116a2.54 2.54 0 0 1 1.738 2.381c0 .202-.078.39-.22.532a.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 1m-7-2.5h4.5a.749.749 0 0 1 .53 1.28a.74.74 0 0 1-.53.22h-1.5v6.25a.749.749 0 0 1-1.28.53a.74.74 0 0 1-.22-.53V5.51h-1.5a.749.749 0 0 1-.53-1.28a.74.74 0 0 1 .53-.22"/></svg>
</template>

CSS

.icon-code-ts-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%22M9.25%206.51c0%20.413.447.648%201.514%201.048c1.052.394%202.486.931%202.486%202.452v.002a2.5%202.5%200%200%201-.224%201.018a2.5%202.5%200%200%201-1.515%201.364c-.33.11-.687.15-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.061%200c.142.141.22.33.22.53c0%20.952%201.041%201%201.25%201s1.25-.048%201.25-1c0-.413-.447-.648-1.514-1.048c-1.052-.394-2.486-.93-2.486-2.452q.005-.537.224-1.02c.144-.32.351-.605.614-.84a2.5%202.5%200%200%201%20.901-.523a2.6%202.6%200%200%201%201.035-.116a2.4%202.4%200%200%201%20.987.116a2.54%202.54%200%200%201%201.738%202.381c0%20.202-.078.39-.22.532a.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%201m-7-2.5h4.5a.749.749%200%200%201%20.53%201.28a.74.74%200%200%201-.53.22h-1.5v6.25a.749.749%200%200%201-1.28.53a.74.74%200%200%201-.22-.53V5.51h-1.5a.749.749%200%200%201-.53-1.28a.74.74%200%200%201%20.53-.22%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%22M9.25%206.51c0%20.413.447.648%201.514%201.048c1.052.394%202.486.931%202.486%202.452v.002a2.5%202.5%200%200%201-.224%201.018a2.5%202.5%200%200%201-1.515%201.364c-.33.11-.687.15-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.061%200c.142.141.22.33.22.53c0%20.952%201.041%201%201.25%201s1.25-.048%201.25-1c0-.413-.447-.648-1.514-1.048c-1.052-.394-2.486-.93-2.486-2.452q.005-.537.224-1.02c.144-.32.351-.605.614-.84a2.5%202.5%200%200%201%20.901-.523a2.6%202.6%200%200%201%201.035-.116a2.4%202.4%200%200%201%20.987.116a2.54%202.54%200%200%201%201.738%202.381c0%20.202-.078.39-.22.532a.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%201m-7-2.5h4.5a.749.749%200%200%201%20.53%201.28a.74.74%200%200%201-.53.22h-1.5v6.25a.749.749%200%200%201-1.28.53a.74.74%200%200%201-.22-.53V5.51h-1.5a.749.749%200%200%201-.53-1.28a.74.74%200%200%201%20.53-.22%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-filled.svg?color=%231a73e8&size=48