triangle danger icon
triangle-danger from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- triangle-danger
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
Use the triangle danger icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="m12.8 1.613l6.701 11.161c.963 1.603.49 3.712-1.057 4.71a3.2 3.2 0 0 1-1.743.516H3.298C1.477 18 0 16.47 0 14.581c0-.639.173-1.264.498-1.807L7.2 1.613C8.162.01 10.196-.481 11.743.517c.428.276.79.651 1.057 1.096m-2.22.839a1.077 1.077 0 0 0-1.514.365L2.365 13.98a1.17 1.17 0 0 0-.166.602c0 .63.492 1.14 1.1 1.14H16.7c.206 0 .407-.06.581-.172a1.164 1.164 0 0 0 .353-1.57L10.933 2.817a1.1 1.1 0 0 0-.352-.365zM10 14a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0-9a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V6a1 1 0 0 1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function JamTriangleDanger(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="m12.8 1.613l6.701 11.161c.963 1.603.49 3.712-1.057 4.71a3.2 3.2 0 0 1-1.743.516H3.298C1.477 18 0 16.47 0 14.581c0-.639.173-1.264.498-1.807L7.2 1.613C8.162.01 10.196-.481 11.743.517c.428.276.79.651 1.057 1.096m-2.22.839a1.077 1.077 0 0 0-1.514.365L2.365 13.98a1.17 1.17 0 0 0-.166.602c0 .63.492 1.14 1.1 1.14H16.7c.206 0 .407-.06.581-.172a1.164 1.164 0 0 0 .353-1.57L10.933 2.817a1.1 1.1 0 0 0-.352-.365zM10 14a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0-9a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V6a1 1 0 0 1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="m12.8 1.613l6.701 11.161c.963 1.603.49 3.712-1.057 4.71a3.2 3.2 0 0 1-1.743.516H3.298C1.477 18 0 16.47 0 14.581c0-.639.173-1.264.498-1.807L7.2 1.613C8.162.01 10.196-.481 11.743.517c.428.276.79.651 1.057 1.096m-2.22.839a1.077 1.077 0 0 0-1.514.365L2.365 13.98a1.17 1.17 0 0 0-.166.602c0 .63.492 1.14 1.1 1.14H16.7c.206 0 .407-.06.581-.172a1.164 1.164 0 0 0 .353-1.57L10.933 2.817a1.1 1.1 0 0 0-.352-.365zM10 14a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0-9a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V6a1 1 0 0 1 1-1"/></svg> </template>
CSS
.icon-triangle-danger {
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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.8%201.613l6.701%2011.161c.963%201.603.49%203.712-1.057%204.71a3.2%203.2%200%200%201-1.743.516H3.298C1.477%2018%200%2016.47%200%2014.581c0-.639.173-1.264.498-1.807L7.2%201.613C8.162.01%2010.196-.481%2011.743.517c.428.276.79.651%201.057%201.096m-2.22.839a1.077%201.077%200%200%200-1.514.365L2.365%2013.98a1.17%201.17%200%200%200-.166.602c0%20.63.492%201.14%201.1%201.14H16.7c.206%200%20.407-.06.581-.172a1.164%201.164%200%200%200%20.353-1.57L10.933%202.817a1.1%201.1%200%200%200-.352-.365zM10%2014a1%201%200%201%201%200-2a1%201%200%200%201%200%202m0-9a1%201%200%200%201%201%201v4a1%201%200%200%201-2%200V6a1%201%200%200%201%201-1%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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.8%201.613l6.701%2011.161c.963%201.603.49%203.712-1.057%204.71a3.2%203.2%200%200%201-1.743.516H3.298C1.477%2018%200%2016.47%200%2014.581c0-.639.173-1.264.498-1.807L7.2%201.613C8.162.01%2010.196-.481%2011.743.517c.428.276.79.651%201.057%201.096m-2.22.839a1.077%201.077%200%200%200-1.514.365L2.365%2013.98a1.17%201.17%200%200%200-.166.602c0%20.63.492%201.14%201.1%201.14H16.7c.206%200%20.407-.06.581-.172a1.164%201.164%200%200%200%20.353-1.57L10.933%202.817a1.1%201.1%200%200%200-.352-.365zM10%2014a1%201%200%201%201%200-2a1%201%200%200%201%200%202m0-9a1%201%200%200%201%201%201v4a1%201%200%200%201-2%200V6a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/triangle-danger.svg?color=%231a73e8&size=48