question triangle icon
question-triangle-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.
- Name
- question-triangle-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Symbols
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.063 21h15.835a1 1 0 0 0 .899-1.439l-8.144-16.67a1 1 0 0 0-1.807.02l-7.691 16.67A1 1 0 0 0 4.063 21m7.823-8.75c-.752 0-1.14.493-1.14.849a.75.75 0 0 1-1.5 0c0-1.41 1.304-2.349 2.64-2.349c1.335 0 2.64.94 2.64 2.349c0 1.187-.927 2.007-2.036 2.264v.134a.75.75 0 1 1-1.5 0v-.765c0-.44.357-.78.776-.784c.9-.011 1.26-.533 1.26-.85c0-.355-.389-.848-1.14-.848m.614 5.425a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsQuestionTriangle24px(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" fillRule="evenodd" d="M4.063 21h15.835a1 1 0 0 0 .899-1.439l-8.144-16.67a1 1 0 0 0-1.807.02l-7.691 16.67A1 1 0 0 0 4.063 21m7.823-8.75c-.752 0-1.14.493-1.14.849a.75.75 0 0 1-1.5 0c0-1.41 1.304-2.349 2.64-2.349c1.335 0 2.64.94 2.64 2.349c0 1.187-.927 2.007-2.036 2.264v.134a.75.75 0 1 1-1.5 0v-.765c0-.44.357-.78.776-.784c.9-.011 1.26-.533 1.26-.85c0-.355-.389-.848-1.14-.848m.614 5.425a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.063 21h15.835a1 1 0 0 0 .899-1.439l-8.144-16.67a1 1 0 0 0-1.807.02l-7.691 16.67A1 1 0 0 0 4.063 21m7.823-8.75c-.752 0-1.14.493-1.14.849a.75.75 0 0 1-1.5 0c0-1.41 1.304-2.349 2.64-2.349c1.335 0 2.64.94 2.64 2.349c0 1.187-.927 2.007-2.036 2.264v.134a.75.75 0 1 1-1.5 0v-.765c0-.44.357-.78.776-.784c.9-.011 1.26-.533 1.26-.85c0-.355-.389-.848-1.14-.848m.614 5.425a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-question-triangle-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%20fill-rule%3D%22evenodd%22%20d%3D%22M4.063%2021h15.835a1%201%200%200%200%20.899-1.439l-8.144-16.67a1%201%200%200%200-1.807.02l-7.691%2016.67A1%201%200%200%200%204.063%2021m7.823-8.75c-.752%200-1.14.493-1.14.849a.75.75%200%200%201-1.5%200c0-1.41%201.304-2.349%202.64-2.349c1.335%200%202.64.94%202.64%202.349c0%201.187-.927%202.007-2.036%202.264v.134a.75.75%200%201%201-1.5%200v-.765c0-.44.357-.78.776-.784c.9-.011%201.26-.533%201.26-.85c0-.355-.389-.848-1.14-.848m.614%205.425a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.063%2021h15.835a1%201%200%200%200%20.899-1.439l-8.144-16.67a1%201%200%200%200-1.807.02l-7.691%2016.67A1%201%200%200%200%204.063%2021m7.823-8.75c-.752%200-1.14.493-1.14.849a.75.75%200%200%201-1.5%200c0-1.41%201.304-2.349%202.64-2.349c1.335%200%202.64.94%202.64%202.349c0%201.187-.927%202.007-2.036%202.264v.134a.75.75%200%201%201-1.5%200v-.765c0-.44.357-.78.776-.784c.9-.011%201.26-.533%201.26-.85c0-.355-.389-.848-1.14-.848m.614%205.425a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%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-24px.svg?color=%231a73e8&size=48