mail prohibited icon
mail-prohibited-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- mail-prohibited-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
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 prohibited icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.5 14a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0-1.5a4.98 4.98 0 0 1-2.965-.974l6.991-6.991A5 5 0 0 1 20.5 12.5m2.965-9.026l-6.991 6.991a5 5 0 0 1 6.991-6.991M25 13.5a7.47 7.47 0 0 1-4.5 1.5a7.5 7.5 0 0 1-3.355-.79l-2.799 1.455a.75.75 0 0 1-.692 0L3 10.124v9.626l.005.184A3.25 3.25 0 0 0 6.25 23h15.5l.185-.005A3.25 3.25 0 0 0 25 19.75zM13.427 5H6.25l-.184.005A3.25 3.25 0 0 0 3 8.25v.184l11 5.72l1.706-.886A7.48 7.48 0 0 1 13 7.5c0-.877.15-1.718.427-2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailProhibited28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.5 14a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0-1.5a4.98 4.98 0 0 1-2.965-.974l6.991-6.991A5 5 0 0 1 20.5 12.5m2.965-9.026l-6.991 6.991a5 5 0 0 1 6.991-6.991M25 13.5a7.47 7.47 0 0 1-4.5 1.5a7.5 7.5 0 0 1-3.355-.79l-2.799 1.455a.75.75 0 0 1-.692 0L3 10.124v9.626l.005.184A3.25 3.25 0 0 0 6.25 23h15.5l.185-.005A3.25 3.25 0 0 0 25 19.75zM13.427 5H6.25l-.184.005A3.25 3.25 0 0 0 3 8.25v.184l11 5.72l1.706-.886A7.48 7.48 0 0 1 13 7.5c0-.877.15-1.718.427-2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.5 14a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0-1.5a4.98 4.98 0 0 1-2.965-.974l6.991-6.991A5 5 0 0 1 20.5 12.5m2.965-9.026l-6.991 6.991a5 5 0 0 1 6.991-6.991M25 13.5a7.47 7.47 0 0 1-4.5 1.5a7.5 7.5 0 0 1-3.355-.79l-2.799 1.455a.75.75 0 0 1-.692 0L3 10.124v9.626l.005.184A3.25 3.25 0 0 0 6.25 23h15.5l.185-.005A3.25 3.25 0 0 0 25 19.75zM13.427 5H6.25l-.184.005A3.25 3.25 0 0 0 3 8.25v.184l11 5.72l1.706-.886A7.48 7.48 0 0 1 13 7.5c0-.877.15-1.718.427-2.5"/></svg> </template>
CSS
.icon-mail-prohibited-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%2014a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013m0-1.5a4.98%204.98%200%200%201-2.965-.974l6.991-6.991A5%205%200%200%201%2020.5%2012.5m2.965-9.026l-6.991%206.991a5%205%200%200%201%206.991-6.991M25%2013.5a7.47%207.47%200%200%201-4.5%201.5a7.5%207.5%200%200%201-3.355-.79l-2.799%201.455a.75.75%200%200%201-.692%200L3%2010.124v9.626l.005.184A3.25%203.25%200%200%200%206.25%2023h15.5l.185-.005A3.25%203.25%200%200%200%2025%2019.75zM13.427%205H6.25l-.184.005A3.25%203.25%200%200%200%203%208.25v.184l11%205.72l1.706-.886A7.48%207.48%200%200%201%2013%207.5c0-.877.15-1.718.427-2.5%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%2014a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013m0-1.5a4.98%204.98%200%200%201-2.965-.974l6.991-6.991A5%205%200%200%201%2020.5%2012.5m2.965-9.026l-6.991%206.991a5%205%200%200%201%206.991-6.991M25%2013.5a7.47%207.47%200%200%201-4.5%201.5a7.5%207.5%200%200%201-3.355-.79l-2.799%201.455a.75.75%200%200%201-.692%200L3%2010.124v9.626l.005.184A3.25%203.25%200%200%200%206.25%2023h15.5l.185-.005A3.25%203.25%200%200%200%2025%2019.75zM13.427%205H6.25l-.184.005A3.25%203.25%200%200%200%203%208.25v.184l11%205.72l1.706-.886A7.48%207.48%200%200%201%2013%207.5c0-.877.15-1.718.427-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-prohibited-28-filled.svg?color=%231a73e8&size=48