Temp Mail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Temp Mail icon is commonly used in contact forms, notification badges and email clients. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/333772.svg" alt="Temp Mail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333772.svg" alt="Temp Mail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333772.svg" alt="Temp Mail icon" :width="24" :height="24" />
CSS background
.icon-temp-mail {
background-image: url('https://proicons.com/icon/333772.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M15.4388,18.1184l.7182.5216,6.8906,5.0536c.5519.4082,1.0243.4271,1.4741.0983l13.4637-9.8728c.8391-.6123.8505-2.0487-1.0281-2.0487H6.6318c-1.1774,0-2.1318.9544-2.1318,2.1318,0,.0025,0,.005,0,.0076v19.9843c0,1.1831.9487,2.1356,2.1318,2.1356h34.7364c1.1774,0,2.1318-.9544,2.1318-2.1318,0-.0013,0-.0025,0-.0038v-17.4443c0-1.4212-1.5875-1.6896-3.0843-.5178l-13.7698,10.1374c-1.1226.8278-2.2868,2.4191-3.9386,1.202l-7.9565-5.8511-1.304-.9563c-.9072-.669-.892-1.682-.4914-2.2112.6199-.8278,1.4968-1.0016,2.4833-.2343"/></svg>
Copied!