noentry from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
noentry
Set
Firefox OS Emoji
Style
Default
Category
Symbols
Viewbox
512×512
License
Apache 2.0

More symbols icons from Firefox OS Emoji

Use the noentry emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="255.107" cy="256" r="254.106" fill="#FF473E"/><path fill="#D32A2A" d="M256 487.106C119.516 487.106 8.18 379.5 2.165 244.5c-.17 3.813-.271 7.645-.271 11.5c0 140.339 113.767 254.106 254.106 254.106S510.106 396.339 510.106 256c0-3.855-.101-7.687-.271-11.5C503.82 379.5 392.484 487.106 256 487.106"/><path fill="#FFF" d="M415.997 311.61H94.216c-9.262 0-16.771-7.509-16.771-16.771v-82.431c0-9.262 7.509-16.771 16.771-16.771h321.781c9.262 0 16.771 7.509 16.771 16.771v82.431c0 9.262-7.508 16.771-16.771 16.771"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiNoentry(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="255.107" cy="256" r="254.106" fill="#FF473E"/><path fill="#D32A2A" d="M256 487.106C119.516 487.106 8.18 379.5 2.165 244.5c-.17 3.813-.271 7.645-.271 11.5c0 140.339 113.767 254.106 254.106 254.106S510.106 396.339 510.106 256c0-3.855-.101-7.687-.271-11.5C503.82 379.5 392.484 487.106 256 487.106"/><path fill="#FFF" d="M415.997 311.61H94.216c-9.262 0-16.771-7.509-16.771-16.771v-82.431c0-9.262 7.509-16.771 16.771-16.771h321.781c9.262 0 16.771 7.509 16.771 16.771v82.431c0 9.262-7.508 16.771-16.771 16.771"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="255.107" cy="256" r="254.106" fill="#FF473E"/><path fill="#D32A2A" d="M256 487.106C119.516 487.106 8.18 379.5 2.165 244.5c-.17 3.813-.271 7.645-.271 11.5c0 140.339 113.767 254.106 254.106 254.106S510.106 396.339 510.106 256c0-3.855-.101-7.687-.271-11.5C503.82 379.5 392.484 487.106 256 487.106"/><path fill="#FFF" d="M415.997 311.61H94.216c-9.262 0-16.771-7.509-16.771-16.771v-82.431c0-9.262 7.509-16.771 16.771-16.771h321.781c9.262 0 16.771 7.509 16.771 16.771v82.431c0 9.262-7.508 16.771-16.771 16.771"/></svg>
</template>

CSS

.icon-noentry {
  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%20512%20512%22%3E%3Ccircle%20cx%3D%22255.107%22%20cy%3D%22256%22%20r%3D%22254.106%22%20fill%3D%22%23FF473E%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M256%20487.106C119.516%20487.106%208.18%20379.5%202.165%20244.5c-.17%203.813-.271%207.645-.271%2011.5c0%20140.339%20113.767%20254.106%20254.106%20254.106S510.106%20396.339%20510.106%20256c0-3.855-.101-7.687-.271-11.5C503.82%20379.5%20392.484%20487.106%20256%20487.106%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M415.997%20311.61H94.216c-9.262%200-16.771-7.509-16.771-16.771v-82.431c0-9.262%207.509-16.771%2016.771-16.771h321.781c9.262%200%2016.771%207.509%2016.771%2016.771v82.431c0%209.262-7.508%2016.771-16.771%2016.771%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%20512%20512%22%3E%3Ccircle%20cx%3D%22255.107%22%20cy%3D%22256%22%20r%3D%22254.106%22%20fill%3D%22%23FF473E%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M256%20487.106C119.516%20487.106%208.18%20379.5%202.165%20244.5c-.17%203.813-.271%207.645-.271%2011.5c0%20140.339%20113.767%20254.106%20254.106%20254.106S510.106%20396.339%20510.106%20256c0-3.855-.101-7.687-.271-11.5C503.82%20379.5%20392.484%20487.106%20256%20487.106%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M415.997%20311.61H94.216c-9.262%200-16.771-7.509-16.771-16.771v-82.431c0-9.262%207.509-16.771%2016.771-16.771h321.781c9.262%200%2016.771%207.509%2016.771%2016.771v82.431c0%209.262-7.508%2016.771-16.771%2016.771%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/noentry.svg?color=%231a73e8&size=48