question icon
question-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- question-solid
- Set
- Teenyicons
- Style
- Solid
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
questionAkar Iconsquestion-outlinedAnt Design IconsquestionBootstrap IconsquestionCodiconsquestionFramework7 IconsquestionFont Awesome 6 SolidquestionFont Awesome Solidquestion-16-filledFluent UI System IconsquestionHealth IconsquestionHuge IconsquestionLine AwesomequestionMaterial Line Iconsquestion-fillMingCute IconquestionMyna UI IconsquestionOcticonsquestionPhosphorquestionPrime Iconsquestion-fillRemix IconquestionUnicons
Related icons in Teenyicons
Use the question icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M3.672 1.62A5.53 5.53 0 0 1 7.585 0h.207C10.122 0 12 1.925 12 4.243a4.15 4.15 0 0 1-2.276 3.704A3.12 3.12 0 0 0 8 10.737V12H7v-1.264c0-1.56.881-2.986 2.276-3.683A3.15 3.15 0 0 0 11 4.243C11 2.465 9.558 1 7.792 1h-.207a4.53 4.53 0 0 0-3.206 1.328l-.525.526l-.708-.708zM8 15H7v-1h1z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsQuestionSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fillRule="evenodd" d="M3.672 1.62A5.53 5.53 0 0 1 7.585 0h.207C10.122 0 12 1.925 12 4.243a4.15 4.15 0 0 1-2.276 3.704A3.12 3.12 0 0 0 8 10.737V12H7v-1.264c0-1.56.881-2.986 2.276-3.683A3.15 3.15 0 0 0 11 4.243C11 2.465 9.558 1 7.792 1h-.207a4.53 4.53 0 0 0-3.206 1.328l-.525.526l-.708-.708zM8 15H7v-1h1z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M3.672 1.62A5.53 5.53 0 0 1 7.585 0h.207C10.122 0 12 1.925 12 4.243a4.15 4.15 0 0 1-2.276 3.704A3.12 3.12 0 0 0 8 10.737V12H7v-1.264c0-1.56.881-2.986 2.276-3.683A3.15 3.15 0 0 0 11 4.243C11 2.465 9.558 1 7.792 1h-.207a4.53 4.53 0 0 0-3.206 1.328l-.525.526l-.708-.708zM8 15H7v-1h1z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-question-solid {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.672%201.62A5.53%205.53%200%200%201%207.585%200h.207C10.122%200%2012%201.925%2012%204.243a4.15%204.15%200%200%201-2.276%203.704A3.12%203.12%200%200%200%208%2010.737V12H7v-1.264c0-1.56.881-2.986%202.276-3.683A3.15%203.15%200%200%200%2011%204.243C11%202.465%209.558%201%207.792%201h-.207a4.53%204.53%200%200%200-3.206%201.328l-.525.526l-.708-.708zM8%2015H7v-1h1z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.672%201.62A5.53%205.53%200%200%201%207.585%200h.207C10.122%200%2012%201.925%2012%204.243a4.15%204.15%200%200%201-2.276%203.704A3.12%203.12%200%200%200%208%2010.737V12H7v-1.264c0-1.56.881-2.986%202.276-3.683A3.15%203.15%200%200%200%2011%204.243C11%202.465%209.558%201%207.792%201h-.207a4.53%204.53%200%200%200-3.206%201.328l-.525.526l-.708-.708zM8%2015H7v-1h1z%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/teenyicons/question-solid.svg?color=%231a73e8&size=48