red-envelope from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.

Name
red-envelope
Set
Fluent Emoji High Contrast
Style
Default
Category
Activities
Viewbox
32×32
License
MIT

The same emoji in other sets

More activities icons from Fluent Emoji High Contrast

Use the red envelope emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m18.325 14.652l-1.48.1l-.24-.6l1.97-.17zm1.02 2.44l-1.43.06l-.02-.6l1.48-.11zm-2.14.1l-.02-.58l-1.19.08l.03.55zm-1.14.76l1.16-.05l.02.52l-1.15.03zm1.87-.08l.02.53l1.35-.03l.02-.56z"/><path d="M3.141 1A2.14 2.14 0 0 0 1 3.14v25.72C1 30.043 1.96 31 3.141 31H28.86A2.14 2.14 0 0 0 31 28.86V3.147C31.015 1.947 30.03 1 28.87 1zM3 3.14A.14.14 0 0 1 3.141 3H28.87c.032 0 .067.013.095.041a.11.11 0 0 1 .036.083v5.027l-7.866 4.743A6 6 0 0 0 16 10a6 6 0 0 0-5.142 2.906L3 8.163zm0 6.193l7.415 4.47a6 6 0 1 0 11.166-.01L29 9.321V28.86a.14.14 0 0 1-.141.14H3.14a.14.14 0 0 1-.14-.14zm12.895 3.639a.35.35 0 0 1-.33-.32c-.02-.19.13-.36.32-.38l2.88-.27c.19-.02.36.13.38.32s-.13.36-.32.38l-2.88.27zm-2.32-.26a.35.35 0 0 1-.01-.5a.35.35 0 0 1 .5-.01l.95.92c.14.14.15.36.01.5c-.07.07-.16.11-.25.11s-.18-.03-.25-.1zm5.49.51c.12-.01.24.05.32.13c.07.1.09.23.05.34l-.53 1.41a.36.36 0 0 1-.31.23l-1.96.14h-.02c-.15 0-.28-.08-.33-.22l-.52-1.28a.36.36 0 0 1 .03-.32c.06-.1.16-.16.27-.17zm.97 4.2s0 .01-.01.01l-.04 1.29c0 .19-.15.34-.34.34l-2.03.05l-1.85.04h-.01a.35.35 0 0 1-.35-.33l-.09-1.56l-1.06-.39v2.46c0 .19-.16.35-.35.35s-.35-.16-.35-.35v-2.77l-.92 1.11c-.07.09-.17.13-.27.13a.4.4 0 0 1-.23-.08a.36.36 0 0 1-.05-.5l2.01-2.42l-1.67.33c-.2.04-.38-.09-.42-.28c-.03-.2.09-.38.28-.42l2.65-.53c.14-.02.29.04.37.17s.07.29-.03.41l-1.02 1.23v.4l1.02.37l-.01-.1c-.01-.19.14-.36.33-.37l4.1-.3c.1 0 .2.03.27.1s.11.17.11.27z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastRedEnvelope(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m18.325 14.652l-1.48.1l-.24-.6l1.97-.17zm1.02 2.44l-1.43.06l-.02-.6l1.48-.11zm-2.14.1l-.02-.58l-1.19.08l.03.55zm-1.14.76l1.16-.05l.02.52l-1.15.03zm1.87-.08l.02.53l1.35-.03l.02-.56z"/><path d="M3.141 1A2.14 2.14 0 0 0 1 3.14v25.72C1 30.043 1.96 31 3.141 31H28.86A2.14 2.14 0 0 0 31 28.86V3.147C31.015 1.947 30.03 1 28.87 1zM3 3.14A.14.14 0 0 1 3.141 3H28.87c.032 0 .067.013.095.041a.11.11 0 0 1 .036.083v5.027l-7.866 4.743A6 6 0 0 0 16 10a6 6 0 0 0-5.142 2.906L3 8.163zm0 6.193l7.415 4.47a6 6 0 1 0 11.166-.01L29 9.321V28.86a.14.14 0 0 1-.141.14H3.14a.14.14 0 0 1-.14-.14zm12.895 3.639a.35.35 0 0 1-.33-.32c-.02-.19.13-.36.32-.38l2.88-.27c.19-.02.36.13.38.32s-.13.36-.32.38l-2.88.27zm-2.32-.26a.35.35 0 0 1-.01-.5a.35.35 0 0 1 .5-.01l.95.92c.14.14.15.36.01.5c-.07.07-.16.11-.25.11s-.18-.03-.25-.1zm5.49.51c.12-.01.24.05.32.13c.07.1.09.23.05.34l-.53 1.41a.36.36 0 0 1-.31.23l-1.96.14h-.02c-.15 0-.28-.08-.33-.22l-.52-1.28a.36.36 0 0 1 .03-.32c.06-.1.16-.16.27-.17zm.97 4.2s0 .01-.01.01l-.04 1.29c0 .19-.15.34-.34.34l-2.03.05l-1.85.04h-.01a.35.35 0 0 1-.35-.33l-.09-1.56l-1.06-.39v2.46c0 .19-.16.35-.35.35s-.35-.16-.35-.35v-2.77l-.92 1.11c-.07.09-.17.13-.27.13a.4.4 0 0 1-.23-.08a.36.36 0 0 1-.05-.5l2.01-2.42l-1.67.33c-.2.04-.38-.09-.42-.28c-.03-.2.09-.38.28-.42l2.65-.53c.14-.02.29.04.37.17s.07.29-.03.41l-1.02 1.23v.4l1.02.37l-.01-.1c-.01-.19.14-.36.33-.37l4.1-.3c.1 0 .2.03.27.1s.11.17.11.27z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m18.325 14.652l-1.48.1l-.24-.6l1.97-.17zm1.02 2.44l-1.43.06l-.02-.6l1.48-.11zm-2.14.1l-.02-.58l-1.19.08l.03.55zm-1.14.76l1.16-.05l.02.52l-1.15.03zm1.87-.08l.02.53l1.35-.03l.02-.56z"/><path d="M3.141 1A2.14 2.14 0 0 0 1 3.14v25.72C1 30.043 1.96 31 3.141 31H28.86A2.14 2.14 0 0 0 31 28.86V3.147C31.015 1.947 30.03 1 28.87 1zM3 3.14A.14.14 0 0 1 3.141 3H28.87c.032 0 .067.013.095.041a.11.11 0 0 1 .036.083v5.027l-7.866 4.743A6 6 0 0 0 16 10a6 6 0 0 0-5.142 2.906L3 8.163zm0 6.193l7.415 4.47a6 6 0 1 0 11.166-.01L29 9.321V28.86a.14.14 0 0 1-.141.14H3.14a.14.14 0 0 1-.14-.14zm12.895 3.639a.35.35 0 0 1-.33-.32c-.02-.19.13-.36.32-.38l2.88-.27c.19-.02.36.13.38.32s-.13.36-.32.38l-2.88.27zm-2.32-.26a.35.35 0 0 1-.01-.5a.35.35 0 0 1 .5-.01l.95.92c.14.14.15.36.01.5c-.07.07-.16.11-.25.11s-.18-.03-.25-.1zm5.49.51c.12-.01.24.05.32.13c.07.1.09.23.05.34l-.53 1.41a.36.36 0 0 1-.31.23l-1.96.14h-.02c-.15 0-.28-.08-.33-.22l-.52-1.28a.36.36 0 0 1 .03-.32c.06-.1.16-.16.27-.17zm.97 4.2s0 .01-.01.01l-.04 1.29c0 .19-.15.34-.34.34l-2.03.05l-1.85.04h-.01a.35.35 0 0 1-.35-.33l-.09-1.56l-1.06-.39v2.46c0 .19-.16.35-.35.35s-.35-.16-.35-.35v-2.77l-.92 1.11c-.07.09-.17.13-.27.13a.4.4 0 0 1-.23-.08a.36.36 0 0 1-.05-.5l2.01-2.42l-1.67.33c-.2.04-.38-.09-.42-.28c-.03-.2.09-.38.28-.42l2.65-.53c.14-.02.29.04.37.17s.07.29-.03.41l-1.02 1.23v.4l1.02.37l-.01-.1c-.01-.19.14-.36.33-.37l4.1-.3c.1 0 .2.03.27.1s.11.17.11.27z"/></g></svg>
</template>

CSS

.icon-red-envelope {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m18.325%2014.652l-1.48.1l-.24-.6l1.97-.17zm1.02%202.44l-1.43.06l-.02-.6l1.48-.11zm-2.14.1l-.02-.58l-1.19.08l.03.55zm-1.14.76l1.16-.05l.02.52l-1.15.03zm1.87-.08l.02.53l1.35-.03l.02-.56z%22%2F%3E%3Cpath%20d%3D%22M3.141%201A2.14%202.14%200%200%200%201%203.14v25.72C1%2030.043%201.96%2031%203.141%2031H28.86A2.14%202.14%200%200%200%2031%2028.86V3.147C31.015%201.947%2030.03%201%2028.87%201zM3%203.14A.14.14%200%200%201%203.141%203H28.87c.032%200%20.067.013.095.041a.11.11%200%200%201%20.036.083v5.027l-7.866%204.743A6%206%200%200%200%2016%2010a6%206%200%200%200-5.142%202.906L3%208.163zm0%206.193l7.415%204.47a6%206%200%201%200%2011.166-.01L29%209.321V28.86a.14.14%200%200%201-.141.14H3.14a.14.14%200%200%201-.14-.14zm12.895%203.639a.35.35%200%200%201-.33-.32c-.02-.19.13-.36.32-.38l2.88-.27c.19-.02.36.13.38.32s-.13.36-.32.38l-2.88.27zm-2.32-.26a.35.35%200%200%201-.01-.5a.35.35%200%200%201%20.5-.01l.95.92c.14.14.15.36.01.5c-.07.07-.16.11-.25.11s-.18-.03-.25-.1zm5.49.51c.12-.01.24.05.32.13c.07.1.09.23.05.34l-.53%201.41a.36.36%200%200%201-.31.23l-1.96.14h-.02c-.15%200-.28-.08-.33-.22l-.52-1.28a.36.36%200%200%201%20.03-.32c.06-.1.16-.16.27-.17zm.97%204.2s0%20.01-.01.01l-.04%201.29c0%20.19-.15.34-.34.34l-2.03.05l-1.85.04h-.01a.35.35%200%200%201-.35-.33l-.09-1.56l-1.06-.39v2.46c0%20.19-.16.35-.35.35s-.35-.16-.35-.35v-2.77l-.92%201.11c-.07.09-.17.13-.27.13a.4.4%200%200%201-.23-.08a.36.36%200%200%201-.05-.5l2.01-2.42l-1.67.33c-.2.04-.38-.09-.42-.28c-.03-.2.09-.38.28-.42l2.65-.53c.14-.02.29.04.37.17s.07.29-.03.41l-1.02%201.23v.4l1.02.37l-.01-.1c-.01-.19.14-.36.33-.37l4.1-.3c.1%200%20.2.03.27.1s.11.17.11.27z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m18.325%2014.652l-1.48.1l-.24-.6l1.97-.17zm1.02%202.44l-1.43.06l-.02-.6l1.48-.11zm-2.14.1l-.02-.58l-1.19.08l.03.55zm-1.14.76l1.16-.05l.02.52l-1.15.03zm1.87-.08l.02.53l1.35-.03l.02-.56z%22%2F%3E%3Cpath%20d%3D%22M3.141%201A2.14%202.14%200%200%200%201%203.14v25.72C1%2030.043%201.96%2031%203.141%2031H28.86A2.14%202.14%200%200%200%2031%2028.86V3.147C31.015%201.947%2030.03%201%2028.87%201zM3%203.14A.14.14%200%200%201%203.141%203H28.87c.032%200%20.067.013.095.041a.11.11%200%200%201%20.036.083v5.027l-7.866%204.743A6%206%200%200%200%2016%2010a6%206%200%200%200-5.142%202.906L3%208.163zm0%206.193l7.415%204.47a6%206%200%201%200%2011.166-.01L29%209.321V28.86a.14.14%200%200%201-.141.14H3.14a.14.14%200%200%201-.14-.14zm12.895%203.639a.35.35%200%200%201-.33-.32c-.02-.19.13-.36.32-.38l2.88-.27c.19-.02.36.13.38.32s-.13.36-.32.38l-2.88.27zm-2.32-.26a.35.35%200%200%201-.01-.5a.35.35%200%200%201%20.5-.01l.95.92c.14.14.15.36.01.5c-.07.07-.16.11-.25.11s-.18-.03-.25-.1zm5.49.51c.12-.01.24.05.32.13c.07.1.09.23.05.34l-.53%201.41a.36.36%200%200%201-.31.23l-1.96.14h-.02c-.15%200-.28-.08-.33-.22l-.52-1.28a.36.36%200%200%201%20.03-.32c.06-.1.16-.16.27-.17zm.97%204.2s0%20.01-.01.01l-.04%201.29c0%20.19-.15.34-.34.34l-2.03.05l-1.85.04h-.01a.35.35%200%200%201-.35-.33l-.09-1.56l-1.06-.39v2.46c0%20.19-.16.35-.35.35s-.35-.16-.35-.35v-2.77l-.92%201.11c-.07.09-.17.13-.27.13a.4.4%200%200%201-.23-.08a.36.36%200%200%201-.05-.5l2.01-2.42l-1.67.33c-.2.04-.38-.09-.42-.28c-.03-.2.09-.38.28-.42l2.65-.53c.14-.02.29.04.37.17s.07.29-.03.41l-1.02%201.23v.4l1.02.37l-.01-.1c-.01-.19.14-.36.33-.37l4.1-.3c.1%200%20.2.03.27.1s.11.17.11.27z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/red-envelope.svg?color=%231a73e8&size=48