oe7drt-website/static/icons/linkemail.svg

53 lines
1,018 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg"
lang="en-GB"
aria-labelledby="title"
viewBox="0 0 390 48">
<title id="title">Write an email</title>
<defs>
<style type="text/css"><![CDATA[
rect {
width: 390px;
height: 48px;
fill: rgb(237, 233, 254);
rx: 4px;
ry: 4px;
}
a:focus rect,
rect:hover {
rx: 4px;
ry: 4px;
fill: rgb(167, 139, 250);
}
text {
font-size: 16px;
fill: rgb(63, 63, 70);
pointer-events: none;
}
a:focus text,
rect:hover + text {
fill: rgb(255, 255, 255);
/* fill: rgb(39, 39, 42); */
font-weight: 900;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
text-decoration: underline 1px solid rgb(255, 255, 255);
text-underline-offset: 5px;
}
]]></style>
</defs>
<a href="mailto:low.ice1595@qtztsjosmprqmgtunjyf.com" aria-label="Write an email">
<rect />
<text x="50%" y="50%" text-anchor="middle" dominant-baseline="middle">low.ice1595@qtztsjosmprqmgtunjyf.com</text>
</a>
</svg>