The C
<path d="M130.7,90.1 c22.5... z" />M moves the pen to the starting coordinate. Lowercase c draws relative cubic curves, L adds a straight edge, and z closes the shape.
Three treatments built from the original Cincinnati geometry. Each one keeps the mark exact while giving it a different job across the site.
01
Hero / feature
Decoded SVG
The mark is not one image. It is six coordinate-based shapes that the browser can draw, sequence, and transform independently.
<path d="M130.7,90.1 c22.5... z" />M moves the pen to the starting coordinate. Lowercase c draws relative cubic curves, L adds a straight edge, and z closes the shape.
<path d="M51.1,103.7 c7.7... z" /> × 4Each paw mark is a separate closed path. The four path elements can be sequenced, recolored, or moved independently without changing the main C.
<polygon points="15.4,307.7 2.2,352.5..." />A polygon connects a short list of coordinates with straight lines. Four points create the angled Cincinnati red base.
MmoveCcurveLlineZclose02
Banner / intro
03
Card / sign-off
Suggested placement
Athletics notes, Cincinnati projects, and compact page sign-offs where the full hero treatment would be too loud.