question triangle icon
question-triangle-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Symbols · MIT Free for personal and commercial use.
- Name
- question-triangle-outline-24px
- Set
- Health Icons
- Style
- Outline 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"><g fill="currentColor"><path d="M11.905 12.5c-.622 0-.905.404-.905.65a.75.75 0 0 1-1.5 0c0-1.3 1.199-2.15 2.405-2.15s2.404.85 2.404 2.15c0 1.07-.812 1.804-1.782 2.055v.045a.75.75 0 0 1-1.5 0v-.67a.78.78 0 0 1 .771-.78c.758-.01 1.011-.443 1.011-.65c0-.246-.283-.65-.904-.65m.595 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/><path fill-rule="evenodd" d="M19.898 21H4.063a1 1 0 0 1-.908-1.419l7.691-16.669a1 1 0 0 1 1.807-.02l8.144 16.67A1 1 0 0 1 19.898 21M5.625 19h12.672L11.78 5.662z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsQuestionTriangleOutline24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.905 12.5c-.622 0-.905.404-.905.65a.75.75 0 0 1-1.5 0c0-1.3 1.199-2.15 2.405-2.15s2.404.85 2.404 2.15c0 1.07-.812 1.804-1.782 2.055v.045a.75.75 0 0 1-1.5 0v-.67a.78.78 0 0 1 .771-.78c.758-.01 1.011-.443 1.011-.65c0-.246-.283-.65-.904-.65m.595 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/><path fillRule="evenodd" d="M19.898 21H4.063a1 1 0 0 1-.908-1.419l7.691-16.669a1 1 0 0 1 1.807-.02l8.144 16.67A1 1 0 0 1 19.898 21M5.625 19h12.672L11.78 5.662z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.905 12.5c-.622 0-.905.404-.905.65a.75.75 0 0 1-1.5 0c0-1.3 1.199-2.15 2.405-2.15s2.404.85 2.404 2.15c0 1.07-.812 1.804-1.782 2.055v.045a.75.75 0 0 1-1.5 0v-.67a.78.78 0 0 1 .771-.78c.758-.01 1.011-.443 1.011-.65c0-.246-.283-.65-.904-.65m.595 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/><path fill-rule="evenodd" d="M19.898 21H4.063a1 1 0 0 1-.908-1.419l7.691-16.669a1 1 0 0 1 1.807-.02l8.144 16.67A1 1 0 0 1 19.898 21M5.625 19h12.672L11.78 5.662z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-question-triangle-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.905%2012.5c-.622%200-.905.404-.905.65a.75.75%200%200%201-1.5%200c0-1.3%201.199-2.15%202.405-2.15s2.404.85%202.404%202.15c0%201.07-.812%201.804-1.782%202.055v.045a.75.75%200%200%201-1.5%200v-.67a.78.78%200%200%201%20.771-.78c.758-.01%201.011-.443%201.011-.65c0-.246-.283-.65-.904-.65m.595%204.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.898%2021H4.063a1%201%200%200%201-.908-1.419l7.691-16.669a1%201%200%200%201%201.807-.02l8.144%2016.67A1%201%200%200%201%2019.898%2021M5.625%2019h12.672L11.78%205.662z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.905%2012.5c-.622%200-.905.404-.905.65a.75.75%200%200%201-1.5%200c0-1.3%201.199-2.15%202.405-2.15s2.404.85%202.404%202.15c0%201.07-.812%201.804-1.782%202.055v.045a.75.75%200%200%201-1.5%200v-.67a.78.78%200%200%201%20.771-.78c.758-.01%201.011-.443%201.011-.65c0-.246-.283-.65-.904-.65m.595%204.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.898%2021H4.063a1%201%200%200%201-.908-1.419l7.691-16.669a1%201%200%200%201%201.807-.02l8.144%2016.67A1%201%200%200%201%2019.898%2021M5.625%2019h12.672L11.78%205.662z%22%20clip-rule%3D%22evenodd%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-24px.svg?color=%231a73e8&size=48