Merge branch 'add-h-feed' of github.com:btrem/SuperTinyIcons into btrem-add-h-feed

This commit is contained in:
Terence Eden
2024-09-08 09:02:27 +01:00
4 changed files with 54 additions and 38 deletions

View File

@@ -0,0 +1,5 @@
<svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192">
<title>h-feed</title>
<path fill="#a3cc00" fill-rule="evenodd"
d="M48 56v60a32 32 0 0 0 32 32h52v8c0 11-9 20-20 20H32c-11 0-20-9-20-20V76c0-11 9-20 20-20h16Zm112-40c11 0 20 9 20 20v80c0 11-9 20-20 20H80c-11 0-20-9-20-20V36c0-11 9-20 20-20h80ZM84 40v14c32 0 58 26 58 58h14c0-40-32-72-72-72Zm10 52a10 10 0 1 0 0 20 10 10 0 0 0 0-20ZM84 64v14c19 0 34 15 34 34h14c0-26-22-48-48-48Z" />
</svg>

After

Width:  |  Height:  |  Size: 471 B

View File

@@ -342,3 +342,4 @@ Super&nbsp;Tiny&nbsp;SVG | &nbsp;&nbsp;Official&nbsp;Logo&nbsp;&nbsp; | Source
<img src="/images/svg/bluesky.svg" width="256" /> | <img src="/images/reference/bluesky.png" width="256" /> | https://docs.bsky.app/
<img src="/images/svg/h-entry.svg" width="256" /> | <img src="/images/reference/h-entry.svg" width="256" /> | https://indieweb.org/IndieWebCamp:Copyrights
<img src="/images/svg/h-card.svg" width="256" /> | <img src="/images/reference/h-card.svg" width="256" /> | https://indieweb.org/IndieWebCamp:Copyrights
<img src="/images/svg/h-feed.svg" width="256" /> | <img src="/images/reference/h-feed.svg" width="256" /> | https://indieweb.org/IndieWebCamp:Copyrights

5
images/svg/h-feed.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="h-feed" role="img"
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#fff"/><rect id="s" x="99.5" y="170" width="211.2" height="211.2" fill="#a3cc00" rx="41.5" stroke="#fff" stroke-width="19.2"/><use href="#s" x="76.75" y="-63.75"/><circle cx="240.25" cy="253.5" r="16" fill="#fff"/><path d="M224.25 204c36.5 0 65 29.5 65.45 65.45M224.25 165.5c61 0 104 50 104 104" fill="none" stroke="#fff" stroke-width="22.25"/></svg>

After

Width:  |  Height:  |  Size: 474 B