Typst Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Typst icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/316437.svg" alt="Typst icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316437.svg" alt="Typst icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316437.svg" alt="Typst icon" :width="24" :height="24" />
CSS background
.icon-typst {
background-image: url('https://proicons.com/icon/316437.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Typst</title><path d="M12.654 17.846c0 1.114.16 1.861.479 2.242.32.381.901.572 1.743.572.872 0 1.99-.44 3.356-1.319l.871 1.45C16.547 22.931 14.44 24 12.785 24c-1.656 0-2.964-.395-3.922-1.187-.959-.82-1.438-2.256-1.438-4.307V6.989H5.246l-.349-1.626 2.528-.791V2.418L12.654 0v4.835l5.142-.395-.48 2.857-4.662-.176v10.725Z"/></svg>
Typst in other icon packs
Copied!