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

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

Use the badoo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.68 2.809c3.392 0 6.32 2.788 6.32 6.228c0 6.71-6.6 12.158-12 12.158S0 15.748 0 9.037c0-3.44 2.928-6.228 6.32-6.228c4.128 0 5.578 3.179 5.68 3.411a6.08 6.08 0 0 1 5.67-3.411zm1.078 6.488V9.11h-2.38v.186c0 2.352-1.97 4.276-4.378 4.276c-2.417 0-4.369-1.924-4.369-4.276V9.11H5.233v.186c0 1.766.697 3.42 1.98 4.666a6.8 6.8 0 0 0 4.778 1.933a6.8 6.8 0 0 0 4.777-1.933a6.5 6.5 0 0 0 1.98-4.666Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBadoo(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="M17.68 2.809c3.392 0 6.32 2.788 6.32 6.228c0 6.71-6.6 12.158-12 12.158S0 15.748 0 9.037c0-3.44 2.928-6.228 6.32-6.228c4.128 0 5.578 3.179 5.68 3.411a6.08 6.08 0 0 1 5.67-3.411zm1.078 6.488V9.11h-2.38v.186c0 2.352-1.97 4.276-4.378 4.276c-2.417 0-4.369-1.924-4.369-4.276V9.11H5.233v.186c0 1.766.697 3.42 1.98 4.666a6.8 6.8 0 0 0 4.778 1.933a6.8 6.8 0 0 0 4.777-1.933a6.5 6.5 0 0 0 1.98-4.666Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.68 2.809c3.392 0 6.32 2.788 6.32 6.228c0 6.71-6.6 12.158-12 12.158S0 15.748 0 9.037c0-3.44 2.928-6.228 6.32-6.228c4.128 0 5.578 3.179 5.68 3.411a6.08 6.08 0 0 1 5.67-3.411zm1.078 6.488V9.11h-2.38v.186c0 2.352-1.97 4.276-4.378 4.276c-2.417 0-4.369-1.924-4.369-4.276V9.11H5.233v.186c0 1.766.697 3.42 1.98 4.666a6.8 6.8 0 0 0 4.778 1.933a6.8 6.8 0 0 0 4.777-1.933a6.5 6.5 0 0 0 1.98-4.666Z"/></svg>
</template>

CSS

.icon-badoo {
  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%22M17.68%202.809c3.392%200%206.32%202.788%206.32%206.228c0%206.71-6.6%2012.158-12%2012.158S0%2015.748%200%209.037c0-3.44%202.928-6.228%206.32-6.228c4.128%200%205.578%203.179%205.68%203.411a6.08%206.08%200%200%201%205.67-3.411zm1.078%206.488V9.11h-2.38v.186c0%202.352-1.97%204.276-4.378%204.276c-2.417%200-4.369-1.924-4.369-4.276V9.11H5.233v.186c0%201.766.697%203.42%201.98%204.666a6.8%206.8%200%200%200%204.778%201.933a6.8%206.8%200%200%200%204.777-1.933a6.5%206.5%200%200%200%201.98-4.666Z%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%22M17.68%202.809c3.392%200%206.32%202.788%206.32%206.228c0%206.71-6.6%2012.158-12%2012.158S0%2015.748%200%209.037c0-3.44%202.928-6.228%206.32-6.228c4.128%200%205.578%203.179%205.68%203.411a6.08%206.08%200%200%201%205.67-3.411zm1.078%206.488V9.11h-2.38v.186c0%202.352-1.97%204.276-4.378%204.276c-2.417%200-4.369-1.924-4.369-4.276V9.11H5.233v.186c0%201.766.697%203.42%201.98%204.666a6.8%206.8%200%200%200%204.778%201.933a6.8%206.8%200%200%200%204.777-1.933a6.5%206.5%200%200%200%201.98-4.666Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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