chat square question mark icon
chat-square-question-mark-bold from Solar by 480 Design · Bold · Messages · CC-BY-4.0 Attribution required.
- Name
- chat-square-question-mark-bold
- Set
- Solar
- Style
- Bold
- Category
- Messages
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More messages icons from Solar
chat-round-add-boldchat-round-boldchat-round-call-boldchat-round-check-boldchat-round-close-boldchat-round-code-boldchat-round-dots-boldchat-round-like-boldchat-round-line-boldchat-round-money-boldchat-round-off-boldchat-round-question-mark-boldchat-round-quote-boldchat-round-replay-boldchat-round-unread-boldchat-round-video-boldchat-round-warning-boldchat-square-add-boldchat-square-arrow-boldchat-square-boldchat-square-call-boldchat-square-check-boldchat-square-close-boldchat-square-code-bold
Use the chat square question mark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.5 2C16.7731 2 18.41 1.99974 19.6123 2.73633C20.2851 3.14861 20.8514 3.71492 21.2637 4.3877C22.0003 5.59001 22 7.22688 22 10.5V11.5C22 13.8295 21.9997 14.9943 21.6191 15.9131C21.1117 17.1382 20.1382 18.1117 18.9131 18.6191C18.2528 18.8926 17.4652 18.9696 16.21 18.9912C15.3599 19.0059 14.9343 19.0136 14.5967 19.21C14.2593 19.4064 14.0491 19.7617 13.6289 20.4717L13.0869 21.3877C12.6037 22.204 11.3963 22.204 10.9131 21.3877L10.3711 20.4717C9.95068 19.7614 9.74002 19.4064 9.40234 19.21C9.06475 19.0137 8.63984 19.0059 7.79004 18.9912C6.5348 18.9696 5.74718 18.8926 5.08691 18.6191C3.86177 18.1117 2.88833 17.1382 2.38086 15.9131C2.00034 14.9943 2 13.8295 2 11.5V10.5C2 7.22688 1.99974 5.59001 2.73633 4.3877C3.14861 3.71492 3.71492 3.14861 4.3877 2.73633C5.59001 1.99974 7.22688 2 10.5 2H13.5ZM12 14.2324C11.5858 14.2324 11.25 14.5682 11.25 14.9824C11.25 15.3966 11.5858 15.7324 12 15.7324C12.4142 15.7324 12.75 15.3966 12.75 14.9824C12.75 14.5682 12.4142 14.2324 12 14.2324ZM12 5.23242C10.5503 5.23242 9.375 6.40767 9.375 7.85742C9.375 8.27164 9.71079 8.60742 10.125 8.60742C10.5392 8.60742 10.875 8.27164 10.875 7.85742C10.875 7.2361 11.3787 6.73242 12 6.73242C12.6213 6.73242 13.125 7.2361 13.125 7.85742C13.125 8.26898 12.9043 8.63015 12.5713 8.82715C12.2928 8.99195 11.9785 9.21874 11.7266 9.51562C11.4715 9.81624 11.25 10.2266 11.25 10.7324V11.9824C11.25 12.3966 11.5858 12.7324 12 12.7324C12.4142 12.7324 12.75 12.3966 12.75 11.9824V10.7324C12.75 10.6861 12.7676 10.6072 12.8701 10.4863C12.9759 10.3617 13.1384 10.2345 13.335 10.1182C14.1054 9.66237 14.625 8.82076 14.625 7.85742C14.625 6.40767 13.4497 5.23242 12 5.23242Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarChatSquareQuestionMarkBold(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" fillRule="evenodd" d="M13.5 2C16.7731 2 18.41 1.99974 19.6123 2.73633C20.2851 3.14861 20.8514 3.71492 21.2637 4.3877C22.0003 5.59001 22 7.22688 22 10.5V11.5C22 13.8295 21.9997 14.9943 21.6191 15.9131C21.1117 17.1382 20.1382 18.1117 18.9131 18.6191C18.2528 18.8926 17.4652 18.9696 16.21 18.9912C15.3599 19.0059 14.9343 19.0136 14.5967 19.21C14.2593 19.4064 14.0491 19.7617 13.6289 20.4717L13.0869 21.3877C12.6037 22.204 11.3963 22.204 10.9131 21.3877L10.3711 20.4717C9.95068 19.7614 9.74002 19.4064 9.40234 19.21C9.06475 19.0137 8.63984 19.0059 7.79004 18.9912C6.5348 18.9696 5.74718 18.8926 5.08691 18.6191C3.86177 18.1117 2.88833 17.1382 2.38086 15.9131C2.00034 14.9943 2 13.8295 2 11.5V10.5C2 7.22688 1.99974 5.59001 2.73633 4.3877C3.14861 3.71492 3.71492 3.14861 4.3877 2.73633C5.59001 1.99974 7.22688 2 10.5 2H13.5ZM12 14.2324C11.5858 14.2324 11.25 14.5682 11.25 14.9824C11.25 15.3966 11.5858 15.7324 12 15.7324C12.4142 15.7324 12.75 15.3966 12.75 14.9824C12.75 14.5682 12.4142 14.2324 12 14.2324ZM12 5.23242C10.5503 5.23242 9.375 6.40767 9.375 7.85742C9.375 8.27164 9.71079 8.60742 10.125 8.60742C10.5392 8.60742 10.875 8.27164 10.875 7.85742C10.875 7.2361 11.3787 6.73242 12 6.73242C12.6213 6.73242 13.125 7.2361 13.125 7.85742C13.125 8.26898 12.9043 8.63015 12.5713 8.82715C12.2928 8.99195 11.9785 9.21874 11.7266 9.51562C11.4715 9.81624 11.25 10.2266 11.25 10.7324V11.9824C11.25 12.3966 11.5858 12.7324 12 12.7324C12.4142 12.7324 12.75 12.3966 12.75 11.9824V10.7324C12.75 10.6861 12.7676 10.6072 12.8701 10.4863C12.9759 10.3617 13.1384 10.2345 13.335 10.1182C14.1054 9.66237 14.625 8.82076 14.625 7.85742C14.625 6.40767 13.4497 5.23242 12 5.23242Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.5 2C16.7731 2 18.41 1.99974 19.6123 2.73633C20.2851 3.14861 20.8514 3.71492 21.2637 4.3877C22.0003 5.59001 22 7.22688 22 10.5V11.5C22 13.8295 21.9997 14.9943 21.6191 15.9131C21.1117 17.1382 20.1382 18.1117 18.9131 18.6191C18.2528 18.8926 17.4652 18.9696 16.21 18.9912C15.3599 19.0059 14.9343 19.0136 14.5967 19.21C14.2593 19.4064 14.0491 19.7617 13.6289 20.4717L13.0869 21.3877C12.6037 22.204 11.3963 22.204 10.9131 21.3877L10.3711 20.4717C9.95068 19.7614 9.74002 19.4064 9.40234 19.21C9.06475 19.0137 8.63984 19.0059 7.79004 18.9912C6.5348 18.9696 5.74718 18.8926 5.08691 18.6191C3.86177 18.1117 2.88833 17.1382 2.38086 15.9131C2.00034 14.9943 2 13.8295 2 11.5V10.5C2 7.22688 1.99974 5.59001 2.73633 4.3877C3.14861 3.71492 3.71492 3.14861 4.3877 2.73633C5.59001 1.99974 7.22688 2 10.5 2H13.5ZM12 14.2324C11.5858 14.2324 11.25 14.5682 11.25 14.9824C11.25 15.3966 11.5858 15.7324 12 15.7324C12.4142 15.7324 12.75 15.3966 12.75 14.9824C12.75 14.5682 12.4142 14.2324 12 14.2324ZM12 5.23242C10.5503 5.23242 9.375 6.40767 9.375 7.85742C9.375 8.27164 9.71079 8.60742 10.125 8.60742C10.5392 8.60742 10.875 8.27164 10.875 7.85742C10.875 7.2361 11.3787 6.73242 12 6.73242C12.6213 6.73242 13.125 7.2361 13.125 7.85742C13.125 8.26898 12.9043 8.63015 12.5713 8.82715C12.2928 8.99195 11.9785 9.21874 11.7266 9.51562C11.4715 9.81624 11.25 10.2266 11.25 10.7324V11.9824C11.25 12.3966 11.5858 12.7324 12 12.7324C12.4142 12.7324 12.75 12.3966 12.75 11.9824V10.7324C12.75 10.6861 12.7676 10.6072 12.8701 10.4863C12.9759 10.3617 13.1384 10.2345 13.335 10.1182C14.1054 9.66237 14.625 8.82076 14.625 7.85742C14.625 6.40767 13.4497 5.23242 12 5.23242Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-chat-square-question-mark-bold {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.5%202C16.7731%202%2018.41%201.99974%2019.6123%202.73633C20.2851%203.14861%2020.8514%203.71492%2021.2637%204.3877C22.0003%205.59001%2022%207.22688%2022%2010.5V11.5C22%2013.8295%2021.9997%2014.9943%2021.6191%2015.9131C21.1117%2017.1382%2020.1382%2018.1117%2018.9131%2018.6191C18.2528%2018.8926%2017.4652%2018.9696%2016.21%2018.9912C15.3599%2019.0059%2014.9343%2019.0136%2014.5967%2019.21C14.2593%2019.4064%2014.0491%2019.7617%2013.6289%2020.4717L13.0869%2021.3877C12.6037%2022.204%2011.3963%2022.204%2010.9131%2021.3877L10.3711%2020.4717C9.95068%2019.7614%209.74002%2019.4064%209.40234%2019.21C9.06475%2019.0137%208.63984%2019.0059%207.79004%2018.9912C6.5348%2018.9696%205.74718%2018.8926%205.08691%2018.6191C3.86177%2018.1117%202.88833%2017.1382%202.38086%2015.9131C2.00034%2014.9943%202%2013.8295%202%2011.5V10.5C2%207.22688%201.99974%205.59001%202.73633%204.3877C3.14861%203.71492%203.71492%203.14861%204.3877%202.73633C5.59001%201.99974%207.22688%202%2010.5%202H13.5ZM12%2014.2324C11.5858%2014.2324%2011.25%2014.5682%2011.25%2014.9824C11.25%2015.3966%2011.5858%2015.7324%2012%2015.7324C12.4142%2015.7324%2012.75%2015.3966%2012.75%2014.9824C12.75%2014.5682%2012.4142%2014.2324%2012%2014.2324ZM12%205.23242C10.5503%205.23242%209.375%206.40767%209.375%207.85742C9.375%208.27164%209.71079%208.60742%2010.125%208.60742C10.5392%208.60742%2010.875%208.27164%2010.875%207.85742C10.875%207.2361%2011.3787%206.73242%2012%206.73242C12.6213%206.73242%2013.125%207.2361%2013.125%207.85742C13.125%208.26898%2012.9043%208.63015%2012.5713%208.82715C12.2928%208.99195%2011.9785%209.21874%2011.7266%209.51562C11.4715%209.81624%2011.25%2010.2266%2011.25%2010.7324V11.9824C11.25%2012.3966%2011.5858%2012.7324%2012%2012.7324C12.4142%2012.7324%2012.75%2012.3966%2012.75%2011.9824V10.7324C12.75%2010.6861%2012.7676%2010.6072%2012.8701%2010.4863C12.9759%2010.3617%2013.1384%2010.2345%2013.335%2010.1182C14.1054%209.66237%2014.625%208.82076%2014.625%207.85742C14.625%206.40767%2013.4497%205.23242%2012%205.23242Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.5%202C16.7731%202%2018.41%201.99974%2019.6123%202.73633C20.2851%203.14861%2020.8514%203.71492%2021.2637%204.3877C22.0003%205.59001%2022%207.22688%2022%2010.5V11.5C22%2013.8295%2021.9997%2014.9943%2021.6191%2015.9131C21.1117%2017.1382%2020.1382%2018.1117%2018.9131%2018.6191C18.2528%2018.8926%2017.4652%2018.9696%2016.21%2018.9912C15.3599%2019.0059%2014.9343%2019.0136%2014.5967%2019.21C14.2593%2019.4064%2014.0491%2019.7617%2013.6289%2020.4717L13.0869%2021.3877C12.6037%2022.204%2011.3963%2022.204%2010.9131%2021.3877L10.3711%2020.4717C9.95068%2019.7614%209.74002%2019.4064%209.40234%2019.21C9.06475%2019.0137%208.63984%2019.0059%207.79004%2018.9912C6.5348%2018.9696%205.74718%2018.8926%205.08691%2018.6191C3.86177%2018.1117%202.88833%2017.1382%202.38086%2015.9131C2.00034%2014.9943%202%2013.8295%202%2011.5V10.5C2%207.22688%201.99974%205.59001%202.73633%204.3877C3.14861%203.71492%203.71492%203.14861%204.3877%202.73633C5.59001%201.99974%207.22688%202%2010.5%202H13.5ZM12%2014.2324C11.5858%2014.2324%2011.25%2014.5682%2011.25%2014.9824C11.25%2015.3966%2011.5858%2015.7324%2012%2015.7324C12.4142%2015.7324%2012.75%2015.3966%2012.75%2014.9824C12.75%2014.5682%2012.4142%2014.2324%2012%2014.2324ZM12%205.23242C10.5503%205.23242%209.375%206.40767%209.375%207.85742C9.375%208.27164%209.71079%208.60742%2010.125%208.60742C10.5392%208.60742%2010.875%208.27164%2010.875%207.85742C10.875%207.2361%2011.3787%206.73242%2012%206.73242C12.6213%206.73242%2013.125%207.2361%2013.125%207.85742C13.125%208.26898%2012.9043%208.63015%2012.5713%208.82715C12.2928%208.99195%2011.9785%209.21874%2011.7266%209.51562C11.4715%209.81624%2011.25%2010.2266%2011.25%2010.7324V11.9824C11.25%2012.3966%2011.5858%2012.7324%2012%2012.7324C12.4142%2012.7324%2012.75%2012.3966%2012.75%2011.9824V10.7324C12.75%2010.6861%2012.7676%2010.6072%2012.8701%2010.4863C12.9759%2010.3617%2013.1384%2010.2345%2013.335%2010.1182C14.1054%209.66237%2014.625%208.82076%2014.625%207.85742C14.625%206.40767%2013.4497%205.23242%2012%205.23242Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/chat-square-question-mark-bold.svg?color=%231a73e8&size=48