File size: 510 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="#FF6680" stroke="#E74C3C" stroke-width="1"/>
  
  <!-- Left-aligned text lines in white -->
  <rect x="6" y="8" width="12" height="1.5" rx="0.75" fill="white"/>
  <rect x="6" 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="6" y="17" width="8" height="1.5" rx="0.75" fill="white"/>
</svg>