powered by
Generate a house/home icon SVG. You can also use any SVG file path instead of built-in icons.
icon_house( width = 50, height = 56, stroke_color = "white", stroke_width = 35, fill = "none" )
SVG string
Width of the icon
Height of the icon
Stroke color
Stroke width
Fill color (default none)
icon_house(50, 56) # You can also use a custom SVG file: # svg_card(..., with_icon = "/path/to/my_icon.svg")
Run the code above in your browser using DataLab