Email Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Email Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307879.svg" alt="Email Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307879.svg" alt="Email Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307879.svg" alt="Email Svg icon" :width="24" :height="24" />
CSS background
.icon-email---svg {
background-image: url('https://proicons.com/icon/307879.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M3 5L12 14L21 5" stroke="#4400FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3 5V4C2.44772 4 2 4.44772 2 5H3ZM21 5H22C22 4.44772 21.5523 4 21 4V5ZM3 6H21V4H3V6ZM20 5V17H22V5H20ZM19 18H5V20H19V18ZM4 17V5H2V17H4ZM5 18C4.44772 18 4 17.5523 4 17H2C2 18.6569 3.34315 20 5 20V18ZM20 17C20 17.5523 19.5523 18 19 18V20C20.6569 20 22 18.6569 22 17H20Z" fill="#292929"/> </svg>
Copied!