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/310699.svg" alt="Exclamation Hexagon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310699.svg" alt="Exclamation Hexagon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310699.svg" alt="Exclamation Hexagon icon" :width="24" :height="24" />
CSS background
.icon-exclamation-hexagon {
background-image: url('https://proicons.com/icon/310699.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="M3.7014 15.7344V8.26563C3.70239 7.95352 3.78497 7.6471 3.94094 7.37676C4.0969 7.10642 4.32084 6.88155 4.59054 6.72446L11.1109 2.99009C11.3808 2.83285 11.6876 2.75 12 2.75C12.3124 2.75 12.6192 2.83285 12.8891 2.99009L19.362 6.72446C19.6406 6.87549 19.874 7.09773 20.0386 7.36849C20.2031 7.63926 20.2928 7.94884 20.2986 8.26563V15.7344C20.2976 16.0465 20.215 16.3529 20.0591 16.6232C19.9031 16.8936 19.6792 17.1185 19.4095 17.2755L12.8891 21.0099C12.6192 21.1672 12.3124 21.25 12 21.25C11.6876 21.25 11.3808 21.1672 11.1109 21.0099L4.63796 17.2755C4.35943 17.1245 4.12597 16.9023 3.96143 16.6315C3.79689 16.3607 3.70716 16.0512 3.7014 15.7344Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M11.9947 6.73912L11.9947 13.0585" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.0437 16.5526L12.0348 16.5526" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!