Shape divider with SVG

Have you tried the CSS fill property?

.yourselector {
fill: red;
}

1 Like