Not Allowed Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Not Allowed icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306144.svg" alt="Not Allowed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306144.svg" alt="Not Allowed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306144.svg" alt="Not Allowed icon" :width="24" :height="24" />
CSS background
.icon-not-allowed {
background-image: url('https://proicons.com/icon/306144.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M809 191c-40-41-87-72-139-94-54-23-111-35-170-35S384 74 330 97c-52 22-99 53-139 94-41 40-72 87-94 139-23 54-34 111-34 170s11 116 34 170c22 52 53 99 94 139 40 41 87 72 139 94 54 23 111 35 170 35s116-12 170-35c52-22 99-53 139-94 41-40 72-87 94-139 23-54 35-111 35-170s-12-116-35-170c-22-52-53-99-94-139zM500 848c-93 0-180-36-246-102-65-66-102-153-102-246 0-78 26-152 72-212l488 487c-60 47-134 73-212 73zm276-136L288 224c61-46 134-72 212-72 93 0 180 36 246 102s102 153 102 246c0 78-26 151-72 212z"/></svg>
Not Allowed in other icon packs
Copied!