Home / CSS Tips Generated By ChatGPT / Scalable Vector Graphics (SVG) Styling in CSS Style SVG elements directly with CSS for scalable graphics. Source Code svg { fill: #007bff; width: 50px; height: 50px; }