← browse the library
Mistral AI preview
icon

Mistral AI

Mistral AI brand mark, official brand color.

idmistral
typeicon
domainbrands
requirestikz, svg.path
licenseCC0-1.0
authorDaniel Huang

aibrandllmlogomistralmistral aimodel

SVG
mistral.tex
\documentclass[border=4pt]{standalone}

% --- packages (mirror these in mistral.meta.json "requires") ---
\usepackage{tikz}
\usetikzlibrary{svg.path}

% --- brand color (Mistral AI's official brand color; brand marks keep their
%     official color instead of the shared OpenTikZ palette by design) ---
\definecolor{brandmistral}{HTML}{FA520F}

% Mistral AI logo. Shape data derived from the CC0 simple-icons project
% (https://simple-icons.org), flattened to absolute M/L/C/Z commands with the
% y-axis pre-flipped for TikZ and scaled to ~2.5cm (svg.path ignores TikZ
% coordinate transforms, so the transform is baked into the coordinates).
% The Mistral AI logo is a trademark of its owner; used here for identification.
\begin{document}
\begin{tikzpicture}
  \fill[brandmistral] svg {%
    M 51.429 61.713 L 51.429 51.429 L 41.142 51.429 L 41.142 41.142 L 30.858 41.142 L
    30.858 51.429 L 20.571 51.429 L 20.571 61.71 L 10.29 61.71 L 10.29 20.568 L 0 20.568
    L 0 10.284 L 30.858 10.284 L 30.858 20.568 L 20.571 20.568 L 20.571 30.855 L 30.858
    30.855 L 30.858 20.568 L 41.145 20.568 L 41.145 30.855 L 51.429 30.855 L 51.429
    20.568 L 41.145 20.568 L 41.145 10.284 L 72 10.284 L 72 20.568 L 61.71 20.568 L
    61.71 61.713 Z%
  };
\end{tikzpicture}
\end{document}

Use it

The file compiles on its own (\documentclass{standalone}). Drop it into your project and \input it, or copy the tikzpicture into your figure. Colours come from the shared palette defined in the preamble — edit those named colours, not raw hex.

The TikZ code is CC0 1.0; the brand mark remains a trademark of its owner — use it to identify the brand in figures, not to imply endorsement. Details · Rights holder? request removal.