warning octagon icon
warning-octagon-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- warning-octagon-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the warning octagon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M124 136V80a4 4 0 0 1 8 0v56a4 4 0 0 1-8 0m104-44.45v72.9a12 12 0 0 1-3.51 8.49l-51.55 51.55a12 12 0 0 1-8.49 3.51h-72.9a12 12 0 0 1-8.49-3.51l-51.55-51.55a12 12 0 0 1-3.51-8.49v-72.9a12 12 0 0 1 3.51-8.49l51.55-51.55A12 12 0 0 1 91.55 28h72.9a12 12 0 0 1 8.49 3.51l51.55 51.55a12 12 0 0 1 3.51 8.49m-8 0a4 4 0 0 0-1.17-2.83l-51.55-51.55a4.06 4.06 0 0 0-2.83-1.17h-72.9a4.06 4.06 0 0 0-2.83 1.17L37.17 88.72A4 4 0 0 0 36 91.55v72.9a4 4 0 0 0 1.17 2.83l51.55 51.55a4.06 4.06 0 0 0 2.83 1.17h72.9a4.06 4.06 0 0 0 2.83-1.17l51.55-51.55a4 4 0 0 0 1.17-2.83ZM128 164a8 8 0 1 0 8 8a8 8 0 0 0-8-8"/></svg>
React
import type { SVGProps } from "react";
export function PhWarningOctagonThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M124 136V80a4 4 0 0 1 8 0v56a4 4 0 0 1-8 0m104-44.45v72.9a12 12 0 0 1-3.51 8.49l-51.55 51.55a12 12 0 0 1-8.49 3.51h-72.9a12 12 0 0 1-8.49-3.51l-51.55-51.55a12 12 0 0 1-3.51-8.49v-72.9a12 12 0 0 1 3.51-8.49l51.55-51.55A12 12 0 0 1 91.55 28h72.9a12 12 0 0 1 8.49 3.51l51.55 51.55a12 12 0 0 1 3.51 8.49m-8 0a4 4 0 0 0-1.17-2.83l-51.55-51.55a4.06 4.06 0 0 0-2.83-1.17h-72.9a4.06 4.06 0 0 0-2.83 1.17L37.17 88.72A4 4 0 0 0 36 91.55v72.9a4 4 0 0 0 1.17 2.83l51.55 51.55a4.06 4.06 0 0 0 2.83 1.17h72.9a4.06 4.06 0 0 0 2.83-1.17l51.55-51.55a4 4 0 0 0 1.17-2.83ZM128 164a8 8 0 1 0 8 8a8 8 0 0 0-8-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M124 136V80a4 4 0 0 1 8 0v56a4 4 0 0 1-8 0m104-44.45v72.9a12 12 0 0 1-3.51 8.49l-51.55 51.55a12 12 0 0 1-8.49 3.51h-72.9a12 12 0 0 1-8.49-3.51l-51.55-51.55a12 12 0 0 1-3.51-8.49v-72.9a12 12 0 0 1 3.51-8.49l51.55-51.55A12 12 0 0 1 91.55 28h72.9a12 12 0 0 1 8.49 3.51l51.55 51.55a12 12 0 0 1 3.51 8.49m-8 0a4 4 0 0 0-1.17-2.83l-51.55-51.55a4.06 4.06 0 0 0-2.83-1.17h-72.9a4.06 4.06 0 0 0-2.83 1.17L37.17 88.72A4 4 0 0 0 36 91.55v72.9a4 4 0 0 0 1.17 2.83l51.55 51.55a4.06 4.06 0 0 0 2.83 1.17h72.9a4.06 4.06 0 0 0 2.83-1.17l51.55-51.55a4 4 0 0 0 1.17-2.83ZM128 164a8 8 0 1 0 8 8a8 8 0 0 0-8-8"/></svg> </template>
CSS
.icon-warning-octagon-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M124%20136V80a4%204%200%200%201%208%200v56a4%204%200%200%201-8%200m104-44.45v72.9a12%2012%200%200%201-3.51%208.49l-51.55%2051.55a12%2012%200%200%201-8.49%203.51h-72.9a12%2012%200%200%201-8.49-3.51l-51.55-51.55a12%2012%200%200%201-3.51-8.49v-72.9a12%2012%200%200%201%203.51-8.49l51.55-51.55A12%2012%200%200%201%2091.55%2028h72.9a12%2012%200%200%201%208.49%203.51l51.55%2051.55a12%2012%200%200%201%203.51%208.49m-8%200a4%204%200%200%200-1.17-2.83l-51.55-51.55a4.06%204.06%200%200%200-2.83-1.17h-72.9a4.06%204.06%200%200%200-2.83%201.17L37.17%2088.72A4%204%200%200%200%2036%2091.55v72.9a4%204%200%200%200%201.17%202.83l51.55%2051.55a4.06%204.06%200%200%200%202.83%201.17h72.9a4.06%204.06%200%200%200%202.83-1.17l51.55-51.55a4%204%200%200%200%201.17-2.83ZM128%20164a8%208%200%201%200%208%208a8%208%200%200%200-8-8%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M124%20136V80a4%204%200%200%201%208%200v56a4%204%200%200%201-8%200m104-44.45v72.9a12%2012%200%200%201-3.51%208.49l-51.55%2051.55a12%2012%200%200%201-8.49%203.51h-72.9a12%2012%200%200%201-8.49-3.51l-51.55-51.55a12%2012%200%200%201-3.51-8.49v-72.9a12%2012%200%200%201%203.51-8.49l51.55-51.55A12%2012%200%200%201%2091.55%2028h72.9a12%2012%200%200%201%208.49%203.51l51.55%2051.55a12%2012%200%200%201%203.51%208.49m-8%200a4%204%200%200%200-1.17-2.83l-51.55-51.55a4.06%204.06%200%200%200-2.83-1.17h-72.9a4.06%204.06%200%200%200-2.83%201.17L37.17%2088.72A4%204%200%200%200%2036%2091.55v72.9a4%204%200%200%200%201.17%202.83l51.55%2051.55a4.06%204.06%200%200%200%202.83%201.17h72.9a4.06%204.06%200%200%200%202.83-1.17l51.55-51.55a4%204%200%200%200%201.17-2.83ZM128%20164a8%208%200%201%200%208%208a8%208%200%200%200-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/warning-octagon-thin.svg?color=%231a73e8&size=48