zodiac

Hand-drawn SVG zodiac-sign glyphs — one macro covering all twelve signs, stroke-based, inherits `currentColor`.

Updated 2026-08-23

On this page

macros/zodiac.html renders the twelve zodiac-sign glyphs used by the Timeline section (each precessional age is named for a zodiac sign). Hand-drawn SVGs sized to a 24×24 viewBox, stroke-based, inherits colour via currentColor.

Source: themes/bifrost/templates/macros/zodiac.html

Public API#

{%/* import "macros/zodiac.html" as zodiac */%}

{{ zodiac::icon(name="aquarius") }}
{{ zodiac::icon(name="pisces", size=32) }}
ParamTypeRequiredDefaultWhat
namestringyesOne of aries, taurus, gemini, cancer, leo, virgo, libra, scorpio, sagittarius, capricorn, aquarius, pisces.
sizenumberno24Pixel size — sets both width and height.

Live examples#

Each Timeline age renders its sign’s glyph via this macro. E.g. /timeline/age-of-aquarius/.

Edit this page on GitHub