Nytimes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nytimes icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/330485.svg" alt="Nytimes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330485.svg" alt="Nytimes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330485.svg" alt="Nytimes icon" :width="24" :height="24" />
CSS background
.icon-nytimes {
background-image: url('https://proicons.com/icon/330485.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M30.35,4.58c9.84-1.19,11.33,11.7,1.42,11.7-4.34,0-12.4-3.75-15.71-3.75-3.77,0-4.62,3.75-2.41,5.45"/><path class="a" d="M30.35,4.58c4.68.66,3.34,4.64,1.21,4.64-5.85,0-9.73-3.58-15.27-3.58C8.78,5.64,7.2,16.47,13.65,18"/><rect class="a" x="29.18" y="22.46" width="5.27" height="5.27" transform="translate(27.07 -15.15) rotate(45)"/><line class="a" x1="31.82" y1="21.37" x2="31.82" y2="16.28"/><line class="a" x1="31.82" y1="28.83" x2="31.82" y2="36.48"/><path class="a" d="M39.13,29c-1.77,4.27-4.67,8.39-13.21,8.39-6.23,0-10.43-4.74-10.43-10.87S17,17.58,21.58,14.63"/><polyline class="a" points="26.2 32.18 26.2 16.71 16.15 20.96"/><line class="a" x1="19.69" y1="34.93" x2="26.2" y2="32.18"/><line class="a" x1="19.69" y1="19.47" x2="19.69" y2="34.41"/><path class="a" d="M39.13,29C40,35.2,35.52,43.5,24.62,43.5c-8.47,0-15.85-6-15.85-14.44,0-8.77,7.22-12.71,12.81-14.43"/></svg>
Copied!