japanese reserved button emoji

japanese-reserved-button from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
japanese-reserved-button
Set
Fluent Emoji Flat
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji Flat

Use the japanese reserved button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M26.224 18.948v2.912c0 4.212.052 4.888.052 5.044s-.026.182-.208.182h-1.17c-.182 0-.208-.026-.208-.182V25.5h-7.722v1.508c0 .182-.026.208-.208.208h-1.144c-.182 0-.208-.026-.208-.208c0-.13.052-.832.052-5.07v-2.626c0-2.626-.052-3.354-.052-3.51c0-.182.026-.208.208-.208c.156 0 .91.052 3.12.052h4.238c2.21 0 2.964-.052 3.094-.052c.182 0 .208.026.208.208c0 .156-.052.884-.052 3.146m-1.534 5.174v-2.964h-7.722v2.964zm0-4.29v-2.808h-7.722v2.808zM10.52 10.68v5.07c1.092-.468 2.236-.962 3.25-1.482c-.026.286-.052.676-.052 1.066c0 .494 0 .52-.494.754c-.832.39-1.742.806-2.704 1.222v3.276c0 1.43.026 2.964.026 3.952c0 1.196-.182 1.664-.676 2.028c-.494.39-1.014.468-2.73.468c-.52 0-.598-.026-.728-.52a3.4 3.4 0 0 0-.52-1.118c.65.052 1.3.078 2.158.078c.728 0 .962-.26.962-1.17v-6.37c-.624.234-1.248.468-1.872.676c-.572.208-.832.364-.962.494a.5.5 0 0 1-.338.156c-.104 0-.208-.052-.286-.234c-.182-.468-.338-.91-.494-1.482c.728-.13 1.352-.312 2.288-.624a27 27 0 0 0 1.664-.598V10.68h-.91c-1.872 0-2.444.052-2.6.052c-.182 0-.208-.026-.208-.208V9.406c0-.182.026-.208.208-.208c.156 0 .728.052 2.6.052h.91V7.17c0-1.56 0-2.314-.156-3.172c.624.026 1.144.078 1.638.156c.208.026.312.13.312.234c0 .182-.078.312-.156.494c-.104.286-.13.754-.13 2.262V9.25h.39c1.898 0 2.444-.052 2.6-.052c.182 0 .208.026.208.208v1.118c0 .182-.026.208-.208.208c-.156 0-.702-.052-2.6-.052zm6.188-1.43v1.534c0 .728.364.988.91 1.144c.364.078 1.3.208 3.692.208c2.028 0 3.614-.104 4.16-.468c.598-.39.702-1.014.78-2.548c.312.26.624.442 1.014.572c.468.182.494.208.442.676c-.182 1.508-.52 2.106-1.196 2.574c-.832.546-2.73.624-5.304.624c-2.886 0-3.9-.052-4.602-.286c-.858-.26-1.456-.754-1.456-1.95V6.78c0-1.17-.026-1.95-.13-2.652c.572.026 1.118.104 1.612.156c.234.026.364.13.364.234c0 .182-.078.286-.156.468c-.104.234-.13.416-.13 1.716v1.196c2.6-.52 5.252-1.274 6.708-1.82c.78-.286 1.326-.624 1.586-.884c.442.364.754.702 1.014 1.014c.13.156.156.234.156.364c0 .182-.156.26-.52.312c-.286.052-.572.182-1.092.364c-1.924.702-4.784 1.456-7.852 2.002"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatJapaneseReservedButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M26.224 18.948v2.912c0 4.212.052 4.888.052 5.044s-.026.182-.208.182h-1.17c-.182 0-.208-.026-.208-.182V25.5h-7.722v1.508c0 .182-.026.208-.208.208h-1.144c-.182 0-.208-.026-.208-.208c0-.13.052-.832.052-5.07v-2.626c0-2.626-.052-3.354-.052-3.51c0-.182.026-.208.208-.208c.156 0 .91.052 3.12.052h4.238c2.21 0 2.964-.052 3.094-.052c.182 0 .208.026.208.208c0 .156-.052.884-.052 3.146m-1.534 5.174v-2.964h-7.722v2.964zm0-4.29v-2.808h-7.722v2.808zM10.52 10.68v5.07c1.092-.468 2.236-.962 3.25-1.482c-.026.286-.052.676-.052 1.066c0 .494 0 .52-.494.754c-.832.39-1.742.806-2.704 1.222v3.276c0 1.43.026 2.964.026 3.952c0 1.196-.182 1.664-.676 2.028c-.494.39-1.014.468-2.73.468c-.52 0-.598-.026-.728-.52a3.4 3.4 0 0 0-.52-1.118c.65.052 1.3.078 2.158.078c.728 0 .962-.26.962-1.17v-6.37c-.624.234-1.248.468-1.872.676c-.572.208-.832.364-.962.494a.5.5 0 0 1-.338.156c-.104 0-.208-.052-.286-.234c-.182-.468-.338-.91-.494-1.482c.728-.13 1.352-.312 2.288-.624a27 27 0 0 0 1.664-.598V10.68h-.91c-1.872 0-2.444.052-2.6.052c-.182 0-.208-.026-.208-.208V9.406c0-.182.026-.208.208-.208c.156 0 .728.052 2.6.052h.91V7.17c0-1.56 0-2.314-.156-3.172c.624.026 1.144.078 1.638.156c.208.026.312.13.312.234c0 .182-.078.312-.156.494c-.104.286-.13.754-.13 2.262V9.25h.39c1.898 0 2.444-.052 2.6-.052c.182 0 .208.026.208.208v1.118c0 .182-.026.208-.208.208c-.156 0-.702-.052-2.6-.052zm6.188-1.43v1.534c0 .728.364.988.91 1.144c.364.078 1.3.208 3.692.208c2.028 0 3.614-.104 4.16-.468c.598-.39.702-1.014.78-2.548c.312.26.624.442 1.014.572c.468.182.494.208.442.676c-.182 1.508-.52 2.106-1.196 2.574c-.832.546-2.73.624-5.304.624c-2.886 0-3.9-.052-4.602-.286c-.858-.26-1.456-.754-1.456-1.95V6.78c0-1.17-.026-1.95-.13-2.652c.572.026 1.118.104 1.612.156c.234.026.364.13.364.234c0 .182-.078.286-.156.468c-.104.234-.13.416-.13 1.716v1.196c2.6-.52 5.252-1.274 6.708-1.82c.78-.286 1.326-.624 1.586-.884c.442.364.754.702 1.014 1.014c.13.156.156.234.156.364c0 .182-.156.26-.52.312c-.286.052-.572.182-1.092.364c-1.924.702-4.784 1.456-7.852 2.002"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M26.224 18.948v2.912c0 4.212.052 4.888.052 5.044s-.026.182-.208.182h-1.17c-.182 0-.208-.026-.208-.182V25.5h-7.722v1.508c0 .182-.026.208-.208.208h-1.144c-.182 0-.208-.026-.208-.208c0-.13.052-.832.052-5.07v-2.626c0-2.626-.052-3.354-.052-3.51c0-.182.026-.208.208-.208c.156 0 .91.052 3.12.052h4.238c2.21 0 2.964-.052 3.094-.052c.182 0 .208.026.208.208c0 .156-.052.884-.052 3.146m-1.534 5.174v-2.964h-7.722v2.964zm0-4.29v-2.808h-7.722v2.808zM10.52 10.68v5.07c1.092-.468 2.236-.962 3.25-1.482c-.026.286-.052.676-.052 1.066c0 .494 0 .52-.494.754c-.832.39-1.742.806-2.704 1.222v3.276c0 1.43.026 2.964.026 3.952c0 1.196-.182 1.664-.676 2.028c-.494.39-1.014.468-2.73.468c-.52 0-.598-.026-.728-.52a3.4 3.4 0 0 0-.52-1.118c.65.052 1.3.078 2.158.078c.728 0 .962-.26.962-1.17v-6.37c-.624.234-1.248.468-1.872.676c-.572.208-.832.364-.962.494a.5.5 0 0 1-.338.156c-.104 0-.208-.052-.286-.234c-.182-.468-.338-.91-.494-1.482c.728-.13 1.352-.312 2.288-.624a27 27 0 0 0 1.664-.598V10.68h-.91c-1.872 0-2.444.052-2.6.052c-.182 0-.208-.026-.208-.208V9.406c0-.182.026-.208.208-.208c.156 0 .728.052 2.6.052h.91V7.17c0-1.56 0-2.314-.156-3.172c.624.026 1.144.078 1.638.156c.208.026.312.13.312.234c0 .182-.078.312-.156.494c-.104.286-.13.754-.13 2.262V9.25h.39c1.898 0 2.444-.052 2.6-.052c.182 0 .208.026.208.208v1.118c0 .182-.026.208-.208.208c-.156 0-.702-.052-2.6-.052zm6.188-1.43v1.534c0 .728.364.988.91 1.144c.364.078 1.3.208 3.692.208c2.028 0 3.614-.104 4.16-.468c.598-.39.702-1.014.78-2.548c.312.26.624.442 1.014.572c.468.182.494.208.442.676c-.182 1.508-.52 2.106-1.196 2.574c-.832.546-2.73.624-5.304.624c-2.886 0-3.9-.052-4.602-.286c-.858-.26-1.456-.754-1.456-1.95V6.78c0-1.17-.026-1.95-.13-2.652c.572.026 1.118.104 1.612.156c.234.026.364.13.364.234c0 .182-.078.286-.156.468c-.104.234-.13.416-.13 1.716v1.196c2.6-.52 5.252-1.274 6.708-1.82c.78-.286 1.326-.624 1.586-.884c.442.364.754.702 1.014 1.014c.13.156.156.234.156.364c0 .182-.156.26-.52.312c-.286.052-.572.182-1.092.364c-1.924.702-4.784 1.456-7.852 2.002"/></g></svg>
</template>

CSS

.icon-japanese-reserved-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%22none%22%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.224%2018.948v2.912c0%204.212.052%204.888.052%205.044s-.026.182-.208.182h-1.17c-.182%200-.208-.026-.208-.182V25.5h-7.722v1.508c0%20.182-.026.208-.208.208h-1.144c-.182%200-.208-.026-.208-.208c0-.13.052-.832.052-5.07v-2.626c0-2.626-.052-3.354-.052-3.51c0-.182.026-.208.208-.208c.156%200%20.91.052%203.12.052h4.238c2.21%200%202.964-.052%203.094-.052c.182%200%20.208.026.208.208c0%20.156-.052.884-.052%203.146m-1.534%205.174v-2.964h-7.722v2.964zm0-4.29v-2.808h-7.722v2.808zM10.52%2010.68v5.07c1.092-.468%202.236-.962%203.25-1.482c-.026.286-.052.676-.052%201.066c0%20.494%200%20.52-.494.754c-.832.39-1.742.806-2.704%201.222v3.276c0%201.43.026%202.964.026%203.952c0%201.196-.182%201.664-.676%202.028c-.494.39-1.014.468-2.73.468c-.52%200-.598-.026-.728-.52a3.4%203.4%200%200%200-.52-1.118c.65.052%201.3.078%202.158.078c.728%200%20.962-.26.962-1.17v-6.37c-.624.234-1.248.468-1.872.676c-.572.208-.832.364-.962.494a.5.5%200%200%201-.338.156c-.104%200-.208-.052-.286-.234c-.182-.468-.338-.91-.494-1.482c.728-.13%201.352-.312%202.288-.624a27%2027%200%200%200%201.664-.598V10.68h-.91c-1.872%200-2.444.052-2.6.052c-.182%200-.208-.026-.208-.208V9.406c0-.182.026-.208.208-.208c.156%200%20.728.052%202.6.052h.91V7.17c0-1.56%200-2.314-.156-3.172c.624.026%201.144.078%201.638.156c.208.026.312.13.312.234c0%20.182-.078.312-.156.494c-.104.286-.13.754-.13%202.262V9.25h.39c1.898%200%202.444-.052%202.6-.052c.182%200%20.208.026.208.208v1.118c0%20.182-.026.208-.208.208c-.156%200-.702-.052-2.6-.052zm6.188-1.43v1.534c0%20.728.364.988.91%201.144c.364.078%201.3.208%203.692.208c2.028%200%203.614-.104%204.16-.468c.598-.39.702-1.014.78-2.548c.312.26.624.442%201.014.572c.468.182.494.208.442.676c-.182%201.508-.52%202.106-1.196%202.574c-.832.546-2.73.624-5.304.624c-2.886%200-3.9-.052-4.602-.286c-.858-.26-1.456-.754-1.456-1.95V6.78c0-1.17-.026-1.95-.13-2.652c.572.026%201.118.104%201.612.156c.234.026.364.13.364.234c0%20.182-.078.286-.156.468c-.104.234-.13.416-.13%201.716v1.196c2.6-.52%205.252-1.274%206.708-1.82c.78-.286%201.326-.624%201.586-.884c.442.364.754.702%201.014%201.014c.13.156.156.234.156.364c0%20.182-.156.26-.52.312c-.286.052-.572.182-1.092.364c-1.924.702-4.784%201.456-7.852%202.002%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%22none%22%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.224%2018.948v2.912c0%204.212.052%204.888.052%205.044s-.026.182-.208.182h-1.17c-.182%200-.208-.026-.208-.182V25.5h-7.722v1.508c0%20.182-.026.208-.208.208h-1.144c-.182%200-.208-.026-.208-.208c0-.13.052-.832.052-5.07v-2.626c0-2.626-.052-3.354-.052-3.51c0-.182.026-.208.208-.208c.156%200%20.91.052%203.12.052h4.238c2.21%200%202.964-.052%203.094-.052c.182%200%20.208.026.208.208c0%20.156-.052.884-.052%203.146m-1.534%205.174v-2.964h-7.722v2.964zm0-4.29v-2.808h-7.722v2.808zM10.52%2010.68v5.07c1.092-.468%202.236-.962%203.25-1.482c-.026.286-.052.676-.052%201.066c0%20.494%200%20.52-.494.754c-.832.39-1.742.806-2.704%201.222v3.276c0%201.43.026%202.964.026%203.952c0%201.196-.182%201.664-.676%202.028c-.494.39-1.014.468-2.73.468c-.52%200-.598-.026-.728-.52a3.4%203.4%200%200%200-.52-1.118c.65.052%201.3.078%202.158.078c.728%200%20.962-.26.962-1.17v-6.37c-.624.234-1.248.468-1.872.676c-.572.208-.832.364-.962.494a.5.5%200%200%201-.338.156c-.104%200-.208-.052-.286-.234c-.182-.468-.338-.91-.494-1.482c.728-.13%201.352-.312%202.288-.624a27%2027%200%200%200%201.664-.598V10.68h-.91c-1.872%200-2.444.052-2.6.052c-.182%200-.208-.026-.208-.208V9.406c0-.182.026-.208.208-.208c.156%200%20.728.052%202.6.052h.91V7.17c0-1.56%200-2.314-.156-3.172c.624.026%201.144.078%201.638.156c.208.026.312.13.312.234c0%20.182-.078.312-.156.494c-.104.286-.13.754-.13%202.262V9.25h.39c1.898%200%202.444-.052%202.6-.052c.182%200%20.208.026.208.208v1.118c0%20.182-.026.208-.208.208c-.156%200-.702-.052-2.6-.052zm6.188-1.43v1.534c0%20.728.364.988.91%201.144c.364.078%201.3.208%203.692.208c2.028%200%203.614-.104%204.16-.468c.598-.39.702-1.014.78-2.548c.312.26.624.442%201.014.572c.468.182.494.208.442.676c-.182%201.508-.52%202.106-1.196%202.574c-.832.546-2.73.624-5.304.624c-2.886%200-3.9-.052-4.602-.286c-.858-.26-1.456-.754-1.456-1.95V6.78c0-1.17-.026-1.95-.13-2.652c.572.026%201.118.104%201.612.156c.234.026.364.13.364.234c0%20.182-.078.286-.156.468c-.104.234-.13.416-.13%201.716v1.196c2.6-.52%205.252-1.274%206.708-1.82c.78-.286%201.326-.624%201.586-.884c.442.364.754.702%201.014%201.014c.13.156.156.234.156.364c0%20.182-.156.26-.52.312c-.286.052-.572.182-1.092.364c-1.924.702-4.784%201.456-7.852%202.002%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-flat/japanese-reserved-button.svg?color=%231a73e8&size=48