exclamation hexagon icon
exclamation-hexagon-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- exclamation-hexagon-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
Use the exclamation hexagon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.68 6.967a2.46 2.46 0 0 0-.94-.9l-6.47-3.73a2.56 2.56 0 0 0-2.53 0l-6.53 3.74a2.5 2.5 0 0 0-.92.93a2.53 2.53 0 0 0-.34 1.26v7.48c.012.451.14.892.37 1.28c.235.372.558.682.94.9l6.48 3.73a2.43 2.43 0 0 0 1.26.34a2.4 2.4 0 0 0 1.26-.34l6.53-3.73a2.64 2.64 0 0 0 .92-.93a2.5 2.5 0 0 0 .34-1.26v-7.48a2.64 2.64 0 0 0-.37-1.29M11 6.727a1 1 0 0 1 2 0v6.32a1 1 0 1 1-2 0zm1 11.07a1.25 1.25 0 1 1 .04 0z"/></svg>
React
import type { SVGProps } from "react";
export function MageExclamationHexagonFill(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.68 6.967a2.46 2.46 0 0 0-.94-.9l-6.47-3.73a2.56 2.56 0 0 0-2.53 0l-6.53 3.74a2.5 2.5 0 0 0-.92.93a2.53 2.53 0 0 0-.34 1.26v7.48c.012.451.14.892.37 1.28c.235.372.558.682.94.9l6.48 3.73a2.43 2.43 0 0 0 1.26.34a2.4 2.4 0 0 0 1.26-.34l6.53-3.73a2.64 2.64 0 0 0 .92-.93a2.5 2.5 0 0 0 .34-1.26v-7.48a2.64 2.64 0 0 0-.37-1.29M11 6.727a1 1 0 0 1 2 0v6.32a1 1 0 1 1-2 0zm1 11.07a1.25 1.25 0 1 1 .04 0z"/></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.68 6.967a2.46 2.46 0 0 0-.94-.9l-6.47-3.73a2.56 2.56 0 0 0-2.53 0l-6.53 3.74a2.5 2.5 0 0 0-.92.93a2.53 2.53 0 0 0-.34 1.26v7.48c.012.451.14.892.37 1.28c.235.372.558.682.94.9l6.48 3.73a2.43 2.43 0 0 0 1.26.34a2.4 2.4 0 0 0 1.26-.34l6.53-3.73a2.64 2.64 0 0 0 .92-.93a2.5 2.5 0 0 0 .34-1.26v-7.48a2.64 2.64 0 0 0-.37-1.29M11 6.727a1 1 0 0 1 2 0v6.32a1 1 0 1 1-2 0zm1 11.07a1.25 1.25 0 1 1 .04 0z"/></svg> </template>
CSS
.icon-exclamation-hexagon-fill {
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.68%206.967a2.46%202.46%200%200%200-.94-.9l-6.47-3.73a2.56%202.56%200%200%200-2.53%200l-6.53%203.74a2.5%202.5%200%200%200-.92.93a2.53%202.53%200%200%200-.34%201.26v7.48c.012.451.14.892.37%201.28c.235.372.558.682.94.9l6.48%203.73a2.43%202.43%200%200%200%201.26.34a2.4%202.4%200%200%200%201.26-.34l6.53-3.73a2.64%202.64%200%200%200%20.92-.93a2.5%202.5%200%200%200%20.34-1.26v-7.48a2.64%202.64%200%200%200-.37-1.29M11%206.727a1%201%200%200%201%202%200v6.32a1%201%200%201%201-2%200zm1%2011.07a1.25%201.25%200%201%201%20.04%200z%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.68%206.967a2.46%202.46%200%200%200-.94-.9l-6.47-3.73a2.56%202.56%200%200%200-2.53%200l-6.53%203.74a2.5%202.5%200%200%200-.92.93a2.53%202.53%200%200%200-.34%201.26v7.48c.012.451.14.892.37%201.28c.235.372.558.682.94.9l6.48%203.73a2.43%202.43%200%200%200%201.26.34a2.4%202.4%200%200%200%201.26-.34l6.53-3.73a2.64%202.64%200%200%200%20.92-.93a2.5%202.5%200%200%200%20.34-1.26v-7.48a2.64%202.64%200%200%200-.37-1.29M11%206.727a1%201%200%200%201%202%200v6.32a1%201%200%201%201-2%200zm1%2011.07a1.25%201.25%200%201%201%20.04%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/exclamation-hexagon-fill.svg?color=%231a73e8&size=48