Tu Dortmund Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tu Dortmund 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/334336.svg" alt="Tu Dortmund icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334336.svg" alt="Tu Dortmund icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334336.svg" alt="Tu Dortmund icon" :width="24" :height="24" />
CSS background
.icon-tu-dortmund {
background-image: url('https://proicons.com/icon/334336.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M10.3411,7.9782v27.433a4.6106,4.6106,0,0,0,4.6106,4.6106h3.3832"/><path class="a" d="M5.5,15.5856H21.0576a3,3,0,0,1,3,3v12.215a9.2212,9.2212,0,0,0,9.2212,9.2212h0A9.2212,9.2212,0,0,0,42.5,30.8006V15.5857"/><line class="a" x1="42.5" y1="30.8006" x2="42.5" y2="40.0218"/></svg>
Copied!