mail warning icon

mail-warning from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
mail-warning
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the mail warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m2.5 6l6.568 3.917c2.421 1.444 3.444 1.444 5.865 0L21.5 6"/><path d="M16 18.991C15.4 19 14.737 19 14 19h-4c-3.77 0-5.656 0-6.828-1.172S2 14.771 2 11s0-5.657 1.172-6.828S6.23 3 10.001 3h4c3.77 0 5.656 0 6.828 1.172c1.063 1.063 1.161 2.714 1.17 5.828M20 17v-4m.126 7.75H20m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMailWarning(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m2.5 6l6.568 3.917c2.421 1.444 3.444 1.444 5.865 0L21.5 6"/><path d="M16 18.991C15.4 19 14.737 19 14 19h-4c-3.77 0-5.656 0-6.828-1.172S2 14.771 2 11s0-5.657 1.172-6.828S6.23 3 10.001 3h4c3.77 0 5.656 0 6.828 1.172c1.063 1.063 1.161 2.714 1.17 5.828M20 17v-4m.126 7.75H20m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m2.5 6l6.568 3.917c2.421 1.444 3.444 1.444 5.865 0L21.5 6"/><path d="M16 18.991C15.4 19 14.737 19 14 19h-4c-3.77 0-5.656 0-6.828-1.172S2 14.771 2 11s0-5.657 1.172-6.828S6.23 3 10.001 3h4c3.77 0 5.656 0 6.828 1.172c1.063 1.063 1.161 2.714 1.17 5.828M20 17v-4m.126 7.75H20m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-mail-warning {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m2.5%206l6.568%203.917c2.421%201.444%203.444%201.444%205.865%200L21.5%206%22%2F%3E%3Cpath%20d%3D%22M16%2018.991C15.4%2019%2014.737%2019%2014%2019h-4c-3.77%200-5.656%200-6.828-1.172S2%2014.771%202%2011s0-5.657%201.172-6.828S6.23%203%2010.001%203h4c3.77%200%205.656%200%206.828%201.172c1.063%201.063%201.161%202.714%201.17%205.828M20%2017v-4m.126%207.75H20m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m2.5%206l6.568%203.917c2.421%201.444%203.444%201.444%205.865%200L21.5%206%22%2F%3E%3Cpath%20d%3D%22M16%2018.991C15.4%2019%2014.737%2019%2014%2019h-4c-3.77%200-5.656%200-6.828-1.172S2%2014.771%202%2011s0-5.657%201.172-6.828S6.23%203%2010.001%203h4c3.77%200%205.656%200%206.828%201.172c1.063%201.063%201.161%202.714%201.17%205.828M20%2017v-4m.126%207.75H20m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/mail-warning.svg?color=%231a73e8&size=48