How to make svg images not blurry or pixelated

my svg image is blurry

Make the svg bigger in a svg editor. Or increase the svg scale in image’s import settings and re-import.
You can also open the svg file in a text editor and manually change the values of width and height attributes.

how can I do it in the editor

Select the svg file in the file system panel and then:

1 Like

There is another way — more complicated, but suitable in different situations:

1 Like