no entry icon

no-entry from Unicons by Iconscout · Line · Construction · Apache-2.0 Free for personal and commercial use.

Name
no-entry
Set
Unicons
Style
Line
Category
Construction
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More construction icons from Unicons

Use the no entry icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 20h-1.24L15.37 4.2A3 3 0 0 0 12.48 2h-1a3 3 0 0 0-2.85 2.2L4.24 20H3a1 1 0 0 0 0 2h18a1 1 0 0 0 0-2M10.56 4.73a1 1 0 0 1 1-.73h1a1 1 0 0 1 1 .73L14.35 8h-4.7ZM9.09 10h5.82L16 14H8ZM6.32 20l1.11-4h9.14l1.11 4Z"/></svg>

React

import type { SVGProps } from "react";

export function UilNoEntry(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" d="M21 20h-1.24L15.37 4.2A3 3 0 0 0 12.48 2h-1a3 3 0 0 0-2.85 2.2L4.24 20H3a1 1 0 0 0 0 2h18a1 1 0 0 0 0-2M10.56 4.73a1 1 0 0 1 1-.73h1a1 1 0 0 1 1 .73L14.35 8h-4.7ZM9.09 10h5.82L16 14H8ZM6.32 20l1.11-4h9.14l1.11 4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 20h-1.24L15.37 4.2A3 3 0 0 0 12.48 2h-1a3 3 0 0 0-2.85 2.2L4.24 20H3a1 1 0 0 0 0 2h18a1 1 0 0 0 0-2M10.56 4.73a1 1 0 0 1 1-.73h1a1 1 0 0 1 1 .73L14.35 8h-4.7ZM9.09 10h5.82L16 14H8ZM6.32 20l1.11-4h9.14l1.11 4Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2020h-1.24L15.37%204.2A3%203%200%200%200%2012.48%202h-1a3%203%200%200%200-2.85%202.2L4.24%2020H3a1%201%200%200%200%200%202h18a1%201%200%200%200%200-2M10.56%204.73a1%201%200%200%201%201-.73h1a1%201%200%200%201%201%20.73L14.35%208h-4.7ZM9.09%2010h5.82L16%2014H8ZM6.32%2020l1.11-4h9.14l1.11%204Z%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%20d%3D%22M21%2020h-1.24L15.37%204.2A3%203%200%200%200%2012.48%202h-1a3%203%200%200%200-2.85%202.2L4.24%2020H3a1%201%200%200%200%200%202h18a1%201%200%200%200%200-2M10.56%204.73a1%201%200%200%201%201-.73h1a1%201%200%200%201%201%20.73L14.35%208h-4.7ZM9.09%2010h5.82L16%2014H8ZM6.32%2020l1.11-4h9.14l1.11%204Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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