red-envelope-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.

Name
red-envelope-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

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-32m-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1zm0-751.3h-31.7L512 331.3L263.7 136.7H232v-.7h560z"/><path fill="currentColor" fill-opacity=".15" d="M492.3 397.2L232 193.1V888h560V193.1L531.8 397.2a31.99 31.99 0 0 1-39.5 0m99.4 60.9h47.8a8.45 8.45 0 0 1 7.4 12.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4V665c0 4.6-3.8 8.4-8.4 8.4h-63.3V702h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.7-3.5 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.4L377 470.4a8.4 8.4 0 0 1 3.4-11.4c1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.7 142l71.9-141.9a8.6 8.6 0 0 1 7.5-4.6"/><path fill="currentColor" fill-opacity=".15" d="M232 136.7h31.7L512 331.3l248.3-194.6H792v-.7H232z"/><path fill="currentColor" d="M440.6 462.6a8.38 8.38 0 0 0-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 0 0-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 0 0-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignRedEnvelopeTwotone(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-32m-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1zm0-751.3h-31.7L512 331.3L263.7 136.7H232v-.7h560z"/><path fill="currentColor" fillOpacity=".15" d="M492.3 397.2L232 193.1V888h560V193.1L531.8 397.2a31.99 31.99 0 0 1-39.5 0m99.4 60.9h47.8a8.45 8.45 0 0 1 7.4 12.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4V665c0 4.6-3.8 8.4-8.4 8.4h-63.3V702h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.7-3.5 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.4L377 470.4a8.4 8.4 0 0 1 3.4-11.4c1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.7 142l71.9-141.9a8.6 8.6 0 0 1 7.5-4.6"/><path fill="currentColor" fillOpacity=".15" d="M232 136.7h31.7L512 331.3l248.3-194.6H792v-.7H232z"/><path fill="currentColor" d="M440.6 462.6a8.38 8.38 0 0 0-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 0 0-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 0 0-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9z"/></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-32m-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1zm0-751.3h-31.7L512 331.3L263.7 136.7H232v-.7h560z"/><path fill="currentColor" fill-opacity=".15" d="M492.3 397.2L232 193.1V888h560V193.1L531.8 397.2a31.99 31.99 0 0 1-39.5 0m99.4 60.9h47.8a8.45 8.45 0 0 1 7.4 12.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4V665c0 4.6-3.8 8.4-8.4 8.4h-63.3V702h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.7-3.5 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.4L377 470.4a8.4 8.4 0 0 1 3.4-11.4c1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.7 142l71.9-141.9a8.6 8.6 0 0 1 7.5-4.6"/><path fill="currentColor" fill-opacity=".15" d="M232 136.7h31.7L512 331.3l248.3-194.6H792v-.7H232z"/><path fill="currentColor" d="M440.6 462.6a8.38 8.38 0 0 0-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 0 0-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 0 0-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9z"/></svg>
</template>

CSS

.icon-red-envelope-twotone {
  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-32m-40%20824H232V193.1l260.3%20204.1c11.6%209.1%2027.9%209.1%2039.5%200L792%20193.1zm0-751.3h-31.7L512%20331.3L263.7%20136.7H232v-.7h560z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M492.3%20397.2L232%20193.1V888h560V193.1L531.8%20397.2a31.99%2031.99%200%200%201-39.5%200m99.4%2060.9h47.8a8.45%208.45%200%200%201%207.4%2012.4l-87.2%20161h45.9c4.6%200%208.4%203.8%208.4%208.4V665c0%204.6-3.8%208.4-8.4%208.4h-63.3V702h63.3c4.6%200%208.4%203.8%208.4%208.4v25c.2%204.7-3.5%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.4L377%20470.4a8.4%208.4%200%200%201%203.4-11.4c1.3-.6%202.6-1%203.9-1h48.8c3.2%200%206.1%201.8%207.5%204.6l71.7%20142l71.9-141.9a8.6%208.6%200%200%201%207.5-4.6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M232%20136.7h31.7L512%20331.3l248.3-194.6H792v-.7H232z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M440.6%20462.6a8.38%208.38%200%200%200-7.5-4.6h-48.8c-1.3%200-2.6.4-3.9%201a8.4%208.4%200%200%200-3.4%2011.4l87.4%20161.1H419c-4.6%200-8.4%203.8-8.4%208.4V665c0%204.6%203.8%208.4%208.4%208.4h63V702h-63c-4.6%200-8.4%203.8-8.4%208.4v25.1c0%204.6%203.8%208.4%208.4%208.4h63v49.9c0%204.6%203.8%208.4%208.4%208.4h43.7c4.6%200%208.4-3.8%208.4-8.4v-49.9h63.3c4.7%200%208.4-3.8%208.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6%200%208.4-3.8%208.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45%208.45%200%200%200-7.4-12.4h-47.8c-3.1%200-6%201.8-7.5%204.6l-71.9%20141.9z%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-32m-40%20824H232V193.1l260.3%20204.1c11.6%209.1%2027.9%209.1%2039.5%200L792%20193.1zm0-751.3h-31.7L512%20331.3L263.7%20136.7H232v-.7h560z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M492.3%20397.2L232%20193.1V888h560V193.1L531.8%20397.2a31.99%2031.99%200%200%201-39.5%200m99.4%2060.9h47.8a8.45%208.45%200%200%201%207.4%2012.4l-87.2%20161h45.9c4.6%200%208.4%203.8%208.4%208.4V665c0%204.6-3.8%208.4-8.4%208.4h-63.3V702h63.3c4.6%200%208.4%203.8%208.4%208.4v25c.2%204.7-3.5%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.4L377%20470.4a8.4%208.4%200%200%201%203.4-11.4c1.3-.6%202.6-1%203.9-1h48.8c3.2%200%206.1%201.8%207.5%204.6l71.7%20142l71.9-141.9a8.6%208.6%200%200%201%207.5-4.6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M232%20136.7h31.7L512%20331.3l248.3-194.6H792v-.7H232z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M440.6%20462.6a8.38%208.38%200%200%200-7.5-4.6h-48.8c-1.3%200-2.6.4-3.9%201a8.4%208.4%200%200%200-3.4%2011.4l87.4%20161.1H419c-4.6%200-8.4%203.8-8.4%208.4V665c0%204.6%203.8%208.4%208.4%208.4h63V702h-63c-4.6%200-8.4%203.8-8.4%208.4v25.1c0%204.6%203.8%208.4%208.4%208.4h63v49.9c0%204.6%203.8%208.4%208.4%208.4h43.7c4.6%200%208.4-3.8%208.4-8.4v-49.9h63.3c4.7%200%208.4-3.8%208.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6%200%208.4-3.8%208.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45%208.45%200%200%200-7.4-12.4h-47.8c-3.1%200-6%201.8-7.5%204.6l-71.9%20141.9z%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-twotone.svg?color=%231a73e8&size=48