Way Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Way 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/335021.svg" alt="Way icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335021.svg" alt="Way icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335021.svg" alt="Way icon" :width="24" :height="24" />
CSS background
.icon-way {
background-image: url('https://proicons.com/icon/335021.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><rect class="a" x="11.1439" y="9.063" width="32.3561" height="23.23" rx="2.8976"/><path class="a" d="M11.1439,15.707H7.3976A2.8975,2.8975,0,0,0,4.5,18.6045V36.0394A2.8976,2.8976,0,0,0,7.3976,38.937H33.9585a2.8976,2.8976,0,0,0,2.8976-2.8976V32.293"/><line class="a" x1="11.1439" y1="12.8094" x2="43.5" y2="12.8094"/><line class="a" x1="11.1439" y1="18.6045" x2="43.5" y2="18.6045"/></svg>
Copied!