japanese prohibited button emoji
japanese-prohibited-button from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- japanese-prohibited-button
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Emoji One (Colored)
Use the japanese prohibited button emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff5a79" d="M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10z"/><path fill="#fff" d="M20.1 24.6c-1.5 2.1-3.3 3.9-5.1 5.1c-.7-1-2-2.7-3-3.5c2.5-1.4 5-3.9 6.8-6.4h-5.1v-4.1h6.5V12h4.7v3.7h5.4v4.1h-5.4c1.7.9 5.3 3.2 6.3 3.9l-2.6 3.4c-.8-.8-2.3-2-3.7-3.1v5.6h-4.7zm4.7 19c-2.1 3-5.5 6.1-8.5 7.9c-.9-.9-2.9-2.4-4-3.1c3-1.5 6-3.9 7.7-6.2zm-11.4-6.5h37.4v4.3H34.7v5.8c0 2.4-.5 3.5-2.3 4.2c-1.8.6-4.1.6-7.2.6c-.3-1.4-1.1-3.2-1.7-4.4c2.1.1 4.6.1 5.2.1c.7 0 .9-.2.9-.7v-5.6H13.4zm4.6-6.3h28.5v4.1H18zm26.6-11c2 2.4 4.9 5 7.4 6.3c-1 .8-2.4 2.4-3.2 3.5c-1.7-1.2-3.6-3.2-5.3-5.3v5.3h-4.8v-5.5C37 26.3 35 28.3 33 29.5c-.7-1-2-2.6-3-3.4c2.6-1.3 5.4-3.8 7.2-6.3h-5.6v-4.1h7.1V12h4.8v3.7h7v4.1zm-2.4 22.1c2.9 1.8 6.6 4.7 8.5 6.7l-4.3 2.7c-1.6-1.9-5.2-5-8.2-7z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneJapaneseProhibitedButton(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff5a79" d="M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10z"/><path fill="#fff" d="M20.1 24.6c-1.5 2.1-3.3 3.9-5.1 5.1c-.7-1-2-2.7-3-3.5c2.5-1.4 5-3.9 6.8-6.4h-5.1v-4.1h6.5V12h4.7v3.7h5.4v4.1h-5.4c1.7.9 5.3 3.2 6.3 3.9l-2.6 3.4c-.8-.8-2.3-2-3.7-3.1v5.6h-4.7zm4.7 19c-2.1 3-5.5 6.1-8.5 7.9c-.9-.9-2.9-2.4-4-3.1c3-1.5 6-3.9 7.7-6.2zm-11.4-6.5h37.4v4.3H34.7v5.8c0 2.4-.5 3.5-2.3 4.2c-1.8.6-4.1.6-7.2.6c-.3-1.4-1.1-3.2-1.7-4.4c2.1.1 4.6.1 5.2.1c.7 0 .9-.2.9-.7v-5.6H13.4zm4.6-6.3h28.5v4.1H18zm26.6-11c2 2.4 4.9 5 7.4 6.3c-1 .8-2.4 2.4-3.2 3.5c-1.7-1.2-3.6-3.2-5.3-5.3v5.3h-4.8v-5.5C37 26.3 35 28.3 33 29.5c-.7-1-2-2.6-3-3.4c2.6-1.3 5.4-3.8 7.2-6.3h-5.6v-4.1h7.1V12h4.8v3.7h7v4.1zm-2.4 22.1c2.9 1.8 6.6 4.7 8.5 6.7l-4.3 2.7c-1.6-1.9-5.2-5-8.2-7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff5a79" d="M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10z"/><path fill="#fff" d="M20.1 24.6c-1.5 2.1-3.3 3.9-5.1 5.1c-.7-1-2-2.7-3-3.5c2.5-1.4 5-3.9 6.8-6.4h-5.1v-4.1h6.5V12h4.7v3.7h5.4v4.1h-5.4c1.7.9 5.3 3.2 6.3 3.9l-2.6 3.4c-.8-.8-2.3-2-3.7-3.1v5.6h-4.7zm4.7 19c-2.1 3-5.5 6.1-8.5 7.9c-.9-.9-2.9-2.4-4-3.1c3-1.5 6-3.9 7.7-6.2zm-11.4-6.5h37.4v4.3H34.7v5.8c0 2.4-.5 3.5-2.3 4.2c-1.8.6-4.1.6-7.2.6c-.3-1.4-1.1-3.2-1.7-4.4c2.1.1 4.6.1 5.2.1c.7 0 .9-.2.9-.7v-5.6H13.4zm4.6-6.3h28.5v4.1H18zm26.6-11c2 2.4 4.9 5 7.4 6.3c-1 .8-2.4 2.4-3.2 3.5c-1.7-1.2-3.6-3.2-5.3-5.3v5.3h-4.8v-5.5C37 26.3 35 28.3 33 29.5c-.7-1-2-2.6-3-3.4c2.6-1.3 5.4-3.8 7.2-6.3h-5.6v-4.1h7.1V12h4.8v3.7h7v4.1zm-2.4 22.1c2.9 1.8 6.6 4.7 8.5 6.7l-4.3 2.7c-1.6-1.9-5.2-5-8.2-7z"/></svg> </template>
CSS
.icon-japanese-prohibited-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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22M62%2052c0%205.5-4.5%2010-10%2010H12C6.5%2062%202%2057.5%202%2052V12C2%206.5%206.5%202%2012%202h40c5.5%200%2010%204.5%2010%2010z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.1%2024.6c-1.5%202.1-3.3%203.9-5.1%205.1c-.7-1-2-2.7-3-3.5c2.5-1.4%205-3.9%206.8-6.4h-5.1v-4.1h6.5V12h4.7v3.7h5.4v4.1h-5.4c1.7.9%205.3%203.2%206.3%203.9l-2.6%203.4c-.8-.8-2.3-2-3.7-3.1v5.6h-4.7zm4.7%2019c-2.1%203-5.5%206.1-8.5%207.9c-.9-.9-2.9-2.4-4-3.1c3-1.5%206-3.9%207.7-6.2zm-11.4-6.5h37.4v4.3H34.7v5.8c0%202.4-.5%203.5-2.3%204.2c-1.8.6-4.1.6-7.2.6c-.3-1.4-1.1-3.2-1.7-4.4c2.1.1%204.6.1%205.2.1c.7%200%20.9-.2.9-.7v-5.6H13.4zm4.6-6.3h28.5v4.1H18zm26.6-11c2%202.4%204.9%205%207.4%206.3c-1%20.8-2.4%202.4-3.2%203.5c-1.7-1.2-3.6-3.2-5.3-5.3v5.3h-4.8v-5.5C37%2026.3%2035%2028.3%2033%2029.5c-.7-1-2-2.6-3-3.4c2.6-1.3%205.4-3.8%207.2-6.3h-5.6v-4.1h7.1V12h4.8v3.7h7v4.1zm-2.4%2022.1c2.9%201.8%206.6%204.7%208.5%206.7l-4.3%202.7c-1.6-1.9-5.2-5-8.2-7z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22M62%2052c0%205.5-4.5%2010-10%2010H12C6.5%2062%202%2057.5%202%2052V12C2%206.5%206.5%202%2012%202h40c5.5%200%2010%204.5%2010%2010z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.1%2024.6c-1.5%202.1-3.3%203.9-5.1%205.1c-.7-1-2-2.7-3-3.5c2.5-1.4%205-3.9%206.8-6.4h-5.1v-4.1h6.5V12h4.7v3.7h5.4v4.1h-5.4c1.7.9%205.3%203.2%206.3%203.9l-2.6%203.4c-.8-.8-2.3-2-3.7-3.1v5.6h-4.7zm4.7%2019c-2.1%203-5.5%206.1-8.5%207.9c-.9-.9-2.9-2.4-4-3.1c3-1.5%206-3.9%207.7-6.2zm-11.4-6.5h37.4v4.3H34.7v5.8c0%202.4-.5%203.5-2.3%204.2c-1.8.6-4.1.6-7.2.6c-.3-1.4-1.1-3.2-1.7-4.4c2.1.1%204.6.1%205.2.1c.7%200%20.9-.2.9-.7v-5.6H13.4zm4.6-6.3h28.5v4.1H18zm26.6-11c2%202.4%204.9%205%207.4%206.3c-1%20.8-2.4%202.4-3.2%203.5c-1.7-1.2-3.6-3.2-5.3-5.3v5.3h-4.8v-5.5C37%2026.3%2035%2028.3%2033%2029.5c-.7-1-2-2.6-3-3.4c2.6-1.3%205.4-3.8%207.2-6.3h-5.6v-4.1h7.1V12h4.8v3.7h7v4.1zm-2.4%2022.1c2.9%201.8%206.6%204.7%208.5%206.7l-4.3%202.7c-1.6-1.9-5.2-5-8.2-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/japanese-prohibited-button.svg?color=%231a73e8&size=48