hipchat icon

hipchat from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
hipchat
Set
Unicons
Style
Line
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons

Use the hipchat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 13.9c0-.2-.2-.4-.4-.4c-.1 0-.2 0-.3.1c-1.3 1.1-3 1.7-4.8 1.7c-1.7 0-3.4-.6-4.8-1.7c-.1-.1-.2-.1-.3-.1c-.2 0-.4.2-.4.4s.1.3.2.5C8 16 10 16.9 12 16.8c2 .1 3.9-.8 5.2-2.4c.2-.2.2-.3.3-.5m2.7 6.9c-.8-.4-1.4-1.2-1.7-2c-.1-.2 0-.3.1-.4c2.1-1.5 3.3-3.9 3.3-6.4c0-4.8-4.5-8.6-10-8.6s-10 3.9-10 8.6c0 4.8 4.5 8.6 10 8.6c.7 0 1.4-.1 2.1-.2c.1 0 .3 0 .4.1c1.6.9 3.4 1.5 5.2 1.5c.4.1.7-.2.8-.6v-.1c.1-.2 0-.4-.2-.5m-2.7-.8v.1c0 .1-.1.1-.1.1c-1.1-.3-2-.8-2.9-1.5c-.1-.1-.3-.1-.5-.1c-.7.2-1.4.2-2.1.2c-4.6 0-8.3-3.1-8.3-6.9S7.3 5 11.9 5s8.3 3.1 8.3 6.9c-.1 2.3-1.4 4.4-3.4 5.5c-.2.1-.3.3-.3.4c.3.9.6 1.6 1 2.2"/></svg>

React

import type { SVGProps } from "react";

export function UilHipchat(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.5 13.9c0-.2-.2-.4-.4-.4c-.1 0-.2 0-.3.1c-1.3 1.1-3 1.7-4.8 1.7c-1.7 0-3.4-.6-4.8-1.7c-.1-.1-.2-.1-.3-.1c-.2 0-.4.2-.4.4s.1.3.2.5C8 16 10 16.9 12 16.8c2 .1 3.9-.8 5.2-2.4c.2-.2.2-.3.3-.5m2.7 6.9c-.8-.4-1.4-1.2-1.7-2c-.1-.2 0-.3.1-.4c2.1-1.5 3.3-3.9 3.3-6.4c0-4.8-4.5-8.6-10-8.6s-10 3.9-10 8.6c0 4.8 4.5 8.6 10 8.6c.7 0 1.4-.1 2.1-.2c.1 0 .3 0 .4.1c1.6.9 3.4 1.5 5.2 1.5c.4.1.7-.2.8-.6v-.1c.1-.2 0-.4-.2-.5m-2.7-.8v.1c0 .1-.1.1-.1.1c-1.1-.3-2-.8-2.9-1.5c-.1-.1-.3-.1-.5-.1c-.7.2-1.4.2-2.1.2c-4.6 0-8.3-3.1-8.3-6.9S7.3 5 11.9 5s8.3 3.1 8.3 6.9c-.1 2.3-1.4 4.4-3.4 5.5c-.2.1-.3.3-.3.4c.3.9.6 1.6 1 2.2"/></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.5 13.9c0-.2-.2-.4-.4-.4c-.1 0-.2 0-.3.1c-1.3 1.1-3 1.7-4.8 1.7c-1.7 0-3.4-.6-4.8-1.7c-.1-.1-.2-.1-.3-.1c-.2 0-.4.2-.4.4s.1.3.2.5C8 16 10 16.9 12 16.8c2 .1 3.9-.8 5.2-2.4c.2-.2.2-.3.3-.5m2.7 6.9c-.8-.4-1.4-1.2-1.7-2c-.1-.2 0-.3.1-.4c2.1-1.5 3.3-3.9 3.3-6.4c0-4.8-4.5-8.6-10-8.6s-10 3.9-10 8.6c0 4.8 4.5 8.6 10 8.6c.7 0 1.4-.1 2.1-.2c.1 0 .3 0 .4.1c1.6.9 3.4 1.5 5.2 1.5c.4.1.7-.2.8-.6v-.1c.1-.2 0-.4-.2-.5m-2.7-.8v.1c0 .1-.1.1-.1.1c-1.1-.3-2-.8-2.9-1.5c-.1-.1-.3-.1-.5-.1c-.7.2-1.4.2-2.1.2c-4.6 0-8.3-3.1-8.3-6.9S7.3 5 11.9 5s8.3 3.1 8.3 6.9c-.1 2.3-1.4 4.4-3.4 5.5c-.2.1-.3.3-.3.4c.3.9.6 1.6 1 2.2"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%2013.9c0-.2-.2-.4-.4-.4c-.1%200-.2%200-.3.1c-1.3%201.1-3%201.7-4.8%201.7c-1.7%200-3.4-.6-4.8-1.7c-.1-.1-.2-.1-.3-.1c-.2%200-.4.2-.4.4s.1.3.2.5C8%2016%2010%2016.9%2012%2016.8c2%20.1%203.9-.8%205.2-2.4c.2-.2.2-.3.3-.5m2.7%206.9c-.8-.4-1.4-1.2-1.7-2c-.1-.2%200-.3.1-.4c2.1-1.5%203.3-3.9%203.3-6.4c0-4.8-4.5-8.6-10-8.6s-10%203.9-10%208.6c0%204.8%204.5%208.6%2010%208.6c.7%200%201.4-.1%202.1-.2c.1%200%20.3%200%20.4.1c1.6.9%203.4%201.5%205.2%201.5c.4.1.7-.2.8-.6v-.1c.1-.2%200-.4-.2-.5m-2.7-.8v.1c0%20.1-.1.1-.1.1c-1.1-.3-2-.8-2.9-1.5c-.1-.1-.3-.1-.5-.1c-.7.2-1.4.2-2.1.2c-4.6%200-8.3-3.1-8.3-6.9S7.3%205%2011.9%205s8.3%203.1%208.3%206.9c-.1%202.3-1.4%204.4-3.4%205.5c-.2.1-.3.3-.3.4c.3.9.6%201.6%201%202.2%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.5%2013.9c0-.2-.2-.4-.4-.4c-.1%200-.2%200-.3.1c-1.3%201.1-3%201.7-4.8%201.7c-1.7%200-3.4-.6-4.8-1.7c-.1-.1-.2-.1-.3-.1c-.2%200-.4.2-.4.4s.1.3.2.5C8%2016%2010%2016.9%2012%2016.8c2%20.1%203.9-.8%205.2-2.4c.2-.2.2-.3.3-.5m2.7%206.9c-.8-.4-1.4-1.2-1.7-2c-.1-.2%200-.3.1-.4c2.1-1.5%203.3-3.9%203.3-6.4c0-4.8-4.5-8.6-10-8.6s-10%203.9-10%208.6c0%204.8%204.5%208.6%2010%208.6c.7%200%201.4-.1%202.1-.2c.1%200%20.3%200%20.4.1c1.6.9%203.4%201.5%205.2%201.5c.4.1.7-.2.8-.6v-.1c.1-.2%200-.4-.2-.5m-2.7-.8v.1c0%20.1-.1.1-.1.1c-1.1-.3-2-.8-2.9-1.5c-.1-.1-.3-.1-.5-.1c-.7.2-1.4.2-2.1.2c-4.6%200-8.3-3.1-8.3-6.9S7.3%205%2011.9%205s8.3%203.1%208.3%206.9c-.1%202.3-1.4%204.4-3.4%205.5c-.2.1-.3.3-.3.4c.3.9.6%201.6%201%202.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Hipchat line icon — Unicons · IconsDB