brewery

beer

public

A terminal worth pouring time into

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/beer.git
contrib/dev.notashelf.beer.svgXml18 lines948 B
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
3
  <rect x="4" y="4" width="120" height="120" rx="24" fill="#181818"/>
4
  <!-- beer mug -->
5
  <g stroke="#c5c8c6" stroke-width="6" stroke-linejoin="round" fill="none">
6
    <!-- handle -->
7
    <path d="M84 52 h14 a12 12 0 0 1 12 12 v10 a12 12 0 0 1 -12 12 h-14"/>
8
    <!-- body -->
9
    <rect x="30" y="40" width="54" height="60" rx="6" fill="#1d1f21"/>
10
  </g>
11
  <!-- foam -->
12
  <path d="M33 46 a8 8 0 0 1 12 -6 a9 9 0 0 1 16 0 a8 8 0 0 1 12 6 z" fill="#ebdbb2"/>
13
  <!-- beer fill -->
14
  <rect x="36" y="52" width="42" height="42" rx="3" fill="#d79921"/>
15
  <!-- terminal prompt on the glass -->
16
  <path d="M44 66 l8 7 l-8 7" stroke="#181818" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
17
  <line x1="58" y1="82" x2="70" y2="82" stroke="#181818" stroke-width="5" stroke-linecap="round"/>
18
</svg>