File size: 513 Bytes
8fd7a1d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
  <!-- Circular background -->
  <circle cx="12" cy="12" r="11" fill="#FFB84D" stroke="#FF9800" stroke-width="1"/>
  
  <!-- Right-aligned text lines in white -->
  <rect x="6" y="8" width="12" height="1.5" rx="0.75" fill="white"/>
  <rect x="10" y="11" width="8" height="1.5" rx="0.75" fill="white"/>
  <rect x="6" y="14" width="12" height="1.5" rx="0.75" fill="white"/>
  <rect x="10" y="17" width="8" height="1.5" rx="0.75" fill="white"/>
</svg>