comment question icon

comment-question from Unicons by Iconscout · Line · Chat · Apache-2.0 Free for personal and commercial use.

Name
comment-question
Set
Unicons
Style
Line
Category
Chat
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More chat icons from Unicons

Use the comment question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.77 5.87a1 1 0 0 0 1.36-.37A1 1 0 0 1 18 6a1 1 0 0 1-1 1a1 1 0 0 0 0 2a3 3 0 1 0-2.6-4.5a1 1 0 0 0 .37 1.37m4.3 7.13a1 1 0 0 0-1.12.86A7 7 0 0 1 11 20H5.41l.65-.65a1 1 0 0 0 0-1.41A7 7 0 0 1 11 6a1 1 0 0 0 0-2a9 9 0 0 0-7 14.61l-1.71 1.68a1 1 0 0 0-.21 1.09A1 1 0 0 0 3 22h8a9 9 0 0 0 8.93-7.87a1 1 0 0 0-.86-1.13m-1.69-2.93a1 1 0 0 0-.58-.07l-.18.06l-.18.09l-.15.13a1 1 0 0 0-.21.32a.84.84 0 0 0-.08.4a1 1 0 0 0 .07.39a1 1 0 0 0 .22.32A1 1 0 0 0 17 12a1 1 0 0 0 1-1a.84.84 0 0 0-.08-.38a1.07 1.07 0 0 0-.54-.54Z"/></svg>

React

import type { SVGProps } from "react";

export function UilCommentQuestion(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="M14.77 5.87a1 1 0 0 0 1.36-.37A1 1 0 0 1 18 6a1 1 0 0 1-1 1a1 1 0 0 0 0 2a3 3 0 1 0-2.6-4.5a1 1 0 0 0 .37 1.37m4.3 7.13a1 1 0 0 0-1.12.86A7 7 0 0 1 11 20H5.41l.65-.65a1 1 0 0 0 0-1.41A7 7 0 0 1 11 6a1 1 0 0 0 0-2a9 9 0 0 0-7 14.61l-1.71 1.68a1 1 0 0 0-.21 1.09A1 1 0 0 0 3 22h8a9 9 0 0 0 8.93-7.87a1 1 0 0 0-.86-1.13m-1.69-2.93a1 1 0 0 0-.58-.07l-.18.06l-.18.09l-.15.13a1 1 0 0 0-.21.32a.84.84 0 0 0-.08.4a1 1 0 0 0 .07.39a1 1 0 0 0 .22.32A1 1 0 0 0 17 12a1 1 0 0 0 1-1a.84.84 0 0 0-.08-.38a1.07 1.07 0 0 0-.54-.54Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.77 5.87a1 1 0 0 0 1.36-.37A1 1 0 0 1 18 6a1 1 0 0 1-1 1a1 1 0 0 0 0 2a3 3 0 1 0-2.6-4.5a1 1 0 0 0 .37 1.37m4.3 7.13a1 1 0 0 0-1.12.86A7 7 0 0 1 11 20H5.41l.65-.65a1 1 0 0 0 0-1.41A7 7 0 0 1 11 6a1 1 0 0 0 0-2a9 9 0 0 0-7 14.61l-1.71 1.68a1 1 0 0 0-.21 1.09A1 1 0 0 0 3 22h8a9 9 0 0 0 8.93-7.87a1 1 0 0 0-.86-1.13m-1.69-2.93a1 1 0 0 0-.58-.07l-.18.06l-.18.09l-.15.13a1 1 0 0 0-.21.32a.84.84 0 0 0-.08.4a1 1 0 0 0 .07.39a1 1 0 0 0 .22.32A1 1 0 0 0 17 12a1 1 0 0 0 1-1a.84.84 0 0 0-.08-.38a1.07 1.07 0 0 0-.54-.54Z"/></svg>
</template>

CSS

.icon-comment-question {
  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%22M14.77%205.87a1%201%200%200%200%201.36-.37A1%201%200%200%201%2018%206a1%201%200%200%201-1%201a1%201%200%200%200%200%202a3%203%200%201%200-2.6-4.5a1%201%200%200%200%20.37%201.37m4.3%207.13a1%201%200%200%200-1.12.86A7%207%200%200%201%2011%2020H5.41l.65-.65a1%201%200%200%200%200-1.41A7%207%200%200%201%2011%206a1%201%200%200%200%200-2a9%209%200%200%200-7%2014.61l-1.71%201.68a1%201%200%200%200-.21%201.09A1%201%200%200%200%203%2022h8a9%209%200%200%200%208.93-7.87a1%201%200%200%200-.86-1.13m-1.69-2.93a1%201%200%200%200-.58-.07l-.18.06l-.18.09l-.15.13a1%201%200%200%200-.21.32a.84.84%200%200%200-.08.4a1%201%200%200%200%20.07.39a1%201%200%200%200%20.22.32A1%201%200%200%200%2017%2012a1%201%200%200%200%201-1a.84.84%200%200%200-.08-.38a1.07%201.07%200%200%200-.54-.54Z%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%22M14.77%205.87a1%201%200%200%200%201.36-.37A1%201%200%200%201%2018%206a1%201%200%200%201-1%201a1%201%200%200%200%200%202a3%203%200%201%200-2.6-4.5a1%201%200%200%200%20.37%201.37m4.3%207.13a1%201%200%200%200-1.12.86A7%207%200%200%201%2011%2020H5.41l.65-.65a1%201%200%200%200%200-1.41A7%207%200%200%201%2011%206a1%201%200%200%200%200-2a9%209%200%200%200-7%2014.61l-1.71%201.68a1%201%200%200%200-.21%201.09A1%201%200%200%200%203%2022h8a9%209%200%200%200%208.93-7.87a1%201%200%200%200-.86-1.13m-1.69-2.93a1%201%200%200%200-.58-.07l-.18.06l-.18.09l-.15.13a1%201%200%200%200-.21.32a.84.84%200%200%200-.08.4a1%201%200%200%200%20.07.39a1%201%200%200%200%20.22.32A1%201%200%200%200%2017%2012a1%201%200%200%200%201-1a.84.84%200%200%200-.08-.38a1.07%201.07%200%200%200-.54-.54Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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