japanese acceptable button emoji

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

Name
japanese-acceptable-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 acceptable 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="9.697" d="m1205 439.5l-1.018 107.8a5.15 5.15 0 0 1-5.181 5.103l-22.24-.128M1115 498.2v-24.28a5.15 5.15 0 0 1 5.152-5.152h43.31a5.153 5.153 0 0 1 5.152 5.166l-.102 36.62a5.154 5.154 0 0 1-5.135 5.138l-43.24.144a5.15 5.15 0 0 1-5.169-5.161l.035-18.55M1101 437.9h121.9" clip-rule="evenodd" transform="matrix(.2552 0 0 .2605 -260.446 -90.842)"/><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="9.697" d="m1205 439.5l-1.018 107.8a5.15 5.15 0 0 1-5.181 5.103l-22.24-.128M1115 498.2v-24.28a5.15 5.15 0 0 1 5.152-5.152h43.31a5.153 5.153 0 0 1 5.152 5.166l-.102 36.62a5.154 5.154 0 0 1-5.135 5.138l-43.24.144a5.15 5.15 0 0 1-5.169-5.161l.035-18.55M1101 437.9h121.9" transform="matrix(.8494 0 0 .8671 869.4 -261.5)"/></g><circle cx="36" cy="36.04" r="25.76" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1.84" transform="translate(-3.131 -3.174)scale(1.087)"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiJapaneseAcceptableButton(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="9.697" d="m1205 439.5l-1.018 107.8a5.15 5.15 0 0 1-5.181 5.103l-22.24-.128M1115 498.2v-24.28a5.15 5.15 0 0 1 5.152-5.152h43.31a5.153 5.153 0 0 1 5.152 5.166l-.102 36.62a5.154 5.154 0 0 1-5.135 5.138l-43.24.144a5.15 5.15 0 0 1-5.169-5.161l.035-18.55M1101 437.9h121.9" clipRule="evenodd" transform="matrix(.2552 0 0 .2605 -260.446 -90.842)"/><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="9.697" d="m1205 439.5l-1.018 107.8a5.15 5.15 0 0 1-5.181 5.103l-22.24-.128M1115 498.2v-24.28a5.15 5.15 0 0 1 5.152-5.152h43.31a5.153 5.153 0 0 1 5.152 5.166l-.102 36.62a5.154 5.154 0 0 1-5.135 5.138l-43.24.144a5.15 5.15 0 0 1-5.169-5.161l.035-18.55M1101 437.9h121.9" transform="matrix(.8494 0 0 .8671 869.4 -261.5)"/></g><circle cx="36" cy="36.04" r="25.76" fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="1.84" transform="translate(-3.131 -3.174)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="9.697" d="m1205 439.5l-1.018 107.8a5.15 5.15 0 0 1-5.181 5.103l-22.24-.128M1115 498.2v-24.28a5.15 5.15 0 0 1 5.152-5.152h43.31a5.153 5.153 0 0 1 5.152 5.166l-.102 36.62a5.154 5.154 0 0 1-5.135 5.138l-43.24.144a5.15 5.15 0 0 1-5.169-5.161l.035-18.55M1101 437.9h121.9" clip-rule="evenodd" transform="matrix(.2552 0 0 .2605 -260.446 -90.842)"/><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="9.697" d="m1205 439.5l-1.018 107.8a5.15 5.15 0 0 1-5.181 5.103l-22.24-.128M1115 498.2v-24.28a5.15 5.15 0 0 1 5.152-5.152h43.31a5.153 5.153 0 0 1 5.152 5.166l-.102 36.62a5.154 5.154 0 0 1-5.135 5.138l-43.24.144a5.15 5.15 0 0 1-5.169-5.161l.035-18.55M1101 437.9h121.9" transform="matrix(.8494 0 0 .8671 869.4 -261.5)"/></g><circle cx="36" cy="36.04" r="25.76" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1.84" transform="translate(-3.131 -3.174)scale(1.087)"/></svg>
</template>

CSS

.icon-japanese-acceptable-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%229.697%22%20d%3D%22m1205%20439.5l-1.018%20107.8a5.15%205.15%200%200%201-5.181%205.103l-22.24-.128M1115%20498.2v-24.28a5.15%205.15%200%200%201%205.152-5.152h43.31a5.153%205.153%200%200%201%205.152%205.166l-.102%2036.62a5.154%205.154%200%200%201-5.135%205.138l-43.24.144a5.15%205.15%200%200%201-5.169-5.161l.035-18.55M1101%20437.9h121.9%22%20clip-rule%3D%22evenodd%22%20transform%3D%22matrix(.2552%200%200%20.2605%20-260.446%20-90.842)%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%229.697%22%20d%3D%22m1205%20439.5l-1.018%20107.8a5.15%205.15%200%200%201-5.181%205.103l-22.24-.128M1115%20498.2v-24.28a5.15%205.15%200%200%201%205.152-5.152h43.31a5.153%205.153%200%200%201%205.152%205.166l-.102%2036.62a5.154%205.154%200%200%201-5.135%205.138l-43.24.144a5.15%205.15%200%200%201-5.169-5.161l.035-18.55M1101%20437.9h121.9%22%20transform%3D%22matrix(.8494%200%200%20.8671%20869.4%20-261.5)%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.131%20-3.174)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%229.697%22%20d%3D%22m1205%20439.5l-1.018%20107.8a5.15%205.15%200%200%201-5.181%205.103l-22.24-.128M1115%20498.2v-24.28a5.15%205.15%200%200%201%205.152-5.152h43.31a5.153%205.153%200%200%201%205.152%205.166l-.102%2036.62a5.154%205.154%200%200%201-5.135%205.138l-43.24.144a5.15%205.15%200%200%201-5.169-5.161l.035-18.55M1101%20437.9h121.9%22%20clip-rule%3D%22evenodd%22%20transform%3D%22matrix(.2552%200%200%20.2605%20-260.446%20-90.842)%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%229.697%22%20d%3D%22m1205%20439.5l-1.018%20107.8a5.15%205.15%200%200%201-5.181%205.103l-22.24-.128M1115%20498.2v-24.28a5.15%205.15%200%200%201%205.152-5.152h43.31a5.153%205.153%200%200%201%205.152%205.166l-.102%2036.62a5.154%205.154%200%200%201-5.135%205.138l-43.24.144a5.15%205.15%200%200%201-5.169-5.161l.035-18.55M1101%20437.9h121.9%22%20transform%3D%22matrix(.8494%200%200%20.8671%20869.4%20-261.5)%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.131%20-3.174)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-acceptable-button.svg?color=%231a73e8&size=48