tsdoc from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
tsdoc
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

Use the tsdoc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#43a047" d="M2 2v12h12V2zm7.2 5.48l.98 2.21h.03l.97-2.22l.95.54l-1.51 1.98v.03l2.39-.32v1.08l-2.39-.29v.03l1.52 1.9l-1.01.57l-.95-2.22h-.03l-1.03 2.24l-.9-.57l1.51-1.93v-.03l-2.35.3V9.7l2.33.3v-.03L8.22 8.04l.97-.56h.03z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeTsdoc(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#43a047" d="M2 2v12h12V2zm7.2 5.48l.98 2.21h.03l.97-2.22l.95.54l-1.51 1.98v.03l2.39-.32v1.08l-2.39-.29v.03l1.52 1.9l-1.01.57l-.95-2.22h-.03l-1.03 2.24l-.9-.57l1.51-1.93v-.03l-2.35.3V9.7l2.33.3v-.03L8.22 8.04l.97-.56h.03z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#43a047" d="M2 2v12h12V2zm7.2 5.48l.98 2.21h.03l.97-2.22l.95.54l-1.51 1.98v.03l2.39-.32v1.08l-2.39-.29v.03l1.52 1.9l-1.01.57l-.95-2.22h-.03l-1.03 2.24l-.9-.57l1.51-1.93v-.03l-2.35.3V9.7l2.33.3v-.03L8.22 8.04l.97-.56h.03z"/></svg>
</template>

CSS

.icon-tsdoc {
  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%22%2343a047%22%20d%3D%22M2%202v12h12V2zm7.2%205.48l.98%202.21h.03l.97-2.22l.95.54l-1.51%201.98v.03l2.39-.32v1.08l-2.39-.29v.03l1.52%201.9l-1.01.57l-.95-2.22h-.03l-1.03%202.24l-.9-.57l1.51-1.93v-.03l-2.35.3V9.7l2.33.3v-.03L8.22%208.04l.97-.56h.03z%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%22%2343a047%22%20d%3D%22M2%202v12h12V2zm7.2%205.48l.98%202.21h.03l.97-2.22l.95.54l-1.51%201.98v.03l2.39-.32v1.08l-2.39-.29v.03l1.52%201.9l-1.01.57l-.95-2.22h-.03l-1.03%202.24l-.9-.57l1.51-1.93v-.03l-2.35.3V9.7l2.33.3v-.03L8.22%208.04l.97-.56h.03z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/tsdoc.svg?color=%231a73e8&size=48