Skip to main content

LOGO_SVG

Constant LOGO_SVG 

Source
pub const LOGO_SVG: &str = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" width=\"512\" height=\"512\" role=\"img\" aria-label=\"Shield with visor slit\">\n  <defs>\n    <linearGradient id=\"bg\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"1\"><stop offset=\"0\" stop-color=\"#222933\"/><stop offset=\"1\" stop-color=\"#0b0e12\"/></linearGradient>\n    <linearGradient id=\"plate\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"#aebdc9\"/><stop offset=\".5\" stop-color=\"#5f6b78\"/><stop offset=\"1\" stop-color=\"#39424d\"/></linearGradient>\n    <linearGradient id=\"visor\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"#0c3b39\"/><stop offset=\".5\" stop-color=\"#2dd4bf\"/><stop offset=\"1\" stop-color=\"#0c3b39\"/></linearGradient>\n  </defs>\n  <rect x=\"16\" y=\"16\" width=\"480\" height=\"480\" rx=\"116\" fill=\"url(#bg)\"/>\n  <path d=\"M256 100L396 148V270C396 350 334 400 256 436C178 400 116 350 116 270V148Z\" fill=\"url(#plate)\" stroke=\"#222932\" stroke-width=\"6\"/>\n  <rect x=\"174\" y=\"257\" width=\"164\" height=\"14\" rx=\"7\" fill=\"url(#visor)\"/>\n</svg>\n";
Expand description

The bundled default logo (the secunit shield).