Myway Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myway 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/344503.svg" alt="Myway icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344503.svg" alt="Myway icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344503.svg" alt="Myway icon" :width="24" :height="24" />
CSS background
.icon-myway {
background-image: url('https://proicons.com/icon/344503.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5006,5.4991H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4993c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><polyline class="c" points="31.6371 19.5611 29.4176 28.4389 27.1982 19.5611 24.9788 28.4389 22.7593 19.5611"/><polyline class="c" points="16.8778 28.4389 14.6583 19.5611 12.4389 28.4389 10.2194 19.5611 8 28.4389"/><polyline class="c" points="22.7593 19.5611 19.8185 24 16.8778 19.5611"/><line class="c" x1="19.8185" y1="28.4389" x2="19.8185" y2="24"/><polyline class="c" points="40 19.5611 37.0592 24 34.1185 19.5611"/><line class="c" x1="37.0592" y1="28.4389" x2="37.0592" y2="24"/><line class="c" x1="33.5567" y1="25.4691" x2="30.1601" y2="25.4691"/><line class="c" x1="31.6371" y1="19.5611" x2="34.5224" y2="28.4389"/></svg>
Copied!