Tokai Station Point Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tokai Station Point 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/334077.svg" alt="Tokai Station Point icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334077.svg" alt="Tokai Station Point icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334077.svg" alt="Tokai Station Point icon" :width="24" :height="24" />
CSS background
.icon-tokai-station-point {
background-image: url('https://proicons.com/icon/334077.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>.c{fill:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M34.84,27.1586v-6.3168h1.9174c1.0841,0,1.9629.9498,1.9629,2.1214s-.8788,2.1214-1.9629,2.1214h-1.9174"/><circle class="d" cx="36.1795" cy="23.9999" r="6.8205"/><path class="d" d="M21.5633,30.8203H5v-8.8593l8.282-4.7817,8.282,4.7817-.0007,8.8593Z"/><path class="d" d="M16.6568,19.129h14.7486M13.2817,17.1803h22.8978"/><path class="d" d="M21.5633,28.8719h9.842M21.5633,30.8206h14.6161"/><path class="d" d="M30.0891,17.1795v1.9487M27.6532,19.1282v-1.9487M20.3455,17.1795v1.9487M17.9096,19.1282v-1.9487M25.2173,17.1795v1.9487M22.7814,19.1282v-1.9487"/><path class="d" d="M30.5774,28.8719v1.9487M28.1415,30.8206v-1.9487M25.7056,28.8719v1.9487M23.2697,30.8206v-1.9487"/><path class="d" d="M7.4268,27.4982c.2869.3465.6467.4756,1.1473.4756h.6927c.6447,0,1.1673-.4848,1.1673-1.0851s-.5226-1.0851-1.1673-1.0851h-.7642c-.6454,0-1.1685-.4853-1.1685-1.0845s.5243-1.0856,1.1711-1.0856h.689c.5006,0,.8604.1291,1.1473.4756"/><path class="d" d="M12.4589,24.2022v3.228c0,.2996.2619.5425.5849.5425h.1755"/><line class="d" x1="11.8448" y1="25.0977" x2="13.0715" y2="25.0977"/><path class="d" d="M17.1995,26.8886c0,.5993-.5198,1.0851-1.1609,1.0851h-.4074c-.4248,0-.7691-.3218-.7691-.7188s.3443-.7188.7691-.7188h1.5706"/><path class="d" d="M15.1521,25.382c.2819-.2619.4795-.2848,1.0236-.2848.6177,0,1.0236.252,1.0236.9332v1.9423"/><circle class="c" cx="19.0807" cy="27.7752" r=".75"/></svg>
Copied!