The ban icon, drawn on a 24×24 grid in stroke, duotone and fill. Free under MIT: copy the SVG, the JSX or the React component.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2ZM4.9289 4.9289L19.0711 19.0711"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- no
- block
- blocked
- forbidden
- prohibited
- denied
- cancel
- not allowed
- restricted
Related icons
The rest of the ban family first, then the Actions shelf.
FAQ
Answered from ban's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the ban icon for?
- It is filed under Actions in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as no, block, blocked, forbidden, prohibited, denied, cancel, not allowed and restricted, and the browser's search matches all of those.
- What styles does the ban icon come in?
- All three: stroke, duotone and fill. They are drawn from the same geometry, so swapping weight never moves anything.
- Is there a square or circle version of ban?
- No. ban is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with ban?
- alert, check, circle-alert, circle-check, circle-minus and circle-more-horizontal, and 12 more, all shown below. They are the Actions shelf: nothing else in the set is named after ban.
- How do I import ban in React?
- <Ban /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <Ban size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the ban SVG?
- icons/stroke/ban.svg, icons/duotone/ban.svg and icons/fill/ban.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was ban added to the set?
- Added 27 Aug 2026. It ships in v0.2.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.