japanese congratulations button emoji
japanese-congratulations-button from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- japanese-congratulations-button
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji High Contrast
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the japanese congratulations button emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M21.502 22.072v-6.825c1.355 0 2.021.026 2.305.037l.152.005c.147 0 .168-.021.168-.168l-.005-.13a39 39 0 0 1-.037-1.928V9.787c0-1.101.025-1.653.036-1.905c.004-.076.006-.124.006-.153c0-.147-.021-.168-.168-.168l-.15.005c-.29.01-.986.037-2.433.037h-3.78a60 60 0 0 1-2.583-.042c-.147 0-.168.02-.168.168c0 .029.002.077.006.153c.011.252.036.804.036 1.905v3.276c0 1.1-.025 1.653-.036 1.905l-.006.153c0 .147.021.168.168.168l.182-.004c.264-.008.819-.023 1.792-.038c.021 4.935-1.134 7.014-4.788 8.568c.273.168.525.357.735.63l.037.042c.121.14.182.21.278.21c.063 0 .147-.021.294-.105c3.591-1.848 4.683-4.347 4.704-9.345h1.995v7.182c0 1.07.231 1.407.567 1.638c.252.189.714.315 2.016.315c1.05 0 1.722-.105 2.163-.504c.441-.4.651-.861.735-2.5c.021-.356.021-.377-.357-.503a3 3 0 0 1-.819-.42c-.021 1.617-.126 2.12-.336 2.436c-.168.252-.462.315-1.344.315c-.63 0-.966-.063-1.134-.19c-.21-.125-.231-.314-.231-.944m1.344-13.314v5.376h-6.741V8.758z"/><path d="M12.409 9.682h-1.386v-1.26c0-1.05.021-1.386.126-1.617q.021-.05.042-.091a.64.64 0 0 0 .084-.308c0-.084-.105-.147-.252-.168a9.4 9.4 0 0 0-1.386-.147c.147.63.168 1.218.168 2.373v1.218h-.567c-1.191 0-1.736-.025-1.979-.037l-.142-.005c-.147 0-.168.02-.168.168v.86c0 .148.021.169.168.169l.142-.005c.243-.012.788-.037 1.979-.037h2.961c-1.281 2.793-3.255 5.397-6.006 7.203c.231.273.378.546.504.86c.063.148.105.21.189.21c.063 0 .168-.041.315-.167a26 26 0 0 0 2.604-2.373v5.586c0 1.344-.027 2.231-.038 2.586l-.004.165c0 .147.021.168.168.168h.966c.147 0 .168-.021.168-.168l-.004-.165a80 80 0 0 1-.038-2.586V15.75c.567.819 1.344 1.596 2.163 2.289c.126.105.21.168.273.168q.095 0 .189-.19c.168-.272.399-.566.651-.776c-1.302-.84-2.121-1.596-2.94-2.625a23 23 0 0 0 1.932-3.318c.147-.357.273-.504.399-.588s.21-.168.21-.315c0-.084-.063-.21-.336-.483c-.294-.273-.42-.357-.546-.357a.5.5 0 0 0-.189.042c-.105.063-.21.084-.42.084"/><path d="M1 16C1 7.718 7.718 1 16 1s15 6.718 15 15s-6.718 15-15 15S1 24.282 1 16M16 3C8.822 3 3 8.822 3 16s5.822 13 13 13s13-5.822 13-13S23.178 3 16 3"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastJapaneseCongratulationsButton(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M21.502 22.072v-6.825c1.355 0 2.021.026 2.305.037l.152.005c.147 0 .168-.021.168-.168l-.005-.13a39 39 0 0 1-.037-1.928V9.787c0-1.101.025-1.653.036-1.905c.004-.076.006-.124.006-.153c0-.147-.021-.168-.168-.168l-.15.005c-.29.01-.986.037-2.433.037h-3.78a60 60 0 0 1-2.583-.042c-.147 0-.168.02-.168.168c0 .029.002.077.006.153c.011.252.036.804.036 1.905v3.276c0 1.1-.025 1.653-.036 1.905l-.006.153c0 .147.021.168.168.168l.182-.004c.264-.008.819-.023 1.792-.038c.021 4.935-1.134 7.014-4.788 8.568c.273.168.525.357.735.63l.037.042c.121.14.182.21.278.21c.063 0 .147-.021.294-.105c3.591-1.848 4.683-4.347 4.704-9.345h1.995v7.182c0 1.07.231 1.407.567 1.638c.252.189.714.315 2.016.315c1.05 0 1.722-.105 2.163-.504c.441-.4.651-.861.735-2.5c.021-.356.021-.377-.357-.503a3 3 0 0 1-.819-.42c-.021 1.617-.126 2.12-.336 2.436c-.168.252-.462.315-1.344.315c-.63 0-.966-.063-1.134-.19c-.21-.125-.231-.314-.231-.944m1.344-13.314v5.376h-6.741V8.758z"/><path d="M12.409 9.682h-1.386v-1.26c0-1.05.021-1.386.126-1.617q.021-.05.042-.091a.64.64 0 0 0 .084-.308c0-.084-.105-.147-.252-.168a9.4 9.4 0 0 0-1.386-.147c.147.63.168 1.218.168 2.373v1.218h-.567c-1.191 0-1.736-.025-1.979-.037l-.142-.005c-.147 0-.168.02-.168.168v.86c0 .148.021.169.168.169l.142-.005c.243-.012.788-.037 1.979-.037h2.961c-1.281 2.793-3.255 5.397-6.006 7.203c.231.273.378.546.504.86c.063.148.105.21.189.21c.063 0 .168-.041.315-.167a26 26 0 0 0 2.604-2.373v5.586c0 1.344-.027 2.231-.038 2.586l-.004.165c0 .147.021.168.168.168h.966c.147 0 .168-.021.168-.168l-.004-.165a80 80 0 0 1-.038-2.586V15.75c.567.819 1.344 1.596 2.163 2.289c.126.105.21.168.273.168q.095 0 .189-.19c.168-.272.399-.566.651-.776c-1.302-.84-2.121-1.596-2.94-2.625a23 23 0 0 0 1.932-3.318c.147-.357.273-.504.399-.588s.21-.168.21-.315c0-.084-.063-.21-.336-.483c-.294-.273-.42-.357-.546-.357a.5.5 0 0 0-.189.042c-.105.063-.21.084-.42.084"/><path d="M1 16C1 7.718 7.718 1 16 1s15 6.718 15 15s-6.718 15-15 15S1 24.282 1 16M16 3C8.822 3 3 8.822 3 16s5.822 13 13 13s13-5.822 13-13S23.178 3 16 3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M21.502 22.072v-6.825c1.355 0 2.021.026 2.305.037l.152.005c.147 0 .168-.021.168-.168l-.005-.13a39 39 0 0 1-.037-1.928V9.787c0-1.101.025-1.653.036-1.905c.004-.076.006-.124.006-.153c0-.147-.021-.168-.168-.168l-.15.005c-.29.01-.986.037-2.433.037h-3.78a60 60 0 0 1-2.583-.042c-.147 0-.168.02-.168.168c0 .029.002.077.006.153c.011.252.036.804.036 1.905v3.276c0 1.1-.025 1.653-.036 1.905l-.006.153c0 .147.021.168.168.168l.182-.004c.264-.008.819-.023 1.792-.038c.021 4.935-1.134 7.014-4.788 8.568c.273.168.525.357.735.63l.037.042c.121.14.182.21.278.21c.063 0 .147-.021.294-.105c3.591-1.848 4.683-4.347 4.704-9.345h1.995v7.182c0 1.07.231 1.407.567 1.638c.252.189.714.315 2.016.315c1.05 0 1.722-.105 2.163-.504c.441-.4.651-.861.735-2.5c.021-.356.021-.377-.357-.503a3 3 0 0 1-.819-.42c-.021 1.617-.126 2.12-.336 2.436c-.168.252-.462.315-1.344.315c-.63 0-.966-.063-1.134-.19c-.21-.125-.231-.314-.231-.944m1.344-13.314v5.376h-6.741V8.758z"/><path d="M12.409 9.682h-1.386v-1.26c0-1.05.021-1.386.126-1.617q.021-.05.042-.091a.64.64 0 0 0 .084-.308c0-.084-.105-.147-.252-.168a9.4 9.4 0 0 0-1.386-.147c.147.63.168 1.218.168 2.373v1.218h-.567c-1.191 0-1.736-.025-1.979-.037l-.142-.005c-.147 0-.168.02-.168.168v.86c0 .148.021.169.168.169l.142-.005c.243-.012.788-.037 1.979-.037h2.961c-1.281 2.793-3.255 5.397-6.006 7.203c.231.273.378.546.504.86c.063.148.105.21.189.21c.063 0 .168-.041.315-.167a26 26 0 0 0 2.604-2.373v5.586c0 1.344-.027 2.231-.038 2.586l-.004.165c0 .147.021.168.168.168h.966c.147 0 .168-.021.168-.168l-.004-.165a80 80 0 0 1-.038-2.586V15.75c.567.819 1.344 1.596 2.163 2.289c.126.105.21.168.273.168q.095 0 .189-.19c.168-.272.399-.566.651-.776c-1.302-.84-2.121-1.596-2.94-2.625a23 23 0 0 0 1.932-3.318c.147-.357.273-.504.399-.588s.21-.168.21-.315c0-.084-.063-.21-.336-.483c-.294-.273-.42-.357-.546-.357a.5.5 0 0 0-.189.042c-.105.063-.21.084-.42.084"/><path d="M1 16C1 7.718 7.718 1 16 1s15 6.718 15 15s-6.718 15-15 15S1 24.282 1 16M16 3C8.822 3 3 8.822 3 16s5.822 13 13 13s13-5.822 13-13S23.178 3 16 3"/></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.502%2022.072v-6.825c1.355%200%202.021.026%202.305.037l.152.005c.147%200%20.168-.021.168-.168l-.005-.13a39%2039%200%200%201-.037-1.928V9.787c0-1.101.025-1.653.036-1.905c.004-.076.006-.124.006-.153c0-.147-.021-.168-.168-.168l-.15.005c-.29.01-.986.037-2.433.037h-3.78a60%2060%200%200%201-2.583-.042c-.147%200-.168.02-.168.168c0%20.029.002.077.006.153c.011.252.036.804.036%201.905v3.276c0%201.1-.025%201.653-.036%201.905l-.006.153c0%20.147.021.168.168.168l.182-.004c.264-.008.819-.023%201.792-.038c.021%204.935-1.134%207.014-4.788%208.568c.273.168.525.357.735.63l.037.042c.121.14.182.21.278.21c.063%200%20.147-.021.294-.105c3.591-1.848%204.683-4.347%204.704-9.345h1.995v7.182c0%201.07.231%201.407.567%201.638c.252.189.714.315%202.016.315c1.05%200%201.722-.105%202.163-.504c.441-.4.651-.861.735-2.5c.021-.356.021-.377-.357-.503a3%203%200%200%201-.819-.42c-.021%201.617-.126%202.12-.336%202.436c-.168.252-.462.315-1.344.315c-.63%200-.966-.063-1.134-.19c-.21-.125-.231-.314-.231-.944m1.344-13.314v5.376h-6.741V8.758z%22%2F%3E%3Cpath%20d%3D%22M12.409%209.682h-1.386v-1.26c0-1.05.021-1.386.126-1.617q.021-.05.042-.091a.64.64%200%200%200%20.084-.308c0-.084-.105-.147-.252-.168a9.4%209.4%200%200%200-1.386-.147c.147.63.168%201.218.168%202.373v1.218h-.567c-1.191%200-1.736-.025-1.979-.037l-.142-.005c-.147%200-.168.02-.168.168v.86c0%20.148.021.169.168.169l.142-.005c.243-.012.788-.037%201.979-.037h2.961c-1.281%202.793-3.255%205.397-6.006%207.203c.231.273.378.546.504.86c.063.148.105.21.189.21c.063%200%20.168-.041.315-.167a26%2026%200%200%200%202.604-2.373v5.586c0%201.344-.027%202.231-.038%202.586l-.004.165c0%20.147.021.168.168.168h.966c.147%200%20.168-.021.168-.168l-.004-.165a80%2080%200%200%201-.038-2.586V15.75c.567.819%201.344%201.596%202.163%202.289c.126.105.21.168.273.168q.095%200%20.189-.19c.168-.272.399-.566.651-.776c-1.302-.84-2.121-1.596-2.94-2.625a23%2023%200%200%200%201.932-3.318c.147-.357.273-.504.399-.588s.21-.168.21-.315c0-.084-.063-.21-.336-.483c-.294-.273-.42-.357-.546-.357a.5.5%200%200%200-.189.042c-.105.063-.21.084-.42.084%22%2F%3E%3Cpath%20d%3D%22M1%2016C1%207.718%207.718%201%2016%201s15%206.718%2015%2015s-6.718%2015-15%2015S1%2024.282%201%2016M16%203C8.822%203%203%208.822%203%2016s5.822%2013%2013%2013s13-5.822%2013-13S23.178%203%2016%203%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.502%2022.072v-6.825c1.355%200%202.021.026%202.305.037l.152.005c.147%200%20.168-.021.168-.168l-.005-.13a39%2039%200%200%201-.037-1.928V9.787c0-1.101.025-1.653.036-1.905c.004-.076.006-.124.006-.153c0-.147-.021-.168-.168-.168l-.15.005c-.29.01-.986.037-2.433.037h-3.78a60%2060%200%200%201-2.583-.042c-.147%200-.168.02-.168.168c0%20.029.002.077.006.153c.011.252.036.804.036%201.905v3.276c0%201.1-.025%201.653-.036%201.905l-.006.153c0%20.147.021.168.168.168l.182-.004c.264-.008.819-.023%201.792-.038c.021%204.935-1.134%207.014-4.788%208.568c.273.168.525.357.735.63l.037.042c.121.14.182.21.278.21c.063%200%20.147-.021.294-.105c3.591-1.848%204.683-4.347%204.704-9.345h1.995v7.182c0%201.07.231%201.407.567%201.638c.252.189.714.315%202.016.315c1.05%200%201.722-.105%202.163-.504c.441-.4.651-.861.735-2.5c.021-.356.021-.377-.357-.503a3%203%200%200%201-.819-.42c-.021%201.617-.126%202.12-.336%202.436c-.168.252-.462.315-1.344.315c-.63%200-.966-.063-1.134-.19c-.21-.125-.231-.314-.231-.944m1.344-13.314v5.376h-6.741V8.758z%22%2F%3E%3Cpath%20d%3D%22M12.409%209.682h-1.386v-1.26c0-1.05.021-1.386.126-1.617q.021-.05.042-.091a.64.64%200%200%200%20.084-.308c0-.084-.105-.147-.252-.168a9.4%209.4%200%200%200-1.386-.147c.147.63.168%201.218.168%202.373v1.218h-.567c-1.191%200-1.736-.025-1.979-.037l-.142-.005c-.147%200-.168.02-.168.168v.86c0%20.148.021.169.168.169l.142-.005c.243-.012.788-.037%201.979-.037h2.961c-1.281%202.793-3.255%205.397-6.006%207.203c.231.273.378.546.504.86c.063.148.105.21.189.21c.063%200%20.168-.041.315-.167a26%2026%200%200%200%202.604-2.373v5.586c0%201.344-.027%202.231-.038%202.586l-.004.165c0%20.147.021.168.168.168h.966c.147%200%20.168-.021.168-.168l-.004-.165a80%2080%200%200%201-.038-2.586V15.75c.567.819%201.344%201.596%202.163%202.289c.126.105.21.168.273.168q.095%200%20.189-.19c.168-.272.399-.566.651-.776c-1.302-.84-2.121-1.596-2.94-2.625a23%2023%200%200%200%201.932-3.318c.147-.357.273-.504.399-.588s.21-.168.21-.315c0-.084-.063-.21-.336-.483c-.294-.273-.42-.357-.546-.357a.5.5%200%200%200-.189.042c-.105.063-.21.084-.42.084%22%2F%3E%3Cpath%20d%3D%22M1%2016C1%207.718%207.718%201%2016%201s15%206.718%2015%2015s-6.718%2015-15%2015S1%2024.282%201%2016M16%203C8.822%203%203%208.822%203%2016s5.822%2013%2013%2013s13-5.822%2013-13S23.178%203%2016%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/japanese-congratulations-button.svg?color=%231a73e8&size=48