forbidden icon

forbidden from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
forbidden
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More ui icons from Reicon

Use the forbidden icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.706 1.25c-1.087 0-1.843 0-2.535.286c-.691.286-1.225.82-1.994 1.59l-3.05 3.05c-.77.77-1.305 1.304-1.591 1.995S1.25 9.62 1.25 10.706v2.588c0 1.088 0 1.843.286 2.535c.286.691.82 1.226 1.59 1.994l3.05 3.05c.77.77 1.304 1.305 1.995 1.592c.692.286 1.448.286 2.535.285h2.588c1.088 0 1.843.001 2.535-.285c.691-.287 1.226-.822 1.994-1.591l3.05-3.05c.77-.77 1.305-1.304 1.592-1.995c.286-.692.286-1.447.285-2.535v-2.588c0-1.087.001-1.843-.285-2.535c-.287-.691-.822-1.225-1.591-1.994l-3.05-3.05c-.77-.77-1.304-1.305-1.995-1.591s-1.447-.286-2.535-.286zm-1.96 1.671c.38-.158.816-.17 2.103-.17h2.302c1.288 0 1.722.012 2.104.17c.381.158.698.456 1.608 1.367l.895.894L5.182 17.758l-.894-.895c-.91-.91-1.209-1.227-1.367-1.608c-.158-.382-.17-.816-.17-2.104V10.85c0-1.287.012-1.722.17-2.104c.158-.381.456-.698 1.367-1.608l2.849-2.85c.91-.91 1.227-1.208 1.608-1.366M6.241 18.818l.895.894c.91.91 1.227 1.209 1.608 1.367c.382.158.817.171 2.104.171h2.302c1.288 0 1.722-.013 2.104-.171c.381-.158.698-.456 1.608-1.367l2.85-2.849c.91-.91 1.208-1.227 1.366-1.608c.158-.382.171-.816.171-2.104V10.85c0-1.287-.013-1.722-.171-2.104c-.158-.381-.456-.698-1.367-1.608l-.894-.894z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconForbidden(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M10.706 1.25c-1.087 0-1.843 0-2.535.286c-.691.286-1.225.82-1.994 1.59l-3.05 3.05c-.77.77-1.305 1.304-1.591 1.995S1.25 9.62 1.25 10.706v2.588c0 1.088 0 1.843.286 2.535c.286.691.82 1.226 1.59 1.994l3.05 3.05c.77.77 1.304 1.305 1.995 1.592c.692.286 1.448.286 2.535.285h2.588c1.088 0 1.843.001 2.535-.285c.691-.287 1.226-.822 1.994-1.591l3.05-3.05c.77-.77 1.305-1.304 1.592-1.995c.286-.692.286-1.447.285-2.535v-2.588c0-1.087.001-1.843-.285-2.535c-.287-.691-.822-1.225-1.591-1.994l-3.05-3.05c-.77-.77-1.304-1.305-1.995-1.591s-1.447-.286-2.535-.286zm-1.96 1.671c.38-.158.816-.17 2.103-.17h2.302c1.288 0 1.722.012 2.104.17c.381.158.698.456 1.608 1.367l.895.894L5.182 17.758l-.894-.895c-.91-.91-1.209-1.227-1.367-1.608c-.158-.382-.17-.816-.17-2.104V10.85c0-1.287.012-1.722.17-2.104c.158-.381.456-.698 1.367-1.608l2.849-2.85c.91-.91 1.227-1.208 1.608-1.366M6.241 18.818l.895.894c.91.91 1.227 1.209 1.608 1.367c.382.158.817.171 2.104.171h2.302c1.288 0 1.722-.013 2.104-.171c.381-.158.698-.456 1.608-1.367l2.85-2.849c.91-.91 1.208-1.227 1.366-1.608c.158-.382.171-.816.171-2.104V10.85c0-1.287-.013-1.722-.171-2.104c-.158-.381-.456-.698-1.367-1.608l-.894-.894z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.706 1.25c-1.087 0-1.843 0-2.535.286c-.691.286-1.225.82-1.994 1.59l-3.05 3.05c-.77.77-1.305 1.304-1.591 1.995S1.25 9.62 1.25 10.706v2.588c0 1.088 0 1.843.286 2.535c.286.691.82 1.226 1.59 1.994l3.05 3.05c.77.77 1.304 1.305 1.995 1.592c.692.286 1.448.286 2.535.285h2.588c1.088 0 1.843.001 2.535-.285c.691-.287 1.226-.822 1.994-1.591l3.05-3.05c.77-.77 1.305-1.304 1.592-1.995c.286-.692.286-1.447.285-2.535v-2.588c0-1.087.001-1.843-.285-2.535c-.287-.691-.822-1.225-1.591-1.994l-3.05-3.05c-.77-.77-1.304-1.305-1.995-1.591s-1.447-.286-2.535-.286zm-1.96 1.671c.38-.158.816-.17 2.103-.17h2.302c1.288 0 1.722.012 2.104.17c.381.158.698.456 1.608 1.367l.895.894L5.182 17.758l-.894-.895c-.91-.91-1.209-1.227-1.367-1.608c-.158-.382-.17-.816-.17-2.104V10.85c0-1.287.012-1.722.17-2.104c.158-.381.456-.698 1.367-1.608l2.849-2.85c.91-.91 1.227-1.208 1.608-1.366M6.241 18.818l.895.894c.91.91 1.227 1.209 1.608 1.367c.382.158.817.171 2.104.171h2.302c1.288 0 1.722-.013 2.104-.171c.381-.158.698-.456 1.608-1.367l2.85-2.849c.91-.91 1.208-1.227 1.366-1.608c.158-.382.171-.816.171-2.104V10.85c0-1.287-.013-1.722-.171-2.104c-.158-.381-.456-.698-1.367-1.608l-.894-.894z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-forbidden {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.706%201.25c-1.087%200-1.843%200-2.535.286c-.691.286-1.225.82-1.994%201.59l-3.05%203.05c-.77.77-1.305%201.304-1.591%201.995S1.25%209.62%201.25%2010.706v2.588c0%201.088%200%201.843.286%202.535c.286.691.82%201.226%201.59%201.994l3.05%203.05c.77.77%201.304%201.305%201.995%201.592c.692.286%201.448.286%202.535.285h2.588c1.088%200%201.843.001%202.535-.285c.691-.287%201.226-.822%201.994-1.591l3.05-3.05c.77-.77%201.305-1.304%201.592-1.995c.286-.692.286-1.447.285-2.535v-2.588c0-1.087.001-1.843-.285-2.535c-.287-.691-.822-1.225-1.591-1.994l-3.05-3.05c-.77-.77-1.304-1.305-1.995-1.591s-1.447-.286-2.535-.286zm-1.96%201.671c.38-.158.816-.17%202.103-.17h2.302c1.288%200%201.722.012%202.104.17c.381.158.698.456%201.608%201.367l.895.894L5.182%2017.758l-.894-.895c-.91-.91-1.209-1.227-1.367-1.608c-.158-.382-.17-.816-.17-2.104V10.85c0-1.287.012-1.722.17-2.104c.158-.381.456-.698%201.367-1.608l2.849-2.85c.91-.91%201.227-1.208%201.608-1.366M6.241%2018.818l.895.894c.91.91%201.227%201.209%201.608%201.367c.382.158.817.171%202.104.171h2.302c1.288%200%201.722-.013%202.104-.171c.381-.158.698-.456%201.608-1.367l2.85-2.849c.91-.91%201.208-1.227%201.366-1.608c.158-.382.171-.816.171-2.104V10.85c0-1.287-.013-1.722-.171-2.104c-.158-.381-.456-.698-1.367-1.608l-.894-.894z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.706%201.25c-1.087%200-1.843%200-2.535.286c-.691.286-1.225.82-1.994%201.59l-3.05%203.05c-.77.77-1.305%201.304-1.591%201.995S1.25%209.62%201.25%2010.706v2.588c0%201.088%200%201.843.286%202.535c.286.691.82%201.226%201.59%201.994l3.05%203.05c.77.77%201.304%201.305%201.995%201.592c.692.286%201.448.286%202.535.285h2.588c1.088%200%201.843.001%202.535-.285c.691-.287%201.226-.822%201.994-1.591l3.05-3.05c.77-.77%201.305-1.304%201.592-1.995c.286-.692.286-1.447.285-2.535v-2.588c0-1.087.001-1.843-.285-2.535c-.287-.691-.822-1.225-1.591-1.994l-3.05-3.05c-.77-.77-1.304-1.305-1.995-1.591s-1.447-.286-2.535-.286zm-1.96%201.671c.38-.158.816-.17%202.103-.17h2.302c1.288%200%201.722.012%202.104.17c.381.158.698.456%201.608%201.367l.895.894L5.182%2017.758l-.894-.895c-.91-.91-1.209-1.227-1.367-1.608c-.158-.382-.17-.816-.17-2.104V10.85c0-1.287.012-1.722.17-2.104c.158-.381.456-.698%201.367-1.608l2.849-2.85c.91-.91%201.227-1.208%201.608-1.366M6.241%2018.818l.895.894c.91.91%201.227%201.209%201.608%201.367c.382.158.817.171%202.104.171h2.302c1.288%200%201.722-.013%202.104-.171c.381-.158.698-.456%201.608-1.367l2.85-2.849c.91-.91%201.208-1.227%201.366-1.608c.158-.382.171-.816.171-2.104V10.85c0-1.287-.013-1.722-.171-2.104c-.158-.381-.456-.698-1.367-1.608l-.894-.894z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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