typst logo
typst from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- typst
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
The same logo in other sets
Use the typst logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0097a7" d="M21.98 24.84A10.8 10.8 0 0 1 19.72 26a4.3 4.3 0 0 1-1.46.3a2.4 2.4 0 0 1-1.93-.64c-.36-.42-.33-1.25-.33-2.48V14h4v-4h-4V2l-6 2v6H8v4h2v9.91q0 3.405 1.59 4.77A6.64 6.64 0 0 0 15.94 30a4 4 0 0 0 .47-.03c1.54-.15 3.4-1.08 5.59-2.77c.31-.24.63-.49.95-.76Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeTypst(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0097a7" d="M21.98 24.84A10.8 10.8 0 0 1 19.72 26a4.3 4.3 0 0 1-1.46.3a2.4 2.4 0 0 1-1.93-.64c-.36-.42-.33-1.25-.33-2.48V14h4v-4h-4V2l-6 2v6H8v4h2v9.91q0 3.405 1.59 4.77A6.64 6.64 0 0 0 15.94 30a4 4 0 0 0 .47-.03c1.54-.15 3.4-1.08 5.59-2.77c.31-.24.63-.49.95-.76Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0097a7" d="M21.98 24.84A10.8 10.8 0 0 1 19.72 26a4.3 4.3 0 0 1-1.46.3a2.4 2.4 0 0 1-1.93-.64c-.36-.42-.33-1.25-.33-2.48V14h4v-4h-4V2l-6 2v6H8v4h2v9.91q0 3.405 1.59 4.77A6.64 6.64 0 0 0 15.94 30a4 4 0 0 0 .47-.03c1.54-.15 3.4-1.08 5.59-2.77c.31-.24.63-.49.95-.76Z"/></svg> </template>
CSS
.icon-typst {
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%230097a7%22%20d%3D%22M21.98%2024.84A10.8%2010.8%200%200%201%2019.72%2026a4.3%204.3%200%200%201-1.46.3a2.4%202.4%200%200%201-1.93-.64c-.36-.42-.33-1.25-.33-2.48V14h4v-4h-4V2l-6%202v6H8v4h2v9.91q0%203.405%201.59%204.77A6.64%206.64%200%200%200%2015.94%2030a4%204%200%200%200%20.47-.03c1.54-.15%203.4-1.08%205.59-2.77c.31-.24.63-.49.95-.76Z%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%230097a7%22%20d%3D%22M21.98%2024.84A10.8%2010.8%200%200%201%2019.72%2026a4.3%204.3%200%200%201-1.46.3a2.4%202.4%200%200%201-1.93-.64c-.36-.42-.33-1.25-.33-2.48V14h4v-4h-4V2l-6%202v6H8v4h2v9.91q0%203.405%201.59%204.77A6.64%206.64%200%200%200%2015.94%2030a4%204%200%200%200%20.47-.03c1.54-.15%203.4-1.08%205.59-2.77c.31-.24.63-.49.95-.76Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/typst.svg?color=%231a73e8&size=48