A node branching outward, for sharing, exporting and sending onward. 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="M9.4551 9.9845L14.5449 7.0155M9.4551 14.0155L14.5449 16.9845M21 5C21 6.6569 19.6569 8 18 8C16.3431 8 15 6.6569 15 5C15 3.3431 16.3431 2 18 2C19.6569 2 21 3.3431 21 5ZM9 12C9 13.6569 7.6569 15 6 15C4.3431 15 3 13.6569 3 12C3 10.3431 4.3431 9 6 9C7.6569 9 9 10.3431 9 12ZM21 19C21 20.6569 19.6569 22 18 22C16.3431 22 15 20.6569 15 19C15 17.3431 16.3431 16 18 16C19.6569 16 21 17.3431 21 19Z"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- send
- export
- distribute
- forward
- social
Related icons
The rest of the share family first, then the Web shelf.
FAQ
Answered from share's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the share icon for?
- A node branching outward, for sharing, exporting and sending onward. It is filed under Web in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as send, export, distribute, forward and social, and the browser's search matches all of those.
- What styles does the share 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 share?
- No. share is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with share?
- bookmark, circle-navigation, globe, globe-check, globe-cursor and globe-off, and 12 more, all shown below. They are the Web shelf: nothing else in the set is named after share.
- How do I import share in React?
- <Share /> 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 <Share size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the share SVG?
- icons/stroke/share.svg, icons/duotone/share.svg and icons/fill/share.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 share added to the set?
- Added 10 Aug 2026. It ships in v0.1.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.