How to Remove Stroke from Object in Inkscape?
Removing the stroke or outline from an object in Inkscape is a fundamental step when creating clean, borderless vector designs. Whether you are working with shapes, paths, or text converted to paths, completely stripping the stroke requires altering the object’s style properties. This guide outlines the quickest methods to completely remove a stroke using the color palette shortcut, the Fill and Stroke dialog menu, and the XML Editor for advanced troubleshooting.
Method 1: The Palette Shortcut (Fastest)
The absolute quickest way to eliminate a stroke is by using the color palette located at the bottom of the Inkscape workspace.
- Select the object using the Select and Transform Objects
tool (or press
S). - Look at the color palette at the very bottom of the screen.
- Locate the small “X” box at the far left of the palette, which represents “None” or no color.
- Shift-click on that “X” box.
Holding Shift while clicking a color applies it
specifically to the stroke rather than the fill. Clicking the “X”
completely deletes the stroke attribute.
Method 2: The Fill and Stroke Dialog
For more precise control, you can use the dedicated Fill and Stroke menu. This method is ideal if you also need to adjust fill colors or gradients simultaneously.
- Select your object.
- Open the Fill and Stroke dialog by pressing
Ctrl + Shift + F(orCmd + Shift + Fon a Mac), or navigate to Object > Fill and Stroke in the top menu. - In the panel that appears on the right side of the screen, click on the Stroke paint tab.
- Click the flat “X” icon (labeled “No paint”) located next to the solid color wheel option.
Once clicked, the outline will immediately disappear, and the “Stroke:” indicator at the bottom left status bar will display “None”.
Method 3: Removing Stroke via the Status Bar
Another quick alternative relies entirely on the bottom-left status bar interface.
- Select the target object.
- Go to the bottom-left corner of the window where it displays Fill: and Stroke: color previews.
- Right-click directly on the color box next to the word Stroke:.
- Select Remove stroke from the context menu that pops up.
Troubleshooting Hidden Strokes
If you followed the steps above and a border is still visible, you might be dealing with a cloned object, a grouped layer, or a path effect.
- Grouped Objects: If your object is grouped with
others, changes might not apply. Press
Ctrl + Uto ungroup the items, select the specific shape, and try removing the stroke again. - Stroke as a Path: If the stroke was previously
converted to a standalone path using “Stroke to Path”, it is no longer
an attribute—it is its own independent shape. You will need to select it
separately and delete it by pressing
BackspaceorDelete.