alert triangle icon

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

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

1 other variant in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the alert triangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" 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" clip-rule="evenodd"/><path d="M22 20a2 2 0 1 1 4 0v10a2 2 0 1 1-4 0zm0 15.966C22 34.88 22.88 34 23.967 34h.067a1.966 1.966 0 1 1 0 3.933h-.067A1.966 1.966 0 0 1 22 35.966"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAlertTriangleOutline(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"><path fillRule="evenodd" 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" clipRule="evenodd"/><path d="M22 20a2 2 0 1 1 4 0v10a2 2 0 1 1-4 0zm0 15.966C22 34.88 22.88 34 23.967 34h.067a1.966 1.966 0 1 1 0 3.933h-.067A1.966 1.966 0 0 1 22 35.966"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" 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" clip-rule="evenodd"/><path d="M22 20a2 2 0 1 1 4 0v10a2 2 0 1 1-4 0zm0 15.966C22 34.88 22.88 34 23.967 34h.067a1.966 1.966 0 1 1 0 3.933h-.067A1.966 1.966 0 0 1 22 35.966"/></g></svg>
</template>

CSS

.icon-alert-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%3E%3Cpath%20fill-rule%3D%22evenodd%22%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%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22%2020a2%202%200%201%201%204%200v10a2%202%200%201%201-4%200zm0%2015.966C22%2034.88%2022.88%2034%2023.967%2034h.067a1.966%201.966%200%201%201%200%203.933h-.067A1.966%201.966%200%200%201%2022%2035.966%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%3E%3Cpath%20fill-rule%3D%22evenodd%22%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%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22%2020a2%202%200%201%201%204%200v10a2%202%200%201%201-4%200zm0%2015.966C22%2034.88%2022.88%2034%2023.967%2034h.067a1.966%201.966%200%201%201%200%203.933h-.067A1.966%201.966%200%200%201%2022%2035.966%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/alert-triangle-outline.svg?color=%231a73e8&size=48