question icon
question-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- question-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
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 IconquestionOcticonsquestionPhosphorquestionPrime Iconsquestion-fillRemix Iconquestion-outlineTeenyiconsquestionUnicons
Related icons in Myna UI Icons
Use the question icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19.75a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5a.75.75 0 0 1 .75-.75m3.94-15.538c1.104.997 1.81 2.472 1.81 4.364c0 1.41-.35 2.44-.915 3.255c-.536.775-1.241 1.315-1.846 1.777l-.033.026c-.639.488-1.167.9-1.558 1.464c-.373.539-.648 1.263-.648 2.402a.75.75 0 0 1-1.5 0c0-1.41.35-2.44.915-3.255c.536-.775 1.241-1.315 1.846-1.777l.033-.026c.639-.488 1.167-.9 1.558-1.464c.373-.54.648-1.263.648-2.402c0-1.493-.544-2.555-1.315-3.25C14.151 4.619 13.087 4.25 12 4.25s-2.151.369-2.935 1.076c-.77.695-1.315 1.758-1.315 3.25a.75.75 0 1 1-1.5 0c0-1.892.706-3.367 1.81-4.364C9.151 3.227 10.587 2.75 12 2.75s2.849.477 3.94 1.462"/></svg>
React
import type { SVGProps } from "react";
export function MynauiQuestionSolid(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="M12 19.75a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5a.75.75 0 0 1 .75-.75m3.94-15.538c1.104.997 1.81 2.472 1.81 4.364c0 1.41-.35 2.44-.915 3.255c-.536.775-1.241 1.315-1.846 1.777l-.033.026c-.639.488-1.167.9-1.558 1.464c-.373.539-.648 1.263-.648 2.402a.75.75 0 0 1-1.5 0c0-1.41.35-2.44.915-3.255c.536-.775 1.241-1.315 1.846-1.777l.033-.026c.639-.488 1.167-.9 1.558-1.464c.373-.54.648-1.263.648-2.402c0-1.493-.544-2.555-1.315-3.25C14.151 4.619 13.087 4.25 12 4.25s-2.151.369-2.935 1.076c-.77.695-1.315 1.758-1.315 3.25a.75.75 0 1 1-1.5 0c0-1.892.706-3.367 1.81-4.364C9.151 3.227 10.587 2.75 12 2.75s2.849.477 3.94 1.462"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19.75a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5a.75.75 0 0 1 .75-.75m3.94-15.538c1.104.997 1.81 2.472 1.81 4.364c0 1.41-.35 2.44-.915 3.255c-.536.775-1.241 1.315-1.846 1.777l-.033.026c-.639.488-1.167.9-1.558 1.464c-.373.539-.648 1.263-.648 2.402a.75.75 0 0 1-1.5 0c0-1.41.35-2.44.915-3.255c.536-.775 1.241-1.315 1.846-1.777l.033-.026c.639-.488 1.167-.9 1.558-1.464c.373-.54.648-1.263.648-2.402c0-1.493-.544-2.555-1.315-3.25C14.151 4.619 13.087 4.25 12 4.25s-2.151.369-2.935 1.076c-.77.695-1.315 1.758-1.315 3.25a.75.75 0 1 1-1.5 0c0-1.892.706-3.367 1.81-4.364C9.151 3.227 10.587 2.75 12 2.75s2.849.477 3.94 1.462"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2019.75a.75.75%200%200%201%20.75.75v.5a.75.75%200%200%201-1.5%200v-.5a.75.75%200%200%201%20.75-.75m3.94-15.538c1.104.997%201.81%202.472%201.81%204.364c0%201.41-.35%202.44-.915%203.255c-.536.775-1.241%201.315-1.846%201.777l-.033.026c-.639.488-1.167.9-1.558%201.464c-.373.539-.648%201.263-.648%202.402a.75.75%200%200%201-1.5%200c0-1.41.35-2.44.915-3.255c.536-.775%201.241-1.315%201.846-1.777l.033-.026c.639-.488%201.167-.9%201.558-1.464c.373-.54.648-1.263.648-2.402c0-1.493-.544-2.555-1.315-3.25C14.151%204.619%2013.087%204.25%2012%204.25s-2.151.369-2.935%201.076c-.77.695-1.315%201.758-1.315%203.25a.75.75%200%201%201-1.5%200c0-1.892.706-3.367%201.81-4.364C9.151%203.227%2010.587%202.75%2012%202.75s2.849.477%203.94%201.462%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%22M12%2019.75a.75.75%200%200%201%20.75.75v.5a.75.75%200%200%201-1.5%200v-.5a.75.75%200%200%201%20.75-.75m3.94-15.538c1.104.997%201.81%202.472%201.81%204.364c0%201.41-.35%202.44-.915%203.255c-.536.775-1.241%201.315-1.846%201.777l-.033.026c-.639.488-1.167.9-1.558%201.464c-.373.539-.648%201.263-.648%202.402a.75.75%200%200%201-1.5%200c0-1.41.35-2.44.915-3.255c.536-.775%201.241-1.315%201.846-1.777l.033-.026c.639-.488%201.167-.9%201.558-1.464c.373-.54.648-1.263.648-2.402c0-1.493-.544-2.555-1.315-3.25C14.151%204.619%2013.087%204.25%2012%204.25s-2.151.369-2.935%201.076c-.77.695-1.315%201.758-1.315%203.25a.75.75%200%201%201-1.5%200c0-1.892.706-3.367%201.81-4.364C9.151%203.227%2010.587%202.75%2012%202.75s2.849.477%203.94%201.462%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/question-solid.svg?color=%231a73e8&size=48