Ma Gare Sncf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ma Gare Sncf 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/343321.svg" alt="Ma Gare Sncf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343321.svg" alt="Ma Gare Sncf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343321.svg" alt="Ma Gare Sncf icon" :width="24" :height="24" />
CSS background
.icon-ma-gare-sncf {
background-image: url('https://proicons.com/icon/343321.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><circle class="b" cx="24" cy="17.3286" r="2.9327"/><path class="b" d="M43.18,20.0652l-19.18-9.7938L4.82,20.0652c-.5476.2796-.3487,1.1065.2662,1.1065h2.0036v16.5568h5.7213v-8.5521c0-.9925.8046-1.7971,1.7971-1.7971s1.7971.8046,1.7971,1.7971v8.5521h4.9433v-11.0771c0-1.4644,1.1871-2.6514,2.6514-2.6514s2.6515,1.1871,2.6515,2.6514v11.0771h4.9433v-8.5521c0-.9925.8046-1.7971,1.7971-1.7971s1.7971.8046,1.7971,1.7971v8.5521h5.7213v-16.5568h2.0036c.6149,0,.8138-.8269.2661-1.1065Z"/></svg>
Copied!