A badge with a percent sign, for a discount, a promotion and a deal that is on. 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="M8.5 7C9.3285 7 10 7.6716 10 8.5C10 9.3285 9.3285 10 8.5 10C7.6716 10 7 9.3285 7 8.5C7 7.6716 7.6716 7 8.5 7ZM15.5 14C16.3285 14 17 14.6716 17 15.5C17 16.3285 16.3285 17 15.5 17C14.6716 17 14 16.3285 14 15.5C14 14.6716 14.6716 14 15.5 14Z" fill="currentColor" stroke="none"/>
<path d="M8 16L16 8" fill="none"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- discount
- sale
- promotion
- offer
- deal
- coupon
- redeem
- redemption
- reward
- perk
- benefit
- discount coupons
- refer
- earn
Related icons
The rest of the badge family first, then the Commerce shelf.
FAQ
Answered from badge-percent's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the badge-percent icon for?
- A badge with a percent sign, for a discount, a promotion and a deal that is on. It is filed under Commerce in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as discount, sale, promotion, offer, deal, coupon, redeem, redemption, reward, perk, benefit, discount coupons, refer and earn, and the browser's search matches all of those.
- What styles does the badge-percent 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-percent?
- No. badge-percent is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with badge-percent?
- badge, badge-alert, badge-check, badge-dollar-sign, badge-info and badge-minus, and 12 more, all shown below. The badge family is listed first, then the rest of the Commerce shelf, so the row under this one is the useful one even where a shelf runs long.
- How do I import badge-percent in React?
- <BadgePercent /> 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 <BadgePercent size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the badge-percent SVG?
- icons/stroke/badge-percent.svg, icons/duotone/badge-percent.svg and icons/fill/badge-percent.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-percent 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.