Warning2 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 { IconWarning2 } from "@devigner-ui/icons";
<IconWarning2 className="size-6" />
<script setup>
import { IconWarning2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWarning2 class="size-6" />
</template>
<script>
import { IconWarning2 } from "@devigner-ui/icons-svelte";
</script>
<IconWarning2 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 7.75V13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.75 8.58v6.84c0 1.12-.6 2.16-1.57 2.73l-5.94 3.43c-.97.56-2.17.56-3.15 0l-5.94-3.43a3.2 3.2 0 0 1-1.57-2.73V8.58c0-1.12.6-2.16 1.57-2.73l5.94-3.43a3.2 3.2 0 0 1 3.15 0l5.94 3.43c.97.57 1.57 1.6 1.57 2.73" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.67 16.2v.1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>