file type tex logo

file-type-tex from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-tex
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type tex logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#cfcfcf" d="M11.333 13.122c-.128-1.562-.241-2.756-2.287-2.756H7.91v8.4h2.145v.611l-3.083-.029l-3.082.029v-.611h2.144v-8.4h-1.15c-2.046 0-2.159 1.208-2.287 2.756H2l.284-3.367h9.362l.284 3.367h-.6Z"/><path fill="#cfcfcf" d="M19.289 22.53H10.41v-.61h1.506v-8.453H10.41v-.611h8.637l.412 3.367h-.6c-.213-1.833-.682-2.756-2.855-2.756h-2.213V17.2h.838c1.364 0 1.505-.6 1.505-1.662h.6v3.935h-.6c0-1.08-.142-1.662-1.505-1.662h-.838v4.106h2.216c2.472 0 3-1.108 3.3-3.225h.6Z"/><path fill="#cfcfcf" d="M27.727 19.186c-.54 0-1.96 0-2.415.029V18.6h1.179l-2.557-3.552l-2.529 3.381a4.1 4.1 0 0 0 1.295.171v.611c-.355-.029-1.576-.029-2.017-.029c-.4 0-1.548 0-1.875.029V18.6h.383a8 8 0 0 0 .824-.043c.5-.043.54-.085.667-.256l2.854-3.801l-3.153-4.418H19V9.47c.384.028 1.79.028 2.273.028c.582 0 1.918 0 2.429-.028v.611h-1.174l2.117 2.955l2.074-2.784a4.1 4.1 0 0 0-1.293-.17V9.47c.356.028 1.591.028 2.032.028c.4 0 1.534 0 1.861-.028v.611h-.369a5 5 0 0 0-.838.043c-.469.043-.526.071-.667.256l-2.4 3.21l3.591 5.01H30v.611c-.355-.025-1.818-.025-2.273-.025"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeTex(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#cfcfcf" d="M11.333 13.122c-.128-1.562-.241-2.756-2.287-2.756H7.91v8.4h2.145v.611l-3.083-.029l-3.082.029v-.611h2.144v-8.4h-1.15c-2.046 0-2.159 1.208-2.287 2.756H2l.284-3.367h9.362l.284 3.367h-.6Z"/><path fill="#cfcfcf" d="M19.289 22.53H10.41v-.61h1.506v-8.453H10.41v-.611h8.637l.412 3.367h-.6c-.213-1.833-.682-2.756-2.855-2.756h-2.213V17.2h.838c1.364 0 1.505-.6 1.505-1.662h.6v3.935h-.6c0-1.08-.142-1.662-1.505-1.662h-.838v4.106h2.216c2.472 0 3-1.108 3.3-3.225h.6Z"/><path fill="#cfcfcf" d="M27.727 19.186c-.54 0-1.96 0-2.415.029V18.6h1.179l-2.557-3.552l-2.529 3.381a4.1 4.1 0 0 0 1.295.171v.611c-.355-.029-1.576-.029-2.017-.029c-.4 0-1.548 0-1.875.029V18.6h.383a8 8 0 0 0 .824-.043c.5-.043.54-.085.667-.256l2.854-3.801l-3.153-4.418H19V9.47c.384.028 1.79.028 2.273.028c.582 0 1.918 0 2.429-.028v.611h-1.174l2.117 2.955l2.074-2.784a4.1 4.1 0 0 0-1.293-.17V9.47c.356.028 1.591.028 2.032.028c.4 0 1.534 0 1.861-.028v.611h-.369a5 5 0 0 0-.838.043c-.469.043-.526.071-.667.256l-2.4 3.21l3.591 5.01H30v.611c-.355-.025-1.818-.025-2.273-.025"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#cfcfcf" d="M11.333 13.122c-.128-1.562-.241-2.756-2.287-2.756H7.91v8.4h2.145v.611l-3.083-.029l-3.082.029v-.611h2.144v-8.4h-1.15c-2.046 0-2.159 1.208-2.287 2.756H2l.284-3.367h9.362l.284 3.367h-.6Z"/><path fill="#cfcfcf" d="M19.289 22.53H10.41v-.61h1.506v-8.453H10.41v-.611h8.637l.412 3.367h-.6c-.213-1.833-.682-2.756-2.855-2.756h-2.213V17.2h.838c1.364 0 1.505-.6 1.505-1.662h.6v3.935h-.6c0-1.08-.142-1.662-1.505-1.662h-.838v4.106h2.216c2.472 0 3-1.108 3.3-3.225h.6Z"/><path fill="#cfcfcf" d="M27.727 19.186c-.54 0-1.96 0-2.415.029V18.6h1.179l-2.557-3.552l-2.529 3.381a4.1 4.1 0 0 0 1.295.171v.611c-.355-.029-1.576-.029-2.017-.029c-.4 0-1.548 0-1.875.029V18.6h.383a8 8 0 0 0 .824-.043c.5-.043.54-.085.667-.256l2.854-3.801l-3.153-4.418H19V9.47c.384.028 1.79.028 2.273.028c.582 0 1.918 0 2.429-.028v.611h-1.174l2.117 2.955l2.074-2.784a4.1 4.1 0 0 0-1.293-.17V9.47c.356.028 1.591.028 2.032.028c.4 0 1.534 0 1.861-.028v.611h-.369a5 5 0 0 0-.838.043c-.469.043-.526.071-.667.256l-2.4 3.21l3.591 5.01H30v.611c-.355-.025-1.818-.025-2.273-.025"/></svg>
</template>

CSS

.icon-file-type-tex {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%23cfcfcf%22%20d%3D%22M11.333%2013.122c-.128-1.562-.241-2.756-2.287-2.756H7.91v8.4h2.145v.611l-3.083-.029l-3.082.029v-.611h2.144v-8.4h-1.15c-2.046%200-2.159%201.208-2.287%202.756H2l.284-3.367h9.362l.284%203.367h-.6Z%22%2F%3E%3Cpath%20fill%3D%22%23cfcfcf%22%20d%3D%22M19.289%2022.53H10.41v-.61h1.506v-8.453H10.41v-.611h8.637l.412%203.367h-.6c-.213-1.833-.682-2.756-2.855-2.756h-2.213V17.2h.838c1.364%200%201.505-.6%201.505-1.662h.6v3.935h-.6c0-1.08-.142-1.662-1.505-1.662h-.838v4.106h2.216c2.472%200%203-1.108%203.3-3.225h.6Z%22%2F%3E%3Cpath%20fill%3D%22%23cfcfcf%22%20d%3D%22M27.727%2019.186c-.54%200-1.96%200-2.415.029V18.6h1.179l-2.557-3.552l-2.529%203.381a4.1%204.1%200%200%200%201.295.171v.611c-.355-.029-1.576-.029-2.017-.029c-.4%200-1.548%200-1.875.029V18.6h.383a8%208%200%200%200%20.824-.043c.5-.043.54-.085.667-.256l2.854-3.801l-3.153-4.418H19V9.47c.384.028%201.79.028%202.273.028c.582%200%201.918%200%202.429-.028v.611h-1.174l2.117%202.955l2.074-2.784a4.1%204.1%200%200%200-1.293-.17V9.47c.356.028%201.591.028%202.032.028c.4%200%201.534%200%201.861-.028v.611h-.369a5%205%200%200%200-.838.043c-.469.043-.526.071-.667.256l-2.4%203.21l3.591%205.01H30v.611c-.355-.025-1.818-.025-2.273-.025%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23cfcfcf%22%20d%3D%22M11.333%2013.122c-.128-1.562-.241-2.756-2.287-2.756H7.91v8.4h2.145v.611l-3.083-.029l-3.082.029v-.611h2.144v-8.4h-1.15c-2.046%200-2.159%201.208-2.287%202.756H2l.284-3.367h9.362l.284%203.367h-.6Z%22%2F%3E%3Cpath%20fill%3D%22%23cfcfcf%22%20d%3D%22M19.289%2022.53H10.41v-.61h1.506v-8.453H10.41v-.611h8.637l.412%203.367h-.6c-.213-1.833-.682-2.756-2.855-2.756h-2.213V17.2h.838c1.364%200%201.505-.6%201.505-1.662h.6v3.935h-.6c0-1.08-.142-1.662-1.505-1.662h-.838v4.106h2.216c2.472%200%203-1.108%203.3-3.225h.6Z%22%2F%3E%3Cpath%20fill%3D%22%23cfcfcf%22%20d%3D%22M27.727%2019.186c-.54%200-1.96%200-2.415.029V18.6h1.179l-2.557-3.552l-2.529%203.381a4.1%204.1%200%200%200%201.295.171v.611c-.355-.029-1.576-.029-2.017-.029c-.4%200-1.548%200-1.875.029V18.6h.383a8%208%200%200%200%20.824-.043c.5-.043.54-.085.667-.256l2.854-3.801l-3.153-4.418H19V9.47c.384.028%201.79.028%202.273.028c.582%200%201.918%200%202.429-.028v.611h-1.174l2.117%202.955l2.074-2.784a4.1%204.1%200%200%200-1.293-.17V9.47c.356.028%201.591.028%202.032.028c.4%200%201.534%200%201.861-.028v.611h-.369a5%205%200%200%200-.838.043c-.469.043-.526.071-.667.256l-2.4%203.21l3.591%205.01H30v.611c-.355-.025-1.818-.025-2.273-.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-tex.svg?color=%231a73e8&size=48