exclamation octagon icon
exclamation-octagon from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- exclamation-octagon
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More user interface icons from Unicons
Use the exclamation octagon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1m0 8a1 1 0 1 0 1 1a1 1 0 0 0-1-1m9.71-7.44l-5.27-5.27a1.05 1.05 0 0 0-.71-.29H8.27a1.05 1.05 0 0 0-.71.29L2.29 7.56a1.05 1.05 0 0 0-.29.71v7.46a1.05 1.05 0 0 0 .29.71l5.27 5.27a1.05 1.05 0 0 0 .71.29h7.46a1.05 1.05 0 0 0 .71-.29l5.27-5.27a1.05 1.05 0 0 0 .29-.71V8.27a1.05 1.05 0 0 0-.29-.71M20 15.31L15.31 20H8.69L4 15.31V8.69L8.69 4h6.62L20 8.69Z"/></svg>
React
import type { SVGProps } from "react";
export function UilExclamationOctagon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1m0 8a1 1 0 1 0 1 1a1 1 0 0 0-1-1m9.71-7.44l-5.27-5.27a1.05 1.05 0 0 0-.71-.29H8.27a1.05 1.05 0 0 0-.71.29L2.29 7.56a1.05 1.05 0 0 0-.29.71v7.46a1.05 1.05 0 0 0 .29.71l5.27 5.27a1.05 1.05 0 0 0 .71.29h7.46a1.05 1.05 0 0 0 .71-.29l5.27-5.27a1.05 1.05 0 0 0 .29-.71V8.27a1.05 1.05 0 0 0-.29-.71M20 15.31L15.31 20H8.69L4 15.31V8.69L8.69 4h6.62L20 8.69Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1m0 8a1 1 0 1 0 1 1a1 1 0 0 0-1-1m9.71-7.44l-5.27-5.27a1.05 1.05 0 0 0-.71-.29H8.27a1.05 1.05 0 0 0-.71.29L2.29 7.56a1.05 1.05 0 0 0-.29.71v7.46a1.05 1.05 0 0 0 .29.71l5.27 5.27a1.05 1.05 0 0 0 .71.29h7.46a1.05 1.05 0 0 0 .71-.29l5.27-5.27a1.05 1.05 0 0 0 .29-.71V8.27a1.05 1.05 0 0 0-.29-.71M20 15.31L15.31 20H8.69L4 15.31V8.69L8.69 4h6.62L20 8.69Z"/></svg> </template>
CSS
.icon-exclamation-octagon {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%207a1%201%200%200%200-1%201v4a1%201%200%200%200%202%200V8a1%201%200%200%200-1-1m0%208a1%201%200%201%200%201%201a1%201%200%200%200-1-1m9.71-7.44l-5.27-5.27a1.05%201.05%200%200%200-.71-.29H8.27a1.05%201.05%200%200%200-.71.29L2.29%207.56a1.05%201.05%200%200%200-.29.71v7.46a1.05%201.05%200%200%200%20.29.71l5.27%205.27a1.05%201.05%200%200%200%20.71.29h7.46a1.05%201.05%200%200%200%20.71-.29l5.27-5.27a1.05%201.05%200%200%200%20.29-.71V8.27a1.05%201.05%200%200%200-.29-.71M20%2015.31L15.31%2020H8.69L4%2015.31V8.69L8.69%204h6.62L20%208.69Z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%207a1%201%200%200%200-1%201v4a1%201%200%200%200%202%200V8a1%201%200%200%200-1-1m0%208a1%201%200%201%200%201%201a1%201%200%200%200-1-1m9.71-7.44l-5.27-5.27a1.05%201.05%200%200%200-.71-.29H8.27a1.05%201.05%200%200%200-.71.29L2.29%207.56a1.05%201.05%200%200%200-.29.71v7.46a1.05%201.05%200%200%200%20.29.71l5.27%205.27a1.05%201.05%200%200%200%20.71.29h7.46a1.05%201.05%200%200%200%20.71-.29l5.27-5.27a1.05%201.05%200%200%200%20.29-.71V8.27a1.05%201.05%200%200%200-.29-.71M20%2015.31L15.31%2020H8.69L4%2015.31V8.69L8.69%204h6.62L20%208.69Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/exclamation-octagon.svg?color=%231a73e8&size=48