hipchat from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
hipchat
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the hipchat logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.312 25.407s.141-.095.36-.261C29.948 22.61 32 18.938 32 14.855c0-7.62-7.161-13.808-15.995-13.808S0 7.235 0 14.855c0 7.619 7.161 13.807 15.995 13.807c1.131 0 2.26-.099 3.369-.307l.349-.057c2.245 1.452 5.516 2.651 8.38 2.651c.891 0 1.308-.729.74-1.469c-.864-1.063-2.057-2.76-2.521-4.072zm-1.948-6.032c-.952 1.423-3.911 3.849-8.337 3.849h-.063c-4.437 0-7.391-2.437-8.339-3.849a1.6 1.6 0 0 1-.365-.765a.66.66 0 0 1 .6-.703q.012-.006.025-.005a.83.83 0 0 1 .437.151a12.2 12.2 0 0 0 7.672 2.74a11.76 11.76 0 0 0 7.683-2.745a.6.6 0 0 1 .416-.161c.355 0 .636.281.647.631a1.8 1.8 0 0 1-.36.859z"/></svg>

React

import type { SVGProps } from "react";

export function CibHipchat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.312 25.407s.141-.095.36-.261C29.948 22.61 32 18.938 32 14.855c0-7.62-7.161-13.808-15.995-13.808S0 7.235 0 14.855c0 7.619 7.161 13.807 15.995 13.807c1.131 0 2.26-.099 3.369-.307l.349-.057c2.245 1.452 5.516 2.651 8.38 2.651c.891 0 1.308-.729.74-1.469c-.864-1.063-2.057-2.76-2.521-4.072zm-1.948-6.032c-.952 1.423-3.911 3.849-8.337 3.849h-.063c-4.437 0-7.391-2.437-8.339-3.849a1.6 1.6 0 0 1-.365-.765a.66.66 0 0 1 .6-.703q.012-.006.025-.005a.83.83 0 0 1 .437.151a12.2 12.2 0 0 0 7.672 2.74a11.76 11.76 0 0 0 7.683-2.745a.6.6 0 0 1 .416-.161c.355 0 .636.281.647.631a1.8 1.8 0 0 1-.36.859z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.312 25.407s.141-.095.36-.261C29.948 22.61 32 18.938 32 14.855c0-7.62-7.161-13.808-15.995-13.808S0 7.235 0 14.855c0 7.619 7.161 13.807 15.995 13.807c1.131 0 2.26-.099 3.369-.307l.349-.057c2.245 1.452 5.516 2.651 8.38 2.651c.891 0 1.308-.729.74-1.469c-.864-1.063-2.057-2.76-2.521-4.072zm-1.948-6.032c-.952 1.423-3.911 3.849-8.337 3.849h-.063c-4.437 0-7.391-2.437-8.339-3.849a1.6 1.6 0 0 1-.365-.765a.66.66 0 0 1 .6-.703q.012-.006.025-.005a.83.83 0 0 1 .437.151a12.2 12.2 0 0 0 7.672 2.74a11.76 11.76 0 0 0 7.683-2.745a.6.6 0 0 1 .416-.161c.355 0 .636.281.647.631a1.8 1.8 0 0 1-.36.859z"/></svg>
</template>

CSS

.icon-hipchat {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.312%2025.407s.141-.095.36-.261C29.948%2022.61%2032%2018.938%2032%2014.855c0-7.62-7.161-13.808-15.995-13.808S0%207.235%200%2014.855c0%207.619%207.161%2013.807%2015.995%2013.807c1.131%200%202.26-.099%203.369-.307l.349-.057c2.245%201.452%205.516%202.651%208.38%202.651c.891%200%201.308-.729.74-1.469c-.864-1.063-2.057-2.76-2.521-4.072zm-1.948-6.032c-.952%201.423-3.911%203.849-8.337%203.849h-.063c-4.437%200-7.391-2.437-8.339-3.849a1.6%201.6%200%200%201-.365-.765a.66.66%200%200%201%20.6-.703q.012-.006.025-.005a.83.83%200%200%201%20.437.151a12.2%2012.2%200%200%200%207.672%202.74a11.76%2011.76%200%200%200%207.683-2.745a.6.6%200%200%201%20.416-.161c.355%200%20.636.281.647.631a1.8%201.8%200%200%201-.36.859z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.312%2025.407s.141-.095.36-.261C29.948%2022.61%2032%2018.938%2032%2014.855c0-7.62-7.161-13.808-15.995-13.808S0%207.235%200%2014.855c0%207.619%207.161%2013.807%2015.995%2013.807c1.131%200%202.26-.099%203.369-.307l.349-.057c2.245%201.452%205.516%202.651%208.38%202.651c.891%200%201.308-.729.74-1.469c-.864-1.063-2.057-2.76-2.521-4.072zm-1.948-6.032c-.952%201.423-3.911%203.849-8.337%203.849h-.063c-4.437%200-7.391-2.437-8.339-3.849a1.6%201.6%200%200%201-.365-.765a.66.66%200%200%201%20.6-.703q.012-.006.025-.005a.83.83%200%200%201%20.437.151a12.2%2012.2%200%200%200%207.672%202.74a11.76%2011.76%200%200%200%207.683-2.745a.6.6%200%200%201%20.416-.161c.355%200%20.636.281.647.631a1.8%201.8%200%200%201-.36.859z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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