warning icon

warning-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
warning-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All warning icons →

More newicons icons from Reicon

Use the warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.51 5.85l-5.94-3.43c-.97-.56-2.17-.56-3.15 0L4.49 5.85a3.15 3.15 0 0 0-1.57 2.73v6.84c0 1.12.6 2.16 1.57 2.73l5.94 3.43c.97.56 2.17.56 3.15 0l5.94-3.43a3.15 3.15 0 0 0 1.57-2.73V8.58a3.19 3.19 0 0 0-1.58-2.73m-8.26 1.9c0-.41.34-.75.75-.75s.75.34.75.75V13c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm1.67 8.88q-.075.18-.21.33a.99.99 0 0 1-1.09.21c-.13-.05-.23-.12-.33-.21c-.09-.1-.16-.21-.22-.33a1 1 0 0 1-.07-.38c0-.26.1-.52.29-.71c.1-.09.2-.16.33-.21c.37-.16.81-.07 1.09.21c.09.1.16.2.21.33c.05.12.08.25.08.38s-.03.26-.08.38"/></svg>

React

import type { SVGProps } from "react";

export function ReiconWarningFilled(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="m19.51 5.85l-5.94-3.43c-.97-.56-2.17-.56-3.15 0L4.49 5.85a3.15 3.15 0 0 0-1.57 2.73v6.84c0 1.12.6 2.16 1.57 2.73l5.94 3.43c.97.56 2.17.56 3.15 0l5.94-3.43a3.15 3.15 0 0 0 1.57-2.73V8.58a3.19 3.19 0 0 0-1.58-2.73m-8.26 1.9c0-.41.34-.75.75-.75s.75.34.75.75V13c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm1.67 8.88q-.075.18-.21.33a.99.99 0 0 1-1.09.21c-.13-.05-.23-.12-.33-.21c-.09-.1-.16-.21-.22-.33a1 1 0 0 1-.07-.38c0-.26.1-.52.29-.71c.1-.09.2-.16.33-.21c.37-.16.81-.07 1.09.21c.09.1.16.2.21.33c.05.12.08.25.08.38s-.03.26-.08.38"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.51 5.85l-5.94-3.43c-.97-.56-2.17-.56-3.15 0L4.49 5.85a3.15 3.15 0 0 0-1.57 2.73v6.84c0 1.12.6 2.16 1.57 2.73l5.94 3.43c.97.56 2.17.56 3.15 0l5.94-3.43a3.15 3.15 0 0 0 1.57-2.73V8.58a3.19 3.19 0 0 0-1.58-2.73m-8.26 1.9c0-.41.34-.75.75-.75s.75.34.75.75V13c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm1.67 8.88q-.075.18-.21.33a.99.99 0 0 1-1.09.21c-.13-.05-.23-.12-.33-.21c-.09-.1-.16-.21-.22-.33a1 1 0 0 1-.07-.38c0-.26.1-.52.29-.71c.1-.09.2-.16.33-.21c.37-.16.81-.07 1.09.21c.09.1.16.2.21.33c.05.12.08.25.08.38s-.03.26-.08.38"/></svg>
</template>

CSS

.icon-warning-filled {
  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%22m19.51%205.85l-5.94-3.43c-.97-.56-2.17-.56-3.15%200L4.49%205.85a3.15%203.15%200%200%200-1.57%202.73v6.84c0%201.12.6%202.16%201.57%202.73l5.94%203.43c.97.56%202.17.56%203.15%200l5.94-3.43a3.15%203.15%200%200%200%201.57-2.73V8.58a3.19%203.19%200%200%200-1.58-2.73m-8.26%201.9c0-.41.34-.75.75-.75s.75.34.75.75V13c0%20.41-.34.75-.75.75s-.75-.34-.75-.75zm1.67%208.88q-.075.18-.21.33a.99.99%200%200%201-1.09.21c-.13-.05-.23-.12-.33-.21c-.09-.1-.16-.21-.22-.33a1%201%200%200%201-.07-.38c0-.26.1-.52.29-.71c.1-.09.2-.16.33-.21c.37-.16.81-.07%201.09.21c.09.1.16.2.21.33c.05.12.08.25.08.38s-.03.26-.08.38%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%22m19.51%205.85l-5.94-3.43c-.97-.56-2.17-.56-3.15%200L4.49%205.85a3.15%203.15%200%200%200-1.57%202.73v6.84c0%201.12.6%202.16%201.57%202.73l5.94%203.43c.97.56%202.17.56%203.15%200l5.94-3.43a3.15%203.15%200%200%200%201.57-2.73V8.58a3.19%203.19%200%200%200-1.58-2.73m-8.26%201.9c0-.41.34-.75.75-.75s.75.34.75.75V13c0%20.41-.34.75-.75.75s-.75-.34-.75-.75zm1.67%208.88q-.075.18-.21.33a.99.99%200%200%201-1.09.21c-.13-.05-.23-.12-.33-.21c-.09-.1-.16-.21-.22-.33a1%201%200%200%201-.07-.38c0-.26.1-.52.29-.71c.1-.09.2-.16.33-.21c.37-.16.81-.07%201.09.21c.09.1.16.2.21.33c.05.12.08.25.08.38s-.03.26-.08.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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