Mini Motorways Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mini Motorways 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/343886.svg" alt="Mini Motorways icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343886.svg" alt="Mini Motorways icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343886.svg" alt="Mini Motorways icon" :width="24" :height="24" />
CSS background
.icon-mini-motorways {
background-image: url('https://proicons.com/icon/343886.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="m35.4166,32.062c6.3052-6.3052,6.3052-16.5279,0-22.8331-6.3052-6.3052-16.5279-6.3052-22.8331,0-6.3052,6.3052-6.3052,16.5279,0,22.8331l11.438,11.438,11.3952-11.438Z"/><circle class="c" cx="24" cy="20.6455" r="5.0289"/><line class="c" x1="20.444" y1="24.2015" x2="31.8673" y2="35.6248"/></svg>
Copied!