red envelope icon
red-envelope-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- red-envelope-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- red-envelope-fill
2 other variants in Ant Design Icons
The same icon in other sets
Use the red envelope icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32M647 470.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4v25.1c0 4.6-3.8 8.4-8.4 8.4h-63.3v28.6h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.6-3.6 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4l-87.5-161c-2.2-4.1-.7-9.1 3.4-11.4c1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.9 141.8l71.9-141.9a8.5 8.5 0 0 1 7.5-4.6h47.8c4.6 0 8.4 3.8 8.4 8.4c-.1 1.5-.5 2.9-1.1 4.1M512.6 323L289 148h446z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignRedEnvelopeFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32M647 470.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4v25.1c0 4.6-3.8 8.4-8.4 8.4h-63.3v28.6h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.6-3.6 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4l-87.5-161c-2.2-4.1-.7-9.1 3.4-11.4c1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.9 141.8l71.9-141.9a8.5 8.5 0 0 1 7.5-4.6h47.8c4.6 0 8.4 3.8 8.4 8.4c-.1 1.5-.5 2.9-1.1 4.1M512.6 323L289 148h446z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32M647 470.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4v25.1c0 4.6-3.8 8.4-8.4 8.4h-63.3v28.6h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.6-3.6 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4l-87.5-161c-2.2-4.1-.7-9.1 3.4-11.4c1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.9 141.8l71.9-141.9a8.5 8.5 0 0 1 7.5-4.6h47.8c4.6 0 8.4 3.8 8.4 8.4c-.1 1.5-.5 2.9-1.1 4.1M512.6 323L289 148h446z"/></svg> </template>
CSS
.icon-red-envelope-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M832%2064H192c-17.7%200-32%2014.3-32%2032v832c0%2017.7%2014.3%2032%2032%2032h640c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32M647%20470.4l-87.2%20161h45.9c4.6%200%208.4%203.8%208.4%208.4v25.1c0%204.6-3.8%208.4-8.4%208.4h-63.3v28.6h63.3c4.6%200%208.4%203.8%208.4%208.4v25c.2%204.6-3.6%208.5-8.2%208.5h-63.3v49.9c0%204.6-3.8%208.4-8.4%208.4h-43.7c-4.6%200-8.4-3.8-8.4-8.4v-49.9h-63c-4.6%200-8.4-3.8-8.4-8.4v-25.1c0-4.6%203.8-8.4%208.4-8.4h63v-28.6h-63c-4.6%200-8.4-3.8-8.4-8.4v-25.1c0-4.6%203.8-8.4%208.4-8.4h45.4l-87.5-161c-2.2-4.1-.7-9.1%203.4-11.4c1.3-.6%202.6-1%203.9-1h48.8c3.2%200%206.1%201.8%207.5%204.6l71.9%20141.8l71.9-141.9a8.5%208.5%200%200%201%207.5-4.6h47.8c4.6%200%208.4%203.8%208.4%208.4c-.1%201.5-.5%202.9-1.1%204.1M512.6%20323L289%20148h446z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M832%2064H192c-17.7%200-32%2014.3-32%2032v832c0%2017.7%2014.3%2032%2032%2032h640c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32M647%20470.4l-87.2%20161h45.9c4.6%200%208.4%203.8%208.4%208.4v25.1c0%204.6-3.8%208.4-8.4%208.4h-63.3v28.6h63.3c4.6%200%208.4%203.8%208.4%208.4v25c.2%204.6-3.6%208.5-8.2%208.5h-63.3v49.9c0%204.6-3.8%208.4-8.4%208.4h-43.7c-4.6%200-8.4-3.8-8.4-8.4v-49.9h-63c-4.6%200-8.4-3.8-8.4-8.4v-25.1c0-4.6%203.8-8.4%208.4-8.4h63v-28.6h-63c-4.6%200-8.4-3.8-8.4-8.4v-25.1c0-4.6%203.8-8.4%208.4-8.4h45.4l-87.5-161c-2.2-4.1-.7-9.1%203.4-11.4c1.3-.6%202.6-1%203.9-1h48.8c3.2%200%206.1%201.8%207.5%204.6l71.9%20141.8l71.9-141.9a8.5%208.5%200%200%201%207.5-4.6h47.8c4.6%200%208.4%203.8%208.4%208.4c-.1%201.5-.5%202.9-1.1%204.1M512.6%20323L289%20148h446z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/red-envelope-filled.svg?color=%231a73e8&size=48