gift-box from IconPark Solid by ByteDance · Solid · Money · Apache-2.0 Free for personal and commercial use.

Name
gift-box
Set
IconPark Solid
Style
Solid
Category
Money
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More money icons from IconPark Solid

Use the gift box icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVG8e4GgbgE"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#fff" stroke="#fff" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3z"/><path stroke="#000" d="M4 24h40M24 44V4"/><path stroke="#fff" d="M6 30V18m36 12V18M30 42H18M30 6H18"/><path stroke="#000" d="M24 24s7.897-3.546 9.099-4.747a3.077 3.077 0 1 0-4.352-4.352C27.546 16.103 24 24 24 24m0 0s-7.897-3.546-9.099-4.747m9.1 4.747s-3.547-7.897-4.748-9.099M24 24s7.897 3.546 9.099 4.747M24 24s3.546 7.897 4.747 9.099M24 23.999s-7.897 3.547-9.099 4.748a3.077 3.077 0 1 0 4.352 4.352c1.201-1.202 4.747-9.1 4.747-9.1"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVG8e4GgbgE)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkSolidGiftBox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVG8e4GgbgE"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#fff" stroke="#fff" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3z"/><path stroke="#000" d="M4 24h40M24 44V4"/><path stroke="#fff" d="M6 30V18m36 12V18M30 42H18M30 6H18"/><path stroke="#000" d="M24 24s7.897-3.546 9.099-4.747a3.077 3.077 0 1 0-4.352-4.352C27.546 16.103 24 24 24 24m0 0s-7.897-3.546-9.099-4.747m9.1 4.747s-3.547-7.897-4.748-9.099M24 24s7.897 3.546 9.099 4.747M24 24s3.546 7.897 4.747 9.099M24 23.999s-7.897 3.547-9.099 4.748a3.077 3.077 0 1 0 4.352 4.352c1.201-1.202 4.747-9.1 4.747-9.1"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVG8e4GgbgE)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVG8e4GgbgE"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#fff" stroke="#fff" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3z"/><path stroke="#000" d="M4 24h40M24 44V4"/><path stroke="#fff" d="M6 30V18m36 12V18M30 42H18M30 6H18"/><path stroke="#000" d="M24 24s7.897-3.546 9.099-4.747a3.077 3.077 0 1 0-4.352-4.352C27.546 16.103 24 24 24 24m0 0s-7.897-3.546-9.099-4.747m9.1 4.747s-3.547-7.897-4.748-9.099M24 24s7.897 3.546 9.099 4.747M24 24s3.546 7.897 4.747 9.099M24 23.999s-7.897 3.547-9.099 4.748a3.077 3.077 0 1 0 4.352 4.352c1.201-1.202 4.747-9.1 4.747-9.1"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVG8e4GgbgE)"/></svg>
</template>

CSS

.icon-gift-box {
  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%3Cdefs%3E%3Cmask%20id%3D%22SVG8e4GgbgE%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20d%3D%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M4%2024h40M24%2044V4%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M6%2030V18m36%2012V18M30%2042H18M30%206H18%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M24%2024s7.897-3.546%209.099-4.747a3.077%203.077%200%201%200-4.352-4.352C27.546%2016.103%2024%2024%2024%2024m0%200s-7.897-3.546-9.099-4.747m9.1%204.747s-3.547-7.897-4.748-9.099M24%2024s7.897%203.546%209.099%204.747M24%2024s3.546%207.897%204.747%209.099M24%2023.999s-7.897%203.547-9.099%204.748a3.077%203.077%200%201%200%204.352%204.352c1.201-1.202%204.747-9.1%204.747-9.1%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVG8e4GgbgE)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVG8e4GgbgE%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20d%3D%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M4%2024h40M24%2044V4%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M6%2030V18m36%2012V18M30%2042H18M30%206H18%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M24%2024s7.897-3.546%209.099-4.747a3.077%203.077%200%201%200-4.352-4.352C27.546%2016.103%2024%2024%2024%2024m0%200s-7.897-3.546-9.099-4.747m9.1%204.747s-3.547-7.897-4.748-9.099M24%2024s7.897%203.546%209.099%204.747M24%2024s3.546%207.897%204.747%209.099M24%2023.999s-7.897%203.547-9.099%204.748a3.077%203.077%200%201%200%204.352%204.352c1.201-1.202%204.747-9.1%204.747-9.1%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVG8e4GgbgE)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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