deutschebahn logo
deutschebahn from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- deutschebahn
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the deutschebahn logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.6 3.6H2.4C1.08 3.6 0 4.68 0 6v12c0 1.32 1.08 2.4 2.4 2.4h19.2c1.32 0 2.4-1.08 2.4-2.424V6c0-1.32-1.08-2.4-2.4-2.4m.648 14.376c.024.36-.264.672-.648.696H2.4c-.36 0-.648-.312-.648-.672V6a.667.667 0 0 1 .624-.696H21.6c.36 0 .648.312.648.672zM7.344 6.504H3.312v10.992h4.032c3.336-.024 4.416-2.376 4.416-5.544c0-3.672-1.56-5.448-4.416-5.448m-.456 9.216h-.936V8.232h.528c2.376 0 2.616 1.728 2.616 3.936c0 2.424-.816 3.552-2.208 3.552m11.832-3.984c1.128-.336 1.896-1.368 1.92-2.568c0-.24-.048-2.688-3.144-2.688h-4.584v10.992H16.8c1.032 0 4.248 0 4.248-3.096c0-.744-.336-2.208-2.328-2.64m-2.352-3.528c1.176 0 1.656.408 1.656 1.32c0 .72-.528 1.32-1.44 1.32h-1.032v-2.64zm.24 7.512h-1.08v-2.832h1.152c1.368 0 1.704.792 1.704 1.416c0 1.416-1.344 1.416-1.776 1.416"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsDeutschebahn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.6 3.6H2.4C1.08 3.6 0 4.68 0 6v12c0 1.32 1.08 2.4 2.4 2.4h19.2c1.32 0 2.4-1.08 2.4-2.424V6c0-1.32-1.08-2.4-2.4-2.4m.648 14.376c.024.36-.264.672-.648.696H2.4c-.36 0-.648-.312-.648-.672V6a.667.667 0 0 1 .624-.696H21.6c.36 0 .648.312.648.672zM7.344 6.504H3.312v10.992h4.032c3.336-.024 4.416-2.376 4.416-5.544c0-3.672-1.56-5.448-4.416-5.448m-.456 9.216h-.936V8.232h.528c2.376 0 2.616 1.728 2.616 3.936c0 2.424-.816 3.552-2.208 3.552m11.832-3.984c1.128-.336 1.896-1.368 1.92-2.568c0-.24-.048-2.688-3.144-2.688h-4.584v10.992H16.8c1.032 0 4.248 0 4.248-3.096c0-.744-.336-2.208-2.328-2.64m-2.352-3.528c1.176 0 1.656.408 1.656 1.32c0 .72-.528 1.32-1.44 1.32h-1.032v-2.64zm.24 7.512h-1.08v-2.832h1.152c1.368 0 1.704.792 1.704 1.416c0 1.416-1.344 1.416-1.776 1.416"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.6 3.6H2.4C1.08 3.6 0 4.68 0 6v12c0 1.32 1.08 2.4 2.4 2.4h19.2c1.32 0 2.4-1.08 2.4-2.424V6c0-1.32-1.08-2.4-2.4-2.4m.648 14.376c.024.36-.264.672-.648.696H2.4c-.36 0-.648-.312-.648-.672V6a.667.667 0 0 1 .624-.696H21.6c.36 0 .648.312.648.672zM7.344 6.504H3.312v10.992h4.032c3.336-.024 4.416-2.376 4.416-5.544c0-3.672-1.56-5.448-4.416-5.448m-.456 9.216h-.936V8.232h.528c2.376 0 2.616 1.728 2.616 3.936c0 2.424-.816 3.552-2.208 3.552m11.832-3.984c1.128-.336 1.896-1.368 1.92-2.568c0-.24-.048-2.688-3.144-2.688h-4.584v10.992H16.8c1.032 0 4.248 0 4.248-3.096c0-.744-.336-2.208-2.328-2.64m-2.352-3.528c1.176 0 1.656.408 1.656 1.32c0 .72-.528 1.32-1.44 1.32h-1.032v-2.64zm.24 7.512h-1.08v-2.832h1.152c1.368 0 1.704.792 1.704 1.416c0 1.416-1.344 1.416-1.776 1.416"/></svg> </template>
CSS
.icon-deutschebahn {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.6%203.6H2.4C1.08%203.6%200%204.68%200%206v12c0%201.32%201.08%202.4%202.4%202.4h19.2c1.32%200%202.4-1.08%202.4-2.424V6c0-1.32-1.08-2.4-2.4-2.4m.648%2014.376c.024.36-.264.672-.648.696H2.4c-.36%200-.648-.312-.648-.672V6a.667.667%200%200%201%20.624-.696H21.6c.36%200%20.648.312.648.672zM7.344%206.504H3.312v10.992h4.032c3.336-.024%204.416-2.376%204.416-5.544c0-3.672-1.56-5.448-4.416-5.448m-.456%209.216h-.936V8.232h.528c2.376%200%202.616%201.728%202.616%203.936c0%202.424-.816%203.552-2.208%203.552m11.832-3.984c1.128-.336%201.896-1.368%201.92-2.568c0-.24-.048-2.688-3.144-2.688h-4.584v10.992H16.8c1.032%200%204.248%200%204.248-3.096c0-.744-.336-2.208-2.328-2.64m-2.352-3.528c1.176%200%201.656.408%201.656%201.32c0%20.72-.528%201.32-1.44%201.32h-1.032v-2.64zm.24%207.512h-1.08v-2.832h1.152c1.368%200%201.704.792%201.704%201.416c0%201.416-1.344%201.416-1.776%201.416%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.6%203.6H2.4C1.08%203.6%200%204.68%200%206v12c0%201.32%201.08%202.4%202.4%202.4h19.2c1.32%200%202.4-1.08%202.4-2.424V6c0-1.32-1.08-2.4-2.4-2.4m.648%2014.376c.024.36-.264.672-.648.696H2.4c-.36%200-.648-.312-.648-.672V6a.667.667%200%200%201%20.624-.696H21.6c.36%200%20.648.312.648.672zM7.344%206.504H3.312v10.992h4.032c3.336-.024%204.416-2.376%204.416-5.544c0-3.672-1.56-5.448-4.416-5.448m-.456%209.216h-.936V8.232h.528c2.376%200%202.616%201.728%202.616%203.936c0%202.424-.816%203.552-2.208%203.552m11.832-3.984c1.128-.336%201.896-1.368%201.92-2.568c0-.24-.048-2.688-3.144-2.688h-4.584v10.992H16.8c1.032%200%204.248%200%204.248-3.096c0-.744-.336-2.208-2.328-2.64m-2.352-3.528c1.176%200%201.656.408%201.656%201.32c0%20.72-.528%201.32-1.44%201.32h-1.032v-2.64zm.24%207.512h-1.08v-2.832h1.152c1.368%200%201.704.792%201.704%201.416c0%201.416-1.344%201.416-1.776%201.416%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/deutschebahn.svg?color=%231a73e8&size=48