question icon
question from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- question
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
questionAkar IconsquestionBootstrap IconsquestionFramework7 IconsquestionFont Awesome 6 Solidquestion-16-filledFluent UI System IconsquestionHuge IconsquestionLine AwesomequestionMaterial Line Iconsquestion-fillMingCute IconquestionOcticonsquestionPhosphorquestion-fillRemix Iconquestion-outlineTeenyicons
More user interface icons from Unicons
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="M15.333 9.5A3.5 3.5 0 0 0 8.8 7.75a1 1 0 0 0 1.733 1a1.5 1.5 0 0 1 1.3-.75a1.5 1.5 0 1 1 0 3h-.003a1 1 0 0 0-.19.039a1 1 0 0 0-.198.04a1 1 0 0 0-.155.105a1 1 0 0 0-.162.11a1 1 0 0 0-.117.174a1 1 0 0 0-.097.144a1 1 0 0 0-.043.212a1 1 0 0 0-.035.176v1l.002.011v.491a1 1 0 0 0 1 .998h.003a1 1 0 0 0 .998-1.002l-.002-.662A3.49 3.49 0 0 0 15.333 9.5m-4.203 6.79a1 1 0 0 0 .7 1.71a1.04 1.04 0 0 0 .71-.29a1.015 1.015 0 0 0 0-1.42a1.034 1.034 0 0 0-1.41 0"/></svg>
React
import type { SVGProps } from "react";
export function UilQuestion(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="M15.333 9.5A3.5 3.5 0 0 0 8.8 7.75a1 1 0 0 0 1.733 1a1.5 1.5 0 0 1 1.3-.75a1.5 1.5 0 1 1 0 3h-.003a1 1 0 0 0-.19.039a1 1 0 0 0-.198.04a1 1 0 0 0-.155.105a1 1 0 0 0-.162.11a1 1 0 0 0-.117.174a1 1 0 0 0-.097.144a1 1 0 0 0-.043.212a1 1 0 0 0-.035.176v1l.002.011v.491a1 1 0 0 0 1 .998h.003a1 1 0 0 0 .998-1.002l-.002-.662A3.49 3.49 0 0 0 15.333 9.5m-4.203 6.79a1 1 0 0 0 .7 1.71a1.04 1.04 0 0 0 .71-.29a1.015 1.015 0 0 0 0-1.42a1.034 1.034 0 0 0-1.41 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.333 9.5A3.5 3.5 0 0 0 8.8 7.75a1 1 0 0 0 1.733 1a1.5 1.5 0 0 1 1.3-.75a1.5 1.5 0 1 1 0 3h-.003a1 1 0 0 0-.19.039a1 1 0 0 0-.198.04a1 1 0 0 0-.155.105a1 1 0 0 0-.162.11a1 1 0 0 0-.117.174a1 1 0 0 0-.097.144a1 1 0 0 0-.043.212a1 1 0 0 0-.035.176v1l.002.011v.491a1 1 0 0 0 1 .998h.003a1 1 0 0 0 .998-1.002l-.002-.662A3.49 3.49 0 0 0 15.333 9.5m-4.203 6.79a1 1 0 0 0 .7 1.71a1.04 1.04 0 0 0 .71-.29a1.015 1.015 0 0 0 0-1.42a1.034 1.034 0 0 0-1.41 0"/></svg> </template>
CSS
.icon-question {
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%22M15.333%209.5A3.5%203.5%200%200%200%208.8%207.75a1%201%200%200%200%201.733%201a1.5%201.5%200%200%201%201.3-.75a1.5%201.5%200%201%201%200%203h-.003a1%201%200%200%200-.19.039a1%201%200%200%200-.198.04a1%201%200%200%200-.155.105a1%201%200%200%200-.162.11a1%201%200%200%200-.117.174a1%201%200%200%200-.097.144a1%201%200%200%200-.043.212a1%201%200%200%200-.035.176v1l.002.011v.491a1%201%200%200%200%201%20.998h.003a1%201%200%200%200%20.998-1.002l-.002-.662A3.49%203.49%200%200%200%2015.333%209.5m-4.203%206.79a1%201%200%200%200%20.7%201.71a1.04%201.04%200%200%200%20.71-.29a1.015%201.015%200%200%200%200-1.42a1.034%201.034%200%200%200-1.41%200%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%22M15.333%209.5A3.5%203.5%200%200%200%208.8%207.75a1%201%200%200%200%201.733%201a1.5%201.5%200%200%201%201.3-.75a1.5%201.5%200%201%201%200%203h-.003a1%201%200%200%200-.19.039a1%201%200%200%200-.198.04a1%201%200%200%200-.155.105a1%201%200%200%200-.162.11a1%201%200%200%200-.117.174a1%201%200%200%200-.097.144a1%201%200%200%200-.043.212a1%201%200%200%200-.035.176v1l.002.011v.491a1%201%200%200%200%201%20.998h.003a1%201%200%200%200%20.998-1.002l-.002-.662A3.49%203.49%200%200%200%2015.333%209.5m-4.203%206.79a1%201%200%200%200%20.7%201.71a1.04%201.04%200%200%200%20.71-.29a1.015%201.015%200%200%200%200-1.42a1.034%201.034%200%200%200-1.41%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/question.svg?color=%231a73e8&size=48