warning octagon icon

warning-octagon-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
warning-octagon-light
Set
Phosphor
Style
Light
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="M122 136V80a6 6 0 0 1 12 0v56a6 6 0 0 1-12 0m108-44.45v72.9a13.92 13.92 0 0 1-4.1 9.9l-51.55 51.55a13.92 13.92 0 0 1-9.9 4.1h-72.9a13.92 13.92 0 0 1-9.9-4.1L30.1 174.35a13.92 13.92 0 0 1-4.1-9.9v-72.9a13.92 13.92 0 0 1 4.1-9.9L81.65 30.1a13.92 13.92 0 0 1 9.9-4.1h72.9a13.92 13.92 0 0 1 9.9 4.1l51.55 51.55a13.92 13.92 0 0 1 4.1 9.9m-12 0a2 2 0 0 0-.59-1.42l-51.54-51.54a2 2 0 0 0-1.42-.59h-72.9a2 2 0 0 0-1.41.59L38.58 90.13a2 2 0 0 0-.58 1.42v72.9a2 2 0 0 0 .59 1.42l51.54 51.54a2 2 0 0 0 1.42.59h72.9a2 2 0 0 0 1.41-.59l51.56-51.54a2 2 0 0 0 .58-1.42ZM128 162a10 10 0 1 0 10 10a10 10 0 0 0-10-10"/></svg>

React

import type { SVGProps } from "react";

export function PhWarningOctagonLight(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="M122 136V80a6 6 0 0 1 12 0v56a6 6 0 0 1-12 0m108-44.45v72.9a13.92 13.92 0 0 1-4.1 9.9l-51.55 51.55a13.92 13.92 0 0 1-9.9 4.1h-72.9a13.92 13.92 0 0 1-9.9-4.1L30.1 174.35a13.92 13.92 0 0 1-4.1-9.9v-72.9a13.92 13.92 0 0 1 4.1-9.9L81.65 30.1a13.92 13.92 0 0 1 9.9-4.1h72.9a13.92 13.92 0 0 1 9.9 4.1l51.55 51.55a13.92 13.92 0 0 1 4.1 9.9m-12 0a2 2 0 0 0-.59-1.42l-51.54-51.54a2 2 0 0 0-1.42-.59h-72.9a2 2 0 0 0-1.41.59L38.58 90.13a2 2 0 0 0-.58 1.42v72.9a2 2 0 0 0 .59 1.42l51.54 51.54a2 2 0 0 0 1.42.59h72.9a2 2 0 0 0 1.41-.59l51.56-51.54a2 2 0 0 0 .58-1.42ZM128 162a10 10 0 1 0 10 10a10 10 0 0 0-10-10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M122 136V80a6 6 0 0 1 12 0v56a6 6 0 0 1-12 0m108-44.45v72.9a13.92 13.92 0 0 1-4.1 9.9l-51.55 51.55a13.92 13.92 0 0 1-9.9 4.1h-72.9a13.92 13.92 0 0 1-9.9-4.1L30.1 174.35a13.92 13.92 0 0 1-4.1-9.9v-72.9a13.92 13.92 0 0 1 4.1-9.9L81.65 30.1a13.92 13.92 0 0 1 9.9-4.1h72.9a13.92 13.92 0 0 1 9.9 4.1l51.55 51.55a13.92 13.92 0 0 1 4.1 9.9m-12 0a2 2 0 0 0-.59-1.42l-51.54-51.54a2 2 0 0 0-1.42-.59h-72.9a2 2 0 0 0-1.41.59L38.58 90.13a2 2 0 0 0-.58 1.42v72.9a2 2 0 0 0 .59 1.42l51.54 51.54a2 2 0 0 0 1.42.59h72.9a2 2 0 0 0 1.41-.59l51.56-51.54a2 2 0 0 0 .58-1.42ZM128 162a10 10 0 1 0 10 10a10 10 0 0 0-10-10"/></svg>
</template>

CSS

.icon-warning-octagon-light {
  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%22M122%20136V80a6%206%200%200%201%2012%200v56a6%206%200%200%201-12%200m108-44.45v72.9a13.92%2013.92%200%200%201-4.1%209.9l-51.55%2051.55a13.92%2013.92%200%200%201-9.9%204.1h-72.9a13.92%2013.92%200%200%201-9.9-4.1L30.1%20174.35a13.92%2013.92%200%200%201-4.1-9.9v-72.9a13.92%2013.92%200%200%201%204.1-9.9L81.65%2030.1a13.92%2013.92%200%200%201%209.9-4.1h72.9a13.92%2013.92%200%200%201%209.9%204.1l51.55%2051.55a13.92%2013.92%200%200%201%204.1%209.9m-12%200a2%202%200%200%200-.59-1.42l-51.54-51.54a2%202%200%200%200-1.42-.59h-72.9a2%202%200%200%200-1.41.59L38.58%2090.13a2%202%200%200%200-.58%201.42v72.9a2%202%200%200%200%20.59%201.42l51.54%2051.54a2%202%200%200%200%201.42.59h72.9a2%202%200%200%200%201.41-.59l51.56-51.54a2%202%200%200%200%20.58-1.42ZM128%20162a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10%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%22M122%20136V80a6%206%200%200%201%2012%200v56a6%206%200%200%201-12%200m108-44.45v72.9a13.92%2013.92%200%200%201-4.1%209.9l-51.55%2051.55a13.92%2013.92%200%200%201-9.9%204.1h-72.9a13.92%2013.92%200%200%201-9.9-4.1L30.1%20174.35a13.92%2013.92%200%200%201-4.1-9.9v-72.9a13.92%2013.92%200%200%201%204.1-9.9L81.65%2030.1a13.92%2013.92%200%200%201%209.9-4.1h72.9a13.92%2013.92%200%200%201%209.9%204.1l51.55%2051.55a13.92%2013.92%200%200%201%204.1%209.9m-12%200a2%202%200%200%200-.59-1.42l-51.54-51.54a2%202%200%200%200-1.42-.59h-72.9a2%202%200%200%200-1.41.59L38.58%2090.13a2%202%200%200%200-.58%201.42v72.9a2%202%200%200%200%20.59%201.42l51.54%2051.54a2%202%200%200%200%201.42.59h72.9a2%202%200%200%200%201.41-.59l51.56-51.54a2%202%200%200%200%20.58-1.42ZM128%20162a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/warning-octagon-light.svg?color=%231a73e8&size=48