Alert Triangle Alt icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconAlertTriangleAlt } from "@devigner-ui/icons";
<IconAlertTriangleAlt className="size-6" />
<script setup>
import { IconAlertTriangleAlt } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAlertTriangleAlt class="size-6" />
</template>
<script>
import { IconAlertTriangleAlt } from "@devigner-ui/icons-svelte";
</script>
<IconAlertTriangleAlt class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M12.67 9v5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 21.41H6.61c-3.47 0-4.92-2.48-3.24-5.51l3.12-5.62L9.43 5c1.78-3.21 4.7-3.21 6.48 0l2.94 5.29 3.12 5.62c1.68 3.03.22 5.51-3.24 5.51h-6.06z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.66 17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.67 17" opacity="1"></path></svg>