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

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

More symbols icons from Firefox OS Emoji

Use the noentrysign emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M255.107 1.894C114.768 1.894 1.001 115.661 1.001 256s113.767 254.106 254.106 254.106S509.213 396.339 509.213 256S395.445 1.894 255.107 1.894M124.924 386.183C90.151 351.41 71.001 305.176 71.001 256c0-37.761 11.303-73.78 32.289-104.214l256.03 256.031c-30.434 20.986-66.453 32.289-104.214 32.289c-49.176 0-95.409-19.151-130.182-53.923m283.54-28.218L153.141 102.643c29.952-20.004 65.133-30.749 101.966-30.749c49.176 0 95.41 19.15 130.183 53.923S439.213 206.823 439.213 256c0 36.833-10.745 72.013-30.749 101.965"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiNoentrysign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M255.107 1.894C114.768 1.894 1.001 115.661 1.001 256s113.767 254.106 254.106 254.106S509.213 396.339 509.213 256S395.445 1.894 255.107 1.894M124.924 386.183C90.151 351.41 71.001 305.176 71.001 256c0-37.761 11.303-73.78 32.289-104.214l256.03 256.031c-30.434 20.986-66.453 32.289-104.214 32.289c-49.176 0-95.409-19.151-130.182-53.923m283.54-28.218L153.141 102.643c29.952-20.004 65.133-30.749 101.966-30.749c49.176 0 95.41 19.15 130.183 53.923S439.213 206.823 439.213 256c0 36.833-10.745 72.013-30.749 101.965"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M255.107 1.894C114.768 1.894 1.001 115.661 1.001 256s113.767 254.106 254.106 254.106S509.213 396.339 509.213 256S395.445 1.894 255.107 1.894M124.924 386.183C90.151 351.41 71.001 305.176 71.001 256c0-37.761 11.303-73.78 32.289-104.214l256.03 256.031c-30.434 20.986-66.453 32.289-104.214 32.289c-49.176 0-95.409-19.151-130.182-53.923m283.54-28.218L153.141 102.643c29.952-20.004 65.133-30.749 101.966-30.749c49.176 0 95.41 19.15 130.183 53.923S439.213 206.823 439.213 256c0 36.833-10.745 72.013-30.749 101.965"/></svg>
</template>

CSS

.icon-noentrysign {
  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%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M255.107%201.894C114.768%201.894%201.001%20115.661%201.001%20256s113.767%20254.106%20254.106%20254.106S509.213%20396.339%20509.213%20256S395.445%201.894%20255.107%201.894M124.924%20386.183C90.151%20351.41%2071.001%20305.176%2071.001%20256c0-37.761%2011.303-73.78%2032.289-104.214l256.03%20256.031c-30.434%2020.986-66.453%2032.289-104.214%2032.289c-49.176%200-95.409-19.151-130.182-53.923m283.54-28.218L153.141%20102.643c29.952-20.004%2065.133-30.749%20101.966-30.749c49.176%200%2095.41%2019.15%20130.183%2053.923S439.213%20206.823%20439.213%20256c0%2036.833-10.745%2072.013-30.749%20101.965%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%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M255.107%201.894C114.768%201.894%201.001%20115.661%201.001%20256s113.767%20254.106%20254.106%20254.106S509.213%20396.339%20509.213%20256S395.445%201.894%20255.107%201.894M124.924%20386.183C90.151%20351.41%2071.001%20305.176%2071.001%20256c0-37.761%2011.303-73.78%2032.289-104.214l256.03%20256.031c-30.434%2020.986-66.453%2032.289-104.214%2032.289c-49.176%200-95.409-19.151-130.182-53.923m283.54-28.218L153.141%20102.643c29.952-20.004%2065.133-30.749%20101.966-30.749c49.176%200%2095.41%2019.15%20130.183%2053.923S439.213%20206.823%20439.213%20256c0%2036.833-10.745%2072.013-30.749%20101.965%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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