1and1 from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
1and1
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the 1and1 logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 0v24h24V0zm11.717 5.792c1.564 0 2.671 1.04 2.671 2.468c0 1.044-.428 1.819-1.746 2.915l1.952 2.648c.163-.147.303-1.046.274-1.777c-.003-.087-.022-.341-.04-.62h1.814c0 .244.024.595.024.683c0 1.426-.224 2.327-.909 3.198L17.2 17.22h-2.232l-.503-.678c-.823.659-1.546.905-2.713.898c-2.284-.013-3.857-1.173-4.005-3.239c-.089-1.235.737-2.506 2.32-3.42C9.049 9.477 8.84 9.025 8.84 8.207c0-1.392 1.191-2.415 2.878-2.415zm-9.424.134h4.064v11.296H4.1V7.735H2.293zm14.45 0h4.065v11.296H18.55V7.735h-1.807zm-5.036 1.49c-.545 0-.931.358-.931.845c0 .47.14.726.79 1.562c.772-.557 1.058-1.075 1.058-1.58c0-.504-.354-.828-.917-.828zm-.517 4.811c-1.002.663-1.404 1.31-1.386 1.919c.03.928.806 1.522 1.948 1.522c.703 0 1.174-.257 1.579-.594z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIcons1and1(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="M0 0v24h24V0zm11.717 5.792c1.564 0 2.671 1.04 2.671 2.468c0 1.044-.428 1.819-1.746 2.915l1.952 2.648c.163-.147.303-1.046.274-1.777c-.003-.087-.022-.341-.04-.62h1.814c0 .244.024.595.024.683c0 1.426-.224 2.327-.909 3.198L17.2 17.22h-2.232l-.503-.678c-.823.659-1.546.905-2.713.898c-2.284-.013-3.857-1.173-4.005-3.239c-.089-1.235.737-2.506 2.32-3.42C9.049 9.477 8.84 9.025 8.84 8.207c0-1.392 1.191-2.415 2.878-2.415zm-9.424.134h4.064v11.296H4.1V7.735H2.293zm14.45 0h4.065v11.296H18.55V7.735h-1.807zm-5.036 1.49c-.545 0-.931.358-.931.845c0 .47.14.726.79 1.562c.772-.557 1.058-1.075 1.058-1.58c0-.504-.354-.828-.917-.828zm-.517 4.811c-1.002.663-1.404 1.31-1.386 1.919c.03.928.806 1.522 1.948 1.522c.703 0 1.174-.257 1.579-.594z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 0v24h24V0zm11.717 5.792c1.564 0 2.671 1.04 2.671 2.468c0 1.044-.428 1.819-1.746 2.915l1.952 2.648c.163-.147.303-1.046.274-1.777c-.003-.087-.022-.341-.04-.62h1.814c0 .244.024.595.024.683c0 1.426-.224 2.327-.909 3.198L17.2 17.22h-2.232l-.503-.678c-.823.659-1.546.905-2.713.898c-2.284-.013-3.857-1.173-4.005-3.239c-.089-1.235.737-2.506 2.32-3.42C9.049 9.477 8.84 9.025 8.84 8.207c0-1.392 1.191-2.415 2.878-2.415zm-9.424.134h4.064v11.296H4.1V7.735H2.293zm14.45 0h4.065v11.296H18.55V7.735h-1.807zm-5.036 1.49c-.545 0-.931.358-.931.845c0 .47.14.726.79 1.562c.772-.557 1.058-1.075 1.058-1.58c0-.504-.354-.828-.917-.828zm-.517 4.811c-1.002.663-1.404 1.31-1.386 1.919c.03.928.806 1.522 1.948 1.522c.703 0 1.174-.257 1.579-.594z"/></svg>
</template>

CSS

.icon-1and1 {
  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%22M0%200v24h24V0zm11.717%205.792c1.564%200%202.671%201.04%202.671%202.468c0%201.044-.428%201.819-1.746%202.915l1.952%202.648c.163-.147.303-1.046.274-1.777c-.003-.087-.022-.341-.04-.62h1.814c0%20.244.024.595.024.683c0%201.426-.224%202.327-.909%203.198L17.2%2017.22h-2.232l-.503-.678c-.823.659-1.546.905-2.713.898c-2.284-.013-3.857-1.173-4.005-3.239c-.089-1.235.737-2.506%202.32-3.42C9.049%209.477%208.84%209.025%208.84%208.207c0-1.392%201.191-2.415%202.878-2.415zm-9.424.134h4.064v11.296H4.1V7.735H2.293zm14.45%200h4.065v11.296H18.55V7.735h-1.807zm-5.036%201.49c-.545%200-.931.358-.931.845c0%20.47.14.726.79%201.562c.772-.557%201.058-1.075%201.058-1.58c0-.504-.354-.828-.917-.828zm-.517%204.811c-1.002.663-1.404%201.31-1.386%201.919c.03.928.806%201.522%201.948%201.522c.703%200%201.174-.257%201.579-.594z%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%22M0%200v24h24V0zm11.717%205.792c1.564%200%202.671%201.04%202.671%202.468c0%201.044-.428%201.819-1.746%202.915l1.952%202.648c.163-.147.303-1.046.274-1.777c-.003-.087-.022-.341-.04-.62h1.814c0%20.244.024.595.024.683c0%201.426-.224%202.327-.909%203.198L17.2%2017.22h-2.232l-.503-.678c-.823.659-1.546.905-2.713.898c-2.284-.013-3.857-1.173-4.005-3.239c-.089-1.235.737-2.506%202.32-3.42C9.049%209.477%208.84%209.025%208.84%208.207c0-1.392%201.191-2.415%202.878-2.415zm-9.424.134h4.064v11.296H4.1V7.735H2.293zm14.45%200h4.065v11.296H18.55V7.735h-1.807zm-5.036%201.49c-.545%200-.931.358-.931.845c0%20.47.14.726.79%201.562c.772-.557%201.058-1.075%201.058-1.58c0-.504-.354-.828-.917-.828zm-.517%204.811c-1.002.663-1.404%201.31-1.386%201.919c.03.928.806%201.522%201.948%201.522c.703%200%201.174-.257%201.579-.594z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/1and1.svg?color=%231a73e8&size=48