no entry emoji
no-entry from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- no-entry
- 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 no entry emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#c33"/><circle cx="60.1" cy="63.1" r="56.1" fill="#f44336"/><path fill="#ff8a80" d="M24.036 30.889C28.25 24.268 38.1 16.7 48.1 14.9c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.38 3.1-18.323 10.592-22.071 15.21s-5.994 7.084-8.446 5.721c-2.27-.908-3.233-4.078 1.453-11.442"/><path fill="#fff" d="M101.56 77.297H22.08a4.985 4.985 0 0 1-4.984-4.985V55.688a4.985 4.985 0 0 1 4.984-4.985h79.479a4.985 4.985 0 0 1 4.984 4.985v16.624a4.985 4.985 0 0 1-4.984 4.985"/></svg>
React
import type { SVGProps } from "react";
export function NotoNoEntry(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#c33"/><circle cx="60.1" cy="63.1" r="56.1" fill="#f44336"/><path fill="#ff8a80" d="M24.036 30.889C28.25 24.268 38.1 16.7 48.1 14.9c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.38 3.1-18.323 10.592-22.071 15.21s-5.994 7.084-8.446 5.721c-2.27-.908-3.233-4.078 1.453-11.442"/><path fill="#fff" d="M101.56 77.297H22.08a4.985 4.985 0 0 1-4.984-4.985V55.688a4.985 4.985 0 0 1 4.984-4.985h79.479a4.985 4.985 0 0 1 4.984 4.985v16.624a4.985 4.985 0 0 1-4.984 4.985"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#c33"/><circle cx="60.1" cy="63.1" r="56.1" fill="#f44336"/><path fill="#ff8a80" d="M24.036 30.889C28.25 24.268 38.1 16.7 48.1 14.9c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.38 3.1-18.323 10.592-22.071 15.21s-5.994 7.084-8.446 5.721c-2.27-.908-3.233-4.078 1.453-11.442"/><path fill="#fff" d="M101.56 77.297H22.08a4.985 4.985 0 0 1-4.984-4.985V55.688a4.985 4.985 0 0 1 4.984-4.985h79.479a4.985 4.985 0 0 1 4.984 4.985v16.624a4.985 4.985 0 0 1-4.984 4.985"/></svg> </template>
CSS
.icon-no-entry {
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%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%23c33%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23f44336%22%2F%3E%3Cpath%20fill%3D%22%23ff8a80%22%20d%3D%22M24.036%2030.889C28.25%2024.268%2038.1%2016.7%2048.1%2014.9c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5c-9.38%203.1-18.323%2010.592-22.071%2015.21s-5.994%207.084-8.446%205.721c-2.27-.908-3.233-4.078%201.453-11.442%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M101.56%2077.297H22.08a4.985%204.985%200%200%201-4.984-4.985V55.688a4.985%204.985%200%200%201%204.984-4.985h79.479a4.985%204.985%200%200%201%204.984%204.985v16.624a4.985%204.985%200%200%201-4.984%204.985%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%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%23c33%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23f44336%22%2F%3E%3Cpath%20fill%3D%22%23ff8a80%22%20d%3D%22M24.036%2030.889C28.25%2024.268%2038.1%2016.7%2048.1%2014.9c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5c-9.38%203.1-18.323%2010.592-22.071%2015.21s-5.994%207.084-8.446%205.721c-2.27-.908-3.233-4.078%201.453-11.442%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M101.56%2077.297H22.08a4.985%204.985%200%200%201-4.984-4.985V55.688a4.985%204.985%200%200%201%204.984-4.985h79.479a4.985%204.985%200%200%201%204.984%204.985v16.624a4.985%204.985%200%200%201-4.984%204.985%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/no-entry.svg?color=%231a73e8&size=48