Matt Vanderpol presented on using SVG and Grunticon for images. Grunticon allows using SVG images as CSS background images and injecting them into HTML markup. It has options like changing image colors and adding animations. Using Grunticon with Sass requires generating individual Sass files and helpers to style sprites. Potential issues include file protocol errors, needing hooks in SVG for styling, and minification bugs. In summary, Grunticon makes using SVG images easier but some tweaks may be needed for more advanced styling and integration with other tools like Sass.