Mail Com Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mail Com 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/343371.svg" alt="Mail Com icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343371.svg" alt="Mail Com icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343371.svg" alt="Mail Com icon" :width="24" :height="24" />
CSS background
.icon-mail-com {
background-image: url('https://proicons.com/icon/343371.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M11.9245,18.103c0-3.3345,2.7032-6.0377,6.0377-6.0377h0c3.3345,0,6.0377,2.7032,6.0377,6.0377v9.9623"/><line class="c" x1="11.9245" y1="12.0652" x2="11.9245" y2="28.0652"/><path class="c" d="M24,18.103c0-3.3345,2.7032-6.0377,6.0377-6.0377h0c3.3345,0,6.0377,2.7032,6.0377,6.0377v9.9623"/><path class="c" d="M40.2848,41.7412l-31.4068-6.722c-1.3836-.2961-2.3721-1.5187-2.3721-2.9336V8c0-1.1046.8954-2,2-2h28.9883c2.2091,0,4,1.7909,4,4v30.7633c0,.6365-.5868,1.1111-1.2093.9779Z"/></svg>
Copied!