triangle warning icon
triangle-warning-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- triangle-warning-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the triangle warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.915 16.687L14.68 4.15A3.07 3.07 0 0 0 12 2.614c-1.119 0-2.12.574-2.68 1.537l-.002.003l-7.234 12.533c-.56.971-.56 2.13.001 3.1a3.07 3.07 0 0 0 2.682 1.546h14.466a3.07 3.07 0 0 0 2.681-1.547a3.07 3.07 0 0 0 .001-3.1M11 9a1 1 0 0 1 2 0v4a1 1 0 0 1-2 0zm1 9c-.736 0-1.334-.6-1.334-1.333s.598-1.334 1.334-1.334s1.333.6 1.333 1.334C13.333 17.4 12.736 18 12 18"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTriangleWarningFilled(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="M21.915 16.687L14.68 4.15A3.07 3.07 0 0 0 12 2.614c-1.119 0-2.12.574-2.68 1.537l-.002.003l-7.234 12.533c-.56.971-.56 2.13.001 3.1a3.07 3.07 0 0 0 2.682 1.546h14.466a3.07 3.07 0 0 0 2.681-1.547a3.07 3.07 0 0 0 .001-3.1M11 9a1 1 0 0 1 2 0v4a1 1 0 0 1-2 0zm1 9c-.736 0-1.334-.6-1.334-1.333s.598-1.334 1.334-1.334s1.333.6 1.333 1.334C13.333 17.4 12.736 18 12 18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.915 16.687L14.68 4.15A3.07 3.07 0 0 0 12 2.614c-1.119 0-2.12.574-2.68 1.537l-.002.003l-7.234 12.533c-.56.971-.56 2.13.001 3.1a3.07 3.07 0 0 0 2.682 1.546h14.466a3.07 3.07 0 0 0 2.681-1.547a3.07 3.07 0 0 0 .001-3.1M11 9a1 1 0 0 1 2 0v4a1 1 0 0 1-2 0zm1 9c-.736 0-1.334-.6-1.334-1.333s.598-1.334 1.334-1.334s1.333.6 1.333 1.334C13.333 17.4 12.736 18 12 18"/></svg> </template>
CSS
.icon-triangle-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%22M21.915%2016.687L14.68%204.15A3.07%203.07%200%200%200%2012%202.614c-1.119%200-2.12.574-2.68%201.537l-.002.003l-7.234%2012.533c-.56.971-.56%202.13.001%203.1a3.07%203.07%200%200%200%202.682%201.546h14.466a3.07%203.07%200%200%200%202.681-1.547a3.07%203.07%200%200%200%20.001-3.1M11%209a1%201%200%200%201%202%200v4a1%201%200%200%201-2%200zm1%209c-.736%200-1.334-.6-1.334-1.333s.598-1.334%201.334-1.334s1.333.6%201.333%201.334C13.333%2017.4%2012.736%2018%2012%2018%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%22M21.915%2016.687L14.68%204.15A3.07%203.07%200%200%200%2012%202.614c-1.119%200-2.12.574-2.68%201.537l-.002.003l-7.234%2012.533c-.56.971-.56%202.13.001%203.1a3.07%203.07%200%200%200%202.682%201.546h14.466a3.07%203.07%200%200%200%202.681-1.547a3.07%203.07%200%200%200%20.001-3.1M11%209a1%201%200%200%201%202%200v4a1%201%200%200%201-2%200zm1%209c-.736%200-1.334-.6-1.334-1.333s.598-1.334%201.334-1.334s1.333.6%201.333%201.334C13.333%2017.4%2012.736%2018%2012%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/triangle-warning-filled.svg?color=%231a73e8&size=48