module SvgHelper def solid_svg_image_tag(width, height, fill, **options) svg = "" \ "" \ "" image_tag "data:image/svg+xml,#{u(svg)}", **options end end