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

Name
mail-settings-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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="M14.938 5a9 9 0 0 0-.712 2H6.5A2.5 2.5 0 0 0 4 9.5v.902l12 6.462l1.45-.782a9 9 0 0 0 2.006 1.192l-2.981 1.607a1 1 0 0 1-.949 0L4 12.674V22.5A2.5 2.5 0 0 0 6.5 25h19a2.5 2.5 0 0 0 2.5-2.5v-6.017a9 9 0 0 0 2-1.829V22.5a4.5 4.5 0 0 1-4.5 4.5h-19A4.5 4.5 0 0 1 2 22.5v-13A4.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 FluentMailSettings32Regular(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="M14.938 5a9 9 0 0 0-.712 2H6.5A2.5 2.5 0 0 0 4 9.5v.902l12 6.462l1.45-.782a9 9 0 0 0 2.006 1.192l-2.981 1.607a1 1 0 0 1-.949 0L4 12.674V22.5A2.5 2.5 0 0 0 6.5 25h19a2.5 2.5 0 0 0 2.5-2.5v-6.017a9 9 0 0 0 2-1.829V22.5a4.5 4.5 0 0 1-4.5 4.5h-19A4.5 4.5 0 0 1 2 22.5v-13A4.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="M14.938 5a9 9 0 0 0-.712 2H6.5A2.5 2.5 0 0 0 4 9.5v.902l12 6.462l1.45-.782a9 9 0 0 0 2.006 1.192l-2.981 1.607a1 1 0 0 1-.949 0L4 12.674V22.5A2.5 2.5 0 0 0 6.5 25h19a2.5 2.5 0 0 0 2.5-2.5v-6.017a9 9 0 0 0 2-1.829V22.5a4.5 4.5 0 0 1-4.5 4.5h-19A4.5 4.5 0 0 1 2 22.5v-13A4.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-regular {
  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%22M14.938%205a9%209%200%200%200-.712%202H6.5A2.5%202.5%200%200%200%204%209.5v.902l12%206.462l1.45-.782a9%209%200%200%200%202.006%201.192l-2.981%201.607a1%201%200%200%201-.949%200L4%2012.674V22.5A2.5%202.5%200%200%200%206.5%2025h19a2.5%202.5%200%200%200%202.5-2.5v-6.017a9%209%200%200%200%202-1.829V22.5a4.5%204.5%200%200%201-4.5%204.5h-19A4.5%204.5%200%200%201%202%2022.5v-13A4.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%22M14.938%205a9%209%200%200%200-.712%202H6.5A2.5%202.5%200%200%200%204%209.5v.902l12%206.462l1.45-.782a9%209%200%200%200%202.006%201.192l-2.981%201.607a1%201%200%200%201-.949%200L4%2012.674V22.5A2.5%202.5%200%200%200%206.5%2025h19a2.5%202.5%200%200%200%202.5-2.5v-6.017a9%209%200%200%200%202-1.829V22.5a4.5%204.5%200%200%201-4.5%204.5h-19A4.5%204.5%200%200%201%202%2022.5v-13A4.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-regular.svg?color=%231a73e8&size=48