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

Name
mail-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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

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 5v6a2 2 0 0 0 2 2h8q.14 0 .274-.019M11.293 12H4a1 1 0 0 1-1-1V6.876L7.763 9.44a.5.5 0 0 0 .474 0l.323-.173zM7.404 8.111L3 5.74V5a1 1 0 0 1 .455-.838zM13 5.74L9.66 7.538l.738.739L13 6.876v4.003l.86.86c.09-.23.14-.478.14-.739V5a2 2 0 0 0-2-2H5.121l1 1H12a1 1 0 0 1 1 1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailOff16Regular(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 5v6a2 2 0 0 0 2 2h8q.14 0 .274-.019M11.293 12H4a1 1 0 0 1-1-1V6.876L7.763 9.44a.5.5 0 0 0 .474 0l.323-.173zM7.404 8.111L3 5.74V5a1 1 0 0 1 .455-.838zM13 5.74L9.66 7.538l.738.739L13 6.876v4.003l.86.86c.09-.23.14-.478.14-.739V5a2 2 0 0 0-2-2H5.121l1 1H12a1 1 0 0 1 1 1z"/></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 5v6a2 2 0 0 0 2 2h8q.14 0 .274-.019M11.293 12H4a1 1 0 0 1-1-1V6.876L7.763 9.44a.5.5 0 0 0 .474 0l.323-.173zM7.404 8.111L3 5.74V5a1 1 0 0 1 .455-.838zM13 5.74L9.66 7.538l.738.739L13 6.876v4.003l.86.86c.09-.23.14-.478.14-.739V5a2 2 0 0 0-2-2H5.121l1 1H12a1 1 0 0 1 1 1z"/></svg>
</template>

CSS

.icon-mail-off-16-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%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%205v6a2%202%200%200%200%202%202h8q.14%200%20.274-.019M11.293%2012H4a1%201%200%200%201-1-1V6.876L7.763%209.44a.5.5%200%200%200%20.474%200l.323-.173zM7.404%208.111L3%205.74V5a1%201%200%200%201%20.455-.838zM13%205.74L9.66%207.538l.738.739L13%206.876v4.003l.86.86c.09-.23.14-.478.14-.739V5a2%202%200%200%200-2-2H5.121l1%201H12a1%201%200%200%201%201%201z%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%205v6a2%202%200%200%200%202%202h8q.14%200%20.274-.019M11.293%2012H4a1%201%200%200%201-1-1V6.876L7.763%209.44a.5.5%200%200%200%20.474%200l.323-.173zM7.404%208.111L3%205.74V5a1%201%200%200%201%20.455-.838zM13%205.74L9.66%207.538l.738.739L13%206.876v4.003l.86.86c.09-.23.14-.478.14-.739V5a2%202%200%200%200-2-2H5.121l1%201H12a1%201%200%200%201%201%201z%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-regular.svg?color=%231a73e8&size=48