octagon alert icon
octagon-alert from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- octagon-alert
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the octagon alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M11.992 8v4m.125 3.75h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M13.507 2c1.226 0 1.84 0 2.39.228c.552.229.985.662 1.852 1.53l2.486 2.485c.867.867 1.3 1.3 1.529 1.852c.228.55.228 1.164.228 2.39v3.03c0 1.226 0 1.84-.228 2.39c-.229.552-.662.985-1.53 1.852l-2.485 2.486c-.867.867-1.3 1.3-1.852 1.529c-.55.228-1.164.228-2.39.228h-3.03c-1.226 0-1.84 0-2.39-.228c-.552-.229-.985-.662-1.852-1.53l-2.486-2.485c-.867-.867-1.3-1.3-1.528-1.852c-.229-.55-.229-1.164-.229-2.39v-3.03c0-1.226 0-1.84.229-2.39c.228-.552.661-.985 1.528-1.852l2.486-2.486c.867-.867 1.3-1.3 1.852-1.529C8.637 2 9.25 2 10.477 2z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsOctagonAlert(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M11.992 8v4m.125 3.75h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M13.507 2c1.226 0 1.84 0 2.39.228c.552.229.985.662 1.852 1.53l2.486 2.485c.867.867 1.3 1.3 1.529 1.852c.228.55.228 1.164.228 2.39v3.03c0 1.226 0 1.84-.228 2.39c-.229.552-.662.985-1.53 1.852l-2.485 2.486c-.867.867-1.3 1.3-1.852 1.529c-.55.228-1.164.228-2.39.228h-3.03c-1.226 0-1.84 0-2.39-.228c-.552-.229-.985-.662-1.852-1.53l-2.486-2.485c-.867-.867-1.3-1.3-1.528-1.852c-.229-.55-.229-1.164-.229-2.39v-3.03c0-1.226 0-1.84.229-2.39c.228-.552.661-.985 1.528-1.852l2.486-2.486c.867-.867 1.3-1.3 1.852-1.529C8.637 2 9.25 2 10.477 2z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M11.992 8v4m.125 3.75h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M13.507 2c1.226 0 1.84 0 2.39.228c.552.229.985.662 1.852 1.53l2.486 2.485c.867.867 1.3 1.3 1.529 1.852c.228.55.228 1.164.228 2.39v3.03c0 1.226 0 1.84-.228 2.39c-.229.552-.662.985-1.53 1.852l-2.485 2.486c-.867.867-1.3 1.3-1.852 1.529c-.55.228-1.164.228-2.39.228h-3.03c-1.226 0-1.84 0-2.39-.228c-.552-.229-.985-.662-1.852-1.53l-2.486-2.485c-.867-.867-1.3-1.3-1.528-1.852c-.229-.55-.229-1.164-.229-2.39v-3.03c0-1.226 0-1.84.229-2.39c.228-.552.661-.985 1.528-1.852l2.486-2.486c.867-.867 1.3-1.3 1.852-1.529C8.637 2 9.25 2 10.477 2z"/></g></svg> </template>
CSS
.icon-octagon-alert {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.992%208v4m.125%203.75h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M13.507%202c1.226%200%201.84%200%202.39.228c.552.229.985.662%201.852%201.53l2.486%202.485c.867.867%201.3%201.3%201.529%201.852c.228.55.228%201.164.228%202.39v3.03c0%201.226%200%201.84-.228%202.39c-.229.552-.662.985-1.53%201.852l-2.485%202.486c-.867.867-1.3%201.3-1.852%201.529c-.55.228-1.164.228-2.39.228h-3.03c-1.226%200-1.84%200-2.39-.228c-.552-.229-.985-.662-1.852-1.53l-2.486-2.485c-.867-.867-1.3-1.3-1.528-1.852c-.229-.55-.229-1.164-.229-2.39v-3.03c0-1.226%200-1.84.229-2.39c.228-.552.661-.985%201.528-1.852l2.486-2.486c.867-.867%201.3-1.3%201.852-1.529C8.637%202%209.25%202%2010.477%202z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.992%208v4m.125%203.75h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M13.507%202c1.226%200%201.84%200%202.39.228c.552.229.985.662%201.852%201.53l2.486%202.485c.867.867%201.3%201.3%201.529%201.852c.228.55.228%201.164.228%202.39v3.03c0%201.226%200%201.84-.228%202.39c-.229.552-.662.985-1.53%201.852l-2.485%202.486c-.867.867-1.3%201.3-1.852%201.529c-.55.228-1.164.228-2.39.228h-3.03c-1.226%200-1.84%200-2.39-.228c-.552-.229-.985-.662-1.852-1.53l-2.486-2.485c-.867-.867-1.3-1.3-1.528-1.852c-.229-.55-.229-1.164-.229-2.39v-3.03c0-1.226%200-1.84.229-2.39c.228-.552.661-.985%201.528-1.852l2.486-2.486c.867-.867%201.3-1.3%201.852-1.529C8.637%202%209.25%202%2010.477%202z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/octagon-alert.svg?color=%231a73e8&size=48