A badge carrying an information mark, for an official notice or a verified detail. On a 24×24 grid in stroke, duotone and fill, free under MIT.
<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="M20.3692 8.5334C21.4021 9.3883 22 10.6592 22 12C22 13.3408 21.4021 14.6117 20.3692 15.4666C20.3825 15.6071 20.3891 15.748 20.3891 15.8891C20.3891 18.3744 18.3744 20.3891 15.8891 20.3891C15.748 20.3891 15.6071 20.3825 15.4666 20.3692C14.6117 21.4021 13.3408 22 12 22C10.6592 22 9.3883 21.4021 8.5334 20.3692C8.3929 20.3825 8.252 20.3891 8.1109 20.3891C5.6256 20.3891 3.6109 18.3744 3.6109 15.8891C3.6109 15.748 3.6175 15.6071 3.6308 15.4666C2.5979 14.6117 2 13.3408 2 12C2 10.6592 2.5979 9.3883 3.6308 8.5334C3.6175 8.3929 3.6109 8.252 3.6109 8.1109C3.6109 5.6256 5.6256 3.6109 8.1109 3.6109C8.252 3.6109 8.3929 3.6175 8.5334 3.6308C9.3883 2.5979 10.6592 2 12 2C13.3408 2 14.6117 2.5979 15.4666 3.6308C15.6071 3.6175 15.748 3.6109 15.8891 3.6109C18.3744 3.6109 20.3891 5.6256 20.3891 8.1109C20.3891 8.252 20.3825 8.3929 20.3692 8.5334Z" fill="none"/>
<path d="M12 17V11" fill="none"/>
<path d="M13 7C13 6.4477 12.5523 6 12 6C11.4477 6 11 6.4477 11 7C11 7.5523 11.4477 8 12 8C12.5523 8 13 7.5523 13 7Z" fill="currentColor" stroke="none"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- information
- notice
- details
- official
- about
- status
- learn more
Related icons
The rest of the badge family first, then the Actions shelf.
FAQ
Answered from badge-info's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the badge-info icon for?
- A badge carrying an information mark, for an official notice or a verified detail. 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 information, notice, details, official, about, status and learn more, and the browser's search matches all of those.
- What styles does the badge-info 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 badge-info?
- No. badge-info is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with badge-info?
- badge, badge-alert, badge-check, badge-dollar-sign, badge-minus and badge-percent, and 12 more, all shown below. The badge family is listed first, then the rest of the Actions shelf, so the row under this one is the useful one even where a shelf runs long.
- How do I import badge-info in React?
- <BadgeInfo /> 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 <BadgeInfo size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the badge-info SVG?
- icons/stroke/badge-info.svg, icons/duotone/badge-info.svg and icons/fill/badge-info.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 badge-info added to the set?
- Added 10 Sept 2026. It ships in v0.7.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.