# SVG Vector-effect

When working with SVG, everything scales. If you’re doing stroked illustrations and plan to resize them in code, you might try setting vector-effect on all paths. This will insure that your specified stroke width is honoured if icons are scaled, which keeps icons looking consistent across your project.

See the Pen svg vector-effect by Dave Cross (@davecross) on CodePen.