24 lines
843 B
XML
24 lines
843 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 100 100" role="img" aria-hidden="true">
|
|
<style>
|
|
.icon-bg{fill:url(#g);stroke:#d6bf9c;stroke-width:1.8}
|
|
.icon-shape{fill:none;stroke:#ad1d1c;stroke-width:5.2;stroke-linecap:round;stroke-linejoin:round}
|
|
.icon-fill{fill:#ad1d1c;stroke:none}
|
|
</style>
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0" stop-color="#fffaf2"/>
|
|
<stop offset="1" stop-color="#ead9bd"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect class="icon-bg" x="6" y="6" width="88" height="88" rx="20"/>
|
|
<g class="icon-shape">
|
|
<path d="M30 24h40a6 6 0 0 1 6 6v12H24V30a6 6 0 0 1 6-6z"/>
|
|
<path d="M24 42h52v28a6 6 0 0 1-6 6H30a6 6 0 0 1-6-6z"/>
|
|
<path d="M34 34h2M45 34h2M56 34h2"/>
|
|
<path d="M37 58h26"/>
|
|
<path d="M50 49v18"/>
|
|
<path d="M68 54l7 7-7 7"/>
|
|
<path d="M32 54l-7 7 7 7"/>
|
|
</g>
|
|
</svg>
|