A roll of tape with its torn end down the front, for sticking, fixing, packing and sealing. 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="M2 8C2 4.6863 6.4772 2 12 2C17.5228 2 22 4.6863 22 8C22 11.3137 17.5228 14 12 14C6.4772 14 2 11.3137 2 8ZM7 8C7 6.8954 9.2386 6 12 6C14.7614 6 17 6.8954 17 8C17 9.1046 14.7614 10 12 10C9.2386 10 7 9.1046 7 8ZM2 8L2 16C2 19.3137 6.4772 22 12 22C17.5228 22 22 19.3137 22 16L22 8M17 13.1962L16 14.5295L17 15.8628L18 17.1962L17 18.5295L16 19.8628L17 21.1962" 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.
- sticky tape
- roll
- adhesive
- sellotape
- packing
- seal
Related icons
The rest of the tape family first, then the Stationery shelf.
FAQ
Answered from tape's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the tape icon for?
- A roll of tape with its torn end down the front, for sticking, fixing, packing and sealing. It is filed under Stationery in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as sticky tape, roll, adhesive, sellotape, packing and seal, and the browser's search matches all of those.
- What styles does the tape 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 tape?
- No. tape is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with tape?
- eraser, all shown below. They are the Stationery shelf: nothing else in the set is named after tape.
- How do I import tape in React?
- <Tape /> 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 <Tape size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the tape SVG?
- icons/stroke/tape.svg, icons/duotone/tape.svg and icons/fill/tape.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 tape 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.