News icon svg

Here is a simple news icon SVG:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M2 11V13H22V11M2 18V20H22V18M2 5V7H22V5M10 10L10 16M14 10L14 16M18 10L18 16M10 14L10 18M14 14L14 18M18 14L18 18M10 12L10 16M14 12L14 16M18 12L18 16M10 8L10 12M14 8L14 12M18 8L18 12M10 6L10 10M14 6L14 10M18 6L18 10"/>
</svg>

This icon is a simple representation of a news headline or a newspaper, with a series of lines and curves that form a stylized shape. You can customize the icon by changing the stroke color, width, and other attributes to fit your design needs.