japanese acceptable button emoji
japanese-acceptable-button from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- japanese-acceptable-button
- Set
- Twitter Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Twitter Emoji
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 acceptable button emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18C0 8.06 8.059 0 18 0s18 8.06 18 18"/><path fill="#fff" d="M6.988 9.546c-.494 0-.78-.39-.78-.962c0-.546.286-.936.78-.936h22.049c.468 0 .754.39.754.936s-.286.962-.754.962h-2.6v17.915c0 1.899-.858 2.652-3.276 2.652c-1.093 0-2.392-.131-3.406-.365c-.494-.103-.78-.467-.78-.935c0-.078 0-.182.026-.285c.104-.521.416-.807.858-.807c.078 0 .182 0 .26.025c.884.234 2.027.391 2.834.391c1.092 0 1.404-.234 1.404-1.248V9.546zm13.078 12.532c0 1.664-.728 2.314-2.366 2.314h-6.136c-1.664 0-2.392-.65-2.392-2.314v-6.941c0-1.664.728-2.314 2.392-2.314H17.7c1.638 0 2.366.65 2.366 2.314zm-2.807.443c.546 0 .806-.156.806-.729v-6.37c0-.572-.26-.728-.806-.728h-5.304c-.52 0-.78.156-.78.728v6.37c0 .572.26.729.78.729z"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiJapaneseAcceptableButton(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18C0 8.06 8.059 0 18 0s18 8.06 18 18"/><path fill="#fff" d="M6.988 9.546c-.494 0-.78-.39-.78-.962c0-.546.286-.936.78-.936h22.049c.468 0 .754.39.754.936s-.286.962-.754.962h-2.6v17.915c0 1.899-.858 2.652-3.276 2.652c-1.093 0-2.392-.131-3.406-.365c-.494-.103-.78-.467-.78-.935c0-.078 0-.182.026-.285c.104-.521.416-.807.858-.807c.078 0 .182 0 .26.025c.884.234 2.027.391 2.834.391c1.092 0 1.404-.234 1.404-1.248V9.546zm13.078 12.532c0 1.664-.728 2.314-2.366 2.314h-6.136c-1.664 0-2.392-.65-2.392-2.314v-6.941c0-1.664.728-2.314 2.392-2.314H17.7c1.638 0 2.366.65 2.366 2.314zm-2.807.443c.546 0 .806-.156.806-.729v-6.37c0-.572-.26-.728-.806-.728h-5.304c-.52 0-.78.156-.78.728v6.37c0 .572.26.729.78.729z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18C0 8.06 8.059 0 18 0s18 8.06 18 18"/><path fill="#fff" d="M6.988 9.546c-.494 0-.78-.39-.78-.962c0-.546.286-.936.78-.936h22.049c.468 0 .754.39.754.936s-.286.962-.754.962h-2.6v17.915c0 1.899-.858 2.652-3.276 2.652c-1.093 0-2.392-.131-3.406-.365c-.494-.103-.78-.467-.78-.935c0-.078 0-.182.026-.285c.104-.521.416-.807.858-.807c.078 0 .182 0 .26.025c.884.234 2.027.391 2.834.391c1.092 0 1.404-.234 1.404-1.248V9.546zm13.078 12.532c0 1.664-.728 2.314-2.366 2.314h-6.136c-1.664 0-2.392-.65-2.392-2.314v-6.941c0-1.664.728-2.314 2.392-2.314H17.7c1.638 0 2.366.65 2.366 2.314zm-2.807.443c.546 0 .806-.156.806-.729v-6.37c0-.572-.26-.728-.806-.728h-5.304c-.52 0-.78.156-.78.728v6.37c0 .572.26.729.78.729z"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018C0%208.06%208.059%200%2018%200s18%208.06%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.988%209.546c-.494%200-.78-.39-.78-.962c0-.546.286-.936.78-.936h22.049c.468%200%20.754.39.754.936s-.286.962-.754.962h-2.6v17.915c0%201.899-.858%202.652-3.276%202.652c-1.093%200-2.392-.131-3.406-.365c-.494-.103-.78-.467-.78-.935c0-.078%200-.182.026-.285c.104-.521.416-.807.858-.807c.078%200%20.182%200%20.26.025c.884.234%202.027.391%202.834.391c1.092%200%201.404-.234%201.404-1.248V9.546zm13.078%2012.532c0%201.664-.728%202.314-2.366%202.314h-6.136c-1.664%200-2.392-.65-2.392-2.314v-6.941c0-1.664.728-2.314%202.392-2.314H17.7c1.638%200%202.366.65%202.366%202.314zm-2.807.443c.546%200%20.806-.156.806-.729v-6.37c0-.572-.26-.728-.806-.728h-5.304c-.52%200-.78.156-.78.728v6.37c0%20.572.26.729.78.729z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018C0%208.06%208.059%200%2018%200s18%208.06%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.988%209.546c-.494%200-.78-.39-.78-.962c0-.546.286-.936.78-.936h22.049c.468%200%20.754.39.754.936s-.286.962-.754.962h-2.6v17.915c0%201.899-.858%202.652-3.276%202.652c-1.093%200-2.392-.131-3.406-.365c-.494-.103-.78-.467-.78-.935c0-.078%200-.182.026-.285c.104-.521.416-.807.858-.807c.078%200%20.182%200%20.26.025c.884.234%202.027.391%202.834.391c1.092%200%201.404-.234%201.404-1.248V9.546zm13.078%2012.532c0%201.664-.728%202.314-2.366%202.314h-6.136c-1.664%200-2.392-.65-2.392-2.314v-6.941c0-1.664.728-2.314%202.392-2.314H17.7c1.638%200%202.366.65%202.366%202.314zm-2.807.443c.546%200%20.806-.156.806-.729v-6.37c0-.572-.26-.728-.806-.728h-5.304c-.52%200-.78.156-.78.728v6.37c0%20.572.26.729.78.729z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/japanese-acceptable-button.svg?color=%231a73e8&size=48