email search icon
email-search-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- email-search-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
Related icons in Material Design Icons
Use the email search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 11c2.5 0 4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4l3.08 3.1L22 22.39l-3.12-3.07c-.69.43-1.51.68-2.38.68c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5m-6 5H3V8l7.62 4.76A6.49 6.49 0 0 1 16.5 9c.27 0 .54 0 .81.06L19 8v1.5c.75.31 1.42.77 2 1.32V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8.82c-.55-.58-1-1.25-1.32-2M19 6l-8 5l-8-5z"/></svg>
React
import type { SVGProps } from "react";
export function MdiEmailSearchOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 11c2.5 0 4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4l3.08 3.1L22 22.39l-3.12-3.07c-.69.43-1.51.68-2.38.68c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5m-6 5H3V8l7.62 4.76A6.49 6.49 0 0 1 16.5 9c.27 0 .54 0 .81.06L19 8v1.5c.75.31 1.42.77 2 1.32V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8.82c-.55-.58-1-1.25-1.32-2M19 6l-8 5l-8-5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 11c2.5 0 4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4l3.08 3.1L22 22.39l-3.12-3.07c-.69.43-1.51.68-2.38.68c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5m-6 5H3V8l7.62 4.76A6.49 6.49 0 0 1 16.5 9c.27 0 .54 0 .81.06L19 8v1.5c.75.31 1.42.77 2 1.32V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8.82c-.55-.58-1-1.25-1.32-2M19 6l-8 5l-8-5z"/></svg> </template>
CSS
.icon-email-search-outline {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%2011c2.5%200%204.5%202%204.5%204.5c0%20.88-.25%201.71-.69%202.4l3.08%203.1L22%2022.39l-3.12-3.07c-.69.43-1.51.68-2.38.68c-2.5%200-4.5-2-4.5-4.5s2-4.5%204.5-4.5m0%202a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5m-6%205H3V8l7.62%204.76A6.49%206.49%200%200%201%2016.5%209c.27%200%20.54%200%20.81.06L19%208v1.5c.75.31%201.42.77%202%201.32V6c0-1.1-.9-2-2-2H3c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h8.82c-.55-.58-1-1.25-1.32-2M19%206l-8%205l-8-5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%2011c2.5%200%204.5%202%204.5%204.5c0%20.88-.25%201.71-.69%202.4l3.08%203.1L22%2022.39l-3.12-3.07c-.69.43-1.51.68-2.38.68c-2.5%200-4.5-2-4.5-4.5s2-4.5%204.5-4.5m0%202a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5m-6%205H3V8l7.62%204.76A6.49%206.49%200%200%201%2016.5%209c.27%200%20.54%200%20.81.06L19%208v1.5c.75.31%201.42.77%202%201.32V6c0-1.1-.9-2-2-2H3c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h8.82c-.55-.58-1-1.25-1.32-2M19%206l-8%205l-8-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/email-search-outline.svg?color=%231a73e8&size=48