Mail Verse Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Mail Verse 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/320325.svg" alt="Mail Verse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320325.svg" alt="Mail Verse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320325.svg" alt="Mail Verse icon" :width="24" :height="24" />
CSS background
.icon-mail-verse {
background-image: url('https://proicons.com/icon/320325.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="mail--verse_1_" d="M21,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V17c0-0.199,0.161-0.36,0.36-0.36h15.131l-4.737-4.737 C11.003,12.19,10.521,12.36,10,12.36c-1.301,0-2.36-1.059-2.36-2.36S8.699,7.64,10,7.64s2.36,1.059,2.36,2.36 c0,0.521-0.169,1.003-0.457,1.394l5.246,5.246H21c0.199,0,0.36,0.161,0.36,0.36v3.851l2.245,2.246 c0.407-0.299,0.911-0.464,1.457-0.456l3.166-17.41C27.305,4.911,26.64,4.031,26.64,3c0-1.301,1.059-2.36,2.36-2.36 S31.36,1.699,31.36,3c0,1.322-1.102,2.387-2.423,2.359l-3.166,17.41c0.924,0.32,1.589,1.199,1.589,2.23 c0,1.302-1.059,2.36-2.36,2.36s-2.36-1.059-2.36-2.36c0-0.521,0.17-1.003,0.457-1.395l-1.736-1.736V31 C21.36,31.199,21.199,31.36,21,31.36z M1.869,30.64h18.262l-6.513-6.512l-2.377,2.14c-0.137,0.123-0.345,0.123-0.481,0l-2.378-2.141 L1.869,30.64z M14.154,23.646l6.485,6.485V17.809L14.154,23.646z M1.36,17.809v12.322l6.485-6.485L1.36,17.809z M25,23.36 c-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64S25.904,23.36,25,23.36z M1.938,17.36L11,25.516 l9.062-8.155L1.938,17.36L1.938,17.36z M10,8.36c-0.904,0-1.64,0.736-1.64,1.64s0.736,1.64,1.64,1.64s1.64-0.736,1.64-1.64 S10.904,8.36,10,8.36z M29,1.36c-0.904,0-1.64,0.736-1.64,1.64S28.096,4.64,29,4.64S30.64,3.904,30.64,3S29.904,1.36,29,1.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!