question triangle icon

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

Name
question-triangle-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
question-triangle2x-outline

3 other variants in Health Icons

More symbols icons from Health Icons

Use the question triangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M24 6a1 1 0 0 1 .894.553l17 34A1 1 0 0 1 41 42H7a1 1 0 0 1-.894-1.447l17-34A1 1 0 0 1 24 6M8.618 40h30.764L24 9.236z"/><path d="M25 35a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-3 1a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-1.503-14.715c1.209-.587 2.596-.821 3.881-.78c1.272.04 2.688.36 3.867 1.144c1.256.835 2.252 2.233 2.252 4.112c0 1.877-.774 3.359-2.1 4.273a5.2 5.2 0 0 1-.959.52A2.5 2.5 0 0 1 22.5 30v-1.441a2.5 2.5 0 0 1 2.333-2.495c.23-.015.41-.045.54-.079q.07-.018.113-.035q.007-.046.01-.124l-.02-.014c-.196-.13-.63-.29-1.257-.31c-.614-.02-1.175.105-1.541.282a1 1 0 0 0-.272.174a2.5 2.5 0 0 1-4.827-1.302c.441-1.718 1.715-2.788 2.918-3.371m3.818 1.218c-1.017-.032-2.074.159-2.946.581c-.873.424-1.605 1.105-1.853 2.07a.5.5 0 1 0 .969.249c.15-.585.609-1.074 1.32-1.419c.703-.34 1.595-.51 2.478-.481c.886.028 1.712.252 2.3.644a2.1 2.1 0 0 1 .676.691c.178.309.238.627.238.923c0 .502-.095.874-.235 1.155c-.14.278-.335.487-.567.648c-.478.329-1.119.455-1.729.496a.5.5 0 0 0-.466.499V30a.5.5 0 1 0 1 0v-.176a1 1 0 0 1 .725-.962a3.5 3.5 0 0 0 1.037-.475c.736-.507 1.235-1.345 1.235-2.626c0-1.093-.556-1.912-1.36-2.447c-.785-.522-1.808-.778-2.822-.81"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsQuestionTriangleOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M24 6a1 1 0 0 1 .894.553l17 34A1 1 0 0 1 41 42H7a1 1 0 0 1-.894-1.447l17-34A1 1 0 0 1 24 6M8.618 40h30.764L24 9.236z"/><path d="M25 35a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-3 1a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-1.503-14.715c1.209-.587 2.596-.821 3.881-.78c1.272.04 2.688.36 3.867 1.144c1.256.835 2.252 2.233 2.252 4.112c0 1.877-.774 3.359-2.1 4.273a5.2 5.2 0 0 1-.959.52A2.5 2.5 0 0 1 22.5 30v-1.441a2.5 2.5 0 0 1 2.333-2.495c.23-.015.41-.045.54-.079q.07-.018.113-.035q.007-.046.01-.124l-.02-.014c-.196-.13-.63-.29-1.257-.31c-.614-.02-1.175.105-1.541.282a1 1 0 0 0-.272.174a2.5 2.5 0 0 1-4.827-1.302c.441-1.718 1.715-2.788 2.918-3.371m3.818 1.218c-1.017-.032-2.074.159-2.946.581c-.873.424-1.605 1.105-1.853 2.07a.5.5 0 1 0 .969.249c.15-.585.609-1.074 1.32-1.419c.703-.34 1.595-.51 2.478-.481c.886.028 1.712.252 2.3.644a2.1 2.1 0 0 1 .676.691c.178.309.238.627.238.923c0 .502-.095.874-.235 1.155c-.14.278-.335.487-.567.648c-.478.329-1.119.455-1.729.496a.5.5 0 0 0-.466.499V30a.5.5 0 1 0 1 0v-.176a1 1 0 0 1 .725-.962a3.5 3.5 0 0 0 1.037-.475c.736-.507 1.235-1.345 1.235-2.626c0-1.093-.556-1.912-1.36-2.447c-.785-.522-1.808-.778-2.822-.81"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M24 6a1 1 0 0 1 .894.553l17 34A1 1 0 0 1 41 42H7a1 1 0 0 1-.894-1.447l17-34A1 1 0 0 1 24 6M8.618 40h30.764L24 9.236z"/><path d="M25 35a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-3 1a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-1.503-14.715c1.209-.587 2.596-.821 3.881-.78c1.272.04 2.688.36 3.867 1.144c1.256.835 2.252 2.233 2.252 4.112c0 1.877-.774 3.359-2.1 4.273a5.2 5.2 0 0 1-.959.52A2.5 2.5 0 0 1 22.5 30v-1.441a2.5 2.5 0 0 1 2.333-2.495c.23-.015.41-.045.54-.079q.07-.018.113-.035q.007-.046.01-.124l-.02-.014c-.196-.13-.63-.29-1.257-.31c-.614-.02-1.175.105-1.541.282a1 1 0 0 0-.272.174a2.5 2.5 0 0 1-4.827-1.302c.441-1.718 1.715-2.788 2.918-3.371m3.818 1.218c-1.017-.032-2.074.159-2.946.581c-.873.424-1.605 1.105-1.853 2.07a.5.5 0 1 0 .969.249c.15-.585.609-1.074 1.32-1.419c.703-.34 1.595-.51 2.478-.481c.886.028 1.712.252 2.3.644a2.1 2.1 0 0 1 .676.691c.178.309.238.627.238.923c0 .502-.095.874-.235 1.155c-.14.278-.335.487-.567.648c-.478.329-1.119.455-1.729.496a.5.5 0 0 0-.466.499V30a.5.5 0 1 0 1 0v-.176a1 1 0 0 1 .725-.962a3.5 3.5 0 0 0 1.037-.475c.736-.507 1.235-1.345 1.235-2.626c0-1.093-.556-1.912-1.36-2.447c-.785-.522-1.808-.778-2.822-.81"/></g></svg>
</template>

CSS

.icon-question-triangle-outline {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%206a1%201%200%200%201%20.894.553l17%2034A1%201%200%200%201%2041%2042H7a1%201%200%200%201-.894-1.447l17-34A1%201%200%200%201%2024%206M8.618%2040h30.764L24%209.236z%22%2F%3E%3Cpath%20d%3D%22M25%2035a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-3%201a3%203%200%201%201%206%200a3%203%200%200%201-6%200m-1.503-14.715c1.209-.587%202.596-.821%203.881-.78c1.272.04%202.688.36%203.867%201.144c1.256.835%202.252%202.233%202.252%204.112c0%201.877-.774%203.359-2.1%204.273a5.2%205.2%200%200%201-.959.52A2.5%202.5%200%200%201%2022.5%2030v-1.441a2.5%202.5%200%200%201%202.333-2.495c.23-.015.41-.045.54-.079q.07-.018.113-.035q.007-.046.01-.124l-.02-.014c-.196-.13-.63-.29-1.257-.31c-.614-.02-1.175.105-1.541.282a1%201%200%200%200-.272.174a2.5%202.5%200%200%201-4.827-1.302c.441-1.718%201.715-2.788%202.918-3.371m3.818%201.218c-1.017-.032-2.074.159-2.946.581c-.873.424-1.605%201.105-1.853%202.07a.5.5%200%201%200%20.969.249c.15-.585.609-1.074%201.32-1.419c.703-.34%201.595-.51%202.478-.481c.886.028%201.712.252%202.3.644a2.1%202.1%200%200%201%20.676.691c.178.309.238.627.238.923c0%20.502-.095.874-.235%201.155c-.14.278-.335.487-.567.648c-.478.329-1.119.455-1.729.496a.5.5%200%200%200-.466.499V30a.5.5%200%201%200%201%200v-.176a1%201%200%200%201%20.725-.962a3.5%203.5%200%200%200%201.037-.475c.736-.507%201.235-1.345%201.235-2.626c0-1.093-.556-1.912-1.36-2.447c-.785-.522-1.808-.778-2.822-.81%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%206a1%201%200%200%201%20.894.553l17%2034A1%201%200%200%201%2041%2042H7a1%201%200%200%201-.894-1.447l17-34A1%201%200%200%201%2024%206M8.618%2040h30.764L24%209.236z%22%2F%3E%3Cpath%20d%3D%22M25%2035a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-3%201a3%203%200%201%201%206%200a3%203%200%200%201-6%200m-1.503-14.715c1.209-.587%202.596-.821%203.881-.78c1.272.04%202.688.36%203.867%201.144c1.256.835%202.252%202.233%202.252%204.112c0%201.877-.774%203.359-2.1%204.273a5.2%205.2%200%200%201-.959.52A2.5%202.5%200%200%201%2022.5%2030v-1.441a2.5%202.5%200%200%201%202.333-2.495c.23-.015.41-.045.54-.079q.07-.018.113-.035q.007-.046.01-.124l-.02-.014c-.196-.13-.63-.29-1.257-.31c-.614-.02-1.175.105-1.541.282a1%201%200%200%200-.272.174a2.5%202.5%200%200%201-4.827-1.302c.441-1.718%201.715-2.788%202.918-3.371m3.818%201.218c-1.017-.032-2.074.159-2.946.581c-.873.424-1.605%201.105-1.853%202.07a.5.5%200%201%200%20.969.249c.15-.585.609-1.074%201.32-1.419c.703-.34%201.595-.51%202.478-.481c.886.028%201.712.252%202.3.644a2.1%202.1%200%200%201%20.676.691c.178.309.238.627.238.923c0%20.502-.095.874-.235%201.155c-.14.278-.335.487-.567.648c-.478.329-1.119.455-1.729.496a.5.5%200%200%200-.466.499V30a.5.5%200%201%200%201%200v-.176a1%201%200%200%201%20.725-.962a3.5%203.5%200%200%200%201.037-.475c.736-.507%201.235-1.345%201.235-2.626c0-1.093-.556-1.912-1.36-2.447c-.785-.522-1.808-.778-2.822-.81%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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