japanese congratulations button emoji
japanese-congratulations-button from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- japanese-congratulations-button
- 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 japanese congratulations button emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff5a79"/><g fill="#fff"><path d="M27.4 39.2c-.7-1-1.9-2.5-3.2-3.9v14.2h-4.8V37.2c-1.4 1.2-2.7 2.3-4.1 3.2c-.4-1.3-1.5-3.8-2.2-4.6c3.8-2.1 7.5-5.8 9.8-9.9h-8.2v-4.6h4.8v-6.8h4.9v6.8h1.3l.9-.2l2.7 1.7c-1 2.7-2.3 5.2-3.9 7.6c1.8 1.4 4.5 3.9 5.3 4.7z"/><path d="M47.3 39.2c-.1 4.7-.3 5.4-.9 5.4h-1.2c-.6 0-.6-.1-.6-1.4V31.3h4.1V15H31.1v16.3h3c-.4 6.8-1.4 11.1-6.5 13.8c1 .9 2.2 2.7 2.8 3.9c6.3-3.4 7.7-9.1 8.2-17.7h1.8v11.9c0 4.1.8 5.4 4.1 5.4H47c2.7 0 3.7-1.6 4-7.7c-1.1-.3-2.9-1-3.7-1.7m-3.2-12.5h-8.5v-7.1h8.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneJapaneseCongratulationsButton(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff5a79"/><g fill="#fff"><path d="M27.4 39.2c-.7-1-1.9-2.5-3.2-3.9v14.2h-4.8V37.2c-1.4 1.2-2.7 2.3-4.1 3.2c-.4-1.3-1.5-3.8-2.2-4.6c3.8-2.1 7.5-5.8 9.8-9.9h-8.2v-4.6h4.8v-6.8h4.9v6.8h1.3l.9-.2l2.7 1.7c-1 2.7-2.3 5.2-3.9 7.6c1.8 1.4 4.5 3.9 5.3 4.7z"/><path d="M47.3 39.2c-.1 4.7-.3 5.4-.9 5.4h-1.2c-.6 0-.6-.1-.6-1.4V31.3h4.1V15H31.1v16.3h3c-.4 6.8-1.4 11.1-6.5 13.8c1 .9 2.2 2.7 2.8 3.9c6.3-3.4 7.7-9.1 8.2-17.7h1.8v11.9c0 4.1.8 5.4 4.1 5.4H47c2.7 0 3.7-1.6 4-7.7c-1.1-.3-2.9-1-3.7-1.7m-3.2-12.5h-8.5v-7.1h8.5z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff5a79"/><g fill="#fff"><path d="M27.4 39.2c-.7-1-1.9-2.5-3.2-3.9v14.2h-4.8V37.2c-1.4 1.2-2.7 2.3-4.1 3.2c-.4-1.3-1.5-3.8-2.2-4.6c3.8-2.1 7.5-5.8 9.8-9.9h-8.2v-4.6h4.8v-6.8h4.9v6.8h1.3l.9-.2l2.7 1.7c-1 2.7-2.3 5.2-3.9 7.6c1.8 1.4 4.5 3.9 5.3 4.7z"/><path d="M47.3 39.2c-.1 4.7-.3 5.4-.9 5.4h-1.2c-.6 0-.6-.1-.6-1.4V31.3h4.1V15H31.1v16.3h3c-.4 6.8-1.4 11.1-6.5 13.8c1 .9 2.2 2.7 2.8 3.9c6.3-3.4 7.7-9.1 8.2-17.7h1.8v11.9c0 4.1.8 5.4 4.1 5.4H47c2.7 0 3.7-1.6 4-7.7c-1.1-.3-2.9-1-3.7-1.7m-3.2-12.5h-8.5v-7.1h8.5z"/></g></svg> </template>
CSS
.icon-japanese-congratulations-button {
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%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ff5a79%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M27.4%2039.2c-.7-1-1.9-2.5-3.2-3.9v14.2h-4.8V37.2c-1.4%201.2-2.7%202.3-4.1%203.2c-.4-1.3-1.5-3.8-2.2-4.6c3.8-2.1%207.5-5.8%209.8-9.9h-8.2v-4.6h4.8v-6.8h4.9v6.8h1.3l.9-.2l2.7%201.7c-1%202.7-2.3%205.2-3.9%207.6c1.8%201.4%204.5%203.9%205.3%204.7z%22%2F%3E%3Cpath%20d%3D%22M47.3%2039.2c-.1%204.7-.3%205.4-.9%205.4h-1.2c-.6%200-.6-.1-.6-1.4V31.3h4.1V15H31.1v16.3h3c-.4%206.8-1.4%2011.1-6.5%2013.8c1%20.9%202.2%202.7%202.8%203.9c6.3-3.4%207.7-9.1%208.2-17.7h1.8v11.9c0%204.1.8%205.4%204.1%205.4H47c2.7%200%203.7-1.6%204-7.7c-1.1-.3-2.9-1-3.7-1.7m-3.2-12.5h-8.5v-7.1h8.5z%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ff5a79%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M27.4%2039.2c-.7-1-1.9-2.5-3.2-3.9v14.2h-4.8V37.2c-1.4%201.2-2.7%202.3-4.1%203.2c-.4-1.3-1.5-3.8-2.2-4.6c3.8-2.1%207.5-5.8%209.8-9.9h-8.2v-4.6h4.8v-6.8h4.9v6.8h1.3l.9-.2l2.7%201.7c-1%202.7-2.3%205.2-3.9%207.6c1.8%201.4%204.5%203.9%205.3%204.7z%22%2F%3E%3Cpath%20d%3D%22M47.3%2039.2c-.1%204.7-.3%205.4-.9%205.4h-1.2c-.6%200-.6-.1-.6-1.4V31.3h4.1V15H31.1v16.3h3c-.4%206.8-1.4%2011.1-6.5%2013.8c1%20.9%202.2%202.7%202.8%203.9c6.3-3.4%207.7-9.1%208.2-17.7h1.8v11.9c0%204.1.8%205.4%204.1%205.4H47c2.7%200%203.7-1.6%204-7.7c-1.1-.3-2.9-1-3.7-1.7m-3.2-12.5h-8.5v-7.1h8.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/japanese-congratulations-button.svg?color=%231a73e8&size=48