Nj Transit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nj Transit 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/344803.svg" alt="Nj Transit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344803.svg" alt="Nj Transit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344803.svg" alt="Nj Transit icon" :width="24" :height="24" />
CSS background
.icon-nj-transit {
background-image: url('https://proicons.com/icon/344803.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M12.9004,31.6662l1.9825,3.4338c3.3493,5.8011,10.177,8.6294,16.648,6.8957,6.4703-1.7337,10.969-7.5971,10.969-14.296V5.4997h-7.4v22.2c0,3.3493-2.2496,6.281-5.4847,7.1479s-6.6492-.5473-8.3238-3.4479l-8.3906-14.533-.0008,25.633h-7.4V11.4437c0-2.6935,1.8054-5.0464,4.4018-5.7421,2.5964-.6957,5.3363.4392,6.6803,2.7671l11.118,19.231V5.4997h7.4001"/></svg>
Copied!