Stationmeet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stationmeet 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/347866.svg" alt="Stationmeet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347866.svg" alt="Stationmeet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347866.svg" alt="Stationmeet icon" :width="24" :height="24" />
CSS background
.icon-stationmeet {
background-image: url('https://proicons.com/icon/347866.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M10.1032,9.6c0,2.2644,1.8356,4.1,4.1,4.1,2.2644,0,4.1-1.8356,4.1-4.1s-1.8356-4.1-4.1-4.1c-2.2644,0-4.1,1.8356-4.1,4.1h0M6.2032,27.8c0-1,1-1.2,1.6-1,1.3.4,1,2.8,1.8,3.6,1,1,3,.9,4.6.9s3.6.2,4.6-.9c.8-.8.5-3.3,1.8-3.6.6-.2,1.7,0,1.6,1-.3,6.1-4.7,5.7-8,5.7s-7.8.4-8-5.7M17.4032,15.1h-2.1v2.1h2.1v-2.1ZM13.2032,15.1h-2.1v2.1h2.1v-2.1ZM7.0032,26c-.3-2.1-.8-5.8-1-7.8-.1-.7,1-2.2,2.5-2.2h2.2M21.4032,26c.3-2.1.8-5.8,1-7.8.2-.7-1-2.2-2.5-2.2h-2.2"/><path class="f" d="M15.8032,25.9v2.7h-3.3v-2.7h-2.7v-3.3h2.7v-2.7h3.3v2.7h2.7v3.3h-2.7ZM42.0032,27.9c0,2.4-2,4.4-4.4,4.4h0c-2.4,0-4.4-2-4.4-4.4s2-4.4,4.4-4.4h0M14.7032,33.5c1.2,5.2,5.8,9,11.3,9,5.8193,0,10.6466-4.3819,11.4746-10.0635"/><path class="f" d="M35.7921,27.5343l1.7238,1.8353,3.1307-4.8167"/></svg>
Copied!