# is-svg > Check if a string is [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics) ## Install ```sh npm install is-svg ``` ## Usage ```js import isSvg from 'is-svg'; isSvg(''); //=> true ```