question triangle icon
question-triangle from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- question-triangle
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
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"><path fill="currentColor" fill-rule="evenodd" d="M23.1 6.849a1 1 0 0 1 1.8 0l16.4 33.714A1 1 0 0 1 40.402 42H7.598a1 1 0 0 1-.899-1.437zm4.591 15.133c1.03.684 1.807 1.793 1.807 3.28c0 1.578-.637 2.738-1.668 3.448a4.5 4.5 0 0 1-1.33.614V30.5a1.5 1.5 0 0 1-3 0v-2.441a1.5 1.5 0 0 1 1.4-1.497c.554-.037.974-.147 1.228-.322a.7.7 0 0 0 .24-.272c.06-.12.13-.334.13-.707c0-.312-.123-.552-.468-.782c-.392-.26-1.022-.453-1.779-.476c-.748-.024-1.475.122-2.01.381c-.536.26-.732.552-.788.767a1.5 1.5 0 1 1-2.905-.746c.344-1.341 1.347-2.218 2.385-2.72c1.04-.505 2.263-.718 3.413-.681c1.143.036 2.363.324 3.345.977M25 38a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsQuestionTriangle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M23.1 6.849a1 1 0 0 1 1.8 0l16.4 33.714A1 1 0 0 1 40.402 42H7.598a1 1 0 0 1-.899-1.437zm4.591 15.133c1.03.684 1.807 1.793 1.807 3.28c0 1.578-.637 2.738-1.668 3.448a4.5 4.5 0 0 1-1.33.614V30.5a1.5 1.5 0 0 1-3 0v-2.441a1.5 1.5 0 0 1 1.4-1.497c.554-.037.974-.147 1.228-.322a.7.7 0 0 0 .24-.272c.06-.12.13-.334.13-.707c0-.312-.123-.552-.468-.782c-.392-.26-1.022-.453-1.779-.476c-.748-.024-1.475.122-2.01.381c-.536.26-.732.552-.788.767a1.5 1.5 0 1 1-2.905-.746c.344-1.341 1.347-2.218 2.385-2.72c1.04-.505 2.263-.718 3.413-.681c1.143.036 2.363.324 3.345.977M25 38a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M23.1 6.849a1 1 0 0 1 1.8 0l16.4 33.714A1 1 0 0 1 40.402 42H7.598a1 1 0 0 1-.899-1.437zm4.591 15.133c1.03.684 1.807 1.793 1.807 3.28c0 1.578-.637 2.738-1.668 3.448a4.5 4.5 0 0 1-1.33.614V30.5a1.5 1.5 0 0 1-3 0v-2.441a1.5 1.5 0 0 1 1.4-1.497c.554-.037.974-.147 1.228-.322a.7.7 0 0 0 .24-.272c.06-.12.13-.334.13-.707c0-.312-.123-.552-.468-.782c-.392-.26-1.022-.453-1.779-.476c-.748-.024-1.475.122-2.01.381c-.536.26-.732.552-.788.767a1.5 1.5 0 1 1-2.905-.746c.344-1.341 1.347-2.218 2.385-2.72c1.04-.505 2.263-.718 3.413-.681c1.143.036 2.363.324 3.345.977M25 38a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></svg> </template>
CSS
.icon-question-triangle {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.1%206.849a1%201%200%200%201%201.8%200l16.4%2033.714A1%201%200%200%201%2040.402%2042H7.598a1%201%200%200%201-.899-1.437zm4.591%2015.133c1.03.684%201.807%201.793%201.807%203.28c0%201.578-.637%202.738-1.668%203.448a4.5%204.5%200%200%201-1.33.614V30.5a1.5%201.5%200%200%201-3%200v-2.441a1.5%201.5%200%200%201%201.4-1.497c.554-.037.974-.147%201.228-.322a.7.7%200%200%200%20.24-.272c.06-.12.13-.334.13-.707c0-.312-.123-.552-.468-.782c-.392-.26-1.022-.453-1.779-.476c-.748-.024-1.475.122-2.01.381c-.536.26-.732.552-.788.767a1.5%201.5%200%201%201-2.905-.746c.344-1.341%201.347-2.218%202.385-2.72c1.04-.505%202.263-.718%203.413-.681c1.143.036%202.363.324%203.345.977M25%2038a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.1%206.849a1%201%200%200%201%201.8%200l16.4%2033.714A1%201%200%200%201%2040.402%2042H7.598a1%201%200%200%201-.899-1.437zm4.591%2015.133c1.03.684%201.807%201.793%201.807%203.28c0%201.578-.637%202.738-1.668%203.448a4.5%204.5%200%200%201-1.33.614V30.5a1.5%201.5%200%200%201-3%200v-2.441a1.5%201.5%200%200%201%201.4-1.497c.554-.037.974-.147%201.228-.322a.7.7%200%200%200%20.24-.272c.06-.12.13-.334.13-.707c0-.312-.123-.552-.468-.782c-.392-.26-1.022-.453-1.779-.476c-.748-.024-1.475.122-2.01.381c-.536.26-.732.552-.788.767a1.5%201.5%200%201%201-2.905-.746c.344-1.341%201.347-2.218%202.385-2.72c1.04-.505%202.263-.718%203.413-.681c1.143.036%202.363.324%203.345.977M25%2038a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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/healthicons/question-triangle.svg?color=%231a73e8&size=48