mahjong red dragon emoji
mahjong-red-dragon from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- mahjong-red-dragon
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Emoji One (Colored)
Use the mahjong red dragon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#b69467" d="M64 30.8v-8.4h-5.7v3L40.4 11c-.9-.8-2.5-.8-3.4 0L5.7 36v-2.8H0v8.5c.1.4.3.8.7 1.2l22.9 18.4c.9.8 2.5.8 3.4 0l36.2-29.1c.5-.4.8-.9.8-1.4"/><path fill="#efdec2" d="M27.1 53c-.9.8-2.5.8-3.4 0L.7 34.6c-.9-.8-.9-2 0-2.8L36.9 2.7c.9-.8 2.5-.8 3.4 0l22.9 18.4c.9.8.9 2 0 2.8z"/><path fill="#b70000" d="M46.5 13.5c.8 2.1.3 4.2.3 6.3c-1.8 2.1-3.7 0-5.5 2.5c3.8 2 9.1 6.4 6.6 10.5c-4.1-.6-8.3-1.6-12.3.6c0-1.2-2-2.4-3.5-3.7C25.7 31.8 22.6 40 15.8 41c.3-4.6 11.3-9 13.4-13.6c-1.6-2-3-1.1-4.6-2.8C28.8 21 21.5 17 28 13.5c2.1 1.6.1 3 1.3 4.5c2.5 1.5 4.9 1.9 7.4 3.3c3.8-2.6 3.2-5.3 5.3-7.9c1.5-.3 3.1.6 4.5.1M38 24c-1.6 1.3-3.2 2.6-4.9 3.9c3.6 2.2 7.1 1.5 10.6-.2c-.2-2.1-3.8-3-5.7-3.7m-7.9-3.8c-.9 1.9-2.3 3.8.8 5.9c1.5-1.5 4.8-2.9 3.2-4.4c-1.4.2-2.7-.9-4-1.5"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneMahjongRedDragon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#b69467" d="M64 30.8v-8.4h-5.7v3L40.4 11c-.9-.8-2.5-.8-3.4 0L5.7 36v-2.8H0v8.5c.1.4.3.8.7 1.2l22.9 18.4c.9.8 2.5.8 3.4 0l36.2-29.1c.5-.4.8-.9.8-1.4"/><path fill="#efdec2" d="M27.1 53c-.9.8-2.5.8-3.4 0L.7 34.6c-.9-.8-.9-2 0-2.8L36.9 2.7c.9-.8 2.5-.8 3.4 0l22.9 18.4c.9.8.9 2 0 2.8z"/><path fill="#b70000" d="M46.5 13.5c.8 2.1.3 4.2.3 6.3c-1.8 2.1-3.7 0-5.5 2.5c3.8 2 9.1 6.4 6.6 10.5c-4.1-.6-8.3-1.6-12.3.6c0-1.2-2-2.4-3.5-3.7C25.7 31.8 22.6 40 15.8 41c.3-4.6 11.3-9 13.4-13.6c-1.6-2-3-1.1-4.6-2.8C28.8 21 21.5 17 28 13.5c2.1 1.6.1 3 1.3 4.5c2.5 1.5 4.9 1.9 7.4 3.3c3.8-2.6 3.2-5.3 5.3-7.9c1.5-.3 3.1.6 4.5.1M38 24c-1.6 1.3-3.2 2.6-4.9 3.9c3.6 2.2 7.1 1.5 10.6-.2c-.2-2.1-3.8-3-5.7-3.7m-7.9-3.8c-.9 1.9-2.3 3.8.8 5.9c1.5-1.5 4.8-2.9 3.2-4.4c-1.4.2-2.7-.9-4-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#b69467" d="M64 30.8v-8.4h-5.7v3L40.4 11c-.9-.8-2.5-.8-3.4 0L5.7 36v-2.8H0v8.5c.1.4.3.8.7 1.2l22.9 18.4c.9.8 2.5.8 3.4 0l36.2-29.1c.5-.4.8-.9.8-1.4"/><path fill="#efdec2" d="M27.1 53c-.9.8-2.5.8-3.4 0L.7 34.6c-.9-.8-.9-2 0-2.8L36.9 2.7c.9-.8 2.5-.8 3.4 0l22.9 18.4c.9.8.9 2 0 2.8z"/><path fill="#b70000" d="M46.5 13.5c.8 2.1.3 4.2.3 6.3c-1.8 2.1-3.7 0-5.5 2.5c3.8 2 9.1 6.4 6.6 10.5c-4.1-.6-8.3-1.6-12.3.6c0-1.2-2-2.4-3.5-3.7C25.7 31.8 22.6 40 15.8 41c.3-4.6 11.3-9 13.4-13.6c-1.6-2-3-1.1-4.6-2.8C28.8 21 21.5 17 28 13.5c2.1 1.6.1 3 1.3 4.5c2.5 1.5 4.9 1.9 7.4 3.3c3.8-2.6 3.2-5.3 5.3-7.9c1.5-.3 3.1.6 4.5.1M38 24c-1.6 1.3-3.2 2.6-4.9 3.9c3.6 2.2 7.1 1.5 10.6-.2c-.2-2.1-3.8-3-5.7-3.7m-7.9-3.8c-.9 1.9-2.3 3.8.8 5.9c1.5-1.5 4.8-2.9 3.2-4.4c-1.4.2-2.7-.9-4-1.5"/></svg> </template>
CSS
.icon-mahjong-red-dragon {
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%2064%2064%22%3E%3Cpath%20fill%3D%22%23b69467%22%20d%3D%22M64%2030.8v-8.4h-5.7v3L40.4%2011c-.9-.8-2.5-.8-3.4%200L5.7%2036v-2.8H0v8.5c.1.4.3.8.7%201.2l22.9%2018.4c.9.8%202.5.8%203.4%200l36.2-29.1c.5-.4.8-.9.8-1.4%22%2F%3E%3Cpath%20fill%3D%22%23efdec2%22%20d%3D%22M27.1%2053c-.9.8-2.5.8-3.4%200L.7%2034.6c-.9-.8-.9-2%200-2.8L36.9%202.7c.9-.8%202.5-.8%203.4%200l22.9%2018.4c.9.8.9%202%200%202.8z%22%2F%3E%3Cpath%20fill%3D%22%23b70000%22%20d%3D%22M46.5%2013.5c.8%202.1.3%204.2.3%206.3c-1.8%202.1-3.7%200-5.5%202.5c3.8%202%209.1%206.4%206.6%2010.5c-4.1-.6-8.3-1.6-12.3.6c0-1.2-2-2.4-3.5-3.7C25.7%2031.8%2022.6%2040%2015.8%2041c.3-4.6%2011.3-9%2013.4-13.6c-1.6-2-3-1.1-4.6-2.8C28.8%2021%2021.5%2017%2028%2013.5c2.1%201.6.1%203%201.3%204.5c2.5%201.5%204.9%201.9%207.4%203.3c3.8-2.6%203.2-5.3%205.3-7.9c1.5-.3%203.1.6%204.5.1M38%2024c-1.6%201.3-3.2%202.6-4.9%203.9c3.6%202.2%207.1%201.5%2010.6-.2c-.2-2.1-3.8-3-5.7-3.7m-7.9-3.8c-.9%201.9-2.3%203.8.8%205.9c1.5-1.5%204.8-2.9%203.2-4.4c-1.4.2-2.7-.9-4-1.5%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23b69467%22%20d%3D%22M64%2030.8v-8.4h-5.7v3L40.4%2011c-.9-.8-2.5-.8-3.4%200L5.7%2036v-2.8H0v8.5c.1.4.3.8.7%201.2l22.9%2018.4c.9.8%202.5.8%203.4%200l36.2-29.1c.5-.4.8-.9.8-1.4%22%2F%3E%3Cpath%20fill%3D%22%23efdec2%22%20d%3D%22M27.1%2053c-.9.8-2.5.8-3.4%200L.7%2034.6c-.9-.8-.9-2%200-2.8L36.9%202.7c.9-.8%202.5-.8%203.4%200l22.9%2018.4c.9.8.9%202%200%202.8z%22%2F%3E%3Cpath%20fill%3D%22%23b70000%22%20d%3D%22M46.5%2013.5c.8%202.1.3%204.2.3%206.3c-1.8%202.1-3.7%200-5.5%202.5c3.8%202%209.1%206.4%206.6%2010.5c-4.1-.6-8.3-1.6-12.3.6c0-1.2-2-2.4-3.5-3.7C25.7%2031.8%2022.6%2040%2015.8%2041c.3-4.6%2011.3-9%2013.4-13.6c-1.6-2-3-1.1-4.6-2.8C28.8%2021%2021.5%2017%2028%2013.5c2.1%201.6.1%203%201.3%204.5c2.5%201.5%204.9%201.9%207.4%203.3c3.8-2.6%203.2-5.3%205.3-7.9c1.5-.3%203.1.6%204.5.1M38%2024c-1.6%201.3-3.2%202.6-4.9%203.9c3.6%202.2%207.1%201.5%2010.6-.2c-.2-2.1-3.8-3-5.7-3.7m-7.9-3.8c-.9%201.9-2.3%203.8.8%205.9c1.5-1.5%204.8-2.9%203.2-4.4c-1.4.2-2.7-.9-4-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/mahjong-red-dragon.svg?color=%231a73e8&size=48