gmail-add-on from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
gmail-add-on
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

Related icons in Material Symbols

Use the gmail add on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 21v-3h-3v-2h3v-3h2v3h3v2h-3v3ZM4 18q-.825 0-1.412-.587Q2 16.825 2 16V6q0-.825.588-1.412Q3.175 4 4 4h13q.825 0 1.413.588Q19 5.175 19 6v5.075q-.25-.05-.487-.063Q18.275 11 18 11t-.512.012q-.238.013-.488.063V7.4L10.4 12L4 7.425V16h8.075q-.05.25-.063.488Q12 16.725 12 17t.012.512q.013.238.063.488ZM5.45 6l4.95 3.55L15.5 6Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGmailAddOn(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="M17 21v-3h-3v-2h3v-3h2v3h3v2h-3v3ZM4 18q-.825 0-1.412-.587Q2 16.825 2 16V6q0-.825.588-1.412Q3.175 4 4 4h13q.825 0 1.413.588Q19 5.175 19 6v5.075q-.25-.05-.487-.063Q18.275 11 18 11t-.512.012q-.238.013-.488.063V7.4L10.4 12L4 7.425V16h8.075q-.05.25-.063.488Q12 16.725 12 17t.012.512q.013.238.063.488ZM5.45 6l4.95 3.55L15.5 6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 21v-3h-3v-2h3v-3h2v3h3v2h-3v3ZM4 18q-.825 0-1.412-.587Q2 16.825 2 16V6q0-.825.588-1.412Q3.175 4 4 4h13q.825 0 1.413.588Q19 5.175 19 6v5.075q-.25-.05-.487-.063Q18.275 11 18 11t-.512.012q-.238.013-.488.063V7.4L10.4 12L4 7.425V16h8.075q-.05.25-.063.488Q12 16.725 12 17t.012.512q.013.238.063.488ZM5.45 6l4.95 3.55L15.5 6Z"/></svg>
</template>

CSS

.icon-gmail-add-on {
  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%22M17%2021v-3h-3v-2h3v-3h2v3h3v2h-3v3ZM4%2018q-.825%200-1.412-.587Q2%2016.825%202%2016V6q0-.825.588-1.412Q3.175%204%204%204h13q.825%200%201.413.588Q19%205.175%2019%206v5.075q-.25-.05-.487-.063Q18.275%2011%2018%2011t-.512.012q-.238.013-.488.063V7.4L10.4%2012L4%207.425V16h8.075q-.05.25-.063.488Q12%2016.725%2012%2017t.012.512q.013.238.063.488ZM5.45%206l4.95%203.55L15.5%206Z%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%22M17%2021v-3h-3v-2h3v-3h2v3h3v2h-3v3ZM4%2018q-.825%200-1.412-.587Q2%2016.825%202%2016V6q0-.825.588-1.412Q3.175%204%204%204h13q.825%200%201.413.588Q19%205.175%2019%206v5.075q-.25-.05-.487-.063Q18.275%2011%2018%2011t-.512.012q-.238.013-.488.063V7.4L10.4%2012L4%207.425V16h8.075q-.05.25-.063.488Q12%2016.725%2012%2017t.012.512q.013.238.063.488ZM5.45%206l4.95%203.55L15.5%206Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/gmail-add-on.svg?color=%231a73e8&size=48