email-sync-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
email-sync-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0
Aliases
email-refresh-outline, email-resend-outline

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the email sync icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10.5a6.5 6.5 0 0 1-.5-2H3V8l8 5l8-5v3a7 7 0 0 1 .5 0a6.5 6.5 0 0 1 1.5.18V6c0-1.1-.9-2-2-2zm0 2h16l-8 5zm16 6l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4zm-3.33 3.29c-.42.63-.67 1.39-.67 2.21c0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5V20a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12z"/></svg>

React

import type { SVGProps } from "react";

export function MdiEmailSyncOutline(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="M3 4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10.5a6.5 6.5 0 0 1-.5-2H3V8l8 5l8-5v3a7 7 0 0 1 .5 0a6.5 6.5 0 0 1 1.5.18V6c0-1.1-.9-2-2-2zm0 2h16l-8 5zm16 6l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4zm-3.33 3.29c-.42.63-.67 1.39-.67 2.21c0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5V20a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10.5a6.5 6.5 0 0 1-.5-2H3V8l8 5l8-5v3a7 7 0 0 1 .5 0a6.5 6.5 0 0 1 1.5.18V6c0-1.1-.9-2-2-2zm0 2h16l-8 5zm16 6l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4zm-3.33 3.29c-.42.63-.67 1.39-.67 2.21c0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5V20a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12z"/></svg>
</template>

CSS

.icon-email-sync-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%22M3%204c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h10.5a6.5%206.5%200%200%201-.5-2H3V8l8%205l8-5v3a7%207%200%200%201%20.5%200a6.5%206.5%200%200%201%201.5.18V6c0-1.1-.9-2-2-2zm0%202h16l-8%205zm16%206l-2.25%202.25L19%2016.5V15a2.5%202.5%200%200%201%202.5%202.5c0%20.4-.09.78-.26%201.12l1.09%201.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4zm-3.33%203.29c-.42.63-.67%201.39-.67%202.21c0%202.21%201.79%204%204%204V23l2.25-2.25L19%2018.5V20a2.5%202.5%200%200%201-2.5-2.5c0-.4.09-.78.26-1.12z%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%22M3%204c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h10.5a6.5%206.5%200%200%201-.5-2H3V8l8%205l8-5v3a7%207%200%200%201%20.5%200a6.5%206.5%200%200%201%201.5.18V6c0-1.1-.9-2-2-2zm0%202h16l-8%205zm16%206l-2.25%202.25L19%2016.5V15a2.5%202.5%200%200%201%202.5%202.5c0%20.4-.09.78-.26%201.12l1.09%201.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4zm-3.33%203.29c-.42.63-.67%201.39-.67%202.21c0%202.21%201.79%204%204%204V23l2.25-2.25L19%2018.5V20a2.5%202.5%200%200%201-2.5-2.5c0-.4.09-.78.26-1.12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/email-sync-outline.svg?color=%231a73e8&size=48