You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
442 B
XML
12 lines
442 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#00b4d8"/>
|
|
<stop offset="100%" stop-color="#0052cc"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="32" height="32" rx="7" fill="url(#g)"/>
|
|
<!-- F: vertical bar + top bar + mid bar -->
|
|
<path d="M7 7h18v4H11v4h9v4h-9v6H7V7z" fill="white"/>
|
|
</svg>
|