mail-settings-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
mail-settings-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

8 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the mail settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m2.515 11.874l13.011 7.007a1 1 0 0 0 .948 0l2.982-1.607A9 9 0 0 0 23 18a8.98 8.98 0 0 0 7-3.346V22.5a4.5 4.5 0 0 1-4.5 4.5h-19A4.5 4.5 0 0 1 2 22.5V11.589zM14.938 5A8.96 8.96 0 0 0 14 9a8.98 8.98 0 0 0 3.45 7.083l-1.45.781l-12.52-6.741l-1.476-.82A4.5 4.5 0 0 1 6.5 5zm10.365-3.14a7.5 7.5 0 0 1 2.749 1.596l-.495 1.725a1.52 1.52 0 0 0 1.095 1.892l1.698.423a7.5 7.5 0 0 1-.04 3.189l-1.536.351a1.52 1.52 0 0 0-1.117 1.927l.467 1.514a7.5 7.5 0 0 1-2.737 1.635L24.15 14.84a1.53 1.53 0 0 0-2.192 0l-1.26 1.3a7.5 7.5 0 0 1-2.75-1.597l.495-1.724a1.52 1.52 0 0 0-1.095-1.892l-1.698-.424a7.5 7.5 0 0 1 .04-3.189l1.536-.35a1.52 1.52 0 0 0 1.117-1.928l-.467-1.513a7.5 7.5 0 0 1 2.737-1.635L21.85 3.16a1.53 1.53 0 0 0 2.192 0zM23 7a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailSettings32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m2.515 11.874l13.011 7.007a1 1 0 0 0 .948 0l2.982-1.607A9 9 0 0 0 23 18a8.98 8.98 0 0 0 7-3.346V22.5a4.5 4.5 0 0 1-4.5 4.5h-19A4.5 4.5 0 0 1 2 22.5V11.589zM14.938 5A8.96 8.96 0 0 0 14 9a8.98 8.98 0 0 0 3.45 7.083l-1.45.781l-12.52-6.741l-1.476-.82A4.5 4.5 0 0 1 6.5 5zm10.365-3.14a7.5 7.5 0 0 1 2.749 1.596l-.495 1.725a1.52 1.52 0 0 0 1.095 1.892l1.698.423a7.5 7.5 0 0 1-.04 3.189l-1.536.351a1.52 1.52 0 0 0-1.117 1.927l.467 1.514a7.5 7.5 0 0 1-2.737 1.635L24.15 14.84a1.53 1.53 0 0 0-2.192 0l-1.26 1.3a7.5 7.5 0 0 1-2.75-1.597l.495-1.724a1.52 1.52 0 0 0-1.095-1.892l-1.698-.424a7.5 7.5 0 0 1 .04-3.189l1.536-.35a1.52 1.52 0 0 0 1.117-1.928l-.467-1.513a7.5 7.5 0 0 1 2.737-1.635L21.85 3.16a1.53 1.53 0 0 0 2.192 0zM23 7a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m2.515 11.874l13.011 7.007a1 1 0 0 0 .948 0l2.982-1.607A9 9 0 0 0 23 18a8.98 8.98 0 0 0 7-3.346V22.5a4.5 4.5 0 0 1-4.5 4.5h-19A4.5 4.5 0 0 1 2 22.5V11.589zM14.938 5A8.96 8.96 0 0 0 14 9a8.98 8.98 0 0 0 3.45 7.083l-1.45.781l-12.52-6.741l-1.476-.82A4.5 4.5 0 0 1 6.5 5zm10.365-3.14a7.5 7.5 0 0 1 2.749 1.596l-.495 1.725a1.52 1.52 0 0 0 1.095 1.892l1.698.423a7.5 7.5 0 0 1-.04 3.189l-1.536.351a1.52 1.52 0 0 0-1.117 1.927l.467 1.514a7.5 7.5 0 0 1-2.737 1.635L24.15 14.84a1.53 1.53 0 0 0-2.192 0l-1.26 1.3a7.5 7.5 0 0 1-2.75-1.597l.495-1.724a1.52 1.52 0 0 0-1.095-1.892l-1.698-.424a7.5 7.5 0 0 1 .04-3.189l1.536-.35a1.52 1.52 0 0 0 1.117-1.928l-.467-1.513a7.5 7.5 0 0 1 2.737-1.635L21.85 3.16a1.53 1.53 0 0 0 2.192 0zM23 7a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
</template>

CSS

.icon-mail-settings-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.515%2011.874l13.011%207.007a1%201%200%200%200%20.948%200l2.982-1.607A9%209%200%200%200%2023%2018a8.98%208.98%200%200%200%207-3.346V22.5a4.5%204.5%200%200%201-4.5%204.5h-19A4.5%204.5%200%200%201%202%2022.5V11.589zM14.938%205A8.96%208.96%200%200%200%2014%209a8.98%208.98%200%200%200%203.45%207.083l-1.45.781l-12.52-6.741l-1.476-.82A4.5%204.5%200%200%201%206.5%205zm10.365-3.14a7.5%207.5%200%200%201%202.749%201.596l-.495%201.725a1.52%201.52%200%200%200%201.095%201.892l1.698.423a7.5%207.5%200%200%201-.04%203.189l-1.536.351a1.52%201.52%200%200%200-1.117%201.927l.467%201.514a7.5%207.5%200%200%201-2.737%201.635L24.15%2014.84a1.53%201.53%200%200%200-2.192%200l-1.26%201.3a7.5%207.5%200%200%201-2.75-1.597l.495-1.724a1.52%201.52%200%200%200-1.095-1.892l-1.698-.424a7.5%207.5%200%200%201%20.04-3.189l1.536-.35a1.52%201.52%200%200%200%201.117-1.928l-.467-1.513a7.5%207.5%200%200%201%202.737-1.635L21.85%203.16a1.53%201.53%200%200%200%202.192%200zM23%207a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.515%2011.874l13.011%207.007a1%201%200%200%200%20.948%200l2.982-1.607A9%209%200%200%200%2023%2018a8.98%208.98%200%200%200%207-3.346V22.5a4.5%204.5%200%200%201-4.5%204.5h-19A4.5%204.5%200%200%201%202%2022.5V11.589zM14.938%205A8.96%208.96%200%200%200%2014%209a8.98%208.98%200%200%200%203.45%207.083l-1.45.781l-12.52-6.741l-1.476-.82A4.5%204.5%200%200%201%206.5%205zm10.365-3.14a7.5%207.5%200%200%201%202.749%201.596l-.495%201.725a1.52%201.52%200%200%200%201.095%201.892l1.698.423a7.5%207.5%200%200%201-.04%203.189l-1.536.351a1.52%201.52%200%200%200-1.117%201.927l.467%201.514a7.5%207.5%200%200%201-2.737%201.635L24.15%2014.84a1.53%201.53%200%200%200-2.192%200l-1.26%201.3a7.5%207.5%200%200%201-2.75-1.597l.495-1.724a1.52%201.52%200%200%200-1.095-1.892l-1.698-.424a7.5%207.5%200%200%201%20.04-3.189l1.536-.35a1.52%201.52%200%200%200%201.117-1.928l-.467-1.513a7.5%207.5%200%200%201%202.737-1.635L21.85%203.16a1.53%201.53%200%200%200%202.192%200zM23%207a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-settings-32-filled.svg?color=%231a73e8&size=48