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

Name
tex
Set
Material Icon Theme
Style
Color
Viewbox
1024×1024
License
MIT

The same logo in other sets

Use the tex logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="#2196f3" d="M80 192L64 320h32c16-80 16-96 63.242-96H176c8.837 0 16 7.163 16 16v352c0 8.837 0 16-32 16h-32v32h192v-32h-32c-32 0-32-7.163-32-16V240c0-8.837 7.163-16 16-16h16c48 0 48 16 64 96h32l-16-128zm560 0v32c16 0 45.713 0 52.57 16L776 434.666L708.57 592c-6.857 16-52.57 16-68.57 16v32h128v-32s-34.285 0-27.428-16L792 472l51.428 120c3.103 7.24-1.52 16-11.428 16v32h128v-32c-16 0-45.713 0-52.57-16L824 397.334L891.43 240c6.857-16 52.57-16 68.57-16v-32H832v32s34.285 0 27.428 16L808 360l-51.428-120c-3.103-7.24 1.52-16 11.428-16v-32zM320 384v32h32c32 0 32 7.163 32 16v352c0 8.837 0 16-32 16h-32v32h304l16-128h-32c-16 80-16 96-64 96h-64c-32 0-32-7.163-32-16V624h80c8.837 0 16 0 16 32v16h32V544h-32v16c0 32-7.163 32-16 32h-80V432c0-8.837 0-16 32-16h64c48 0 48 16 64 96h32l-16-128z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeTex(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="#2196f3" d="M80 192L64 320h32c16-80 16-96 63.242-96H176c8.837 0 16 7.163 16 16v352c0 8.837 0 16-32 16h-32v32h192v-32h-32c-32 0-32-7.163-32-16V240c0-8.837 7.163-16 16-16h16c48 0 48 16 64 96h32l-16-128zm560 0v32c16 0 45.713 0 52.57 16L776 434.666L708.57 592c-6.857 16-52.57 16-68.57 16v32h128v-32s-34.285 0-27.428-16L792 472l51.428 120c3.103 7.24-1.52 16-11.428 16v32h128v-32c-16 0-45.713 0-52.57-16L824 397.334L891.43 240c6.857-16 52.57-16 68.57-16v-32H832v32s34.285 0 27.428 16L808 360l-51.428-120c-3.103-7.24 1.52-16 11.428-16v-32zM320 384v32h32c32 0 32 7.163 32 16v352c0 8.837 0 16-32 16h-32v32h304l16-128h-32c-16 80-16 96-64 96h-64c-32 0-32-7.163-32-16V624h80c8.837 0 16 0 16 32v16h32V544h-32v16c0 32-7.163 32-16 32h-80V432c0-8.837 0-16 32-16h64c48 0 48 16 64 96h32l-16-128z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="#2196f3" d="M80 192L64 320h32c16-80 16-96 63.242-96H176c8.837 0 16 7.163 16 16v352c0 8.837 0 16-32 16h-32v32h192v-32h-32c-32 0-32-7.163-32-16V240c0-8.837 7.163-16 16-16h16c48 0 48 16 64 96h32l-16-128zm560 0v32c16 0 45.713 0 52.57 16L776 434.666L708.57 592c-6.857 16-52.57 16-68.57 16v32h128v-32s-34.285 0-27.428-16L792 472l51.428 120c3.103 7.24-1.52 16-11.428 16v32h128v-32c-16 0-45.713 0-52.57-16L824 397.334L891.43 240c6.857-16 52.57-16 68.57-16v-32H832v32s34.285 0 27.428 16L808 360l-51.428-120c-3.103-7.24 1.52-16 11.428-16v-32zM320 384v32h32c32 0 32 7.163 32 16v352c0 8.837 0 16-32 16h-32v32h304l16-128h-32c-16 80-16 96-64 96h-64c-32 0-32-7.163-32-16V624h80c8.837 0 16 0 16 32v16h32V544h-32v16c0 32-7.163 32-16 32h-80V432c0-8.837 0-16 32-16h64c48 0 48 16 64 96h32l-16-128z"/></svg>
</template>

CSS

.icon-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%201024%201024%22%3E%3Cpath%20fill%3D%22%232196f3%22%20d%3D%22M80%20192L64%20320h32c16-80%2016-96%2063.242-96H176c8.837%200%2016%207.163%2016%2016v352c0%208.837%200%2016-32%2016h-32v32h192v-32h-32c-32%200-32-7.163-32-16V240c0-8.837%207.163-16%2016-16h16c48%200%2048%2016%2064%2096h32l-16-128zm560%200v32c16%200%2045.713%200%2052.57%2016L776%20434.666L708.57%20592c-6.857%2016-52.57%2016-68.57%2016v32h128v-32s-34.285%200-27.428-16L792%20472l51.428%20120c3.103%207.24-1.52%2016-11.428%2016v32h128v-32c-16%200-45.713%200-52.57-16L824%20397.334L891.43%20240c6.857-16%2052.57-16%2068.57-16v-32H832v32s34.285%200%2027.428%2016L808%20360l-51.428-120c-3.103-7.24%201.52-16%2011.428-16v-32zM320%20384v32h32c32%200%2032%207.163%2032%2016v352c0%208.837%200%2016-32%2016h-32v32h304l16-128h-32c-16%2080-16%2096-64%2096h-64c-32%200-32-7.163-32-16V624h80c8.837%200%2016%200%2016%2032v16h32V544h-32v16c0%2032-7.163%2032-16%2032h-80V432c0-8.837%200-16%2032-16h64c48%200%2048%2016%2064%2096h32l-16-128z%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%201024%201024%22%3E%3Cpath%20fill%3D%22%232196f3%22%20d%3D%22M80%20192L64%20320h32c16-80%2016-96%2063.242-96H176c8.837%200%2016%207.163%2016%2016v352c0%208.837%200%2016-32%2016h-32v32h192v-32h-32c-32%200-32-7.163-32-16V240c0-8.837%207.163-16%2016-16h16c48%200%2048%2016%2064%2096h32l-16-128zm560%200v32c16%200%2045.713%200%2052.57%2016L776%20434.666L708.57%20592c-6.857%2016-52.57%2016-68.57%2016v32h128v-32s-34.285%200-27.428-16L792%20472l51.428%20120c3.103%207.24-1.52%2016-11.428%2016v32h128v-32c-16%200-45.713%200-52.57-16L824%20397.334L891.43%20240c6.857-16%2052.57-16%2068.57-16v-32H832v32s34.285%200%2027.428%2016L808%20360l-51.428-120c-3.103-7.24%201.52-16%2011.428-16v-32zM320%20384v32h32c32%200%2032%207.163%2032%2016v352c0%208.837%200%2016-32%2016h-32v32h304l16-128h-32c-16%2080-16%2096-64%2096h-64c-32%200-32-7.163-32-16V624h80c8.837%200%2016%200%2016%2032v16h32V544h-32v16c0%2032-7.163%2032-16%2032h-80V432c0-8.837%200-16%2032-16h64c48%200%2048%2016%2064%2096h32l-16-128z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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