firehose/app/priv/static/favicon.svg
Your Name bc14696f57 Static blog with front page summary
Goal: have a personal blog, and try out another point in the 'modular
app design with elixir' space.

Designing OTP systems with elixir had some interesting ideas.
2026-03-17 11:17:21 +00:00

12 lines
508 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<style>
@media (prefers-color-scheme: dark) {
.flame { fill: #e8a87c; }
.drop { fill: #f4c096; }
}
</style>
<circle cx="16" cy="16" r="15" fill="#c2593a" rx="3"/>
<path class="flame" fill="#f4c096" d="M16 5c0 0-7 8-7 14a7 7 0 0 0 14 0c0-6-7-14-7-14zm0 18a4 4 0 0 1-4-4c0-3 4-8 4-8s4 5 4 8a4 4 0 0 1-4 4z"/>
<path class="drop" fill="#fff4e6" d="M16 13s-2.5 3.5-2.5 5.5a2.5 2.5 0 0 0 5 0c0-2-2.5-5.5-2.5-5.5z"/>
</svg>