warning icon

warning from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
warning
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.831 11.965L9.206 1.714a1.375 1.375 0 0 0-2.412 0L1.169 11.965A1.377 1.377 0 0 0 2.375 14h11.25a1.377 1.377 0 0 0 1.206-2.035M13.625 13H2.375a.375.375 0 0 1-.329-.555l5.625-10.25a.375.375 0 0 1 .658 0l5.625 10.25a.376.376 0 0 1-.329.555M8.75 11.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M7.5 9V5.5a.5.5 0 0 1 1 0V9a.5.5 0 0 1-1 0"/></svg>

React

import type { SVGProps } from "react";

export function CodiconWarning(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.831 11.965L9.206 1.714a1.375 1.375 0 0 0-2.412 0L1.169 11.965A1.377 1.377 0 0 0 2.375 14h11.25a1.377 1.377 0 0 0 1.206-2.035M13.625 13H2.375a.375.375 0 0 1-.329-.555l5.625-10.25a.375.375 0 0 1 .658 0l5.625 10.25a.376.376 0 0 1-.329.555M8.75 11.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M7.5 9V5.5a.5.5 0 0 1 1 0V9a.5.5 0 0 1-1 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.831 11.965L9.206 1.714a1.375 1.375 0 0 0-2.412 0L1.169 11.965A1.377 1.377 0 0 0 2.375 14h11.25a1.377 1.377 0 0 0 1.206-2.035M13.625 13H2.375a.375.375 0 0 1-.329-.555l5.625-10.25a.375.375 0 0 1 .658 0l5.625 10.25a.376.376 0 0 1-.329.555M8.75 11.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M7.5 9V5.5a.5.5 0 0 1 1 0V9a.5.5 0 0 1-1 0"/></svg>
</template>

CSS

.icon-warning {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.831%2011.965L9.206%201.714a1.375%201.375%200%200%200-2.412%200L1.169%2011.965A1.377%201.377%200%200%200%202.375%2014h11.25a1.377%201.377%200%200%200%201.206-2.035M13.625%2013H2.375a.375.375%200%200%201-.329-.555l5.625-10.25a.375.375%200%200%201%20.658%200l5.625%2010.25a.376.376%200%200%201-.329.555M8.75%2011.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M7.5%209V5.5a.5.5%200%200%201%201%200V9a.5.5%200%200%201-1%200%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.831%2011.965L9.206%201.714a1.375%201.375%200%200%200-2.412%200L1.169%2011.965A1.377%201.377%200%200%200%202.375%2014h11.25a1.377%201.377%200%200%200%201.206-2.035M13.625%2013H2.375a.375.375%200%200%201-.329-.555l5.625-10.25a.375.375%200%200%201%20.658%200l5.625%2010.25a.376.376%200%200%201-.329.555M8.75%2011.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M7.5%209V5.5a.5.5%200%200%201%201%200V9a.5.5%200%200%201-1%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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