red envelopes icon

red-envelopes from IconPark by ByteDance · Color · Money · Apache-2.0 Free for personal and commercial use.

Name
red-envelopes
Set
IconPark
Style
Color
Category
Money
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More money icons from IconPark

Use the red envelopes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M40 4H8V44H40V4Z"/><path stroke-linecap="round" d="M40 10C36 15.7625 32.3191 19.3207 28.3191 20.8915M19.7369 20.7775C15.7369 19.2067 12 15.7625 8 10L19.7369 20.7775Z"/><path fill="#2F88FF" d="M24 27C26.4853 27 28.5 24.9853 28.5 22.5C28.5 20.0147 26.4853 18 24 18C21.5147 18 19.5 20.0147 19.5 22.5C19.5 24.9853 21.5147 27 24 27Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkRedEnvelopes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path strokeLinecap="round" d="M40 4H8V44H40V4Z"/><path strokeLinecap="round" d="M40 10C36 15.7625 32.3191 19.3207 28.3191 20.8915M19.7369 20.7775C15.7369 19.2067 12 15.7625 8 10L19.7369 20.7775Z"/><path fill="#2F88FF" d="M24 27C26.4853 27 28.5 24.9853 28.5 22.5C28.5 20.0147 26.4853 18 24 18C21.5147 18 19.5 20.0147 19.5 22.5C19.5 24.9853 21.5147 27 24 27Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M40 4H8V44H40V4Z"/><path stroke-linecap="round" d="M40 10C36 15.7625 32.3191 19.3207 28.3191 20.8915M19.7369 20.7775C15.7369 19.2067 12 15.7625 8 10L19.7369 20.7775Z"/><path fill="#2F88FF" d="M24 27C26.4853 27 28.5 24.9853 28.5 22.5C28.5 20.0147 26.4853 18 24 18C21.5147 18 19.5 20.0147 19.5 22.5C19.5 24.9853 21.5147 27 24 27Z"/></g></svg>
</template>

CSS

.icon-red-envelopes {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M40%204H8V44H40V4Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M40%2010C36%2015.7625%2032.3191%2019.3207%2028.3191%2020.8915M19.7369%2020.7775C15.7369%2019.2067%2012%2015.7625%208%2010L19.7369%2020.7775Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2027C26.4853%2027%2028.5%2024.9853%2028.5%2022.5C28.5%2020.0147%2026.4853%2018%2024%2018C21.5147%2018%2019.5%2020.0147%2019.5%2022.5C19.5%2024.9853%2021.5147%2027%2024%2027Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M40%204H8V44H40V4Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M40%2010C36%2015.7625%2032.3191%2019.3207%2028.3191%2020.8915M19.7369%2020.7775C15.7369%2019.2067%2012%2015.7625%208%2010L19.7369%2020.7775Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2027C26.4853%2027%2028.5%2024.9853%2028.5%2022.5C28.5%2020.0147%2026.4853%2018%2024%2018C21.5147%2018%2019.5%2020.0147%2019.5%2022.5C19.5%2024.9853%2021.5147%2027%2024%2027Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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