Deutschetelekom Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Deutschetelekom 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/314090.svg" alt="Deutschetelekom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314090.svg" alt="Deutschetelekom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314090.svg" alt="Deutschetelekom icon" :width="24" :height="24" />
CSS background
.icon-deutschetelekom {
background-image: url('https://proicons.com/icon/314090.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Deutsche Telekom</title><path d="M6.722 15.84h-4.8v-4.8h4.791v4.8zM1.922 0v8.16H3.36v-.236c0-3.844 2.159-6.24 6.239-6.24h.237v17.279c0 2.396-.957 3.36-3.36 3.36h-.72V24h12.478v-1.676h-.72c-2.395 0-3.36-.957-3.36-3.361V1.676h.237c4.08 0 6.239 2.396 6.239 6.24v.236h1.439V0Zm15.356 15.84h4.8v-4.8h-4.791v4.8z"/></svg>
Copied!