line-chat from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
line-chat
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

Use the line chat logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.94 3H7.06C4.82 3 3 4.82 3 7.06v9.88C3 19.18 4.82 21 7.06 21h9.88c2.24 0 4.06-1.82 4.06-4.06V7.06C21 4.82 19.18 3 16.94 3m-.23 11.15c-1.26 1.45-4.07 3.21-4.72 3.48c-.64.27-.55-.17-.52-.32c.02-.09.09-.51.09-.51c.02-.15.04-.39-.02-.54c-.07-.17-.33-.25-.53-.3c-2.88-.38-5.02-2.4-5.02-4.8c0-2.69 2.69-4.87 6-4.87s6 2.18 6 4.87c0 1.07-.42 2.04-1.29 3Z"/><path fill="currentColor" d="M16 9.85h-1.69c-.06 0-.11.05-.11.11v2.62c0 .07.05.12.11.12H16c.06 0 .11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11h-1.15v-.44H16c.06 0 .11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11h-1.15v-.44H16c.06 0 .11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11Zm-6.23 2.2H8.62V9.97c0-.06-.05-.11-.11-.11h-.43c-.06 0-.11.05-.11.11v2.62c0 .07.05.12.11.12h1.69c.06 0 .11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11Z"/><rect width=".65" height="2.85" x="10.24" y="9.85" fill="currentColor" rx=".11" ry=".11"/><path fill="currentColor" d="M13.68 9.85h-.43c-.06 0-.11.05-.11.11v1.56l-1.2-1.62v-.01h-.42c-.06 0-.11.05-.11.11v2.62c0 .06.05.11.11.11h.43c.06 0 .11-.05.11-.11v-1.56l1.2 1.62l.03.03h.45c.06 0 .11-.05.11-.11V9.98c0-.06-.05-.11-.11-.11Z"/></svg>

React

import type { SVGProps } from "react";

export function BxlLineChat(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="M16.94 3H7.06C4.82 3 3 4.82 3 7.06v9.88C3 19.18 4.82 21 7.06 21h9.88c2.24 0 4.06-1.82 4.06-4.06V7.06C21 4.82 19.18 3 16.94 3m-.23 11.15c-1.26 1.45-4.07 3.21-4.72 3.48c-.64.27-.55-.17-.52-.32c.02-.09.09-.51.09-.51c.02-.15.04-.39-.02-.54c-.07-.17-.33-.25-.53-.3c-2.88-.38-5.02-2.4-5.02-4.8c0-2.69 2.69-4.87 6-4.87s6 2.18 6 4.87c0 1.07-.42 2.04-1.29 3Z"/><path fill="currentColor" d="M16 9.85h-1.69c-.06 0-.11.05-.11.11v2.62c0 .07.05.12.11.12H16c.06 0 .11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11h-1.15v-.44H16c.06 0 .11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11h-1.15v-.44H16c.06 0 .11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11Zm-6.23 2.2H8.62V9.97c0-.06-.05-.11-.11-.11h-.43c-.06 0-.11.05-.11.11v2.62c0 .07.05.12.11.12h1.69c.06 0 .11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11Z"/><rect width=".65" height="2.85" x="10.24" y="9.85" fill="currentColor" rx=".11" ry=".11"/><path fill="currentColor" d="M13.68 9.85h-.43c-.06 0-.11.05-.11.11v1.56l-1.2-1.62v-.01h-.42c-.06 0-.11.05-.11.11v2.62c0 .06.05.11.11.11h.43c.06 0 .11-.05.11-.11v-1.56l1.2 1.62l.03.03h.45c.06 0 .11-.05.11-.11V9.98c0-.06-.05-.11-.11-.11Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.94 3H7.06C4.82 3 3 4.82 3 7.06v9.88C3 19.18 4.82 21 7.06 21h9.88c2.24 0 4.06-1.82 4.06-4.06V7.06C21 4.82 19.18 3 16.94 3m-.23 11.15c-1.26 1.45-4.07 3.21-4.72 3.48c-.64.27-.55-.17-.52-.32c.02-.09.09-.51.09-.51c.02-.15.04-.39-.02-.54c-.07-.17-.33-.25-.53-.3c-2.88-.38-5.02-2.4-5.02-4.8c0-2.69 2.69-4.87 6-4.87s6 2.18 6 4.87c0 1.07-.42 2.04-1.29 3Z"/><path fill="currentColor" d="M16 9.85h-1.69c-.06 0-.11.05-.11.11v2.62c0 .07.05.12.11.12H16c.06 0 .11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11h-1.15v-.44H16c.06 0 .11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11h-1.15v-.44H16c.06 0 .11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11Zm-6.23 2.2H8.62V9.97c0-.06-.05-.11-.11-.11h-.43c-.06 0-.11.05-.11.11v2.62c0 .07.05.12.11.12h1.69c.06 0 .11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11Z"/><rect width=".65" height="2.85" x="10.24" y="9.85" fill="currentColor" rx=".11" ry=".11"/><path fill="currentColor" d="M13.68 9.85h-.43c-.06 0-.11.05-.11.11v1.56l-1.2-1.62v-.01h-.42c-.06 0-.11.05-.11.11v2.62c0 .06.05.11.11.11h.43c.06 0 .11-.05.11-.11v-1.56l1.2 1.62l.03.03h.45c.06 0 .11-.05.11-.11V9.98c0-.06-.05-.11-.11-.11Z"/></svg>
</template>

CSS

.icon-line-chat {
  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%22M16.94%203H7.06C4.82%203%203%204.82%203%207.06v9.88C3%2019.18%204.82%2021%207.06%2021h9.88c2.24%200%204.06-1.82%204.06-4.06V7.06C21%204.82%2019.18%203%2016.94%203m-.23%2011.15c-1.26%201.45-4.07%203.21-4.72%203.48c-.64.27-.55-.17-.52-.32c.02-.09.09-.51.09-.51c.02-.15.04-.39-.02-.54c-.07-.17-.33-.25-.53-.3c-2.88-.38-5.02-2.4-5.02-4.8c0-2.69%202.69-4.87%206-4.87s6%202.18%206%204.87c0%201.07-.42%202.04-1.29%203Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209.85h-1.69c-.06%200-.11.05-.11.11v2.62c0%20.07.05.12.11.12H16c.06%200%20.11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11h-1.15v-.44H16c.06%200%20.11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11h-1.15v-.44H16c.06%200%20.11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11Zm-6.23%202.2H8.62V9.97c0-.06-.05-.11-.11-.11h-.43c-.06%200-.11.05-.11.11v2.62c0%20.07.05.12.11.12h1.69c.06%200%20.11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11Z%22%2F%3E%3Crect%20width%3D%22.65%22%20height%3D%222.85%22%20x%3D%2210.24%22%20y%3D%229.85%22%20fill%3D%22currentColor%22%20rx%3D%22.11%22%20ry%3D%22.11%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.68%209.85h-.43c-.06%200-.11.05-.11.11v1.56l-1.2-1.62v-.01h-.42c-.06%200-.11.05-.11.11v2.62c0%20.06.05.11.11.11h.43c.06%200%20.11-.05.11-.11v-1.56l1.2%201.62l.03.03h.45c.06%200%20.11-.05.11-.11V9.98c0-.06-.05-.11-.11-.11Z%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%22M16.94%203H7.06C4.82%203%203%204.82%203%207.06v9.88C3%2019.18%204.82%2021%207.06%2021h9.88c2.24%200%204.06-1.82%204.06-4.06V7.06C21%204.82%2019.18%203%2016.94%203m-.23%2011.15c-1.26%201.45-4.07%203.21-4.72%203.48c-.64.27-.55-.17-.52-.32c.02-.09.09-.51.09-.51c.02-.15.04-.39-.02-.54c-.07-.17-.33-.25-.53-.3c-2.88-.38-5.02-2.4-5.02-4.8c0-2.69%202.69-4.87%206-4.87s6%202.18%206%204.87c0%201.07-.42%202.04-1.29%203Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209.85h-1.69c-.06%200-.11.05-.11.11v2.62c0%20.07.05.12.11.12H16c.06%200%20.11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11h-1.15v-.44H16c.06%200%20.11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11h-1.15v-.44H16c.06%200%20.11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11Zm-6.23%202.2H8.62V9.97c0-.06-.05-.11-.11-.11h-.43c-.06%200-.11.05-.11.11v2.62c0%20.07.05.12.11.12h1.69c.06%200%20.11-.05.11-.11v-.43c0-.06-.05-.11-.11-.11Z%22%2F%3E%3Crect%20width%3D%22.65%22%20height%3D%222.85%22%20x%3D%2210.24%22%20y%3D%229.85%22%20fill%3D%22currentColor%22%20rx%3D%22.11%22%20ry%3D%22.11%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.68%209.85h-.43c-.06%200-.11.05-.11.11v1.56l-1.2-1.62v-.01h-.42c-.06%200-.11.05-.11.11v2.62c0%20.06.05.11.11.11h.43c.06%200%20.11-.05.11-.11v-1.56l1.2%201.62l.03.03h.45c.06%200%20.11-.05.11-.11V9.98c0-.06-.05-.11-.11-.11Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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