contabo logo
contabo from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- contabo
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the contabo logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.336 1.816a6.95 6.95 0 0 0-6.879 5.889a7.9 7.9 0 0 1 2.24-.412A4.855 4.855 0 0 1 11.33 3.92a4.85 4.85 0 0 1 3.45 1.44a4.8 4.8 0 0 1 1.197 2.01a8 8 0 0 1 .875-.067h.33a8 8 0 0 1 .976.076a6.95 6.95 0 0 0-6.822-5.564zM6.99 8.224A6.983 6.983 0 0 0 0 15.2a6.98 6.98 0 0 0 6.977 6.976a6.97 6.97 0 0 0 4.933-2.03l1.56-1.581l-1.488-1.488l-1.55 1.582a4.86 4.86 0 0 1-3.452 1.436A4.88 4.88 0 0 1 2.104 15.2a4.877 4.877 0 0 1 4.876-4.871a4.86 4.86 0 0 1 2.819.904l.04-.043l1.466-1.465A6.97 6.97 0 0 0 6.99 8.224m10.04 0a6.97 6.97 0 0 0-4.936 2.047l-1.59 1.574l1.488 1.489l1.58-1.584A4.88 4.88 0 0 1 21.9 15.2a4.88 4.88 0 0 1-4.877 4.882a4.86 4.86 0 0 1-2.83-.914l-.045.046s-1.078 1.096-1.437 1.467a6.95 6.95 0 0 0 4.312 1.504A6.983 6.983 0 0 0 24 15.205a6.95 6.95 0 0 0-2.04-4.933a6.96 6.96 0 0 0-4.93-2.047z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsContabo(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="M11.336 1.816a6.95 6.95 0 0 0-6.879 5.889a7.9 7.9 0 0 1 2.24-.412A4.855 4.855 0 0 1 11.33 3.92a4.85 4.85 0 0 1 3.45 1.44a4.8 4.8 0 0 1 1.197 2.01a8 8 0 0 1 .875-.067h.33a8 8 0 0 1 .976.076a6.95 6.95 0 0 0-6.822-5.564zM6.99 8.224A6.983 6.983 0 0 0 0 15.2a6.98 6.98 0 0 0 6.977 6.976a6.97 6.97 0 0 0 4.933-2.03l1.56-1.581l-1.488-1.488l-1.55 1.582a4.86 4.86 0 0 1-3.452 1.436A4.88 4.88 0 0 1 2.104 15.2a4.877 4.877 0 0 1 4.876-4.871a4.86 4.86 0 0 1 2.819.904l.04-.043l1.466-1.465A6.97 6.97 0 0 0 6.99 8.224m10.04 0a6.97 6.97 0 0 0-4.936 2.047l-1.59 1.574l1.488 1.489l1.58-1.584A4.88 4.88 0 0 1 21.9 15.2a4.88 4.88 0 0 1-4.877 4.882a4.86 4.86 0 0 1-2.83-.914l-.045.046s-1.078 1.096-1.437 1.467a6.95 6.95 0 0 0 4.312 1.504A6.983 6.983 0 0 0 24 15.205a6.95 6.95 0 0 0-2.04-4.933a6.96 6.96 0 0 0-4.93-2.047z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.336 1.816a6.95 6.95 0 0 0-6.879 5.889a7.9 7.9 0 0 1 2.24-.412A4.855 4.855 0 0 1 11.33 3.92a4.85 4.85 0 0 1 3.45 1.44a4.8 4.8 0 0 1 1.197 2.01a8 8 0 0 1 .875-.067h.33a8 8 0 0 1 .976.076a6.95 6.95 0 0 0-6.822-5.564zM6.99 8.224A6.983 6.983 0 0 0 0 15.2a6.98 6.98 0 0 0 6.977 6.976a6.97 6.97 0 0 0 4.933-2.03l1.56-1.581l-1.488-1.488l-1.55 1.582a4.86 4.86 0 0 1-3.452 1.436A4.88 4.88 0 0 1 2.104 15.2a4.877 4.877 0 0 1 4.876-4.871a4.86 4.86 0 0 1 2.819.904l.04-.043l1.466-1.465A6.97 6.97 0 0 0 6.99 8.224m10.04 0a6.97 6.97 0 0 0-4.936 2.047l-1.59 1.574l1.488 1.489l1.58-1.584A4.88 4.88 0 0 1 21.9 15.2a4.88 4.88 0 0 1-4.877 4.882a4.86 4.86 0 0 1-2.83-.914l-.045.046s-1.078 1.096-1.437 1.467a6.95 6.95 0 0 0 4.312 1.504A6.983 6.983 0 0 0 24 15.205a6.95 6.95 0 0 0-2.04-4.933a6.96 6.96 0 0 0-4.93-2.047z"/></svg> </template>
CSS
.icon-contabo {
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%22M11.336%201.816a6.95%206.95%200%200%200-6.879%205.889a7.9%207.9%200%200%201%202.24-.412A4.855%204.855%200%200%201%2011.33%203.92a4.85%204.85%200%200%201%203.45%201.44a4.8%204.8%200%200%201%201.197%202.01a8%208%200%200%201%20.875-.067h.33a8%208%200%200%201%20.976.076a6.95%206.95%200%200%200-6.822-5.564zM6.99%208.224A6.983%206.983%200%200%200%200%2015.2a6.98%206.98%200%200%200%206.977%206.976a6.97%206.97%200%200%200%204.933-2.03l1.56-1.581l-1.488-1.488l-1.55%201.582a4.86%204.86%200%200%201-3.452%201.436A4.88%204.88%200%200%201%202.104%2015.2a4.877%204.877%200%200%201%204.876-4.871a4.86%204.86%200%200%201%202.819.904l.04-.043l1.466-1.465A6.97%206.97%200%200%200%206.99%208.224m10.04%200a6.97%206.97%200%200%200-4.936%202.047l-1.59%201.574l1.488%201.489l1.58-1.584A4.88%204.88%200%200%201%2021.9%2015.2a4.88%204.88%200%200%201-4.877%204.882a4.86%204.86%200%200%201-2.83-.914l-.045.046s-1.078%201.096-1.437%201.467a6.95%206.95%200%200%200%204.312%201.504A6.983%206.983%200%200%200%2024%2015.205a6.95%206.95%200%200%200-2.04-4.933a6.96%206.96%200%200%200-4.93-2.047z%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%22M11.336%201.816a6.95%206.95%200%200%200-6.879%205.889a7.9%207.9%200%200%201%202.24-.412A4.855%204.855%200%200%201%2011.33%203.92a4.85%204.85%200%200%201%203.45%201.44a4.8%204.8%200%200%201%201.197%202.01a8%208%200%200%201%20.875-.067h.33a8%208%200%200%201%20.976.076a6.95%206.95%200%200%200-6.822-5.564zM6.99%208.224A6.983%206.983%200%200%200%200%2015.2a6.98%206.98%200%200%200%206.977%206.976a6.97%206.97%200%200%200%204.933-2.03l1.56-1.581l-1.488-1.488l-1.55%201.582a4.86%204.86%200%200%201-3.452%201.436A4.88%204.88%200%200%201%202.104%2015.2a4.877%204.877%200%200%201%204.876-4.871a4.86%204.86%200%200%201%202.819.904l.04-.043l1.466-1.465A6.97%206.97%200%200%200%206.99%208.224m10.04%200a6.97%206.97%200%200%200-4.936%202.047l-1.59%201.574l1.488%201.489l1.58-1.584A4.88%204.88%200%200%201%2021.9%2015.2a4.88%204.88%200%200%201-4.877%204.882a4.86%204.86%200%200%201-2.83-.914l-.045.046s-1.078%201.096-1.437%201.467a6.95%206.95%200%200%200%204.312%201.504A6.983%206.983%200%200%200%2024%2015.205a6.95%206.95%200%200%200-2.04-4.933a6.96%206.96%200%200%200-4.93-2.047z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/contabo.svg?color=%231a73e8&size=48