Exclamation Hexagon Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Exclamation Hexagon icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310112.svg" alt="Exclamation Hexagon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310112.svg" alt="Exclamation Hexagon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310112.svg" alt="Exclamation Hexagon icon" :width="24" :height="24" />
CSS background
.icon-exclamation-hexagon {
background-image: url('https://proicons.com/icon/310112.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.68 6.96713C20.4531 6.58819 20.1284 6.2773 19.74 6.06712L13.27 2.33713C12.8844 2.11797 12.4485 2.00275 12.005 2.00275C11.5615 2.00275 11.1256 2.11797 10.74 2.33713L4.21002 6.07713C3.82595 6.2996 3.50834 6.62067 3.29004 7.00713C3.06847 7.39016 2.95121 7.82463 2.95001 8.26714V15.7471C2.96188 16.1984 3.08926 16.6391 3.32001 17.0271C3.55496 17.3995 3.87774 17.7086 4.26001 17.9271L10.74 21.6571C11.1211 21.8832 11.5569 22.0008 12 21.9971C12.4433 22.0018 12.8793 21.8842 13.26 21.6571L19.79 17.9271C20.1699 17.6992 20.4862 17.3794 20.71 16.9971C20.9329 16.6146 21.0502 16.1798 21.05 15.7371V8.25713C21.0398 7.80243 20.9124 7.35808 20.68 6.96713ZM11 6.72713C11 6.46191 11.1054 6.20756 11.2929 6.02002C11.4804 5.83248 11.7348 5.72713 12 5.72713C12.2652 5.72713 12.5196 5.83248 12.7072 6.02002C12.8947 6.20756 13 6.46191 13 6.72713V13.0471C13 13.3124 12.8947 13.5667 12.7072 13.7542C12.5196 13.9418 12.2652 14.0471 12 14.0471C11.7348 14.0471 11.4804 13.9418 11.2929 13.7542C11.1054 13.5667 11 13.3124 11 13.0471V6.72713ZM12 17.7971C11.7528 17.7971 11.5111 17.7238 11.3055 17.5865C11.1 17.4491 10.9398 17.2539 10.8452 17.0255C10.7505 16.7971 10.7258 16.5457 10.774 16.3033C10.8223 16.0608 10.9413 15.8381 11.1161 15.6632C11.291 15.4884 11.5137 15.3694 11.7562 15.3212C11.9986 15.2729 12.25 15.2977 12.4784 15.3923C12.7068 15.4869 12.902 15.6471 13.0394 15.8527C13.1767 16.0582 13.25 16.2999 13.25 16.5471C13.2502 16.8718 13.124 17.1839 12.8981 17.4172C12.6723 17.6505 12.3646 17.7867 12.04 17.7971H12Z" fill="black"/> </svg>
Copied!