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/308791.svg" alt="Email Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308791.svg" alt="Email Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308791.svg" alt="Email Svg icon" :width="24" :height="24" />
CSS background
.icon-email---svg {
background-image: url('https://proicons.com/icon/308791.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 fill-rule="evenodd" clip-rule="evenodd" d="M2.23447 4.35657C2.08815 4.53047 2 4.75494 2 5V17C2 18.6569 3.34315 20 5 20H19C20.6569 20 22 18.6569 22 17V5.01056C22.0004 4.97361 21.9987 4.93654 21.995 4.89954C21.9681 4.63002 21.8342 4.39201 21.6364 4.22862C21.4645 4.08659 21.2442 4.00095 21.004 4.00001C21.0027 4 21.0014 4 21 4C21 4 21 4 21 4H3.00003H3C2.73435 4 2.49289 4.10359 2.31381 4.27257C2.28585 4.29894 2.25935 4.32697 2.23447 4.35657ZM4 7.41418V17C4 17.5523 4.44772 18 5 18H19C19.5523 18 20 17.5523 20 17V7.41424L12.7071 14.7071C12.3166 15.0976 11.6834 15.0976 11.2929 14.7071L4 7.41418Z" fill="#292929"/> </svg>
Copied!