danger icon
danger from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- danger
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the danger icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10.5 11.25a1.75 1.75 0 1 0-3.5 0a1.75 1.75 0 0 0 3.5 0Zm6.5 0a1.75 1.75 0 1 0-3.5 0a1.75 1.75 0 0 0 3.5 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m11 16l.293-.37c.333-.42.5-.63.707-.63s.374.21.707.63L13 16"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 2c-4.694 0-8.5 3.766-8.5 8.413c0 1.753.542 3.382 1.47 4.73c-.253.28-.407.648-.407 1.053c0 .871.713 1.578 1.593 1.578v1.219c0 .65.31 1.269.87 1.597c3.21 1.88 6.739 1.88 9.948 0c.56-.328.87-.948.87-1.597v-1.22c.88 0 1.593-.706 1.593-1.577c0-.405-.154-.774-.407-1.053a8.3 8.3 0 0 0 1.47-4.73C20.5 5.766 16.694 2 12 2m2 19.5V20m-4 1.5V20"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDanger(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M10.5 11.25a1.75 1.75 0 1 0-3.5 0a1.75 1.75 0 0 0 3.5 0Zm6.5 0a1.75 1.75 0 1 0-3.5 0a1.75 1.75 0 0 0 3.5 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m11 16l.293-.37c.333-.42.5-.63.707-.63s.374.21.707.63L13 16"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 2c-4.694 0-8.5 3.766-8.5 8.413c0 1.753.542 3.382 1.47 4.73c-.253.28-.407.648-.407 1.053c0 .871.713 1.578 1.593 1.578v1.219c0 .65.31 1.269.87 1.597c3.21 1.88 6.739 1.88 9.948 0c.56-.328.87-.948.87-1.597v-1.22c.88 0 1.593-.706 1.593-1.577c0-.405-.154-.774-.407-1.053a8.3 8.3 0 0 0 1.47-4.73C20.5 5.766 16.694 2 12 2m2 19.5V20m-4 1.5V20"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10.5 11.25a1.75 1.75 0 1 0-3.5 0a1.75 1.75 0 0 0 3.5 0Zm6.5 0a1.75 1.75 0 1 0-3.5 0a1.75 1.75 0 0 0 3.5 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m11 16l.293-.37c.333-.42.5-.63.707-.63s.374.21.707.63L13 16"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 2c-4.694 0-8.5 3.766-8.5 8.413c0 1.753.542 3.382 1.47 4.73c-.253.28-.407.648-.407 1.053c0 .871.713 1.578 1.593 1.578v1.219c0 .65.31 1.269.87 1.597c3.21 1.88 6.739 1.88 9.948 0c.56-.328.87-.948.87-1.597v-1.22c.88 0 1.593-.706 1.593-1.577c0-.405-.154-.774-.407-1.053a8.3 8.3 0 0 0 1.47-4.73C20.5 5.766 16.694 2 12 2m2 19.5V20m-4 1.5V20"/></g></svg> </template>
CSS
.icon-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%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.5%2011.25a1.75%201.75%200%201%200-3.5%200a1.75%201.75%200%200%200%203.5%200Zm6.5%200a1.75%201.75%200%201%200-3.5%200a1.75%201.75%200%200%200%203.5%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m11%2016l.293-.37c.333-.42.5-.63.707-.63s.374.21.707.63L13%2016%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%202c-4.694%200-8.5%203.766-8.5%208.413c0%201.753.542%203.382%201.47%204.73c-.253.28-.407.648-.407%201.053c0%20.871.713%201.578%201.593%201.578v1.219c0%20.65.31%201.269.87%201.597c3.21%201.88%206.739%201.88%209.948%200c.56-.328.87-.948.87-1.597v-1.22c.88%200%201.593-.706%201.593-1.577c0-.405-.154-.774-.407-1.053a8.3%208.3%200%200%200%201.47-4.73C20.5%205.766%2016.694%202%2012%202m2%2019.5V20m-4%201.5V20%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.5%2011.25a1.75%201.75%200%201%200-3.5%200a1.75%201.75%200%200%200%203.5%200Zm6.5%200a1.75%201.75%200%201%200-3.5%200a1.75%201.75%200%200%200%203.5%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m11%2016l.293-.37c.333-.42.5-.63.707-.63s.374.21.707.63L13%2016%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%202c-4.694%200-8.5%203.766-8.5%208.413c0%201.753.542%203.382%201.47%204.73c-.253.28-.407.648-.407%201.053c0%20.871.713%201.578%201.593%201.578v1.219c0%20.65.31%201.269.87%201.597c3.21%201.88%206.739%201.88%209.948%200c.56-.328.87-.948.87-1.597v-1.22c.88%200%201.593-.706%201.593-1.577c0-.405-.154-.774-.407-1.053a8.3%208.3%200%200%200%201.47-4.73C20.5%205.766%2016.694%202%2012%202m2%2019.5V20m-4%201.5V20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/danger.svg?color=%231a73e8&size=48