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

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

The same logo in other sets

Use the buddy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.7 5.307L12.945.253a1.89 1.89 0 0 0-1.891 0L2.299 5.306a1.89 1.89 0 0 0-.945 1.638v10.11c0 .675.36 1.3.945 1.637l8.756 5.056a1.89 1.89 0 0 0 1.89 0l8.756-5.055c.585-.338.945-.962.945-1.638V6.945c0-.675-.36-1.3-.945-1.638zm-7.45 7.753l-3.805 3.804l-1.351-1.351l3.804-3.805l-3.804-3.806l1.35-1.35l3.805 3.805l1.351 1.35z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBuddy(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.7 5.307L12.945.253a1.89 1.89 0 0 0-1.891 0L2.299 5.306a1.89 1.89 0 0 0-.945 1.638v10.11c0 .675.36 1.3.945 1.637l8.756 5.056a1.89 1.89 0 0 0 1.89 0l8.756-5.055c.585-.338.945-.962.945-1.638V6.945c0-.675-.36-1.3-.945-1.638zm-7.45 7.753l-3.805 3.804l-1.351-1.351l3.804-3.805l-3.804-3.806l1.35-1.35l3.805 3.805l1.351 1.35z"/></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.7 5.307L12.945.253a1.89 1.89 0 0 0-1.891 0L2.299 5.306a1.89 1.89 0 0 0-.945 1.638v10.11c0 .675.36 1.3.945 1.637l8.756 5.056a1.89 1.89 0 0 0 1.89 0l8.756-5.055c.585-.338.945-.962.945-1.638V6.945c0-.675-.36-1.3-.945-1.638zm-7.45 7.753l-3.805 3.804l-1.351-1.351l3.804-3.805l-3.804-3.806l1.35-1.35l3.805 3.805l1.351 1.35z"/></svg>
</template>

CSS

.icon-buddy {
  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.7%205.307L12.945.253a1.89%201.89%200%200%200-1.891%200L2.299%205.306a1.89%201.89%200%200%200-.945%201.638v10.11c0%20.675.36%201.3.945%201.637l8.756%205.056a1.89%201.89%200%200%200%201.89%200l8.756-5.055c.585-.338.945-.962.945-1.638V6.945c0-.675-.36-1.3-.945-1.638zm-7.45%207.753l-3.805%203.804l-1.351-1.351l3.804-3.805l-3.804-3.806l1.35-1.35l3.805%203.805l1.351%201.35z%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.7%205.307L12.945.253a1.89%201.89%200%200%200-1.891%200L2.299%205.306a1.89%201.89%200%200%200-.945%201.638v10.11c0%20.675.36%201.3.945%201.637l8.756%205.056a1.89%201.89%200%200%200%201.89%200l8.756-5.055c.585-.338.945-.962.945-1.638V6.945c0-.675-.36-1.3-.945-1.638zm-7.45%207.753l-3.805%203.804l-1.351-1.351l3.804-3.805l-3.804-3.806l1.35-1.35l3.805%203.805l1.351%201.35z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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