exclamation triangle icon
exclamation-triangle from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- exclamation-triangle
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
exclamation-triangleBootstrap Iconsexclamation-triangleFont Awesome Solidexclamation-triangleHeroIconsexclamation-triangleHumbleiconsexclamation-triangleLine Awesomeexclamation-triangleMage Iconsexclamation-trianglePrime Iconsexclamation-triangleRadix Iconsexclamation-triangleUnicons Monochromeexclamation-triangleUnicons Solid
More user interface icons from Unicons
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="M12 16a1 1 0 1 0 1 1a1 1 0 0 0-1-1m10.67 1.47l-8.05-14a3 3 0 0 0-5.24 0l-8 14A3 3 0 0 0 3.94 22h16.12a3 3 0 0 0 2.61-4.53m-1.73 2a1 1 0 0 1-.88.51H3.94a1 1 0 0 1-.88-.51a1 1 0 0 1 0-1l8-14a1 1 0 0 1 1.78 0l8.05 14a1 1 0 0 1 .05 1.02ZM12 8a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function UilExclamationTriangle(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="M12 16a1 1 0 1 0 1 1a1 1 0 0 0-1-1m10.67 1.47l-8.05-14a3 3 0 0 0-5.24 0l-8 14A3 3 0 0 0 3.94 22h16.12a3 3 0 0 0 2.61-4.53m-1.73 2a1 1 0 0 1-.88.51H3.94a1 1 0 0 1-.88-.51a1 1 0 0 1 0-1l8-14a1 1 0 0 1 1.78 0l8.05 14a1 1 0 0 1 .05 1.02ZM12 8a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16a1 1 0 1 0 1 1a1 1 0 0 0-1-1m10.67 1.47l-8.05-14a3 3 0 0 0-5.24 0l-8 14A3 3 0 0 0 3.94 22h16.12a3 3 0 0 0 2.61-4.53m-1.73 2a1 1 0 0 1-.88.51H3.94a1 1 0 0 1-.88-.51a1 1 0 0 1 0-1l8-14a1 1 0 0 1 1.78 0l8.05 14a1 1 0 0 1 .05 1.02ZM12 8a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1"/></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%22M12%2016a1%201%200%201%200%201%201a1%201%200%200%200-1-1m10.67%201.47l-8.05-14a3%203%200%200%200-5.24%200l-8%2014A3%203%200%200%200%203.94%2022h16.12a3%203%200%200%200%202.61-4.53m-1.73%202a1%201%200%200%201-.88.51H3.94a1%201%200%200%201-.88-.51a1%201%200%200%201%200-1l8-14a1%201%200%200%201%201.78%200l8.05%2014a1%201%200%200%201%20.05%201.02ZM12%208a1%201%200%200%200-1%201v4a1%201%200%200%200%202%200V9a1%201%200%200%200-1-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%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2016a1%201%200%201%200%201%201a1%201%200%200%200-1-1m10.67%201.47l-8.05-14a3%203%200%200%200-5.24%200l-8%2014A3%203%200%200%200%203.94%2022h16.12a3%203%200%200%200%202.61-4.53m-1.73%202a1%201%200%200%201-.88.51H3.94a1%201%200%200%201-.88-.51a1%201%200%200%201%200-1l8-14a1%201%200%200%201%201.78%200l8.05%2014a1%201%200%200%201%20.05%201.02ZM12%208a1%201%200%200%200-1%201v4a1%201%200%200%200%202%200V9a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/exclamation-triangle.svg?color=%231a73e8&size=48