prohibited sign emoji

prohibited-sign from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.

Name
prohibited-sign
Set
OpenMoji
Style
Default
Category
Extras Unicode
Viewbox
72×72
License
CC BY-SA 4.0

More extras unicode icons from OpenMoji

Use the prohibited sign emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M36 7C19.98 7 7 19.98 7 36s12.98 29 29 29s29-12.98 29-29S52.02 7 36 7m0 52c-12.7 0-23-10.3-23-23c0-5.108 1.672-9.821 4.496-13.638c.122-.166 32.232 32.078 32.027 32.227A22.85 22.85 0 0 1 36 59M23.798 16.523A22.76 22.76 0 0 1 36 13c12.7 0 23 10.3 23 23c0 4.51-1.305 8.714-3.545 12.26c-.02.029-31.917-31.573-31.657-31.737"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M36 6C19.43 6 6 19.43 6 36s13.43 30 30 30s30-13.43 30-30S52.57 6 36 6m14.45 48.19c-8.68 6.95-21.12 6.76-29.61-.52c-9.53-8.17-10.82-22.39-3.03-32.12m4.88-4.6a23.23 23.23 0 0 1 27.75.77c9.73 7.68 11.66 21.58 4.61 31.59"/><path d="M20.362 24.102L50.45 54.19c-8.68 6.95-21.12 6.76-29.61-.52c-9.53-8.17-10.82-22.39-3.03-32.12m34.508 25.028L22.69 16.95a23.23 23.23 0 0 1 27.75.77c9.73 7.68 11.66 21.58 4.61 31.59"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiProhibitedSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M36 7C19.98 7 7 19.98 7 36s12.98 29 29 29s29-12.98 29-29S52.02 7 36 7m0 52c-12.7 0-23-10.3-23-23c0-5.108 1.672-9.821 4.496-13.638c.122-.166 32.232 32.078 32.027 32.227A22.85 22.85 0 0 1 36 59M23.798 16.523A22.76 22.76 0 0 1 36 13c12.7 0 23 10.3 23 23c0 4.51-1.305 8.714-3.545 12.26c-.02.029-31.917-31.573-31.657-31.737"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M36 6C19.43 6 6 19.43 6 36s13.43 30 30 30s30-13.43 30-30S52.57 6 36 6m14.45 48.19c-8.68 6.95-21.12 6.76-29.61-.52c-9.53-8.17-10.82-22.39-3.03-32.12m4.88-4.6a23.23 23.23 0 0 1 27.75.77c9.73 7.68 11.66 21.58 4.61 31.59"/><path d="M20.362 24.102L50.45 54.19c-8.68 6.95-21.12 6.76-29.61-.52c-9.53-8.17-10.82-22.39-3.03-32.12m34.508 25.028L22.69 16.95a23.23 23.23 0 0 1 27.75.77c9.73 7.68 11.66 21.58 4.61 31.59"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M36 7C19.98 7 7 19.98 7 36s12.98 29 29 29s29-12.98 29-29S52.02 7 36 7m0 52c-12.7 0-23-10.3-23-23c0-5.108 1.672-9.821 4.496-13.638c.122-.166 32.232 32.078 32.027 32.227A22.85 22.85 0 0 1 36 59M23.798 16.523A22.76 22.76 0 0 1 36 13c12.7 0 23 10.3 23 23c0 4.51-1.305 8.714-3.545 12.26c-.02.029-31.917-31.573-31.657-31.737"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M36 6C19.43 6 6 19.43 6 36s13.43 30 30 30s30-13.43 30-30S52.57 6 36 6m14.45 48.19c-8.68 6.95-21.12 6.76-29.61-.52c-9.53-8.17-10.82-22.39-3.03-32.12m4.88-4.6a23.23 23.23 0 0 1 27.75.77c9.73 7.68 11.66 21.58 4.61 31.59"/><path d="M20.362 24.102L50.45 54.19c-8.68 6.95-21.12 6.76-29.61-.52c-9.53-8.17-10.82-22.39-3.03-32.12m34.508 25.028L22.69 16.95a23.23 23.23 0 0 1 27.75.77c9.73 7.68 11.66 21.58 4.61 31.59"/></g></svg>
</template>

CSS

.icon-prohibited-sign {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M36%207C19.98%207%207%2019.98%207%2036s12.98%2029%2029%2029s29-12.98%2029-29S52.02%207%2036%207m0%2052c-12.7%200-23-10.3-23-23c0-5.108%201.672-9.821%204.496-13.638c.122-.166%2032.232%2032.078%2032.027%2032.227A22.85%2022.85%200%200%201%2036%2059M23.798%2016.523A22.76%2022.76%200%200%201%2036%2013c12.7%200%2023%2010.3%2023%2023c0%204.51-1.305%208.714-3.545%2012.26c-.02.029-31.917-31.573-31.657-31.737%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M36%206C19.43%206%206%2019.43%206%2036s13.43%2030%2030%2030s30-13.43%2030-30S52.57%206%2036%206m14.45%2048.19c-8.68%206.95-21.12%206.76-29.61-.52c-9.53-8.17-10.82-22.39-3.03-32.12m4.88-4.6a23.23%2023.23%200%200%201%2027.75.77c9.73%207.68%2011.66%2021.58%204.61%2031.59%22%2F%3E%3Cpath%20d%3D%22M20.362%2024.102L50.45%2054.19c-8.68%206.95-21.12%206.76-29.61-.52c-9.53-8.17-10.82-22.39-3.03-32.12m34.508%2025.028L22.69%2016.95a23.23%2023.23%200%200%201%2027.75.77c9.73%207.68%2011.66%2021.58%204.61%2031.59%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M36%207C19.98%207%207%2019.98%207%2036s12.98%2029%2029%2029s29-12.98%2029-29S52.02%207%2036%207m0%2052c-12.7%200-23-10.3-23-23c0-5.108%201.672-9.821%204.496-13.638c.122-.166%2032.232%2032.078%2032.027%2032.227A22.85%2022.85%200%200%201%2036%2059M23.798%2016.523A22.76%2022.76%200%200%201%2036%2013c12.7%200%2023%2010.3%2023%2023c0%204.51-1.305%208.714-3.545%2012.26c-.02.029-31.917-31.573-31.657-31.737%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M36%206C19.43%206%206%2019.43%206%2036s13.43%2030%2030%2030s30-13.43%2030-30S52.57%206%2036%206m14.45%2048.19c-8.68%206.95-21.12%206.76-29.61-.52c-9.53-8.17-10.82-22.39-3.03-32.12m4.88-4.6a23.23%2023.23%200%200%201%2027.75.77c9.73%207.68%2011.66%2021.58%204.61%2031.59%22%2F%3E%3Cpath%20d%3D%22M20.362%2024.102L50.45%2054.19c-8.68%206.95-21.12%206.76-29.61-.52c-9.53-8.17-10.82-22.39-3.03-32.12m34.508%2025.028L22.69%2016.95a23.23%2023.23%200%200%201%2027.75.77c9.73%207.68%2011.66%2021.58%204.61%2031.59%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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