TensorFlow
TensorFlow brand mark, official brand color.
| id | tensorflow |
|---|---|
| type | |
| domain | brands |
| requires | tikz, svg.path |
| license | CC0-1.0 |
| author | Daniel Huang |
tensorflow.tex
\documentclass[border=4pt]{standalone}
% --- packages (mirror these in tensorflow.meta.json "requires") ---
\usepackage{tikz}
\usetikzlibrary{svg.path}
% --- brand color (TensorFlow's official brand color; brand marks keep their
% official color instead of the shared OpenTikZ palette by design) ---
\definecolor{brandtensorflow}{HTML}{FF6F00}
% TensorFlow 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 TensorFlow logo is a trademark of its owner; used here for identification.
\begin{document}
\begin{tikzpicture}
\fill[brandtensorflow] svg {%
M 3.876 54.432 L 34.62 72 L 34.62 0 L 22.335 7.134 L 22.335 49.191 L 3.831 38.499 L
3.876 54.429 Z M 68.166 38.499 L 68.124 54.429 L 37.38 72 L 37.38 0 L 49.665 7.134 L
49.665 27.39 L 58.941 22.026 L 58.887 35.88 L 49.665 41.148 L 49.665 49.191 L 68.169
38.499 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.