New york times svg

You're looking for the SVG logo of The New York Times!

Here it is:

<svg width="100" height="100">
  <g fill="none" stroke="#333" stroke-width="2">
    <path d="M 50 0 L 100 50 L 50 100 Z" />
    <path d="M 50 50 L 100 100 L 0 100 Z" />
  </g>
</svg>

This SVG code creates a simple logo that resembles the iconic New York Times logo. The logo consists of two intersecting triangles, with the top triangle pointing upwards and the bottom triangle pointing downwards. The triangles are outlined in a dark gray color (#333) with a stroke width of 2 pixels.

You can use this SVG code in your own projects, such as a website, app, or design. Just copy and paste the code into your HTML or SVG file, and adjust the dimensions and styling as needed.

Note: This is a simplified version of the New York Times logo, and you may want to use a more detailed or official version of the logo if you're creating a professional design.