SVG 绘制微信订阅号icon

效果

代码

cpp 复制代码
<!DOCTYPE html>
<html>
<body>

<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="600">
  <rect x="0" y="0" rx="0" ry="0" width="600" height="600" style="fill:#1677D2;stroke:black;stroke-width:0;opacity:1" />
  <rect x="140" y="120" rx="40" ry="40" width="320" height="360" style="fill:#fff;stroke:black;stroke-width:0;opacity:1" />
  <circle cx="200" cy="200" r="28" stroke="#fff" stroke-width="0" fill="#1677D2"/>
  <rect x="180" y="280" width="180" height="16" style="fill:#1677D2;stroke-width:0;stroke:rgb(0,0,0)"/>
  <rect x="180" y="320" width="120" height="16" style="fill:#1677D2;stroke-width:0;stroke:rgb(0,0,0)"/>
  <rect x="180" y="360" width="120" height="16" style="fill:#1677D2;stroke-width:0;stroke:rgb(0,0,0)"/>
</svg>

</body>
</html>
相关推荐
她是太阳,好耀眼i21 小时前
Nvm 实现vue版本切换
javascript·vue.js·ecmascript
蒲公英100121 小时前
在wps软件的word中使用js宏命令设置表格背景色
javascript·word·wps
一枚前端小能手21 小时前
📜 `<script>`脚本元素 - 从加载策略到安全性与性能的完整指南
前端·javascript
掘金安东尼21 小时前
TypeScript为何在AI时代登顶:Anders Hejlsberg 的十二年演化论
前端·javascript·面试
执携1 天前
Vue Router (命名视图)
前端·javascript·vue.js
含若飞1 天前
Vue 中 `watch` 与 `this.$watch` 使用指南
前端·javascript·vue.js
Python私教1 天前
Node.js 开发环境搭建全攻略(2025版)
javascript
希冀1231 天前
【Vue】第五篇
前端·javascript·vue.js
www_stdio1 天前
JavaScript 中的数组:开箱即用却暗藏玄机
javascript
顾安r1 天前
11.10 脚本算法 五子棋 「重要」
服务器·前端·javascript·游戏·flask