chat round question mark icon

chat-round-question-mark-bold from Solar by 480 Design · Bold · Messages · CC-BY-4.0 Attribution required.

Name
chat-round-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

Use the chat round 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="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C10.4003 22 8.88867 21.6239 7.54785 20.9561C7.19153 20.7786 6.78396 20.7204 6.39941 20.8232L4.17383 21.4189C3.20749 21.6775 2.3225 20.7925 2.58105 19.8262L3.17676 17.6006C3.27965 17.216 3.22142 16.8085 3.04395 16.4521C2.37612 15.1113 2 13.5997 2 12C2 6.47715 6.47715 2 12 2ZM12 15.75C11.5858 15.75 11.25 16.0858 11.25 16.5C11.25 16.9142 11.5858 17.25 12 17.25C12.4142 17.25 12.75 16.9142 12.75 16.5C12.75 16.0858 12.4142 15.75 12 15.75ZM12 6.75C10.5503 6.75 9.375 7.92525 9.375 9.375C9.375 9.78921 9.71079 10.125 10.125 10.125C10.5392 10.125 10.875 9.78921 10.875 9.375C10.875 8.75368 11.3787 8.25 12 8.25C12.6213 8.25 13.125 8.75368 13.125 9.375C13.125 9.78655 12.9043 10.1477 12.5713 10.3447C12.2928 10.5095 11.9785 10.7363 11.7266 11.0332C11.4715 11.3338 11.25 11.7442 11.25 12.25V13.5C11.25 13.9142 11.5858 14.25 12 14.25C12.4142 14.25 12.75 13.9142 12.75 13.5V12.25C12.75 12.2036 12.7676 12.1248 12.8701 12.0039C12.9759 11.8793 13.1384 11.7521 13.335 11.6357C14.1054 11.18 14.625 10.3383 14.625 9.375C14.625 7.92525 13.4497 6.75 12 6.75Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarChatRoundQuestionMarkBold(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="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C10.4003 22 8.88867 21.6239 7.54785 20.9561C7.19153 20.7786 6.78396 20.7204 6.39941 20.8232L4.17383 21.4189C3.20749 21.6775 2.3225 20.7925 2.58105 19.8262L3.17676 17.6006C3.27965 17.216 3.22142 16.8085 3.04395 16.4521C2.37612 15.1113 2 13.5997 2 12C2 6.47715 6.47715 2 12 2ZM12 15.75C11.5858 15.75 11.25 16.0858 11.25 16.5C11.25 16.9142 11.5858 17.25 12 17.25C12.4142 17.25 12.75 16.9142 12.75 16.5C12.75 16.0858 12.4142 15.75 12 15.75ZM12 6.75C10.5503 6.75 9.375 7.92525 9.375 9.375C9.375 9.78921 9.71079 10.125 10.125 10.125C10.5392 10.125 10.875 9.78921 10.875 9.375C10.875 8.75368 11.3787 8.25 12 8.25C12.6213 8.25 13.125 8.75368 13.125 9.375C13.125 9.78655 12.9043 10.1477 12.5713 10.3447C12.2928 10.5095 11.9785 10.7363 11.7266 11.0332C11.4715 11.3338 11.25 11.7442 11.25 12.25V13.5C11.25 13.9142 11.5858 14.25 12 14.25C12.4142 14.25 12.75 13.9142 12.75 13.5V12.25C12.75 12.2036 12.7676 12.1248 12.8701 12.0039C12.9759 11.8793 13.1384 11.7521 13.335 11.6357C14.1054 11.18 14.625 10.3383 14.625 9.375C14.625 7.92525 13.4497 6.75 12 6.75Z" 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="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C10.4003 22 8.88867 21.6239 7.54785 20.9561C7.19153 20.7786 6.78396 20.7204 6.39941 20.8232L4.17383 21.4189C3.20749 21.6775 2.3225 20.7925 2.58105 19.8262L3.17676 17.6006C3.27965 17.216 3.22142 16.8085 3.04395 16.4521C2.37612 15.1113 2 13.5997 2 12C2 6.47715 6.47715 2 12 2ZM12 15.75C11.5858 15.75 11.25 16.0858 11.25 16.5C11.25 16.9142 11.5858 17.25 12 17.25C12.4142 17.25 12.75 16.9142 12.75 16.5C12.75 16.0858 12.4142 15.75 12 15.75ZM12 6.75C10.5503 6.75 9.375 7.92525 9.375 9.375C9.375 9.78921 9.71079 10.125 10.125 10.125C10.5392 10.125 10.875 9.78921 10.875 9.375C10.875 8.75368 11.3787 8.25 12 8.25C12.6213 8.25 13.125 8.75368 13.125 9.375C13.125 9.78655 12.9043 10.1477 12.5713 10.3447C12.2928 10.5095 11.9785 10.7363 11.7266 11.0332C11.4715 11.3338 11.25 11.7442 11.25 12.25V13.5C11.25 13.9142 11.5858 14.25 12 14.25C12.4142 14.25 12.75 13.9142 12.75 13.5V12.25C12.75 12.2036 12.7676 12.1248 12.8701 12.0039C12.9759 11.8793 13.1384 11.7521 13.335 11.6357C14.1054 11.18 14.625 10.3383 14.625 9.375C14.625 7.92525 13.4497 6.75 12 6.75Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-chat-round-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%22M12%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C10.4003%2022%208.88867%2021.6239%207.54785%2020.9561C7.19153%2020.7786%206.78396%2020.7204%206.39941%2020.8232L4.17383%2021.4189C3.20749%2021.6775%202.3225%2020.7925%202.58105%2019.8262L3.17676%2017.6006C3.27965%2017.216%203.22142%2016.8085%203.04395%2016.4521C2.37612%2015.1113%202%2013.5997%202%2012C2%206.47715%206.47715%202%2012%202ZM12%2015.75C11.5858%2015.75%2011.25%2016.0858%2011.25%2016.5C11.25%2016.9142%2011.5858%2017.25%2012%2017.25C12.4142%2017.25%2012.75%2016.9142%2012.75%2016.5C12.75%2016.0858%2012.4142%2015.75%2012%2015.75ZM12%206.75C10.5503%206.75%209.375%207.92525%209.375%209.375C9.375%209.78921%209.71079%2010.125%2010.125%2010.125C10.5392%2010.125%2010.875%209.78921%2010.875%209.375C10.875%208.75368%2011.3787%208.25%2012%208.25C12.6213%208.25%2013.125%208.75368%2013.125%209.375C13.125%209.78655%2012.9043%2010.1477%2012.5713%2010.3447C12.2928%2010.5095%2011.9785%2010.7363%2011.7266%2011.0332C11.4715%2011.3338%2011.25%2011.7442%2011.25%2012.25V13.5C11.25%2013.9142%2011.5858%2014.25%2012%2014.25C12.4142%2014.25%2012.75%2013.9142%2012.75%2013.5V12.25C12.75%2012.2036%2012.7676%2012.1248%2012.8701%2012.0039C12.9759%2011.8793%2013.1384%2011.7521%2013.335%2011.6357C14.1054%2011.18%2014.625%2010.3383%2014.625%209.375C14.625%207.92525%2013.4497%206.75%2012%206.75Z%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%22M12%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C10.4003%2022%208.88867%2021.6239%207.54785%2020.9561C7.19153%2020.7786%206.78396%2020.7204%206.39941%2020.8232L4.17383%2021.4189C3.20749%2021.6775%202.3225%2020.7925%202.58105%2019.8262L3.17676%2017.6006C3.27965%2017.216%203.22142%2016.8085%203.04395%2016.4521C2.37612%2015.1113%202%2013.5997%202%2012C2%206.47715%206.47715%202%2012%202ZM12%2015.75C11.5858%2015.75%2011.25%2016.0858%2011.25%2016.5C11.25%2016.9142%2011.5858%2017.25%2012%2017.25C12.4142%2017.25%2012.75%2016.9142%2012.75%2016.5C12.75%2016.0858%2012.4142%2015.75%2012%2015.75ZM12%206.75C10.5503%206.75%209.375%207.92525%209.375%209.375C9.375%209.78921%209.71079%2010.125%2010.125%2010.125C10.5392%2010.125%2010.875%209.78921%2010.875%209.375C10.875%208.75368%2011.3787%208.25%2012%208.25C12.6213%208.25%2013.125%208.75368%2013.125%209.375C13.125%209.78655%2012.9043%2010.1477%2012.5713%2010.3447C12.2928%2010.5095%2011.9785%2010.7363%2011.7266%2011.0332C11.4715%2011.3338%2011.25%2011.7442%2011.25%2012.25V13.5C11.25%2013.9142%2011.5858%2014.25%2012%2014.25C12.4142%2014.25%2012.75%2013.9142%2012.75%2013.5V12.25C12.75%2012.2036%2012.7676%2012.1248%2012.8701%2012.0039C12.9759%2011.8793%2013.1384%2011.7521%2013.335%2011.6357C14.1054%2011.18%2014.625%2010.3383%2014.625%209.375C14.625%207.92525%2013.4497%206.75%2012%206.75Z%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-round-question-mark-bold.svg?color=%231a73e8&size=48