forked from shihaam/dhiraagu-edir
11 lines
489 B
XML
11 lines
489 B
XML
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="orange" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#ffa31a"/>
|
|
<stop offset="100%" style="stop-color:#ff8c00"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="32" height="32" rx="8" fill="url(#orange)"/>
|
|
<text x="16" y="23" font-family="Arial, sans-serif" font-size="20" fill="white" text-anchor="middle">📞</text>
|
|
</svg>
|