27 lines
1008 B
XML
27 lines
1008 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
|
|
<!-- Carneiro Tech Logo - Optimized with Transparent Background -->
|
|
<!-- Red spiral/shell design -->
|
|
<defs>
|
|
<linearGradient id="redGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#C42127;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#8B1E23;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Spiral shell design inspired by Carneiro logo -->
|
|
<path d="M100,20 Q150,30 160,80 Q165,130 130,160 Q90,180 60,150 Q40,110 60,70 Q80,40 100,20 Z"
|
|
fill="url(#redGradient)"
|
|
stroke="#8B1E23"
|
|
stroke-width="2"/>
|
|
|
|
<path d="M100,40 Q130,45 135,75 Q138,105 115,125 Q90,140 70,120 Q55,95 70,75 Q85,55 100,40 Z"
|
|
fill="#C42127"
|
|
opacity="0.8"/>
|
|
|
|
<path d="M100,60 Q115,63 118,80 Q120,97 108,108 Q95,118 83,107 Q73,93 83,80 Q93,68 100,60 Z"
|
|
fill="#E63946"/>
|
|
|
|
<!-- Center dot -->
|
|
<circle cx="100" cy="85" r="8" fill="#FFFFFF"/>
|
|
</svg>
|