e mail 1 emoji
e-mail-1 from Streamline Emojis by Streamline · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- e-mail-1
- Set
- Streamline Emojis
- Style
- Default
- Category
- Objects
- Viewbox
- 48×48
- License
- CC BY 4.0
More objects icons from Streamline Emojis
Use the e mail 1 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M1.75 38.06a22.25 1.63 0 1 0 44.5 0a22.25 1.63 0 1 0-44.5 0" opacity=".15"/><path fill="#fff" d="M3.02 11.29h41.96v25.69H3.02Z"/><path fill="#f0f0f0" d="M43.89 33.17H4.11A1.08 1.08 0 0 1 3 32.09v3.8A1.09 1.09 0 0 0 4.11 37h39.78A1.09 1.09 0 0 0 45 35.89v-3.8a1.08 1.08 0 0 1-1.11 1.08"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M3.02 11.29h41.96v25.69H3.02Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M3.33 11.62L24 25.76l20.67-14.14M27.82 23.16L44.67 36.6m-41.34 0l16.85-13.44"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M18.64 31.25v-14a2 2 0 0 1 2-2.22H27a1.69 1.69 0 0 1 1.81 1.76A1.73 1.73 0 0 1 27 18.51h-4.53v3.72h4.2A1.71 1.71 0 0 1 28.54 24a1.75 1.75 0 0 1-1.87 1.76h-4.2v3.88h4.73a1.69 1.69 0 0 1 1.8 1.77a1.73 1.73 0 0 1-1.82 1.76h-6.57a1.86 1.86 0 0 1-1.97-1.92"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisEMail1(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M1.75 38.06a22.25 1.63 0 1 0 44.5 0a22.25 1.63 0 1 0-44.5 0" opacity=".15"/><path fill="#fff" d="M3.02 11.29h41.96v25.69H3.02Z"/><path fill="#f0f0f0" d="M43.89 33.17H4.11A1.08 1.08 0 0 1 3 32.09v3.8A1.09 1.09 0 0 0 4.11 37h39.78A1.09 1.09 0 0 0 45 35.89v-3.8a1.08 1.08 0 0 1-1.11 1.08"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M3.02 11.29h41.96v25.69H3.02Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M3.33 11.62L24 25.76l20.67-14.14M27.82 23.16L44.67 36.6m-41.34 0l16.85-13.44"/><path fill="#00b8f0" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M18.64 31.25v-14a2 2 0 0 1 2-2.22H27a1.69 1.69 0 0 1 1.81 1.76A1.73 1.73 0 0 1 27 18.51h-4.53v3.72h4.2A1.71 1.71 0 0 1 28.54 24a1.75 1.75 0 0 1-1.87 1.76h-4.2v3.88h4.73a1.69 1.69 0 0 1 1.8 1.77a1.73 1.73 0 0 1-1.82 1.76h-6.57a1.86 1.86 0 0 1-1.97-1.92"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M1.75 38.06a22.25 1.63 0 1 0 44.5 0a22.25 1.63 0 1 0-44.5 0" opacity=".15"/><path fill="#fff" d="M3.02 11.29h41.96v25.69H3.02Z"/><path fill="#f0f0f0" d="M43.89 33.17H4.11A1.08 1.08 0 0 1 3 32.09v3.8A1.09 1.09 0 0 0 4.11 37h39.78A1.09 1.09 0 0 0 45 35.89v-3.8a1.08 1.08 0 0 1-1.11 1.08"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M3.02 11.29h41.96v25.69H3.02Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M3.33 11.62L24 25.76l20.67-14.14M27.82 23.16L44.67 36.6m-41.34 0l16.85-13.44"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M18.64 31.25v-14a2 2 0 0 1 2-2.22H27a1.69 1.69 0 0 1 1.81 1.76A1.73 1.73 0 0 1 27 18.51h-4.53v3.72h4.2A1.71 1.71 0 0 1 28.54 24a1.75 1.75 0 0 1-1.87 1.76h-4.2v3.88h4.73a1.69 1.69 0 0 1 1.8 1.77a1.73 1.73 0 0 1-1.82 1.76h-6.57a1.86 1.86 0 0 1-1.97-1.92"/></svg> </template>
CSS
.icon-e-mail-1 {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M1.75%2038.06a22.25%201.63%200%201%200%2044.5%200a22.25%201.63%200%201%200-44.5%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.02%2011.29h41.96v25.69H3.02Z%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20d%3D%22M43.89%2033.17H4.11A1.08%201.08%200%200%201%203%2032.09v3.8A1.09%201.09%200%200%200%204.11%2037h39.78A1.09%201.09%200%200%200%2045%2035.89v-3.8a1.08%201.08%200%200%201-1.11%201.08%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.02%2011.29h41.96v25.69H3.02Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.33%2011.62L24%2025.76l20.67-14.14M27.82%2023.16L44.67%2036.6m-41.34%200l16.85-13.44%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.64%2031.25v-14a2%202%200%200%201%202-2.22H27a1.69%201.69%200%200%201%201.81%201.76A1.73%201.73%200%200%201%2027%2018.51h-4.53v3.72h4.2A1.71%201.71%200%200%201%2028.54%2024a1.75%201.75%200%200%201-1.87%201.76h-4.2v3.88h4.73a1.69%201.69%200%200%201%201.8%201.77a1.73%201.73%200%200%201-1.82%201.76h-6.57a1.86%201.86%200%200%201-1.97-1.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M1.75%2038.06a22.25%201.63%200%201%200%2044.5%200a22.25%201.63%200%201%200-44.5%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.02%2011.29h41.96v25.69H3.02Z%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20d%3D%22M43.89%2033.17H4.11A1.08%201.08%200%200%201%203%2032.09v3.8A1.09%201.09%200%200%200%204.11%2037h39.78A1.09%201.09%200%200%200%2045%2035.89v-3.8a1.08%201.08%200%200%201-1.11%201.08%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.02%2011.29h41.96v25.69H3.02Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.33%2011.62L24%2025.76l20.67-14.14M27.82%2023.16L44.67%2036.6m-41.34%200l16.85-13.44%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.64%2031.25v-14a2%202%200%200%201%202-2.22H27a1.69%201.69%200%200%201%201.81%201.76A1.73%201.73%200%200%201%2027%2018.51h-4.53v3.72h4.2A1.71%201.71%200%200%201%2028.54%2024a1.75%201.75%200%200%201-1.87%201.76h-4.2v3.88h4.73a1.69%201.69%200%200%201%201.8%201.77a1.73%201.73%200%200%201-1.82%201.76h-6.57a1.86%201.86%200%200%201-1.97-1.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/e-mail-1.svg?color=%231a73e8&size=48