Renfe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Renfe 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/346643.svg" alt="Renfe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346643.svg" alt="Renfe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346643.svg" alt="Renfe icon" :width="24" :height="24" />
CSS background
.icon-renfe {
background-image: url('https://proicons.com/icon/346643.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M38.487,26.031c-.4032.7056-1.1629,1.1812-2.0338,1.1812h0c-1.2927,0-2.3407-1.048-2.3407-2.3407v-1.5215c0-1.2927,1.048-2.3407,2.3407-2.3407h0c1.2928,0,2.3407,1.048,2.3407,2.3407v.7607h-4.6815"/><path class="e" d="M29.9151,27.2133v-7.7246c0-.905.7336-1.6386,1.6386-1.6386h0c.8065,0,1.3099.2388,1.6552.6856"/><line class="e" x1="28.527" y1="21.0102" x2="31.8041" y2="21.0102"/><path class="e" d="M26.2236,27.2133v-3.8623c0-1.2928-1.048-2.3408-2.3408-2.3408h0c-1.2928,0-2.3408,1.048-2.3408,2.3408"/><line class="e" x1="21.542" y1="27.2133" x2="21.542" y2="21.0102"/><path class="e" d="M18.555,26.031c-.4032.7056-1.1629,1.1812-2.0338,1.1812h0c-1.2927,0-2.3407-1.048-2.3407-2.3407v-1.5215c0-1.2927,1.048-2.3407,2.3407-2.3407h0c1.2927,0,2.3407,1.048,2.3407,2.3407v.7607h-4.6815"/><path class="e" d="M9.7614,23.3503c0-1.2928,1.048-2.3408,2.3408-2.3408h0"/><line class="e" x1="9.7614" y1="21.0095" x2="9.7614" y2="27.2126"/><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!