Ruralvia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ruralvia 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/346843.svg" alt="Ruralvia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346843.svg" alt="Ruralvia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346843.svg" alt="Ruralvia icon" :width="24" :height="24" />
CSS background
.icon-ruralvia {
background-image: url('https://proicons.com/icon/346843.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="b" points="19.2405 7.6317 23.9999 12.3779 28.7593 7.6317 28.7593 20.9811 36.2569 13.4835 36.2569 20.7266 43.5 20.7266 28.3348 35.8918"/><path class="b" d="M4.5,20.7266l11.2753,11.2753c2.2188,2.2188,3.4654,5.2282,3.4654,8.3661h0s-.0002.0004-.0002.0004h9.5187c0-6.3188-2.5101-12.3788-6.9782-16.8469l-2.5404-2.5404-7.4976-7.4976v7.2431h-7.2431"/><line class="b" x1="23.9999" y1="12.3779" x2="23.9999" y2="26.0824"/><path class="b" d="M23.9999,40.3683c0-4.7285-1.8784-9.2633-5.2219-12.6069l-7.0348-7.0348"/><line class="b" x1="36.2569" y1="20.7266" x2="26.5696" y2="30.414"/><line class="b" x1="19.2405" y1="7.6317" x2="19.2405" y2="20.9811"/></svg>
Copied!