ny times logo icon

ny-times-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
ny-times-logo
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the ny times logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 136a12 12 0 1 1-12 12a12 12 0 0 1 12-12m12.62-32.75l-65.71-30.66a71.95 71.95 0 0 0-62.85 68.71l68.18-36.36A8 8 0 0 1 136 112v103.55a71.64 71.64 0 0 0 60.71-50A8 8 0 0 1 212 170.4a88 88 0 1 1-160.26-70.3A36 36 0 0 1 68 32a8.05 8.05 0 0 1 3.38.75l118.25 55.18A20 20 0 0 0 188 48a8 8 0 0 1 0-16a36 36 0 0 1 0 72a8.05 8.05 0 0 1-3.38-.75M88 203.83V142.4l-30.49 16.26A72.15 72.15 0 0 0 88 203.83m32-78.5l-16 8.54v78a71 71 0 0 0 16 3.67ZM96.13 62L66.37 48.07a20 20 0 0 0-5.2 38.71c.6-.71 1.2-1.42 1.84-2.11A88 88 0 0 1 96.13 62"/></svg>

React

import type { SVGProps } from "react";

export function PhNyTimesLogo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 136a12 12 0 1 1-12 12a12 12 0 0 1 12-12m12.62-32.75l-65.71-30.66a71.95 71.95 0 0 0-62.85 68.71l68.18-36.36A8 8 0 0 1 136 112v103.55a71.64 71.64 0 0 0 60.71-50A8 8 0 0 1 212 170.4a88 88 0 1 1-160.26-70.3A36 36 0 0 1 68 32a8.05 8.05 0 0 1 3.38.75l118.25 55.18A20 20 0 0 0 188 48a8 8 0 0 1 0-16a36 36 0 0 1 0 72a8.05 8.05 0 0 1-3.38-.75M88 203.83V142.4l-30.49 16.26A72.15 72.15 0 0 0 88 203.83m32-78.5l-16 8.54v78a71 71 0 0 0 16 3.67ZM96.13 62L66.37 48.07a20 20 0 0 0-5.2 38.71c.6-.71 1.2-1.42 1.84-2.11A88 88 0 0 1 96.13 62"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 136a12 12 0 1 1-12 12a12 12 0 0 1 12-12m12.62-32.75l-65.71-30.66a71.95 71.95 0 0 0-62.85 68.71l68.18-36.36A8 8 0 0 1 136 112v103.55a71.64 71.64 0 0 0 60.71-50A8 8 0 0 1 212 170.4a88 88 0 1 1-160.26-70.3A36 36 0 0 1 68 32a8.05 8.05 0 0 1 3.38.75l118.25 55.18A20 20 0 0 0 188 48a8 8 0 0 1 0-16a36 36 0 0 1 0 72a8.05 8.05 0 0 1-3.38-.75M88 203.83V142.4l-30.49 16.26A72.15 72.15 0 0 0 88 203.83m32-78.5l-16 8.54v78a71 71 0 0 0 16 3.67ZM96.13 62L66.37 48.07a20 20 0 0 0-5.2 38.71c.6-.71 1.2-1.42 1.84-2.11A88 88 0 0 1 96.13 62"/></svg>
</template>

CSS

.icon-ny-times-logo {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%20136a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m12.62-32.75l-65.71-30.66a71.95%2071.95%200%200%200-62.85%2068.71l68.18-36.36A8%208%200%200%201%20136%20112v103.55a71.64%2071.64%200%200%200%2060.71-50A8%208%200%200%201%20212%20170.4a88%2088%200%201%201-160.26-70.3A36%2036%200%200%201%2068%2032a8.05%208.05%200%200%201%203.38.75l118.25%2055.18A20%2020%200%200%200%20188%2048a8%208%200%200%201%200-16a36%2036%200%200%201%200%2072a8.05%208.05%200%200%201-3.38-.75M88%20203.83V142.4l-30.49%2016.26A72.15%2072.15%200%200%200%2088%20203.83m32-78.5l-16%208.54v78a71%2071%200%200%200%2016%203.67ZM96.13%2062L66.37%2048.07a20%2020%200%200%200-5.2%2038.71c.6-.71%201.2-1.42%201.84-2.11A88%2088%200%200%201%2096.13%2062%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%20136a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m12.62-32.75l-65.71-30.66a71.95%2071.95%200%200%200-62.85%2068.71l68.18-36.36A8%208%200%200%201%20136%20112v103.55a71.64%2071.64%200%200%200%2060.71-50A8%208%200%200%201%20212%20170.4a88%2088%200%201%201-160.26-70.3A36%2036%200%200%201%2068%2032a8.05%208.05%200%200%201%203.38.75l118.25%2055.18A20%2020%200%200%200%20188%2048a8%208%200%200%201%200-16a36%2036%200%200%201%200%2072a8.05%208.05%200%200%201-3.38-.75M88%20203.83V142.4l-30.49%2016.26A72.15%2072.15%200%200%200%2088%20203.83m32-78.5l-16%208.54v78a71%2071%200%200%200%2016%203.67ZM96.13%2062L66.37%2048.07a20%2020%200%200%200-5.2%2038.71c.6-.71%201.2-1.42%201.84-2.11A88%2088%200%200%201%2096.13%2062%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ny-times-logo.svg?color=%231a73e8&size=48