JerLag commited on
Commit
d4fa0ca
·
verified ·
1 Parent(s): ea289c2

Create verbatify-logo-svg

Browse files
Files changed (1) hide show
  1. verbatify-logo-svg +16 -0
verbatify-logo-svg ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="224" height="38" viewBox="0 0 224 38">
2
+ <defs>
3
+ <linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="0%">
4
+ <stop offset="0%" stop-color="#7C3AED"/>
5
+ <stop offset="100%" stop-color="#06B6D4"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <g fill="none" fill-rule="evenodd">
9
+ <rect x="0" y="7" width="38" height="24" rx="12" fill="url(#g)"/>
10
+ <circle cx="13" cy="19" r="5" fill="#fff" opacity="0.95"/>
11
+ <circle cx="25" cy="19" r="5" fill="#fff" opacity="0.72"/>
12
+ <text x="46" y="25" font-family="Manrope, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif" font-size="20" font-weight="800" fill="#0F172A" letter-spacing="0.2">
13
+ Verbatify
14
+ </text>
15
+ </g>
16
+ </svg>