珠光粉企业工业风logo设计 - SAMEIT莎美特

这个设计采用了深邃的三色渐变作为背景,搭配白色字体'SAMEIT莎美特',突出了工业风格。以下是使用SVG代码表示的设计:

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
  <defs>
    <linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#1a1a1a;stop-opacity:1" />
      <stop offset="50%" style="stop-color:#333333;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4d4d4d;stop-opacity:1" />
    </linearGradient>
  </defs>
  <rect width="200" height="200" fill="url(#grad)" />
  <text x="50%" y="50%" fill="#ffffff" font-size="40" font-family="Arial" dominant-baseline="middle" text-anchor="middle">SAMEIT莎美特</text>
</svg>

您可以将上述代码保存为.svg文件,并在支持SVG的软件中查看效果,或者将代码用于您的网站上。请注意,您可能需要根据您的需求进行一些微调,例如修改字体、字号、颜色或其他细节。


原文地址: https://www.cveoy.top/t/topic/qAZh 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录