Ui Email Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Email 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/306756.svg" alt="Ui Email icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306756.svg" alt="Ui Email icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306756.svg" alt="Ui Email icon" :width="24" :height="24" />
CSS background
.icon-ui-email {
background-image: url('https://proicons.com/icon/306756.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M953 478c-3 78-27 146-71 204s-110 86-197 86c-29 0-54-8-75-24-21-17-36-40-45-69-15 30-33 53-55 68-23 15-49 23-79 23-53 0-94-21-122-64s-39-98-31-168c9-90 35-162 78-216s96-81 157-81c43 0 78 4 105 14 26 9 55 23 86 43l-1 2h2l-27 304c-2 31 0 52 6 64 6 11 14 17 24 17 40 0 72-19 96-58 25-38 38-87 41-145 6-122-18-216-71-284-54-68-136-102-247-102-109 0-194 37-258 110s-98 172-104 298c-6 123 20 220 78 291s141 107 249 107c30 0 61-3 93-10 33-6 61-15 84-25l21 89c-24 15-55 27-92 35-37 9-73 13-108 13-145 0-256-44-334-134C78 777 42 655 48 500c6-153 52-275 138-365S386 0 529 0c140 0 247 43 321 128s108 202 103 350zm-542 56c-4 42-1 75 9 97s25 33 46 33c20 0 37-5 52-16s29-31 40-60l22-242c-8-2-16-4-23-5-8-1-15-2-23-2-37 0-66 16-85 49s-32 81-38 146z"/></svg>
Copied!