Rome2rio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rome2rio 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/346775.svg" alt="Rome2rio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346775.svg" alt="Rome2rio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346775.svg" alt="Rome2rio icon" :width="24" :height="24" />
CSS background
.icon-rome2rio {
background-image: url('https://proicons.com/icon/346775.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><path class="b" d="M29.1145,18.1403c-1.5529-.9541-3.3805-1.5044-5.3368-1.5044-5.6379,0-10.2084,4.5704-10.2084,10.2084h0v.7439c.4133,5.5933,5.056,10.0913,10.2084,15.9118,5.3797-6.0754,10.2084-10.6768,10.2084-16.6558h0c0-1.9766-.5618-3.822-1.5343-5.3852"/><path class="b" d="M19.8648,26.4658c1.3426,1.5584,2.8276,3.17,4.3574,4.8983,5.3797-6.0754,10.2084-10.6768,10.2084-16.6558h0c0-5.6379-4.5704-10.2084-10.2084-10.2084-5.6379,0-10.2084,4.5704-10.2084,10.2084h0v.7439c.133,1.7994.7037,3.4855,1.5882,5.1387"/></svg>
Copied!