comment alt question icon

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

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

More chat icons from Unicons

Use the comment alt question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.29 10.3a1 1 0 0 0 1.09 1.63a1.2 1.2 0 0 0 .33-.22a1 1 0 0 0 .21-.32A.85.85 0 0 0 8 11a1 1 0 0 0-.29-.7a1 1 0 0 0-1.42 0M7 5a1 1 0 0 1 0 2a1 1 0 0 0 0 2a3 3 0 1 0-2.6-4.5a1 1 0 0 0 .37 1.37a1 1 0 0 0 1.36-.37A1 1 0 0 1 7 5m12 1h-6a1 1 0 0 0 0 2h6a1 1 0 0 1 1 1v9.72l-1.57-1.45a1 1 0 0 0-.68-.27H9a1 1 0 0 1-1-1v-1a1 1 0 0 0-2 0v1a3 3 0 0 0 3 3h8.36l3 2.73A1 1 0 0 0 21 22a1.1 1.1 0 0 0 .4-.08A1 1 0 0 0 22 21V9a3 3 0 0 0-3-3"/></svg>

React

import type { SVGProps } from "react";

export function UilCommentAltQuestion(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="M6.29 10.3a1 1 0 0 0 1.09 1.63a1.2 1.2 0 0 0 .33-.22a1 1 0 0 0 .21-.32A.85.85 0 0 0 8 11a1 1 0 0 0-.29-.7a1 1 0 0 0-1.42 0M7 5a1 1 0 0 1 0 2a1 1 0 0 0 0 2a3 3 0 1 0-2.6-4.5a1 1 0 0 0 .37 1.37a1 1 0 0 0 1.36-.37A1 1 0 0 1 7 5m12 1h-6a1 1 0 0 0 0 2h6a1 1 0 0 1 1 1v9.72l-1.57-1.45a1 1 0 0 0-.68-.27H9a1 1 0 0 1-1-1v-1a1 1 0 0 0-2 0v1a3 3 0 0 0 3 3h8.36l3 2.73A1 1 0 0 0 21 22a1.1 1.1 0 0 0 .4-.08A1 1 0 0 0 22 21V9a3 3 0 0 0-3-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.29 10.3a1 1 0 0 0 1.09 1.63a1.2 1.2 0 0 0 .33-.22a1 1 0 0 0 .21-.32A.85.85 0 0 0 8 11a1 1 0 0 0-.29-.7a1 1 0 0 0-1.42 0M7 5a1 1 0 0 1 0 2a1 1 0 0 0 0 2a3 3 0 1 0-2.6-4.5a1 1 0 0 0 .37 1.37a1 1 0 0 0 1.36-.37A1 1 0 0 1 7 5m12 1h-6a1 1 0 0 0 0 2h6a1 1 0 0 1 1 1v9.72l-1.57-1.45a1 1 0 0 0-.68-.27H9a1 1 0 0 1-1-1v-1a1 1 0 0 0-2 0v1a3 3 0 0 0 3 3h8.36l3 2.73A1 1 0 0 0 21 22a1.1 1.1 0 0 0 .4-.08A1 1 0 0 0 22 21V9a3 3 0 0 0-3-3"/></svg>
</template>

CSS

.icon-comment-alt-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%22M6.29%2010.3a1%201%200%200%200%201.09%201.63a1.2%201.2%200%200%200%20.33-.22a1%201%200%200%200%20.21-.32A.85.85%200%200%200%208%2011a1%201%200%200%200-.29-.7a1%201%200%200%200-1.42%200M7%205a1%201%200%200%201%200%202a1%201%200%200%200%200%202a3%203%200%201%200-2.6-4.5a1%201%200%200%200%20.37%201.37a1%201%200%200%200%201.36-.37A1%201%200%200%201%207%205m12%201h-6a1%201%200%200%200%200%202h6a1%201%200%200%201%201%201v9.72l-1.57-1.45a1%201%200%200%200-.68-.27H9a1%201%200%200%201-1-1v-1a1%201%200%200%200-2%200v1a3%203%200%200%200%203%203h8.36l3%202.73A1%201%200%200%200%2021%2022a1.1%201.1%200%200%200%20.4-.08A1%201%200%200%200%2022%2021V9a3%203%200%200%200-3-3%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%22M6.29%2010.3a1%201%200%200%200%201.09%201.63a1.2%201.2%200%200%200%20.33-.22a1%201%200%200%200%20.21-.32A.85.85%200%200%200%208%2011a1%201%200%200%200-.29-.7a1%201%200%200%200-1.42%200M7%205a1%201%200%200%201%200%202a1%201%200%200%200%200%202a3%203%200%201%200-2.6-4.5a1%201%200%200%200%20.37%201.37a1%201%200%200%200%201.36-.37A1%201%200%200%201%207%205m12%201h-6a1%201%200%200%200%200%202h6a1%201%200%200%201%201%201v9.72l-1.57-1.45a1%201%200%200%200-.68-.27H9a1%201%200%200%201-1-1v-1a1%201%200%200%200-2%200v1a3%203%200%200%200%203%203h8.36l3%202.73A1%201%200%200%200%2021%2022a1.1%201.1%200%200%200%20.4-.08A1%201%200%200%200%2022%2021V9a3%203%200%200%200-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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