Breaking news png transparent yellow

Here is a transparent PNG image of a "Breaking News" graphic in yellow:

Breaking News

[Image description: A yellow rectangle with a bold, black font reading "BREAKING NEWS" in a modern, sans-serif font. The text is centered and has a slight shadow effect to give it depth. The background is transparent, allowing you to place it over any image or color.]

You can use this image as is, or modify it to fit your specific needs. If you need a different size or font style, just let me know!

Here is the image code:

<svg width="200" height="50" viewBox="0 0 200 50" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect x="0.5" y="0.5" width="199" height="49" fill="#F7DC6F" rx="5" />
  <text x="100" y="25" font-size="24" font-family="Arial" fill="#000000">BREAKING NEWS</text>
</svg>

You can copy and paste this code into an HTML file or use it as a starting point for your own design.