danger icon
danger-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- danger-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All danger icons →More newicons icons from Reicon
Use the danger icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.76 15.92L15.36 4.4C14.5 2.85 13.31 2 12 2s-2.5.85-3.36 2.4l-6.4 11.52c-.81 1.47-.9 2.88-.25 3.99s1.93 1.72 3.61 1.72h12.8c1.68 0 2.96-.61 3.61-1.72s.56-2.53-.25-3.99M11.25 9c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm1.46 8.71l-.15.12q-.09.06-.18.09c-.06.03-.12.05-.19.06c-.06.01-.13.02-.19.02s-.13-.01-.2-.02a.6.6 0 0 1-.18-.06a.8.8 0 0 1-.18-.09l-.15-.12c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71l.15-.12q.09-.06.18-.09q.09-.045.18-.06c.13-.03.27-.03.39 0c.07.01.13.03.19.06q.09.03.18.09l.15.12c.18.19.29.45.29.71s-.11.52-.29.71"/></svg>
React
import type { SVGProps } from "react";
export function ReiconDangerFilled(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="M21.76 15.92L15.36 4.4C14.5 2.85 13.31 2 12 2s-2.5.85-3.36 2.4l-6.4 11.52c-.81 1.47-.9 2.88-.25 3.99s1.93 1.72 3.61 1.72h12.8c1.68 0 2.96-.61 3.61-1.72s.56-2.53-.25-3.99M11.25 9c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm1.46 8.71l-.15.12q-.09.06-.18.09c-.06.03-.12.05-.19.06c-.06.01-.13.02-.19.02s-.13-.01-.2-.02a.6.6 0 0 1-.18-.06a.8.8 0 0 1-.18-.09l-.15-.12c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71l.15-.12q.09-.06.18-.09q.09-.045.18-.06c.13-.03.27-.03.39 0c.07.01.13.03.19.06q.09.03.18.09l.15.12c.18.19.29.45.29.71s-.11.52-.29.71"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.76 15.92L15.36 4.4C14.5 2.85 13.31 2 12 2s-2.5.85-3.36 2.4l-6.4 11.52c-.81 1.47-.9 2.88-.25 3.99s1.93 1.72 3.61 1.72h12.8c1.68 0 2.96-.61 3.61-1.72s.56-2.53-.25-3.99M11.25 9c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm1.46 8.71l-.15.12q-.09.06-.18.09c-.06.03-.12.05-.19.06c-.06.01-.13.02-.19.02s-.13-.01-.2-.02a.6.6 0 0 1-.18-.06a.8.8 0 0 1-.18-.09l-.15-.12c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71l.15-.12q.09-.06.18-.09q.09-.045.18-.06c.13-.03.27-.03.39 0c.07.01.13.03.19.06q.09.03.18.09l.15.12c.18.19.29.45.29.71s-.11.52-.29.71"/></svg> </template>
CSS
.icon-danger-filled {
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%22M21.76%2015.92L15.36%204.4C14.5%202.85%2013.31%202%2012%202s-2.5.85-3.36%202.4l-6.4%2011.52c-.81%201.47-.9%202.88-.25%203.99s1.93%201.72%203.61%201.72h12.8c1.68%200%202.96-.61%203.61-1.72s.56-2.53-.25-3.99M11.25%209c0-.41.34-.75.75-.75s.75.34.75.75v5c0%20.41-.34.75-.75.75s-.75-.34-.75-.75zm1.46%208.71l-.15.12q-.09.06-.18.09c-.06.03-.12.05-.19.06c-.06.01-.13.02-.19.02s-.13-.01-.2-.02a.6.6%200%200%201-.18-.06a.8.8%200%200%201-.18-.09l-.15-.12c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71l.15-.12q.09-.06.18-.09q.09-.045.18-.06c.13-.03.27-.03.39%200c.07.01.13.03.19.06q.09.03.18.09l.15.12c.18.19.29.45.29.71s-.11.52-.29.71%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%22M21.76%2015.92L15.36%204.4C14.5%202.85%2013.31%202%2012%202s-2.5.85-3.36%202.4l-6.4%2011.52c-.81%201.47-.9%202.88-.25%203.99s1.93%201.72%203.61%201.72h12.8c1.68%200%202.96-.61%203.61-1.72s.56-2.53-.25-3.99M11.25%209c0-.41.34-.75.75-.75s.75.34.75.75v5c0%20.41-.34.75-.75.75s-.75-.34-.75-.75zm1.46%208.71l-.15.12q-.09.06-.18.09c-.06.03-.12.05-.19.06c-.06.01-.13.02-.19.02s-.13-.01-.2-.02a.6.6%200%200%201-.18-.06a.8.8%200%200%201-.18-.09l-.15-.12c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71l.15-.12q.09-.06.18-.09q.09-.045.18-.06c.13-.03.27-.03.39%200c.07.01.13.03.19.06q.09.03.18.09l.15.12c.18.19.29.45.29.71s-.11.52-.29.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/danger-filled.svg?color=%231a73e8&size=48