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

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

Use the staffbase logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.847 20.095a7.8 7.8 0 0 1-6.286-3.238l1.714-1.238C8.323 17.048 10.037 18 11.847 18s3.523-.857 4.571-2.381l1.714 1.238a7.8 7.8 0 0 1-6.285 3.238m.19-18c1.62 0 3.238.476 4.762 1.334l1.048.476l2.857-.572l-.477 2.857c2.381 3.715 2.191 9.239-1.047 12.667a9.75 9.75 0 0 1-7.048 3.048a9.98 9.98 0 0 1-6.857-2.762c-3.905-3.81-4-10-.286-13.905c1.905-2.095 4.477-3.143 7.048-3.143m0-2.095C8.799 0 5.751 1.333 3.466 3.714c-4.572 4.762-4.477 12.381.285 16.953A11.9 11.9 0 0 0 12.037 24c3.238 0 6.381-1.333 8.571-3.619c3.62-3.714 4.286-9.81 1.81-14.571l.38-2.096l.477-2.952l-2.952.571l-2.19.381l-.382-.19C15.941.476 14.037 0 12.037 0"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsStaffbase(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.847 20.095a7.8 7.8 0 0 1-6.286-3.238l1.714-1.238C8.323 17.048 10.037 18 11.847 18s3.523-.857 4.571-2.381l1.714 1.238a7.8 7.8 0 0 1-6.285 3.238m.19-18c1.62 0 3.238.476 4.762 1.334l1.048.476l2.857-.572l-.477 2.857c2.381 3.715 2.191 9.239-1.047 12.667a9.75 9.75 0 0 1-7.048 3.048a9.98 9.98 0 0 1-6.857-2.762c-3.905-3.81-4-10-.286-13.905c1.905-2.095 4.477-3.143 7.048-3.143m0-2.095C8.799 0 5.751 1.333 3.466 3.714c-4.572 4.762-4.477 12.381.285 16.953A11.9 11.9 0 0 0 12.037 24c3.238 0 6.381-1.333 8.571-3.619c3.62-3.714 4.286-9.81 1.81-14.571l.38-2.096l.477-2.952l-2.952.571l-2.19.381l-.382-.19C15.941.476 14.037 0 12.037 0"/></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.847 20.095a7.8 7.8 0 0 1-6.286-3.238l1.714-1.238C8.323 17.048 10.037 18 11.847 18s3.523-.857 4.571-2.381l1.714 1.238a7.8 7.8 0 0 1-6.285 3.238m.19-18c1.62 0 3.238.476 4.762 1.334l1.048.476l2.857-.572l-.477 2.857c2.381 3.715 2.191 9.239-1.047 12.667a9.75 9.75 0 0 1-7.048 3.048a9.98 9.98 0 0 1-6.857-2.762c-3.905-3.81-4-10-.286-13.905c1.905-2.095 4.477-3.143 7.048-3.143m0-2.095C8.799 0 5.751 1.333 3.466 3.714c-4.572 4.762-4.477 12.381.285 16.953A11.9 11.9 0 0 0 12.037 24c3.238 0 6.381-1.333 8.571-3.619c3.62-3.714 4.286-9.81 1.81-14.571l.38-2.096l.477-2.952l-2.952.571l-2.19.381l-.382-.19C15.941.476 14.037 0 12.037 0"/></svg>
</template>

CSS

.icon-staffbase {
  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.847%2020.095a7.8%207.8%200%200%201-6.286-3.238l1.714-1.238C8.323%2017.048%2010.037%2018%2011.847%2018s3.523-.857%204.571-2.381l1.714%201.238a7.8%207.8%200%200%201-6.285%203.238m.19-18c1.62%200%203.238.476%204.762%201.334l1.048.476l2.857-.572l-.477%202.857c2.381%203.715%202.191%209.239-1.047%2012.667a9.75%209.75%200%200%201-7.048%203.048a9.98%209.98%200%200%201-6.857-2.762c-3.905-3.81-4-10-.286-13.905c1.905-2.095%204.477-3.143%207.048-3.143m0-2.095C8.799%200%205.751%201.333%203.466%203.714c-4.572%204.762-4.477%2012.381.285%2016.953A11.9%2011.9%200%200%200%2012.037%2024c3.238%200%206.381-1.333%208.571-3.619c3.62-3.714%204.286-9.81%201.81-14.571l.38-2.096l.477-2.952l-2.952.571l-2.19.381l-.382-.19C15.941.476%2014.037%200%2012.037%200%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.847%2020.095a7.8%207.8%200%200%201-6.286-3.238l1.714-1.238C8.323%2017.048%2010.037%2018%2011.847%2018s3.523-.857%204.571-2.381l1.714%201.238a7.8%207.8%200%200%201-6.285%203.238m.19-18c1.62%200%203.238.476%204.762%201.334l1.048.476l2.857-.572l-.477%202.857c2.381%203.715%202.191%209.239-1.047%2012.667a9.75%209.75%200%200%201-7.048%203.048a9.98%209.98%200%200%201-6.857-2.762c-3.905-3.81-4-10-.286-13.905c1.905-2.095%204.477-3.143%207.048-3.143m0-2.095C8.799%200%205.751%201.333%203.466%203.714c-4.572%204.762-4.477%2012.381.285%2016.953A11.9%2011.9%200%200%200%2012.037%2024c3.238%200%206.381-1.333%208.571-3.619c3.62-3.714%204.286-9.81%201.81-14.571l.38-2.096l.477-2.952l-2.952.571l-2.19.381l-.382-.19C15.941.476%2014.037%200%2012.037%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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