question-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Symbols · MIT Free for personal and commercial use.

Name
question-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Symbols
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More symbols icons from Health 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="M7.8 8.4C7.8 6.672 9.517 5 12 5s4.2 1.672 4.2 3.4c0 1.664-1.697 3.37-4.53 3.4a1.08 1.08 0 0 0-1.07 1.08V15a1 1 0 0 0 2 0v-1.26c3.087-.373 5.6-2.463 5.6-5.34C18.2 5.268 15.261 3 12 3S5.8 5.268 5.8 8.4a1 1 0 1 0 2 0M13.5 19a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsQuestionOutline24px(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="M7.8 8.4C7.8 6.672 9.517 5 12 5s4.2 1.672 4.2 3.4c0 1.664-1.697 3.37-4.53 3.4a1.08 1.08 0 0 0-1.07 1.08V15a1 1 0 0 0 2 0v-1.26c3.087-.373 5.6-2.463 5.6-5.34C18.2 5.268 15.261 3 12 3S5.8 5.268 5.8 8.4a1 1 0 1 0 2 0M13.5 19a2 2 0 1 1-4 0a2 2 0 0 1 4 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="M7.8 8.4C7.8 6.672 9.517 5 12 5s4.2 1.672 4.2 3.4c0 1.664-1.697 3.37-4.53 3.4a1.08 1.08 0 0 0-1.07 1.08V15a1 1 0 0 0 2 0v-1.26c3.087-.373 5.6-2.463 5.6-5.34C18.2 5.268 15.261 3 12 3S5.8 5.268 5.8 8.4a1 1 0 1 0 2 0M13.5 19a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
</template>

CSS

.icon-question-outline-24px {
  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%22M7.8%208.4C7.8%206.672%209.517%205%2012%205s4.2%201.672%204.2%203.4c0%201.664-1.697%203.37-4.53%203.4a1.08%201.08%200%200%200-1.07%201.08V15a1%201%200%200%200%202%200v-1.26c3.087-.373%205.6-2.463%205.6-5.34C18.2%205.268%2015.261%203%2012%203S5.8%205.268%205.8%208.4a1%201%200%201%200%202%200M13.5%2019a2%202%200%201%201-4%200a2%202%200%200%201%204%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%22M7.8%208.4C7.8%206.672%209.517%205%2012%205s4.2%201.672%204.2%203.4c0%201.664-1.697%203.37-4.53%203.4a1.08%201.08%200%200%200-1.07%201.08V15a1%201%200%200%200%202%200v-1.26c3.087-.373%205.6-2.463%205.6-5.34C18.2%205.268%2015.261%203%2012%203S5.8%205.268%205.8%208.4a1%201%200%201%200%202%200M13.5%2019a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/question-outline-24px.svg?color=%231a73e8&size=48