chat-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
chat-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Related icons in Teenyicons

Use the chat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m11.5 13.5l.157-.475l-.218-.072l-.197.119zm2-2l-.421-.27l-.129.202l.076.226zm1 2.99l-.157.476a.5.5 0 0 0 .631-.634zm-3.258-1.418c-.956.575-2.485.919-3.742.919v1c1.385 0 3.106-.37 4.258-1.063zM7.5 13.99c-3.59 0-6.5-2.908-6.5-6.496H0a7.5 7.5 0 0 0 7.5 7.496zM1 7.495A6.5 6.5 0 0 1 7.5 1V0A7.5 7.5 0 0 0 0 7.495zM7.5 1C11.09 1 14 3.908 14 7.495h1A7.5 7.5 0 0 0 7.5 0zM14 7.495c0 1.331-.296 2.758-.921 3.735l.842.54C14.686 10.575 15 8.937 15 7.495zm-2.657 6.48l3 .99l.314-.949l-3-.99zm3.631.357l-1-2.99l-.948.316l1 2.991z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsChatOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m11.5 13.5l.157-.475l-.218-.072l-.197.119zm2-2l-.421-.27l-.129.202l.076.226zm1 2.99l-.157.476a.5.5 0 0 0 .631-.634zm-3.258-1.418c-.956.575-2.485.919-3.742.919v1c1.385 0 3.106-.37 4.258-1.063zM7.5 13.99c-3.59 0-6.5-2.908-6.5-6.496H0a7.5 7.5 0 0 0 7.5 7.496zM1 7.495A6.5 6.5 0 0 1 7.5 1V0A7.5 7.5 0 0 0 0 7.495zM7.5 1C11.09 1 14 3.908 14 7.495h1A7.5 7.5 0 0 0 7.5 0zM14 7.495c0 1.331-.296 2.758-.921 3.735l.842.54C14.686 10.575 15 8.937 15 7.495zm-2.657 6.48l3 .99l.314-.949l-3-.99zm3.631.357l-1-2.99l-.948.316l1 2.991z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m11.5 13.5l.157-.475l-.218-.072l-.197.119zm2-2l-.421-.27l-.129.202l.076.226zm1 2.99l-.157.476a.5.5 0 0 0 .631-.634zm-3.258-1.418c-.956.575-2.485.919-3.742.919v1c1.385 0 3.106-.37 4.258-1.063zM7.5 13.99c-3.59 0-6.5-2.908-6.5-6.496H0a7.5 7.5 0 0 0 7.5 7.496zM1 7.495A6.5 6.5 0 0 1 7.5 1V0A7.5 7.5 0 0 0 0 7.495zM7.5 1C11.09 1 14 3.908 14 7.495h1A7.5 7.5 0 0 0 7.5 0zM14 7.495c0 1.331-.296 2.758-.921 3.735l.842.54C14.686 10.575 15 8.937 15 7.495zm-2.657 6.48l3 .99l.314-.949l-3-.99zm3.631.357l-1-2.99l-.948.316l1 2.991z"/></svg>
</template>

CSS

.icon-chat-outline {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.5%2013.5l.157-.475l-.218-.072l-.197.119zm2-2l-.421-.27l-.129.202l.076.226zm1%202.99l-.157.476a.5.5%200%200%200%20.631-.634zm-3.258-1.418c-.956.575-2.485.919-3.742.919v1c1.385%200%203.106-.37%204.258-1.063zM7.5%2013.99c-3.59%200-6.5-2.908-6.5-6.496H0a7.5%207.5%200%200%200%207.5%207.496zM1%207.495A6.5%206.5%200%200%201%207.5%201V0A7.5%207.5%200%200%200%200%207.495zM7.5%201C11.09%201%2014%203.908%2014%207.495h1A7.5%207.5%200%200%200%207.5%200zM14%207.495c0%201.331-.296%202.758-.921%203.735l.842.54C14.686%2010.575%2015%208.937%2015%207.495zm-2.657%206.48l3%20.99l.314-.949l-3-.99zm3.631.357l-1-2.99l-.948.316l1%202.991z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.5%2013.5l.157-.475l-.218-.072l-.197.119zm2-2l-.421-.27l-.129.202l.076.226zm1%202.99l-.157.476a.5.5%200%200%200%20.631-.634zm-3.258-1.418c-.956.575-2.485.919-3.742.919v1c1.385%200%203.106-.37%204.258-1.063zM7.5%2013.99c-3.59%200-6.5-2.908-6.5-6.496H0a7.5%207.5%200%200%200%207.5%207.496zM1%207.495A6.5%206.5%200%200%201%207.5%201V0A7.5%207.5%200%200%200%200%207.495zM7.5%201C11.09%201%2014%203.908%2014%207.495h1A7.5%207.5%200%200%200%207.5%200zM14%207.495c0%201.331-.296%202.758-.921%203.735l.842.54C14.686%2010.575%2015%208.937%2015%207.495zm-2.657%206.48l3%20.99l.314-.949l-3-.99zm3.631.357l-1-2.99l-.948.316l1%202.991z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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