question mark icon
question-mark-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.
- Name
- question-mark-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the question mark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.625 15.75V12.8857C11.625 12.0189 12.0097 11.2908 12.5039 10.7188C12.9952 10.1501 13.6277 9.69535 14.2227 9.34961C15.2924 8.72801 16 7.5898 16 6.29688C16 4.35067 14.3898 2.75 12.375 2.75C10.3602 2.75002 8.75002 4.35068 8.75 6.29688C8.75 6.71109 8.41421 7.04688 8 7.04688C7.58579 7.04688 7.25 6.71109 7.25 6.29688C7.25002 3.49689 9.55734 1.25002 12.375 1.25C15.1927 1.25 17.5 3.49688 17.5 6.29688C17.5 8.15476 16.4813 9.7721 14.9766 10.6465C14.4625 10.9452 13.9823 11.3015 13.6387 11.6992C13.2981 12.0935 13.125 12.4871 13.125 12.8857V15.75C13.125 16.1642 12.7892 16.5 12.375 16.5C11.9608 16.5 11.625 16.1642 11.625 15.75Z" opacity=".5"/><path d="M12 21.25C12.4142 21.25 12.75 21.5858 12.75 22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22C11.25 21.5858 11.5858 21.25 12 21.25Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarQuestionMarkBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.625 15.75V12.8857C11.625 12.0189 12.0097 11.2908 12.5039 10.7188C12.9952 10.1501 13.6277 9.69535 14.2227 9.34961C15.2924 8.72801 16 7.5898 16 6.29688C16 4.35067 14.3898 2.75 12.375 2.75C10.3602 2.75002 8.75002 4.35068 8.75 6.29688C8.75 6.71109 8.41421 7.04688 8 7.04688C7.58579 7.04688 7.25 6.71109 7.25 6.29688C7.25002 3.49689 9.55734 1.25002 12.375 1.25C15.1927 1.25 17.5 3.49688 17.5 6.29688C17.5 8.15476 16.4813 9.7721 14.9766 10.6465C14.4625 10.9452 13.9823 11.3015 13.6387 11.6992C13.2981 12.0935 13.125 12.4871 13.125 12.8857V15.75C13.125 16.1642 12.7892 16.5 12.375 16.5C11.9608 16.5 11.625 16.1642 11.625 15.75Z" opacity=".5"/><path d="M12 21.25C12.4142 21.25 12.75 21.5858 12.75 22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22C11.25 21.5858 11.5858 21.25 12 21.25Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.625 15.75V12.8857C11.625 12.0189 12.0097 11.2908 12.5039 10.7188C12.9952 10.1501 13.6277 9.69535 14.2227 9.34961C15.2924 8.72801 16 7.5898 16 6.29688C16 4.35067 14.3898 2.75 12.375 2.75C10.3602 2.75002 8.75002 4.35068 8.75 6.29688C8.75 6.71109 8.41421 7.04688 8 7.04688C7.58579 7.04688 7.25 6.71109 7.25 6.29688C7.25002 3.49689 9.55734 1.25002 12.375 1.25C15.1927 1.25 17.5 3.49688 17.5 6.29688C17.5 8.15476 16.4813 9.7721 14.9766 10.6465C14.4625 10.9452 13.9823 11.3015 13.6387 11.6992C13.2981 12.0935 13.125 12.4871 13.125 12.8857V15.75C13.125 16.1642 12.7892 16.5 12.375 16.5C11.9608 16.5 11.625 16.1642 11.625 15.75Z" opacity=".5"/><path d="M12 21.25C12.4142 21.25 12.75 21.5858 12.75 22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22C11.25 21.5858 11.5858 21.25 12 21.25Z"/></g></svg> </template>
CSS
.icon-question-mark-bold-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.625%2015.75V12.8857C11.625%2012.0189%2012.0097%2011.2908%2012.5039%2010.7188C12.9952%2010.1501%2013.6277%209.69535%2014.2227%209.34961C15.2924%208.72801%2016%207.5898%2016%206.29688C16%204.35067%2014.3898%202.75%2012.375%202.75C10.3602%202.75002%208.75002%204.35068%208.75%206.29688C8.75%206.71109%208.41421%207.04688%208%207.04688C7.58579%207.04688%207.25%206.71109%207.25%206.29688C7.25002%203.49689%209.55734%201.25002%2012.375%201.25C15.1927%201.25%2017.5%203.49688%2017.5%206.29688C17.5%208.15476%2016.4813%209.7721%2014.9766%2010.6465C14.4625%2010.9452%2013.9823%2011.3015%2013.6387%2011.6992C13.2981%2012.0935%2013.125%2012.4871%2013.125%2012.8857V15.75C13.125%2016.1642%2012.7892%2016.5%2012.375%2016.5C11.9608%2016.5%2011.625%2016.1642%2011.625%2015.75Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2021.25C12.4142%2021.25%2012.75%2021.5858%2012.75%2022C12.75%2022.4142%2012.4142%2022.75%2012%2022.75C11.5858%2022.75%2011.25%2022.4142%2011.25%2022C11.25%2021.5858%2011.5858%2021.25%2012%2021.25Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.625%2015.75V12.8857C11.625%2012.0189%2012.0097%2011.2908%2012.5039%2010.7188C12.9952%2010.1501%2013.6277%209.69535%2014.2227%209.34961C15.2924%208.72801%2016%207.5898%2016%206.29688C16%204.35067%2014.3898%202.75%2012.375%202.75C10.3602%202.75002%208.75002%204.35068%208.75%206.29688C8.75%206.71109%208.41421%207.04688%208%207.04688C7.58579%207.04688%207.25%206.71109%207.25%206.29688C7.25002%203.49689%209.55734%201.25002%2012.375%201.25C15.1927%201.25%2017.5%203.49688%2017.5%206.29688C17.5%208.15476%2016.4813%209.7721%2014.9766%2010.6465C14.4625%2010.9452%2013.9823%2011.3015%2013.6387%2011.6992C13.2981%2012.0935%2013.125%2012.4871%2013.125%2012.8857V15.75C13.125%2016.1642%2012.7892%2016.5%2012.375%2016.5C11.9608%2016.5%2011.625%2016.1642%2011.625%2015.75Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2021.25C12.4142%2021.25%2012.75%2021.5858%2012.75%2022C12.75%2022.4142%2012.4142%2022.75%2012%2022.75C11.5858%2022.75%2011.25%2022.4142%2011.25%2022C11.25%2021.5858%2011.5858%2021.25%2012%2021.25Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/question-mark-bold-duotone.svg?color=%231a73e8&size=48