Code Not Allowed Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Code Not Allowed icon is commonly used in developer tools, documentation sites and code editors. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305412.svg" alt="Code Not Allowed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305412.svg" alt="Code Not Allowed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305412.svg" alt="Code Not Allowed icon" :width="24" :height="24" />
CSS background
.icon-code-not-allowed {
background-image: url('https://proicons.com/icon/305412.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="M903 330c-22-52-53-99-94-139-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-170zM500 152c93 0 180 36 246 102 57 57 92 131 100 210L604 360c-3-1-5 0-5 3v64c0 2 2 5 5 6l174 67c3 1 3 3 0 4l-151 59-92-92 28-116c3-14 5-24 5-29 0-7-2-13-7-17-4-4-11-6-20-6-10 0-16 3-20 9s-7 16-11 32l-20 83-202-203c61-46 134-72 212-72zM224 288l102 101-172 75c7-65 31-125 70-176zm276 560c-93 0-180-36-246-102-56-56-90-128-99-205l242 104c2 1 4 0 4-2v-65c0-3-2-5-5-6l-174-69c-2-1-2-2 0-3l155-60 88 89-28 115c-3 16-5 26-5 30 0 16 9 23 27 23 7 0 12-1 16-5 4-3 7-7 8-13 2-6 4-13 7-23l20-83 202 202c-60 47-134 73-212 73zm276-136l-99-98 168-73c-7 62-31 121-69 171z"/></svg>
Copied!