The Mars sign, for the male option in a gender field and a men's section. 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="M15 15C15 18.3137 12.3137 21 9 21C5.6863 21 3 18.3137 3 15C3 11.6863 5.6863 9 9 9C12.3137 9 15 11.6863 15 15ZM15.5 3L20.5 3C20.7761 3 21 3.2239 21 3.5L21 8.5M13.2426 10.7574L20.4 3.6" 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.
- male
- man
- masculine
- gender
- boy
- planet
Related icons
The rest of the mars family first, then the Gender shelf.
FAQ
Answered from mars's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the mars icon for?
- The Mars sign, for the male option in a gender field and a men's section. It is filed under Gender in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as male, man, masculine, gender, boy and planet, and the browser's search matches all of those.
- What styles does the mars 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 mars?
- No. mars is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with mars?
- venus, all shown below. They are the Gender shelf: nothing else in the set is named after mars.
- How do I import mars in React?
- <Mars /> 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 <Mars size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the mars SVG?
- icons/stroke/mars.svg, icons/duotone/mars.svg and icons/fill/mars.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 mars added to the set?
- Added 11 Sept 2026. It ships in v0.8.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.