mail off icon
mail-off-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- mail-off-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.274 12.981l1.872 1.873a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L2.74 3.447C2.288 3.814 2 4.373 2 5v.201l5.404 2.91L8.56 9.267l-.323.173a.5.5 0 0 1-.474 0L2 6.337V11a2 2 0 0 0 2 2h8q.14 0 .274-.019m-1.876-4.704l3.461 3.461c.091-.228.141-.477.141-.738V6.337zM5.121 3L9.66 7.538L14 5.201V5a2 2 0 0 0-2-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailOff16Filled(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="m12.274 12.981l1.872 1.873a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L2.74 3.447C2.288 3.814 2 4.373 2 5v.201l5.404 2.91L8.56 9.267l-.323.173a.5.5 0 0 1-.474 0L2 6.337V11a2 2 0 0 0 2 2h8q.14 0 .274-.019m-1.876-4.704l3.461 3.461c.091-.228.141-.477.141-.738V6.337zM5.121 3L9.66 7.538L14 5.201V5a2 2 0 0 0-2-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.274 12.981l1.872 1.873a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L2.74 3.447C2.288 3.814 2 4.373 2 5v.201l5.404 2.91L8.56 9.267l-.323.173a.5.5 0 0 1-.474 0L2 6.337V11a2 2 0 0 0 2 2h8q.14 0 .274-.019m-1.876-4.704l3.461 3.461c.091-.228.141-.477.141-.738V6.337zM5.121 3L9.66 7.538L14 5.201V5a2 2 0 0 0-2-2z"/></svg> </template>
CSS
.icon-mail-off-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%22m12.274%2012.981l1.872%201.873a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708L2.74%203.447C2.288%203.814%202%204.373%202%205v.201l5.404%202.91L8.56%209.267l-.323.173a.5.5%200%200%201-.474%200L2%206.337V11a2%202%200%200%200%202%202h8q.14%200%20.274-.019m-1.876-4.704l3.461%203.461c.091-.228.141-.477.141-.738V6.337zM5.121%203L9.66%207.538L14%205.201V5a2%202%200%200%200-2-2z%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%22m12.274%2012.981l1.872%201.873a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708L2.74%203.447C2.288%203.814%202%204.373%202%205v.201l5.404%202.91L8.56%209.267l-.323.173a.5.5%200%200%201-.474%200L2%206.337V11a2%202%200%200%200%202%202h8q.14%200%20.274-.019m-1.876-4.704l3.461%203.461c.091-.228.141-.477.141-.738V6.337zM5.121%203L9.66%207.538L14%205.201V5a2%202%200%200%200-2-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-off-16-filled.svg?color=%231a73e8&size=48