triangle warning icon
triangle-warning from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- triangle-warning
- Set
- Reicon
- Style
- Outline
- 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"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.184 4.653L2.95 17.187c-.807 1.4.2 3.146 1.816 3.146h14.466c1.615 0 2.623-1.746 1.816-3.146L13.816 4.653c-.807-1.386-2.825-1.386-3.632 0M12 9v4"/><path fill="currentColor" d="M12 18c-.736 0-1.333-.6-1.333-1.333c0-.734.597-1.334 1.333-1.334s1.333.6 1.333 1.334C13.333 17.4 12.736 18 12 18"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTriangleWarning(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M10.184 4.653L2.95 17.187c-.807 1.4.2 3.146 1.816 3.146h14.466c1.615 0 2.623-1.746 1.816-3.146L13.816 4.653c-.807-1.386-2.825-1.386-3.632 0M12 9v4"/><path fill="currentColor" d="M12 18c-.736 0-1.333-.6-1.333-1.333c0-.734.597-1.334 1.333-1.334s1.333.6 1.333 1.334C13.333 17.4 12.736 18 12 18"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.184 4.653L2.95 17.187c-.807 1.4.2 3.146 1.816 3.146h14.466c1.615 0 2.623-1.746 1.816-3.146L13.816 4.653c-.807-1.386-2.825-1.386-3.632 0M12 9v4"/><path fill="currentColor" d="M12 18c-.736 0-1.333-.6-1.333-1.333c0-.734.597-1.334 1.333-1.334s1.333.6 1.333 1.334C13.333 17.4 12.736 18 12 18"/></g></svg> </template>
CSS
.icon-triangle-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.184%204.653L2.95%2017.187c-.807%201.4.2%203.146%201.816%203.146h14.466c1.615%200%202.623-1.746%201.816-3.146L13.816%204.653c-.807-1.386-2.825-1.386-3.632%200M12%209v4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2018c-.736%200-1.333-.6-1.333-1.333c0-.734.597-1.334%201.333-1.334s1.333.6%201.333%201.334C13.333%2017.4%2012.736%2018%2012%2018%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.184%204.653L2.95%2017.187c-.807%201.4.2%203.146%201.816%203.146h14.466c1.615%200%202.623-1.746%201.816-3.146L13.816%204.653c-.807-1.386-2.825-1.386-3.632%200M12%209v4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2018c-.736%200-1.333-.6-1.333-1.333c0-.734.597-1.334%201.333-1.334s1.333.6%201.333%201.334C13.333%2017.4%2012.736%2018%2012%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/triangle-warning.svg?color=%231a73e8&size=48