Alert Circle 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 { IconAlertCircle } from "@devigner-ui/icons";
<IconAlertCircle className="size-6" />
<script setup>
import { IconAlertCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAlertCircle class="size-6" />
</template>
<script>
import { IconAlertCircle } from "@devigner-ui/icons-svelte";
</script>
<IconAlertCircle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="1" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5"></circle><path d="M12 7v6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle cx="12" cy="16" r="1" fill="currentColor"></circle></svg>