<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"> <defs> <linearGradient id="g" x1="0" x2="1" y1="0" y2="1"> <stop offset="0" stop-color="#3b82f6"/> <stop offset="1" stop-color="#2563eb"/> </linearGradient> </defs> <rect width="64" height="64" rx="12" fill="url(#g)"/> <g fill="#fff"> <rect x="18" y="28" width="28" height="18" rx="4"/> <path d="M24 28v-5a8 8 0 0 1 16 0v5h-4v-5a4 4 0 0 0-8 0v5z"/> </g> </svg>