warning triangle icon
warning-triangle-solid from Iconoir by Luca Burgio · Solid · Actions · MIT Free for personal and commercial use.
- Name
- warning-triangle-solid
- Set
- Iconoir
- Style
- Solid
- Category
- Actions
- Viewbox
- 24×24
- License
- MIT
1 other variant in Iconoir
More actions icons from Iconoir
Use the warning triangle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.616 3.642c1.058-1.839 3.71-1.839 4.768 0l8.043 13.988c1.054 1.833-.27 4.12-2.384 4.12H3.957c-2.115 0-3.438-2.287-2.384-4.12zM12 8.25a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75m.568 9.25a.75.75 0 0 0-1.115-1.003l-.01.011a.75.75 0 0 0 1.114 1.004z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function IconoirWarningTriangleSolid(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" fillRule="evenodd" d="M9.616 3.642c1.058-1.839 3.71-1.839 4.768 0l8.043 13.988c1.054 1.833-.27 4.12-2.384 4.12H3.957c-2.115 0-3.438-2.287-2.384-4.12zM12 8.25a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75m.568 9.25a.75.75 0 0 0-1.115-1.003l-.01.011a.75.75 0 0 0 1.114 1.004z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.616 3.642c1.058-1.839 3.71-1.839 4.768 0l8.043 13.988c1.054 1.833-.27 4.12-2.384 4.12H3.957c-2.115 0-3.438-2.287-2.384-4.12zM12 8.25a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75m.568 9.25a.75.75 0 0 0-1.115-1.003l-.01.011a.75.75 0 0 0 1.114 1.004z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-warning-triangle-solid {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.616%203.642c1.058-1.839%203.71-1.839%204.768%200l8.043%2013.988c1.054%201.833-.27%204.12-2.384%204.12H3.957c-2.115%200-3.438-2.287-2.384-4.12zM12%208.25a.75.75%200%200%201%20.75.75v4a.75.75%200%200%201-1.5%200V9a.75.75%200%200%201%20.75-.75m.568%209.25a.75.75%200%200%200-1.115-1.003l-.01.011a.75.75%200%200%200%201.114%201.004z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.616%203.642c1.058-1.839%203.71-1.839%204.768%200l8.043%2013.988c1.054%201.833-.27%204.12-2.384%204.12H3.957c-2.115%200-3.438-2.287-2.384-4.12zM12%208.25a.75.75%200%200%201%20.75.75v4a.75.75%200%200%201-1.5%200V9a.75.75%200%200%201%20.75-.75m.568%209.25a.75.75%200%200%200-1.115-1.003l-.01.011a.75.75%200%200%200%201.114%201.004z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/warning-triangle-solid.svg?color=%231a73e8&size=48