a few tangled README badges
tangled badges readme-badges
20

Configure Feed

Select the types of activity you want to include in your feed.

Create tangled-badge.svg (black bg, white logo)

Smit Patil (May 22, 2026, 1:40 AM EDT) bb034c92 25b53cf8

+28
+28
tangled-badge.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" width="74" height="20" viewBox="0 0 74 20" role="img" aria-label="Tangled"> 2 + <title>Tangled</title> 3 + 4 + <linearGradient id="s" x2="0" y2="100%"> 5 + <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> 6 + <stop offset="1" stop-opacity=".1"/> 7 + </linearGradient> 8 + 9 + <rect width="74" height="20" rx="3" fill="#000"/> 10 + <rect width="74" height="20" rx="3" fill="url(#s)"/> 11 + 12 + <image 13 + href="https://assets.tangled.network/tangled_dolly_face_only_white_on_trans.svg" 14 + x="5" 15 + y="3" 16 + width="14" 17 + height="14" 18 + preserveAspectRatio="xMidYMid meet" 19 + /> 20 + 21 + <text 22 + x="25" 23 + y="14" 24 + fill="#fff" 25 + font-family="Inter, Verdana, Geneva, DejaVu Sans, sans-serif" 26 + font-size="11" 27 + >Tangled</text> 28 + </svg>