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

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

Use the openbao logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.997 4.631a3 3 0 0 0-.309.02c-3.277.098-6.427 1.737-8.084 4.74a8.2 8.2 0 0 0-.99 3.117C.922 13.256 0 14.185 0 15.142c0 1.12 1.264 2.196 3.515 2.989c2.25.793 5.302 1.238 8.485 1.238s6.235-.445 8.485-1.238S24 16.263 24 15.14c0-.956-.922-1.885-2.614-2.633a8.2 8.2 0 0 0-.99-3.117c-1.657-3.003-4.807-4.642-8.084-4.74a3 3 0 0 0-.315-.02m.9 2.09l.037.02c.354.198.687.488.737.547c.317.38.74 1.09.74 1.473a.896.896 0 0 0 1.793 0a3.24 3.24 0 0 0-.322-1.39a7.2 7.2 0 0 1 2.945 2.886c.676 1.226.902 2.634.75 3.605c-.077.486-.244.847-.419 1.046s-.32.278-.622.278H5.464c-.301 0-.447-.079-.622-.278c-.175-.2-.342-.56-.419-1.046c-.152-.97.074-2.38.75-3.605A7.2 7.2 0 0 1 8.118 7.37a3.24 3.24 0 0 0-.322 1.39a.896.896 0 0 0 1.792 0c0-.382.424-1.093.741-1.473a3.7 3.7 0 0 1 .775-.567v2.04a.896.896 0 1 0 1.792 0zm2.141 3.523a1.38 1.38 0 0 0-1.138.61c-.21.309-.278.562.151.827c.28.173.605.11.795.016c.124-.06.17-.107.387-.007c.439.203.695.193.948-.017c.284-.236.236-.58.023-.83c-.306-.359-.72-.591-1.166-.599m-6.797.017c-.445.007-.86.24-1.167.6c-.213.25-.26.593.024.829c.253.21.51.22.948.017c.217-.1.263-.053.386.007c.191.093.516.156.796-.016c.429-.265.36-.519.15-.827a1.38 1.38 0 0 0-1.137-.61"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsOpenbao(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.997 4.631a3 3 0 0 0-.309.02c-3.277.098-6.427 1.737-8.084 4.74a8.2 8.2 0 0 0-.99 3.117C.922 13.256 0 14.185 0 15.142c0 1.12 1.264 2.196 3.515 2.989c2.25.793 5.302 1.238 8.485 1.238s6.235-.445 8.485-1.238S24 16.263 24 15.14c0-.956-.922-1.885-2.614-2.633a8.2 8.2 0 0 0-.99-3.117c-1.657-3.003-4.807-4.642-8.084-4.74a3 3 0 0 0-.315-.02m.9 2.09l.037.02c.354.198.687.488.737.547c.317.38.74 1.09.74 1.473a.896.896 0 0 0 1.793 0a3.24 3.24 0 0 0-.322-1.39a7.2 7.2 0 0 1 2.945 2.886c.676 1.226.902 2.634.75 3.605c-.077.486-.244.847-.419 1.046s-.32.278-.622.278H5.464c-.301 0-.447-.079-.622-.278c-.175-.2-.342-.56-.419-1.046c-.152-.97.074-2.38.75-3.605A7.2 7.2 0 0 1 8.118 7.37a3.24 3.24 0 0 0-.322 1.39a.896.896 0 0 0 1.792 0c0-.382.424-1.093.741-1.473a3.7 3.7 0 0 1 .775-.567v2.04a.896.896 0 1 0 1.792 0zm2.141 3.523a1.38 1.38 0 0 0-1.138.61c-.21.309-.278.562.151.827c.28.173.605.11.795.016c.124-.06.17-.107.387-.007c.439.203.695.193.948-.017c.284-.236.236-.58.023-.83c-.306-.359-.72-.591-1.166-.599m-6.797.017c-.445.007-.86.24-1.167.6c-.213.25-.26.593.024.829c.253.21.51.22.948.017c.217-.1.263-.053.386.007c.191.093.516.156.796-.016c.429-.265.36-.519.15-.827a1.38 1.38 0 0 0-1.137-.61"/></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.997 4.631a3 3 0 0 0-.309.02c-3.277.098-6.427 1.737-8.084 4.74a8.2 8.2 0 0 0-.99 3.117C.922 13.256 0 14.185 0 15.142c0 1.12 1.264 2.196 3.515 2.989c2.25.793 5.302 1.238 8.485 1.238s6.235-.445 8.485-1.238S24 16.263 24 15.14c0-.956-.922-1.885-2.614-2.633a8.2 8.2 0 0 0-.99-3.117c-1.657-3.003-4.807-4.642-8.084-4.74a3 3 0 0 0-.315-.02m.9 2.09l.037.02c.354.198.687.488.737.547c.317.38.74 1.09.74 1.473a.896.896 0 0 0 1.793 0a3.24 3.24 0 0 0-.322-1.39a7.2 7.2 0 0 1 2.945 2.886c.676 1.226.902 2.634.75 3.605c-.077.486-.244.847-.419 1.046s-.32.278-.622.278H5.464c-.301 0-.447-.079-.622-.278c-.175-.2-.342-.56-.419-1.046c-.152-.97.074-2.38.75-3.605A7.2 7.2 0 0 1 8.118 7.37a3.24 3.24 0 0 0-.322 1.39a.896.896 0 0 0 1.792 0c0-.382.424-1.093.741-1.473a3.7 3.7 0 0 1 .775-.567v2.04a.896.896 0 1 0 1.792 0zm2.141 3.523a1.38 1.38 0 0 0-1.138.61c-.21.309-.278.562.151.827c.28.173.605.11.795.016c.124-.06.17-.107.387-.007c.439.203.695.193.948-.017c.284-.236.236-.58.023-.83c-.306-.359-.72-.591-1.166-.599m-6.797.017c-.445.007-.86.24-1.167.6c-.213.25-.26.593.024.829c.253.21.51.22.948.017c.217-.1.263-.053.386.007c.191.093.516.156.796-.016c.429-.265.36-.519.15-.827a1.38 1.38 0 0 0-1.137-.61"/></svg>
</template>

CSS

.icon-openbao {
  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.997%204.631a3%203%200%200%200-.309.02c-3.277.098-6.427%201.737-8.084%204.74a8.2%208.2%200%200%200-.99%203.117C.922%2013.256%200%2014.185%200%2015.142c0%201.12%201.264%202.196%203.515%202.989c2.25.793%205.302%201.238%208.485%201.238s6.235-.445%208.485-1.238S24%2016.263%2024%2015.14c0-.956-.922-1.885-2.614-2.633a8.2%208.2%200%200%200-.99-3.117c-1.657-3.003-4.807-4.642-8.084-4.74a3%203%200%200%200-.315-.02m.9%202.09l.037.02c.354.198.687.488.737.547c.317.38.74%201.09.74%201.473a.896.896%200%200%200%201.793%200a3.24%203.24%200%200%200-.322-1.39a7.2%207.2%200%200%201%202.945%202.886c.676%201.226.902%202.634.75%203.605c-.077.486-.244.847-.419%201.046s-.32.278-.622.278H5.464c-.301%200-.447-.079-.622-.278c-.175-.2-.342-.56-.419-1.046c-.152-.97.074-2.38.75-3.605A7.2%207.2%200%200%201%208.118%207.37a3.24%203.24%200%200%200-.322%201.39a.896.896%200%200%200%201.792%200c0-.382.424-1.093.741-1.473a3.7%203.7%200%200%201%20.775-.567v2.04a.896.896%200%201%200%201.792%200zm2.141%203.523a1.38%201.38%200%200%200-1.138.61c-.21.309-.278.562.151.827c.28.173.605.11.795.016c.124-.06.17-.107.387-.007c.439.203.695.193.948-.017c.284-.236.236-.58.023-.83c-.306-.359-.72-.591-1.166-.599m-6.797.017c-.445.007-.86.24-1.167.6c-.213.25-.26.593.024.829c.253.21.51.22.948.017c.217-.1.263-.053.386.007c.191.093.516.156.796-.016c.429-.265.36-.519.15-.827a1.38%201.38%200%200%200-1.137-.61%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.997%204.631a3%203%200%200%200-.309.02c-3.277.098-6.427%201.737-8.084%204.74a8.2%208.2%200%200%200-.99%203.117C.922%2013.256%200%2014.185%200%2015.142c0%201.12%201.264%202.196%203.515%202.989c2.25.793%205.302%201.238%208.485%201.238s6.235-.445%208.485-1.238S24%2016.263%2024%2015.14c0-.956-.922-1.885-2.614-2.633a8.2%208.2%200%200%200-.99-3.117c-1.657-3.003-4.807-4.642-8.084-4.74a3%203%200%200%200-.315-.02m.9%202.09l.037.02c.354.198.687.488.737.547c.317.38.74%201.09.74%201.473a.896.896%200%200%200%201.793%200a3.24%203.24%200%200%200-.322-1.39a7.2%207.2%200%200%201%202.945%202.886c.676%201.226.902%202.634.75%203.605c-.077.486-.244.847-.419%201.046s-.32.278-.622.278H5.464c-.301%200-.447-.079-.622-.278c-.175-.2-.342-.56-.419-1.046c-.152-.97.074-2.38.75-3.605A7.2%207.2%200%200%201%208.118%207.37a3.24%203.24%200%200%200-.322%201.39a.896.896%200%200%200%201.792%200c0-.382.424-1.093.741-1.473a3.7%203.7%200%200%201%20.775-.567v2.04a.896.896%200%201%200%201.792%200zm2.141%203.523a1.38%201.38%200%200%200-1.138.61c-.21.309-.278.562.151.827c.28.173.605.11.795.016c.124-.06.17-.107.387-.007c.439.203.695.193.948-.017c.284-.236.236-.58.023-.83c-.306-.359-.72-.591-1.166-.599m-6.797.017c-.445.007-.86.24-1.167.6c-.213.25-.26.593.024.829c.253.21.51.22.948.017c.217-.1.263-.053.386.007c.191.093.516.156.796-.016c.429-.265.36-.519.15-.827a1.38%201.38%200%200%200-1.137-.61%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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