Toei Transportation Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Toei Transportation 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/348626.svg" alt="Toei Transportation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348626.svg" alt="Toei Transportation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348626.svg" alt="Toei Transportation icon" :width="24" :height="24" />
CSS background
.icon-toei-transportation {
background-image: url('https://proicons.com/icon/348626.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"><path d="M24,45.5c0-11.874-9.6259-21.5-21.5-21.5C2.5,12.126,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5c-11.874,0-21.5,9.6259-21.5,21.5Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="38.5" cy="38.5" r="7" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="35.85" y1="34.5" x2="41.15" y2="34.5" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="38.5" y1="42.5" x2="38.5" y2="34.5" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!