round attach email icon

round-attach-email from Google Material Icons by Material Design Authors · Baseline · File · Apache-2.0 Free for personal and commercial use.

Name
round-attach-email
Set
Google Material Icons
Style
Baseline
Category
File
Viewbox
24×24
License
Apache 2.0

More file icons from Google Material Icons

Use the round attach email icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 10V4c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2L1 16c0 1.1.9 2 2 2h11v-5c0-1.66 1.34-3 3-3zm-9.47.67c-.32.2-.74.2-1.06 0L3.4 6.25a.85.85 0 1 1 .9-1.44L11 9l6.7-4.19a.85.85 0 1 1 .9 1.44z"/><path fill="currentColor" d="M22 14c-.55 0-1 .45-1 1v3c0 1.1-.9 2-2 2s-2-.9-2-2v-4.5c0-.28.22-.5.5-.5s.5.22.5.5V17c0 .55.45 1 1 1s1-.45 1-1v-3.5a2.5 2.5 0 0 0-5 0V18c0 2.21 1.79 4 4 4s4-1.79 4-4v-3c0-.55-.45-1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAttachEmail(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="M21 10V4c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2L1 16c0 1.1.9 2 2 2h11v-5c0-1.66 1.34-3 3-3zm-9.47.67c-.32.2-.74.2-1.06 0L3.4 6.25a.85.85 0 1 1 .9-1.44L11 9l6.7-4.19a.85.85 0 1 1 .9 1.44z"/><path fill="currentColor" d="M22 14c-.55 0-1 .45-1 1v3c0 1.1-.9 2-2 2s-2-.9-2-2v-4.5c0-.28.22-.5.5-.5s.5.22.5.5V17c0 .55.45 1 1 1s1-.45 1-1v-3.5a2.5 2.5 0 0 0-5 0V18c0 2.21 1.79 4 4 4s4-1.79 4-4v-3c0-.55-.45-1-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 10V4c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2L1 16c0 1.1.9 2 2 2h11v-5c0-1.66 1.34-3 3-3zm-9.47.67c-.32.2-.74.2-1.06 0L3.4 6.25a.85.85 0 1 1 .9-1.44L11 9l6.7-4.19a.85.85 0 1 1 .9 1.44z"/><path fill="currentColor" d="M22 14c-.55 0-1 .45-1 1v3c0 1.1-.9 2-2 2s-2-.9-2-2v-4.5c0-.28.22-.5.5-.5s.5.22.5.5V17c0 .55.45 1 1 1s1-.45 1-1v-3.5a2.5 2.5 0 0 0-5 0V18c0 2.21 1.79 4 4 4s4-1.79 4-4v-3c0-.55-.45-1-1-1"/></svg>
</template>

CSS

.icon-round-attach-email {
  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%22M21%2010V4c0-1.1-.9-2-2-2H3c-1.1%200-1.99.9-1.99%202L1%2016c0%201.1.9%202%202%202h11v-5c0-1.66%201.34-3%203-3zm-9.47.67c-.32.2-.74.2-1.06%200L3.4%206.25a.85.85%200%201%201%20.9-1.44L11%209l6.7-4.19a.85.85%200%201%201%20.9%201.44z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2014c-.55%200-1%20.45-1%201v3c0%201.1-.9%202-2%202s-2-.9-2-2v-4.5c0-.28.22-.5.5-.5s.5.22.5.5V17c0%20.55.45%201%201%201s1-.45%201-1v-3.5a2.5%202.5%200%200%200-5%200V18c0%202.21%201.79%204%204%204s4-1.79%204-4v-3c0-.55-.45-1-1-1%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%22M21%2010V4c0-1.1-.9-2-2-2H3c-1.1%200-1.99.9-1.99%202L1%2016c0%201.1.9%202%202%202h11v-5c0-1.66%201.34-3%203-3zm-9.47.67c-.32.2-.74.2-1.06%200L3.4%206.25a.85.85%200%201%201%20.9-1.44L11%209l6.7-4.19a.85.85%200%201%201%20.9%201.44z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2014c-.55%200-1%20.45-1%201v3c0%201.1-.9%202-2%202s-2-.9-2-2v-4.5c0-.28.22-.5.5-.5s.5.22.5.5V17c0%20.55.45%201%201%201s1-.45%201-1v-3.5a2.5%202.5%200%200%200-5%200V18c0%202.21%201.79%204%204%204s4-1.79%204-4v-3c0-.55-.45-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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