prohibited emoji
prohibited from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- prohibited
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Noto 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 prohibited emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c33" d="M64 4C30.9 4 4 30.9 4 64s26.9 60 60 60s60-26.9 60-60S97.1 4 64 4m50 60c0 12-4.2 23-11.3 31.6L32.4 25.3C41 18.2 52 14 64 14c27.6 0 50 22.4 50 50M14 64c0-12 4.2-23 11.3-31.6l70.3 70.3C87 109.8 76 114 64 114c-27.6 0-50-22.4-50-50"/><path fill="#f44336" d="M60.1 7C47 7 35 11.5 25.4 19l-.1-.1l-1.1 1.1C11.9 30.3 4 45.8 4 63.1c0 31 25.1 56.1 56.1 56.1s56.1-25.1 56.1-56.1S91.1 7 60.1 7M32.4 25.3C41 18.2 52 14 64 14c27.6 0 50 22.4 50 50c0 12-4.2 23-11.3 31.6l-70.6-70zM14 64c0-11.8 4.1-22.7 11-31.2l70.6 69.9C87 109.8 76 114 64 114c-27.6 0-50-22.4-50-50"/><path fill="#ff8a80" d="M45 10.9c1.7-.4 4.2-1.6 5.9-1.1c1 .3 1.9 1.5 1.5 2.5c-.3.8-1.1 1.3-2 1.5c-4.1 1.1-7.7 2.3-11.3 4.1C32 21.6 25.6 27.2 21 33.7c-1.9 2.7-3.4 5.5-5.8 7.8c-.2.2-.5.4-.8.4c-.2 0-.4 0-.5-.1c-1.2-.5-1.4-1.1-1.2-2.3c.2-1 .5-2 1-2.9c.9-1.8 2.2-3.4 3.3-5.1c1.9-2.9 4.1-5.6 6.6-8c6.8-6.3 15.6-11.1 21.4-12.6"/><path fill="#c33" d="m32.4 25.3l-2 2l71.1 71.1l1.8-2.2z"/></svg>
React
import type { SVGProps } from "react";
export function NotoProhibited(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c33" d="M64 4C30.9 4 4 30.9 4 64s26.9 60 60 60s60-26.9 60-60S97.1 4 64 4m50 60c0 12-4.2 23-11.3 31.6L32.4 25.3C41 18.2 52 14 64 14c27.6 0 50 22.4 50 50M14 64c0-12 4.2-23 11.3-31.6l70.3 70.3C87 109.8 76 114 64 114c-27.6 0-50-22.4-50-50"/><path fill="#f44336" d="M60.1 7C47 7 35 11.5 25.4 19l-.1-.1l-1.1 1.1C11.9 30.3 4 45.8 4 63.1c0 31 25.1 56.1 56.1 56.1s56.1-25.1 56.1-56.1S91.1 7 60.1 7M32.4 25.3C41 18.2 52 14 64 14c27.6 0 50 22.4 50 50c0 12-4.2 23-11.3 31.6l-70.6-70zM14 64c0-11.8 4.1-22.7 11-31.2l70.6 69.9C87 109.8 76 114 64 114c-27.6 0-50-22.4-50-50"/><path fill="#ff8a80" d="M45 10.9c1.7-.4 4.2-1.6 5.9-1.1c1 .3 1.9 1.5 1.5 2.5c-.3.8-1.1 1.3-2 1.5c-4.1 1.1-7.7 2.3-11.3 4.1C32 21.6 25.6 27.2 21 33.7c-1.9 2.7-3.4 5.5-5.8 7.8c-.2.2-.5.4-.8.4c-.2 0-.4 0-.5-.1c-1.2-.5-1.4-1.1-1.2-2.3c.2-1 .5-2 1-2.9c.9-1.8 2.2-3.4 3.3-5.1c1.9-2.9 4.1-5.6 6.6-8c6.8-6.3 15.6-11.1 21.4-12.6"/><path fill="#c33" d="m32.4 25.3l-2 2l71.1 71.1l1.8-2.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c33" d="M64 4C30.9 4 4 30.9 4 64s26.9 60 60 60s60-26.9 60-60S97.1 4 64 4m50 60c0 12-4.2 23-11.3 31.6L32.4 25.3C41 18.2 52 14 64 14c27.6 0 50 22.4 50 50M14 64c0-12 4.2-23 11.3-31.6l70.3 70.3C87 109.8 76 114 64 114c-27.6 0-50-22.4-50-50"/><path fill="#f44336" d="M60.1 7C47 7 35 11.5 25.4 19l-.1-.1l-1.1 1.1C11.9 30.3 4 45.8 4 63.1c0 31 25.1 56.1 56.1 56.1s56.1-25.1 56.1-56.1S91.1 7 60.1 7M32.4 25.3C41 18.2 52 14 64 14c27.6 0 50 22.4 50 50c0 12-4.2 23-11.3 31.6l-70.6-70zM14 64c0-11.8 4.1-22.7 11-31.2l70.6 69.9C87 109.8 76 114 64 114c-27.6 0-50-22.4-50-50"/><path fill="#ff8a80" d="M45 10.9c1.7-.4 4.2-1.6 5.9-1.1c1 .3 1.9 1.5 1.5 2.5c-.3.8-1.1 1.3-2 1.5c-4.1 1.1-7.7 2.3-11.3 4.1C32 21.6 25.6 27.2 21 33.7c-1.9 2.7-3.4 5.5-5.8 7.8c-.2.2-.5.4-.8.4c-.2 0-.4 0-.5-.1c-1.2-.5-1.4-1.1-1.2-2.3c.2-1 .5-2 1-2.9c.9-1.8 2.2-3.4 3.3-5.1c1.9-2.9 4.1-5.6 6.6-8c6.8-6.3 15.6-11.1 21.4-12.6"/><path fill="#c33" d="m32.4 25.3l-2 2l71.1 71.1l1.8-2.2z"/></svg> </template>
CSS
.icon-prohibited {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M64%204C30.9%204%204%2030.9%204%2064s26.9%2060%2060%2060s60-26.9%2060-60S97.1%204%2064%204m50%2060c0%2012-4.2%2023-11.3%2031.6L32.4%2025.3C41%2018.2%2052%2014%2064%2014c27.6%200%2050%2022.4%2050%2050M14%2064c0-12%204.2-23%2011.3-31.6l70.3%2070.3C87%20109.8%2076%20114%2064%20114c-27.6%200-50-22.4-50-50%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M60.1%207C47%207%2035%2011.5%2025.4%2019l-.1-.1l-1.1%201.1C11.9%2030.3%204%2045.8%204%2063.1c0%2031%2025.1%2056.1%2056.1%2056.1s56.1-25.1%2056.1-56.1S91.1%207%2060.1%207M32.4%2025.3C41%2018.2%2052%2014%2064%2014c27.6%200%2050%2022.4%2050%2050c0%2012-4.2%2023-11.3%2031.6l-70.6-70zM14%2064c0-11.8%204.1-22.7%2011-31.2l70.6%2069.9C87%20109.8%2076%20114%2064%20114c-27.6%200-50-22.4-50-50%22%2F%3E%3Cpath%20fill%3D%22%23ff8a80%22%20d%3D%22M45%2010.9c1.7-.4%204.2-1.6%205.9-1.1c1%20.3%201.9%201.5%201.5%202.5c-.3.8-1.1%201.3-2%201.5c-4.1%201.1-7.7%202.3-11.3%204.1C32%2021.6%2025.6%2027.2%2021%2033.7c-1.9%202.7-3.4%205.5-5.8%207.8c-.2.2-.5.4-.8.4c-.2%200-.4%200-.5-.1c-1.2-.5-1.4-1.1-1.2-2.3c.2-1%20.5-2%201-2.9c.9-1.8%202.2-3.4%203.3-5.1c1.9-2.9%204.1-5.6%206.6-8c6.8-6.3%2015.6-11.1%2021.4-12.6%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22m32.4%2025.3l-2%202l71.1%2071.1l1.8-2.2z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M64%204C30.9%204%204%2030.9%204%2064s26.9%2060%2060%2060s60-26.9%2060-60S97.1%204%2064%204m50%2060c0%2012-4.2%2023-11.3%2031.6L32.4%2025.3C41%2018.2%2052%2014%2064%2014c27.6%200%2050%2022.4%2050%2050M14%2064c0-12%204.2-23%2011.3-31.6l70.3%2070.3C87%20109.8%2076%20114%2064%20114c-27.6%200-50-22.4-50-50%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M60.1%207C47%207%2035%2011.5%2025.4%2019l-.1-.1l-1.1%201.1C11.9%2030.3%204%2045.8%204%2063.1c0%2031%2025.1%2056.1%2056.1%2056.1s56.1-25.1%2056.1-56.1S91.1%207%2060.1%207M32.4%2025.3C41%2018.2%2052%2014%2064%2014c27.6%200%2050%2022.4%2050%2050c0%2012-4.2%2023-11.3%2031.6l-70.6-70zM14%2064c0-11.8%204.1-22.7%2011-31.2l70.6%2069.9C87%20109.8%2076%20114%2064%20114c-27.6%200-50-22.4-50-50%22%2F%3E%3Cpath%20fill%3D%22%23ff8a80%22%20d%3D%22M45%2010.9c1.7-.4%204.2-1.6%205.9-1.1c1%20.3%201.9%201.5%201.5%202.5c-.3.8-1.1%201.3-2%201.5c-4.1%201.1-7.7%202.3-11.3%204.1C32%2021.6%2025.6%2027.2%2021%2033.7c-1.9%202.7-3.4%205.5-5.8%207.8c-.2.2-.5.4-.8.4c-.2%200-.4%200-.5-.1c-1.2-.5-1.4-1.1-1.2-2.3c.2-1%20.5-2%201-2.9c.9-1.8%202.2-3.4%203.3-5.1c1.9-2.9%204.1-5.6%206.6-8c6.8-6.3%2015.6-11.1%2021.4-12.6%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22m32.4%2025.3l-2%202l71.1%2071.1l1.8-2.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/prohibited.svg?color=%231a73e8&size=48