I encountered a website that featured a copy image button. Upon inspecting the source code to locate the path or name of the PNG image used, I came across the following CSS. Can someone please help me identify where or what the path/name of the image is in this encrypted data and how to extract it?
.copy_png{
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAY8SURBVHjarFZbTBRXGP7OzM7O3oFdYIXlflMuFpECoqJGk9YXL31pjJra9sEmPvVFH9oHjQ9NWl99NI3aJsY+2DRaTdUqYrWAisCCostFYGGRO+zCwu7MnP6zqwa8xDbpSc7M7Jkz//f/3//9/1lWssMLQRBoMpocovjyGRBEujN9TaQfDIrCi2Szffe472zA++eRn7BkJK6oQuXOs2g4U4Po4uzSVzDgHYNzIBrlLlXjW0SRVzsThOq1H1hrIcpyw/TqMdpST3Pw5X5PyR4wJr7V1jIQReXmhYi2gSLbZLcKa4pz5PWVpVZXpkdGpseE1FQJBg3wemWJtrtegniK9yKj7DNEQv53gmRHovxTYmNNjkeura...
height:25px;
width:25px;
}