Routematic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Routematic 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/332233.svg" alt="Routematic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332233.svg" alt="Routematic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332233.svg" alt="Routematic icon" :width="24" :height="24" />
CSS background
.icon-routematic {
background-image: url('https://proicons.com/icon/332233.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m11.5,29.5785v-13.1571h4.3074c2.4351,0,4.4092,1.9783,4.4092,4.4187s-1.9741,4.4187-4.4092,4.4187h-4.3074"/><line class="c" x1="15.8074" y1="25.2589" x2="20.1144" y2="29.5752"/><path class="c" d="m23.3429,24.1512c0-1.8166,1.4727-3.2893,3.2893-3.2893h0c1.8166,0,3.2893,1.4727,3.2893,3.2893v5.4273"/><line class="c" x1="23.3429" y1="20.862" x2="23.3429" y2="29.5785"/><path class="c" d="m29.9215,24.1512c0-1.8166,1.4727-3.2893,3.2893-3.2893h0c1.8166,0,3.2893,1.4727,3.2893,3.2893v5.4273"/></svg>
Copied!