japanese not free of charge button emoji
japanese-not-free-of-charge-button from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- japanese-not-free-of-charge-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 not free of charge 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="M27.862 9.328V8.21c0-.182-.026-.208-.182-.208q-.045 0-.182.006c-.366.013-1.273.046-3.224.046h-9.62c.26-.702.494-1.456.728-2.21c.104-.338.286-.78.442-.988l.053-.065c.09-.108.181-.217.181-.325c0-.156-.13-.234-.364-.312a14 14 0 0 0-1.638-.312c0 .598-.182 1.43-.39 2.184a31 31 0 0 1-.65 2.028H8.778c-1.951 0-2.858-.033-3.224-.046l-.182-.006c-.182 0-.208.026-.208.208v1.118c0 .182.026.208.208.208l.182-.005a83 83 0 0 1 3.224-.047h3.666c-1.404 3.198-3.692 6.422-7.514 8.97c.338.182.624.442.91.78c.156.208.26.286.364.286c.073 0 .17-.069.332-.185l.032-.023a23.6 23.6 0 0 0 4.602-4.654v9.23c0 1.825-.034 2.634-.047 2.947l-.005.147c0 .182.026.208.234.208h1.17c.182 0 .208-.026.208-.208l-.005-.147a67 67 0 0 1-.047-2.947V21.73h9.724v2.652c0 .78-.364 1.066-1.17 1.066c-.91 0-1.534-.026-2.392-.104c.234.338.39.676.52 1.118c.067.268.1.398.183.46c.078.06.201.06.441.06c2.158 0 2.886-.156 3.38-.572c.442-.364.624-1.014.624-1.846c0-.192-.007-.499-.016-.884c-.015-.658-.036-1.546-.036-2.496V16.01c0-1.802.034-2.81.047-3.202l.005-.178c0-.182-.026-.208-.208-.208l-.21.006c-.426.013-1.47.046-3.352.046H12.6c.572-.962 1.04-1.95 1.482-2.99h10.192a83 83 0 0 1 3.406.052c.156 0 .182-.026.182-.208m-5.46 8.398v2.678h-9.724v-2.678zm0-3.9V16.4h-9.724v-2.574z"/><path d="M1 6a5 5 0 0 1 5-5h20a5 5 0 0 1 5 5v20a5 5 0 0 1-5 5H6a5 5 0 0 1-5-5zm5-3a3 3 0 0 0-3 3v20a3 3 0 0 0 3 3h20a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastJapaneseNotFreeOfChargeButton(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="M27.862 9.328V8.21c0-.182-.026-.208-.182-.208q-.045 0-.182.006c-.366.013-1.273.046-3.224.046h-9.62c.26-.702.494-1.456.728-2.21c.104-.338.286-.78.442-.988l.053-.065c.09-.108.181-.217.181-.325c0-.156-.13-.234-.364-.312a14 14 0 0 0-1.638-.312c0 .598-.182 1.43-.39 2.184a31 31 0 0 1-.65 2.028H8.778c-1.951 0-2.858-.033-3.224-.046l-.182-.006c-.182 0-.208.026-.208.208v1.118c0 .182.026.208.208.208l.182-.005a83 83 0 0 1 3.224-.047h3.666c-1.404 3.198-3.692 6.422-7.514 8.97c.338.182.624.442.91.78c.156.208.26.286.364.286c.073 0 .17-.069.332-.185l.032-.023a23.6 23.6 0 0 0 4.602-4.654v9.23c0 1.825-.034 2.634-.047 2.947l-.005.147c0 .182.026.208.234.208h1.17c.182 0 .208-.026.208-.208l-.005-.147a67 67 0 0 1-.047-2.947V21.73h9.724v2.652c0 .78-.364 1.066-1.17 1.066c-.91 0-1.534-.026-2.392-.104c.234.338.39.676.52 1.118c.067.268.1.398.183.46c.078.06.201.06.441.06c2.158 0 2.886-.156 3.38-.572c.442-.364.624-1.014.624-1.846c0-.192-.007-.499-.016-.884c-.015-.658-.036-1.546-.036-2.496V16.01c0-1.802.034-2.81.047-3.202l.005-.178c0-.182-.026-.208-.208-.208l-.21.006c-.426.013-1.47.046-3.352.046H12.6c.572-.962 1.04-1.95 1.482-2.99h10.192a83 83 0 0 1 3.406.052c.156 0 .182-.026.182-.208m-5.46 8.398v2.678h-9.724v-2.678zm0-3.9V16.4h-9.724v-2.574z"/><path d="M1 6a5 5 0 0 1 5-5h20a5 5 0 0 1 5 5v20a5 5 0 0 1-5 5H6a5 5 0 0 1-5-5zm5-3a3 3 0 0 0-3 3v20a3 3 0 0 0 3 3h20a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3z"/></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="M27.862 9.328V8.21c0-.182-.026-.208-.182-.208q-.045 0-.182.006c-.366.013-1.273.046-3.224.046h-9.62c.26-.702.494-1.456.728-2.21c.104-.338.286-.78.442-.988l.053-.065c.09-.108.181-.217.181-.325c0-.156-.13-.234-.364-.312a14 14 0 0 0-1.638-.312c0 .598-.182 1.43-.39 2.184a31 31 0 0 1-.65 2.028H8.778c-1.951 0-2.858-.033-3.224-.046l-.182-.006c-.182 0-.208.026-.208.208v1.118c0 .182.026.208.208.208l.182-.005a83 83 0 0 1 3.224-.047h3.666c-1.404 3.198-3.692 6.422-7.514 8.97c.338.182.624.442.91.78c.156.208.26.286.364.286c.073 0 .17-.069.332-.185l.032-.023a23.6 23.6 0 0 0 4.602-4.654v9.23c0 1.825-.034 2.634-.047 2.947l-.005.147c0 .182.026.208.234.208h1.17c.182 0 .208-.026.208-.208l-.005-.147a67 67 0 0 1-.047-2.947V21.73h9.724v2.652c0 .78-.364 1.066-1.17 1.066c-.91 0-1.534-.026-2.392-.104c.234.338.39.676.52 1.118c.067.268.1.398.183.46c.078.06.201.06.441.06c2.158 0 2.886-.156 3.38-.572c.442-.364.624-1.014.624-1.846c0-.192-.007-.499-.016-.884c-.015-.658-.036-1.546-.036-2.496V16.01c0-1.802.034-2.81.047-3.202l.005-.178c0-.182-.026-.208-.208-.208l-.21.006c-.426.013-1.47.046-3.352.046H12.6c.572-.962 1.04-1.95 1.482-2.99h10.192a83 83 0 0 1 3.406.052c.156 0 .182-.026.182-.208m-5.46 8.398v2.678h-9.724v-2.678zm0-3.9V16.4h-9.724v-2.574z"/><path d="M1 6a5 5 0 0 1 5-5h20a5 5 0 0 1 5 5v20a5 5 0 0 1-5 5H6a5 5 0 0 1-5-5zm5-3a3 3 0 0 0-3 3v20a3 3 0 0 0 3 3h20a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3z"/></g></svg> </template>
CSS
.icon-japanese-not-free-of-charge-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%22M27.862%209.328V8.21c0-.182-.026-.208-.182-.208q-.045%200-.182.006c-.366.013-1.273.046-3.224.046h-9.62c.26-.702.494-1.456.728-2.21c.104-.338.286-.78.442-.988l.053-.065c.09-.108.181-.217.181-.325c0-.156-.13-.234-.364-.312a14%2014%200%200%200-1.638-.312c0%20.598-.182%201.43-.39%202.184a31%2031%200%200%201-.65%202.028H8.778c-1.951%200-2.858-.033-3.224-.046l-.182-.006c-.182%200-.208.026-.208.208v1.118c0%20.182.026.208.208.208l.182-.005a83%2083%200%200%201%203.224-.047h3.666c-1.404%203.198-3.692%206.422-7.514%208.97c.338.182.624.442.91.78c.156.208.26.286.364.286c.073%200%20.17-.069.332-.185l.032-.023a23.6%2023.6%200%200%200%204.602-4.654v9.23c0%201.825-.034%202.634-.047%202.947l-.005.147c0%20.182.026.208.234.208h1.17c.182%200%20.208-.026.208-.208l-.005-.147a67%2067%200%200%201-.047-2.947V21.73h9.724v2.652c0%20.78-.364%201.066-1.17%201.066c-.91%200-1.534-.026-2.392-.104c.234.338.39.676.52%201.118c.067.268.1.398.183.46c.078.06.201.06.441.06c2.158%200%202.886-.156%203.38-.572c.442-.364.624-1.014.624-1.846c0-.192-.007-.499-.016-.884c-.015-.658-.036-1.546-.036-2.496V16.01c0-1.802.034-2.81.047-3.202l.005-.178c0-.182-.026-.208-.208-.208l-.21.006c-.426.013-1.47.046-3.352.046H12.6c.572-.962%201.04-1.95%201.482-2.99h10.192a83%2083%200%200%201%203.406.052c.156%200%20.182-.026.182-.208m-5.46%208.398v2.678h-9.724v-2.678zm0-3.9V16.4h-9.724v-2.574z%22%2F%3E%3Cpath%20d%3D%22M1%206a5%205%200%200%201%205-5h20a5%205%200%200%201%205%205v20a5%205%200%200%201-5%205H6a5%205%200%200%201-5-5zm5-3a3%203%200%200%200-3%203v20a3%203%200%200%200%203%203h20a3%203%200%200%200%203-3V6a3%203%200%200%200-3-3z%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%22M27.862%209.328V8.21c0-.182-.026-.208-.182-.208q-.045%200-.182.006c-.366.013-1.273.046-3.224.046h-9.62c.26-.702.494-1.456.728-2.21c.104-.338.286-.78.442-.988l.053-.065c.09-.108.181-.217.181-.325c0-.156-.13-.234-.364-.312a14%2014%200%200%200-1.638-.312c0%20.598-.182%201.43-.39%202.184a31%2031%200%200%201-.65%202.028H8.778c-1.951%200-2.858-.033-3.224-.046l-.182-.006c-.182%200-.208.026-.208.208v1.118c0%20.182.026.208.208.208l.182-.005a83%2083%200%200%201%203.224-.047h3.666c-1.404%203.198-3.692%206.422-7.514%208.97c.338.182.624.442.91.78c.156.208.26.286.364.286c.073%200%20.17-.069.332-.185l.032-.023a23.6%2023.6%200%200%200%204.602-4.654v9.23c0%201.825-.034%202.634-.047%202.947l-.005.147c0%20.182.026.208.234.208h1.17c.182%200%20.208-.026.208-.208l-.005-.147a67%2067%200%200%201-.047-2.947V21.73h9.724v2.652c0%20.78-.364%201.066-1.17%201.066c-.91%200-1.534-.026-2.392-.104c.234.338.39.676.52%201.118c.067.268.1.398.183.46c.078.06.201.06.441.06c2.158%200%202.886-.156%203.38-.572c.442-.364.624-1.014.624-1.846c0-.192-.007-.499-.016-.884c-.015-.658-.036-1.546-.036-2.496V16.01c0-1.802.034-2.81.047-3.202l.005-.178c0-.182-.026-.208-.208-.208l-.21.006c-.426.013-1.47.046-3.352.046H12.6c.572-.962%201.04-1.95%201.482-2.99h10.192a83%2083%200%200%201%203.406.052c.156%200%20.182-.026.182-.208m-5.46%208.398v2.678h-9.724v-2.678zm0-3.9V16.4h-9.724v-2.574z%22%2F%3E%3Cpath%20d%3D%22M1%206a5%205%200%200%201%205-5h20a5%205%200%200%201%205%205v20a5%205%200%200%201-5%205H6a5%205%200%200%201-5-5zm5-3a3%203%200%200%200-3%203v20a3%203%200%200%200%203%203h20a3%203%200%200%200%203-3V6a3%203%200%200%200-3-3z%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-not-free-of-charge-button.svg?color=%231a73e8&size=48