Optimizing Codepen logo with a compound path

This commit is contained in:
Guillaume Cier
2023-03-04 11:01:06 +08:00
parent d13fd4bdd9
commit e69f302730
2 changed files with 4 additions and 3 deletions

View File

@@ -3,8 +3,9 @@ aria-label="CodePen" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#111"/><g
fill="#111"/><path
fill="none"
stroke="#e6e6e6"
stroke-width="33"
stroke-linejoin="round"><path d="M81 198v116l175 117 175-117V198L256 81z"/><path d="M81 198l175 116 175-116M256 81v117"/><path d="M81 314l175-116 175 116M256 431V314"/></g></svg>
stroke-linejoin="round"
d="M81 198v116l175 117 175-117V198L256 81 81 198l175 116 175-116M256 81v117M81 314l175-116 175 116M256 431V314"/></svg>

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 343 B