Hey All,
Having some trouble getting FileMaker to render an .svg file properly. I got it off of Google's resource page along with a slew of others that have been working great. The issue with this one that that FileMaker isn't rendering the circle properly. See the screenshot of FileMaker.
Here's the link to the icon and the code after I commenting out the background (this stops that annoying black square error in FileMaker.
<svg
xmlns="http://www.w3.org/2000/svg"
height="24px"
viewBox="0 0 24 24"
width="24px"
fill="#000000">
<!--path
d="M0 0h24v24H0V0z"
fill="none"/-->
<path
d="M11 7h2v2h-2z
m0 4h2v6h-2z
m1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z
m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/>
</svg>