treasure chest emoji
treasure-chest from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- treasure-chest
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the treasure chest emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="M19.858 24.858L34 39v1h20v-1L39.858 24.858z"/><path fill="none" stroke="#6a462f" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m25.858 30.858l-3-3"/><path fill="#fcea2b" stroke="#fcea2b" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M46 38a5 5 0 0 0-5-5a4.94 4.94 0 0 0-2.367.622c-.696-.754-1.598-1.312-2.643-1.522c.001-.034.01-.066.01-.1a3 3 0 1 0-6 0l.003.025A4.96 4.96 0 0 0 27 31a5 5 0 0 0-5 5a3 3 0 1 0-6 0v4h30z"/><path fill="#a57939" d="M34 40h20v13a2 2 0 0 1-2 2H34zm7.858-17.142c1.953-1.953 4.512-2.929 7.071-2.929s5.119.976 7.071 2.929s2.93 4.512 2.93 7.071S57.952 35.048 56 37l-2 2l-14.142-14.142z"/><path fill="#f1b31c" d="M14 40h20v15H16a2 2 0 0 1-2-2zm7.858-17.142l-2 2h20l2-2a9.97 9.97 0 0 1 7.071-2.929h-20c-2.56 0-5.118.976-7.071 2.929"/><circle cx="33" cy="32" r="3" fill="#d22f27"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14 40h20v15H16a2 2 0 0 1-2-2zm20 0h20v13a2 2 0 0 1-2 2H34zm7.858-17.142c1.953-1.953 4.512-2.929 7.071-2.929s5.119.976 7.071 2.929s2.93 4.512 2.93 7.071S57.952 35.048 56 37l-2 2l-14.142-14.142zm-19 5l-3-3m2-2a9.97 9.97 0 0 1 7.071-2.929m0 0h20m-29.071 4.929h20m-18-2l-2 2"/><path d="M16 40h30v-2a5 5 0 0 0-5-5a4.94 4.94 0 0 0-2.367.622c-.696-.754-1.598-1.312-2.643-1.522c.001-.034.01-.066.01-.1a3 3 0 1 0-6 0l.003.025A4.96 4.96 0 0 0 27 31a5 5 0 0 0-5 5a3 3 0 1 0-6 0"/><circle cx="33" cy="32" r="3"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiTreasureChest(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="M19.858 24.858L34 39v1h20v-1L39.858 24.858z"/><path fill="none" stroke="#6a462f" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m25.858 30.858l-3-3"/><path fill="#fcea2b" stroke="#fcea2b" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M46 38a5 5 0 0 0-5-5a4.94 4.94 0 0 0-2.367.622c-.696-.754-1.598-1.312-2.643-1.522c.001-.034.01-.066.01-.1a3 3 0 1 0-6 0l.003.025A4.96 4.96 0 0 0 27 31a5 5 0 0 0-5 5a3 3 0 1 0-6 0v4h30z"/><path fill="#a57939" d="M34 40h20v13a2 2 0 0 1-2 2H34zm7.858-17.142c1.953-1.953 4.512-2.929 7.071-2.929s5.119.976 7.071 2.929s2.93 4.512 2.93 7.071S57.952 35.048 56 37l-2 2l-14.142-14.142z"/><path fill="#f1b31c" d="M14 40h20v15H16a2 2 0 0 1-2-2zm7.858-17.142l-2 2h20l2-2a9.97 9.97 0 0 1 7.071-2.929h-20c-2.56 0-5.118.976-7.071 2.929"/><circle cx="33" cy="32" r="3" fill="#d22f27"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M14 40h20v15H16a2 2 0 0 1-2-2zm20 0h20v13a2 2 0 0 1-2 2H34zm7.858-17.142c1.953-1.953 4.512-2.929 7.071-2.929s5.119.976 7.071 2.929s2.93 4.512 2.93 7.071S57.952 35.048 56 37l-2 2l-14.142-14.142zm-19 5l-3-3m2-2a9.97 9.97 0 0 1 7.071-2.929m0 0h20m-29.071 4.929h20m-18-2l-2 2"/><path d="M16 40h30v-2a5 5 0 0 0-5-5a4.94 4.94 0 0 0-2.367.622c-.696-.754-1.598-1.312-2.643-1.522c.001-.034.01-.066.01-.1a3 3 0 1 0-6 0l.003.025A4.96 4.96 0 0 0 27 31a5 5 0 0 0-5 5a3 3 0 1 0-6 0"/><circle cx="33" cy="32" r="3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="M19.858 24.858L34 39v1h20v-1L39.858 24.858z"/><path fill="none" stroke="#6a462f" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m25.858 30.858l-3-3"/><path fill="#fcea2b" stroke="#fcea2b" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M46 38a5 5 0 0 0-5-5a4.94 4.94 0 0 0-2.367.622c-.696-.754-1.598-1.312-2.643-1.522c.001-.034.01-.066.01-.1a3 3 0 1 0-6 0l.003.025A4.96 4.96 0 0 0 27 31a5 5 0 0 0-5 5a3 3 0 1 0-6 0v4h30z"/><path fill="#a57939" d="M34 40h20v13a2 2 0 0 1-2 2H34zm7.858-17.142c1.953-1.953 4.512-2.929 7.071-2.929s5.119.976 7.071 2.929s2.93 4.512 2.93 7.071S57.952 35.048 56 37l-2 2l-14.142-14.142z"/><path fill="#f1b31c" d="M14 40h20v15H16a2 2 0 0 1-2-2zm7.858-17.142l-2 2h20l2-2a9.97 9.97 0 0 1 7.071-2.929h-20c-2.56 0-5.118.976-7.071 2.929"/><circle cx="33" cy="32" r="3" fill="#d22f27"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14 40h20v15H16a2 2 0 0 1-2-2zm20 0h20v13a2 2 0 0 1-2 2H34zm7.858-17.142c1.953-1.953 4.512-2.929 7.071-2.929s5.119.976 7.071 2.929s2.93 4.512 2.93 7.071S57.952 35.048 56 37l-2 2l-14.142-14.142zm-19 5l-3-3m2-2a9.97 9.97 0 0 1 7.071-2.929m0 0h20m-29.071 4.929h20m-18-2l-2 2"/><path d="M16 40h30v-2a5 5 0 0 0-5-5a4.94 4.94 0 0 0-2.367.622c-.696-.754-1.598-1.312-2.643-1.522c.001-.034.01-.066.01-.1a3 3 0 1 0-6 0l.003.025A4.96 4.96 0 0 0 27 31a5 5 0 0 0-5 5a3 3 0 1 0-6 0"/><circle cx="33" cy="32" r="3"/></g></svg> </template>
CSS
.icon-treasure-chest {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M19.858%2024.858L34%2039v1h20v-1L39.858%2024.858z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%236a462f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m25.858%2030.858l-3-3%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M46%2038a5%205%200%200%200-5-5a4.94%204.94%200%200%200-2.367.622c-.696-.754-1.598-1.312-2.643-1.522c.001-.034.01-.066.01-.1a3%203%200%201%200-6%200l.003.025A4.96%204.96%200%200%200%2027%2031a5%205%200%200%200-5%205a3%203%200%201%200-6%200v4h30z%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M34%2040h20v13a2%202%200%200%201-2%202H34zm7.858-17.142c1.953-1.953%204.512-2.929%207.071-2.929s5.119.976%207.071%202.929s2.93%204.512%202.93%207.071S57.952%2035.048%2056%2037l-2%202l-14.142-14.142z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M14%2040h20v15H16a2%202%200%200%201-2-2zm7.858-17.142l-2%202h20l2-2a9.97%209.97%200%200%201%207.071-2.929h-20c-2.56%200-5.118.976-7.071%202.929%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2232%22%20r%3D%223%22%20fill%3D%22%23d22f27%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M14%2040h20v15H16a2%202%200%200%201-2-2zm20%200h20v13a2%202%200%200%201-2%202H34zm7.858-17.142c1.953-1.953%204.512-2.929%207.071-2.929s5.119.976%207.071%202.929s2.93%204.512%202.93%207.071S57.952%2035.048%2056%2037l-2%202l-14.142-14.142zm-19%205l-3-3m2-2a9.97%209.97%200%200%201%207.071-2.929m0%200h20m-29.071%204.929h20m-18-2l-2%202%22%2F%3E%3Cpath%20d%3D%22M16%2040h30v-2a5%205%200%200%200-5-5a4.94%204.94%200%200%200-2.367.622c-.696-.754-1.598-1.312-2.643-1.522c.001-.034.01-.066.01-.1a3%203%200%201%200-6%200l.003.025A4.96%204.96%200%200%200%2027%2031a5%205%200%200%200-5%205a3%203%200%201%200-6%200%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2232%22%20r%3D%223%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%2072%2072%22%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M19.858%2024.858L34%2039v1h20v-1L39.858%2024.858z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%236a462f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m25.858%2030.858l-3-3%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M46%2038a5%205%200%200%200-5-5a4.94%204.94%200%200%200-2.367.622c-.696-.754-1.598-1.312-2.643-1.522c.001-.034.01-.066.01-.1a3%203%200%201%200-6%200l.003.025A4.96%204.96%200%200%200%2027%2031a5%205%200%200%200-5%205a3%203%200%201%200-6%200v4h30z%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M34%2040h20v13a2%202%200%200%201-2%202H34zm7.858-17.142c1.953-1.953%204.512-2.929%207.071-2.929s5.119.976%207.071%202.929s2.93%204.512%202.93%207.071S57.952%2035.048%2056%2037l-2%202l-14.142-14.142z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M14%2040h20v15H16a2%202%200%200%201-2-2zm7.858-17.142l-2%202h20l2-2a9.97%209.97%200%200%201%207.071-2.929h-20c-2.56%200-5.118.976-7.071%202.929%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2232%22%20r%3D%223%22%20fill%3D%22%23d22f27%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M14%2040h20v15H16a2%202%200%200%201-2-2zm20%200h20v13a2%202%200%200%201-2%202H34zm7.858-17.142c1.953-1.953%204.512-2.929%207.071-2.929s5.119.976%207.071%202.929s2.93%204.512%202.93%207.071S57.952%2035.048%2056%2037l-2%202l-14.142-14.142zm-19%205l-3-3m2-2a9.97%209.97%200%200%201%207.071-2.929m0%200h20m-29.071%204.929h20m-18-2l-2%202%22%2F%3E%3Cpath%20d%3D%22M16%2040h30v-2a5%205%200%200%200-5-5a4.94%204.94%200%200%200-2.367.622c-.696-.754-1.598-1.312-2.643-1.522c.001-.034.01-.066.01-.1a3%203%200%201%200-6%200l.003.025A4.96%204.96%200%200%200%2027%2031a5%205%200%200%200-5%205a3%203%200%201%200-6%200%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2232%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/treasure-chest.svg?color=%231a73e8&size=48