japanese congratulations button emoji

japanese-congratulations-button from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.

Name
japanese-congratulations-button
Set
OpenMoji
Style
Default
Category
Symbols
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More symbols icons from OpenMoji

Use the japanese congratulations button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" stroke-width="2.5" d="M38.329 35.235s.989 12.57-7.213 16.346m13.166-16.816l.058 15.56a1.05 1.05 0 0 0 1.051 1.047h4.02c.547 0 1.39-.348 1.774-.887c.864-1.21.75-2.937.583-4.424M25.796 51.59l.046-16.345M49.608 23.58v10.035a.957.957 0 0 1-.956.957H35.085a.957.957 0 0 1-.956-.957V23.58c0-.528.428-.956.956-.956h13.567c.527 0 .956.428.956.956M26.109 34.765l5.784 5.392M19.843 26.87l11.126.024s-3.065 7.99-12.204 14.388m7.031-21.149l.022 6.285" clip-rule="evenodd"/><g transform="translate(-521.6 -12.27)scale(.3004)"><circle cx="36" cy="36.04" r="25.76" fill="#d22f27" transform="translate(1726 30.29)scale(3.619)"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="8.322" d="M1863.923 158.136s3.293 41.845-24.01 54.413m43.827-55.978l.195 51.796a3.5 3.5 0 0 0 3.498 3.484h13.382c1.82 0 4.628-1.157 5.906-2.95c2.875-4.031 2.494-9.778 1.94-14.726m-86.458 18.405l.156-54.413m79.112-38.831v33.408a3.185 3.185 0 0 1-3.183 3.183h-45.162a3.185 3.185 0 0 1-3.183-3.183v-33.408a3.185 3.185 0 0 1 3.183-3.182h45.162a3.185 3.185 0 0 1 3.183 3.182m-78.225 37.235l19.254 17.95m-40.114-44.233l37.037.081s-10.203 26.597-40.625 47.895m23.405-70.401l.073 20.923"/></g><circle cx="36" cy="36.04" r="25.76" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1.84" transform="translate(-3.13 -3.172)scale(1.087)"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiJapaneseCongratulationsButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="1.5" strokeWidth="2.5" d="M38.329 35.235s.989 12.57-7.213 16.346m13.166-16.816l.058 15.56a1.05 1.05 0 0 0 1.051 1.047h4.02c.547 0 1.39-.348 1.774-.887c.864-1.21.75-2.937.583-4.424M25.796 51.59l.046-16.345M49.608 23.58v10.035a.957.957 0 0 1-.956.957H35.085a.957.957 0 0 1-.956-.957V23.58c0-.528.428-.956.956-.956h13.567c.527 0 .956.428.956.956M26.109 34.765l5.784 5.392M19.843 26.87l11.126.024s-3.065 7.99-12.204 14.388m7.031-21.149l.022 6.285" clipRule="evenodd"/><g transform="translate(-521.6 -12.27)scale(.3004)"><circle cx="36" cy="36.04" r="25.76" fill="#d22f27" transform="translate(1726 30.29)scale(3.619)"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="8.322" d="M1863.923 158.136s3.293 41.845-24.01 54.413m43.827-55.978l.195 51.796a3.5 3.5 0 0 0 3.498 3.484h13.382c1.82 0 4.628-1.157 5.906-2.95c2.875-4.031 2.494-9.778 1.94-14.726m-86.458 18.405l.156-54.413m79.112-38.831v33.408a3.185 3.185 0 0 1-3.183 3.183h-45.162a3.185 3.185 0 0 1-3.183-3.183v-33.408a3.185 3.185 0 0 1 3.183-3.182h45.162a3.185 3.185 0 0 1 3.183 3.182m-78.225 37.235l19.254 17.95m-40.114-44.233l37.037.081s-10.203 26.597-40.625 47.895m23.405-70.401l.073 20.923"/></g><circle cx="36" cy="36.04" r="25.76" fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="1.84" transform="translate(-3.13 -3.172)scale(1.087)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" stroke-width="2.5" d="M38.329 35.235s.989 12.57-7.213 16.346m13.166-16.816l.058 15.56a1.05 1.05 0 0 0 1.051 1.047h4.02c.547 0 1.39-.348 1.774-.887c.864-1.21.75-2.937.583-4.424M25.796 51.59l.046-16.345M49.608 23.58v10.035a.957.957 0 0 1-.956.957H35.085a.957.957 0 0 1-.956-.957V23.58c0-.528.428-.956.956-.956h13.567c.527 0 .956.428.956.956M26.109 34.765l5.784 5.392M19.843 26.87l11.126.024s-3.065 7.99-12.204 14.388m7.031-21.149l.022 6.285" clip-rule="evenodd"/><g transform="translate(-521.6 -12.27)scale(.3004)"><circle cx="36" cy="36.04" r="25.76" fill="#d22f27" transform="translate(1726 30.29)scale(3.619)"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="8.322" d="M1863.923 158.136s3.293 41.845-24.01 54.413m43.827-55.978l.195 51.796a3.5 3.5 0 0 0 3.498 3.484h13.382c1.82 0 4.628-1.157 5.906-2.95c2.875-4.031 2.494-9.778 1.94-14.726m-86.458 18.405l.156-54.413m79.112-38.831v33.408a3.185 3.185 0 0 1-3.183 3.183h-45.162a3.185 3.185 0 0 1-3.183-3.183v-33.408a3.185 3.185 0 0 1 3.183-3.182h45.162a3.185 3.185 0 0 1 3.183 3.182m-78.225 37.235l19.254 17.95m-40.114-44.233l37.037.081s-10.203 26.597-40.625 47.895m23.405-70.401l.073 20.923"/></g><circle cx="36" cy="36.04" r="25.76" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1.84" transform="translate(-3.13 -3.172)scale(1.087)"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20stroke-width%3D%222.5%22%20d%3D%22M38.329%2035.235s.989%2012.57-7.213%2016.346m13.166-16.816l.058%2015.56a1.05%201.05%200%200%200%201.051%201.047h4.02c.547%200%201.39-.348%201.774-.887c.864-1.21.75-2.937.583-4.424M25.796%2051.59l.046-16.345M49.608%2023.58v10.035a.957.957%200%200%201-.956.957H35.085a.957.957%200%200%201-.956-.957V23.58c0-.528.428-.956.956-.956h13.567c.527%200%20.956.428.956.956M26.109%2034.765l5.784%205.392M19.843%2026.87l11.126.024s-3.065%207.99-12.204%2014.388m7.031-21.149l.022%206.285%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20transform%3D%22translate(-521.6%20-12.27)scale(.3004)%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236.04%22%20r%3D%2225.76%22%20fill%3D%22%23d22f27%22%20transform%3D%22translate(1726%2030.29)scale(3.619)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%228.322%22%20d%3D%22M1863.923%20158.136s3.293%2041.845-24.01%2054.413m43.827-55.978l.195%2051.796a3.5%203.5%200%200%200%203.498%203.484h13.382c1.82%200%204.628-1.157%205.906-2.95c2.875-4.031%202.494-9.778%201.94-14.726m-86.458%2018.405l.156-54.413m79.112-38.831v33.408a3.185%203.185%200%200%201-3.183%203.183h-45.162a3.185%203.185%200%200%201-3.183-3.183v-33.408a3.185%203.185%200%200%201%203.183-3.182h45.162a3.185%203.185%200%200%201%203.183%203.182m-78.225%2037.235l19.254%2017.95m-40.114-44.233l37.037.081s-10.203%2026.597-40.625%2047.895m23.405-70.401l.073%2020.923%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236.04%22%20r%3D%2225.76%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.84%22%20transform%3D%22translate(-3.13%20-3.172)scale(1.087)%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%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20stroke-width%3D%222.5%22%20d%3D%22M38.329%2035.235s.989%2012.57-7.213%2016.346m13.166-16.816l.058%2015.56a1.05%201.05%200%200%200%201.051%201.047h4.02c.547%200%201.39-.348%201.774-.887c.864-1.21.75-2.937.583-4.424M25.796%2051.59l.046-16.345M49.608%2023.58v10.035a.957.957%200%200%201-.956.957H35.085a.957.957%200%200%201-.956-.957V23.58c0-.528.428-.956.956-.956h13.567c.527%200%20.956.428.956.956M26.109%2034.765l5.784%205.392M19.843%2026.87l11.126.024s-3.065%207.99-12.204%2014.388m7.031-21.149l.022%206.285%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20transform%3D%22translate(-521.6%20-12.27)scale(.3004)%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236.04%22%20r%3D%2225.76%22%20fill%3D%22%23d22f27%22%20transform%3D%22translate(1726%2030.29)scale(3.619)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%228.322%22%20d%3D%22M1863.923%20158.136s3.293%2041.845-24.01%2054.413m43.827-55.978l.195%2051.796a3.5%203.5%200%200%200%203.498%203.484h13.382c1.82%200%204.628-1.157%205.906-2.95c2.875-4.031%202.494-9.778%201.94-14.726m-86.458%2018.405l.156-54.413m79.112-38.831v33.408a3.185%203.185%200%200%201-3.183%203.183h-45.162a3.185%203.185%200%200%201-3.183-3.183v-33.408a3.185%203.185%200%200%201%203.183-3.182h45.162a3.185%203.185%200%200%201%203.183%203.182m-78.225%2037.235l19.254%2017.95m-40.114-44.233l37.037.081s-10.203%2026.597-40.625%2047.895m23.405-70.401l.073%2020.923%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236.04%22%20r%3D%2225.76%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.84%22%20transform%3D%22translate(-3.13%20-3.172)scale(1.087)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/japanese-congratulations-button.svg?color=%231a73e8&size=48