mail shield icon
mail-shield-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- mail-shield-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
mail-add-16-filledmail-alert-16-filledmail-all-20-filledmail-all-accounts-24-filledmail-all-read-16-filledmail-all-unread-20-filledmail-arrow-clockwise-16-filledmail-arrow-double-back-16-filledmail-arrow-down-16-filledmail-arrow-forward-16-filledmail-arrow-up-16-filledmail-attach-16-filledmail-briefcase-48-filledmail-checkmark-16-filledmail-clock-16-filledmail-copy-20-filledmail-data-bar-16-filledmail-dismiss-16-filledmail-edit-20-filledmail-error-16-filledmail-fish-hook-16-filledmail-inbox-16-filledmail-inbox-add-16-filledmail-inbox-all-20-filled
Use the mail shield icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.557 10.191q.678.441 1.496.731c.29.104.605.104.894 0A7.4 7.4 0 0 0 13 10.455V13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8.337l5.763 3.103a.5.5 0 0 0 .474 0zM7 5v.134l.004.255v.008c.038 1.173.327 2.235.901 3.14a5.3 5.3 0 0 0 .8.977L7 10.432l-6-3.23V7a2 2 0 0 1 2-2zm7.001-2.559a3.5 3.5 0 0 1-1-.347a4.7 4.7 0 0 1-1.253-.984a.334.334 0 0 0-.495 0c-.87.932-1.833 1.39-2.903 1.39c-.193 0-.35.168-.35.375v2.25l.004.24Q8.054 6.907 8.75 8q.356.56.878 1q.724.608 1.761.98c.072.025.15.025.222 0C13.85 9.18 15 7.54 15 5.126V2.875l-.007-.076a.36.36 0 0 0-.343-.299q-.33 0-.649-.059"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailShield16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.557 10.191q.678.441 1.496.731c.29.104.605.104.894 0A7.4 7.4 0 0 0 13 10.455V13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8.337l5.763 3.103a.5.5 0 0 0 .474 0zM7 5v.134l.004.255v.008c.038 1.173.327 2.235.901 3.14a5.3 5.3 0 0 0 .8.977L7 10.432l-6-3.23V7a2 2 0 0 1 2-2zm7.001-2.559a3.5 3.5 0 0 1-1-.347a4.7 4.7 0 0 1-1.253-.984a.334.334 0 0 0-.495 0c-.87.932-1.833 1.39-2.903 1.39c-.193 0-.35.168-.35.375v2.25l.004.24Q8.054 6.907 8.75 8q.356.56.878 1q.724.608 1.761.98c.072.025.15.025.222 0C13.85 9.18 15 7.54 15 5.126V2.875l-.007-.076a.36.36 0 0 0-.343-.299q-.33 0-.649-.059"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.557 10.191q.678.441 1.496.731c.29.104.605.104.894 0A7.4 7.4 0 0 0 13 10.455V13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8.337l5.763 3.103a.5.5 0 0 0 .474 0zM7 5v.134l.004.255v.008c.038 1.173.327 2.235.901 3.14a5.3 5.3 0 0 0 .8.977L7 10.432l-6-3.23V7a2 2 0 0 1 2-2zm7.001-2.559a3.5 3.5 0 0 1-1-.347a4.7 4.7 0 0 1-1.253-.984a.334.334 0 0 0-.495 0c-.87.932-1.833 1.39-2.903 1.39c-.193 0-.35.168-.35.375v2.25l.004.24Q8.054 6.907 8.75 8q.356.56.878 1q.724.608 1.761.98c.072.025.15.025.222 0C13.85 9.18 15 7.54 15 5.126V2.875l-.007-.076a.36.36 0 0 0-.343-.299q-.33 0-.649-.059"/></svg> </template>
CSS
.icon-mail-shield-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.557%2010.191q.678.441%201.496.731c.29.104.605.104.894%200A7.4%207.4%200%200%200%2013%2010.455V13a2%202%200%200%201-2%202H3a2%202%200%200%201-2-2V8.337l5.763%203.103a.5.5%200%200%200%20.474%200zM7%205v.134l.004.255v.008c.038%201.173.327%202.235.901%203.14a5.3%205.3%200%200%200%20.8.977L7%2010.432l-6-3.23V7a2%202%200%200%201%202-2zm7.001-2.559a3.5%203.5%200%200%201-1-.347a4.7%204.7%200%200%201-1.253-.984a.334.334%200%200%200-.495%200c-.87.932-1.833%201.39-2.903%201.39c-.193%200-.35.168-.35.375v2.25l.004.24Q8.054%206.907%208.75%208q.356.56.878%201q.724.608%201.761.98c.072.025.15.025.222%200C13.85%209.18%2015%207.54%2015%205.126V2.875l-.007-.076a.36.36%200%200%200-.343-.299q-.33%200-.649-.059%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.557%2010.191q.678.441%201.496.731c.29.104.605.104.894%200A7.4%207.4%200%200%200%2013%2010.455V13a2%202%200%200%201-2%202H3a2%202%200%200%201-2-2V8.337l5.763%203.103a.5.5%200%200%200%20.474%200zM7%205v.134l.004.255v.008c.038%201.173.327%202.235.901%203.14a5.3%205.3%200%200%200%20.8.977L7%2010.432l-6-3.23V7a2%202%200%200%201%202-2zm7.001-2.559a3.5%203.5%200%200%201-1-.347a4.7%204.7%200%200%201-1.253-.984a.334.334%200%200%200-.495%200c-.87.932-1.833%201.39-2.903%201.39c-.193%200-.35.168-.35.375v2.25l.004.24Q8.054%206.907%208.75%208q.356.56.878%201q.724.608%201.761.98c.072.025.15.025.222%200C13.85%209.18%2015%207.54%2015%205.126V2.875l-.007-.076a.36.36%200%200%200-.343-.299q-.33%200-.649-.059%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-shield-16-filled.svg?color=%231a73e8&size=48