exclamation triangle icon
exclamation-triangle from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- exclamation-triangle
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
exclamation-triangleBootstrap Iconsexclamation-triangleFont Awesome Solidexclamation-triangleHeroIconsexclamation-triangleHumbleiconsexclamation-triangleLine Awesomeexclamation-triangleMage Iconsexclamation-triangleRadix Iconsexclamation-triangleUniconsexclamation-triangleUnicons Monochromeexclamation-triangleUnicons Solid
Related icons in Prime Icons
Use the exclamation triangle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 18.75H4a.76.76 0 0 1-.65-.37a.77.77 0 0 1 0-.75l8-14a.78.78 0 0 1 1.3 0l8 14a.77.77 0 0 1 0 .75a.76.76 0 0 1-.65.37m-14.71-1.5h13.42L12 5.51Z"/><path fill="currentColor" d="M12 13.25a.76.76 0 0 1-.75-.75V9a.75.75 0 0 1 1.5 0v3.5a.76.76 0 0 1-.75.75m0 3a.76.76 0 0 1-.75-.75V15a.75.75 0 0 1 1.5 0v.5a.76.76 0 0 1-.75.75"/></svg>
React
import type { SVGProps } from "react";
export function PrimeExclamationTriangle(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="M20 18.75H4a.76.76 0 0 1-.65-.37a.77.77 0 0 1 0-.75l8-14a.78.78 0 0 1 1.3 0l8 14a.77.77 0 0 1 0 .75a.76.76 0 0 1-.65.37m-14.71-1.5h13.42L12 5.51Z"/><path fill="currentColor" d="M12 13.25a.76.76 0 0 1-.75-.75V9a.75.75 0 0 1 1.5 0v3.5a.76.76 0 0 1-.75.75m0 3a.76.76 0 0 1-.75-.75V15a.75.75 0 0 1 1.5 0v.5a.76.76 0 0 1-.75.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 18.75H4a.76.76 0 0 1-.65-.37a.77.77 0 0 1 0-.75l8-14a.78.78 0 0 1 1.3 0l8 14a.77.77 0 0 1 0 .75a.76.76 0 0 1-.65.37m-14.71-1.5h13.42L12 5.51Z"/><path fill="currentColor" d="M12 13.25a.76.76 0 0 1-.75-.75V9a.75.75 0 0 1 1.5 0v3.5a.76.76 0 0 1-.75.75m0 3a.76.76 0 0 1-.75-.75V15a.75.75 0 0 1 1.5 0v.5a.76.76 0 0 1-.75.75"/></svg> </template>
CSS
.icon-exclamation-triangle {
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%22M20%2018.75H4a.76.76%200%200%201-.65-.37a.77.77%200%200%201%200-.75l8-14a.78.78%200%200%201%201.3%200l8%2014a.77.77%200%200%201%200%20.75a.76.76%200%200%201-.65.37m-14.71-1.5h13.42L12%205.51Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2013.25a.76.76%200%200%201-.75-.75V9a.75.75%200%200%201%201.5%200v3.5a.76.76%200%200%201-.75.75m0%203a.76.76%200%200%201-.75-.75V15a.75.75%200%200%201%201.5%200v.5a.76.76%200%200%201-.75.75%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%22M20%2018.75H4a.76.76%200%200%201-.65-.37a.77.77%200%200%201%200-.75l8-14a.78.78%200%200%201%201.3%200l8%2014a.77.77%200%200%201%200%20.75a.76.76%200%200%201-.65.37m-14.71-1.5h13.42L12%205.51Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2013.25a.76.76%200%200%201-.75-.75V9a.75.75%200%200%201%201.5%200v3.5a.76.76%200%200%201-.75.75m0%203a.76.76%200%200%201-.75-.75V15a.75.75%200%200%201%201.5%200v.5a.76.76%200%200%201-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/exclamation-triangle.svg?color=%231a73e8&size=48