2nd Street Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 2nd Street 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/335742.svg" alt="2nd Street icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335742.svg" alt="2nd Street icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335742.svg" alt="2nd Street icon" :width="24" :height="24" />
CSS background
.icon-2nd-street {
background-image: url('https://proicons.com/icon/335742.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m24 9.8086-13.5-2e-7c-1.9247-.0003997-3.1281 2.083-2.166 3.75l4.7668 8.2563"/><path class="d" d="m32.916 25.25 6.75-11.691c.96208-1.667-.24128-3.7504-2.166-3.75l-9.5 3e-7"/><path class="d" d="m15.067 25.22 6.7671 11.721a2.5002 2.5002 0 004.332 0l4.7668-8.2563"/><path class="d" d="m10.5 7.3086a5.0005 5.0005 0 00-4.3301 7.5l13.5 23.383a5.0005 5.0005 0 008.6602 0l13.5-23.383a5.0005 5.0005 0 00-4.3301-7.5z"/><path class="d" d="m21 8.3086 3 1.5-3 1.5"/><path class="d" d="m17.883 27.098-2.799-1.8481.20096 3.3481"/><path class="d" d="m33.117 21.902-.20096 3.3481 2.799-1.8481"/><path class="d" d="m19.775 18.89c0-2.5554 2.3622-4.5701 5.0635-4.0614 1.7718.33371 3.1868 1.8354 3.3631 3.5952.13122 1.309-.29148 2.6005-1.2141 3.3939-1.7091 1.4699-7.2125 5.4314-7.2125 5.4314h8.4501"/></svg>
Copied!