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-white.svg (white bg, black logo)

Smit Patil (May 22, 2026, 1:48 AM EDT) dca24b9e bb034c92

+29
+29
tangled-badge-white.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="#ffffff" stop-opacity=".18"/> 6 + <stop offset="1" stop-color="#000000" stop-opacity=".04"/> 7 + </linearGradient> 8 + 9 + <rect width="74" height="20" rx="3" fill="#ffffff"/> 10 + <rect width="74" height="20" rx="3" fill="url(#s)"/> 11 + 12 + 13 + <image 14 + href="https://assets.tangled.network/tangled_dolly_face_only_black_on_trans.svg" 15 + x="5" 16 + y="3" 17 + width="14" 18 + height="14" 19 + preserveAspectRatio="xMidYMid meet" 20 + /> 21 + 22 + <text 23 + x="25" 24 + y="14" 25 + fill="#111111" 26 + font-family="Inter, Verdana, Geneva, DejaVu Sans, sans-serif" 27 + font-size="11" 28 + >Tangled</text> 29 + </svg>