warning hex icon

warning-hex-filled from Carbon by IBM · Filled · Organization · Apache-2.0 Free for personal and commercial use.

Name
warning-hex-filled
Set
Carbon
Style
Filled
Category
Organization
Viewbox
32×32
License
Apache 2.0

1 other variant in Carbon

More organization icons from Carbon

Use the warning hex icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M14.875 8h2.25v11h-2.25ZM16 25a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 25"/><path fill="currentColor" d="M30.85 15.449L23.888 3.532A1.07 1.07 0 0 0 22.964 3H9.036a1.07 1.07 0 0 0-.923.532L1.15 15.45a1.09 1.09 0 0 0 0 1.102l6.964 11.917a1.07 1.07 0 0 0 .923.532h13.928a1.07 1.07 0 0 0 .923-.532L30.85 16.55a1.09 1.09 0 0 0 0-1.102M14.876 8h2.25v11h-2.25ZM16 25a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 25"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWarningHexFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M14.875 8h2.25v11h-2.25ZM16 25a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 25"/><path fill="currentColor" d="M30.85 15.449L23.888 3.532A1.07 1.07 0 0 0 22.964 3H9.036a1.07 1.07 0 0 0-.923.532L1.15 15.45a1.09 1.09 0 0 0 0 1.102l6.964 11.917a1.07 1.07 0 0 0 .923.532h13.928a1.07 1.07 0 0 0 .923-.532L30.85 16.55a1.09 1.09 0 0 0 0-1.102M14.876 8h2.25v11h-2.25ZM16 25a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M14.875 8h2.25v11h-2.25ZM16 25a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 25"/><path fill="currentColor" d="M30.85 15.449L23.888 3.532A1.07 1.07 0 0 0 22.964 3H9.036a1.07 1.07 0 0 0-.923.532L1.15 15.45a1.09 1.09 0 0 0 0 1.102l6.964 11.917a1.07 1.07 0 0 0 .923.532h13.928a1.07 1.07 0 0 0 .923-.532L30.85 16.55a1.09 1.09 0 0 0 0-1.102M14.876 8h2.25v11h-2.25ZM16 25a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 25"/></svg>
</template>

CSS

.icon-warning-hex-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%2032%2032%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M14.875%208h2.25v11h-2.25ZM16%2025a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%2016%2025%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.85%2015.449L23.888%203.532A1.07%201.07%200%200%200%2022.964%203H9.036a1.07%201.07%200%200%200-.923.532L1.15%2015.45a1.09%201.09%200%200%200%200%201.102l6.964%2011.917a1.07%201.07%200%200%200%20.923.532h13.928a1.07%201.07%200%200%200%20.923-.532L30.85%2016.55a1.09%201.09%200%200%200%200-1.102M14.876%208h2.25v11h-2.25ZM16%2025a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%2016%2025%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%2032%2032%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M14.875%208h2.25v11h-2.25ZM16%2025a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%2016%2025%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.85%2015.449L23.888%203.532A1.07%201.07%200%200%200%2022.964%203H9.036a1.07%201.07%200%200%200-.923.532L1.15%2015.45a1.09%201.09%200%200%200%200%201.102l6.964%2011.917a1.07%201.07%200%200%200%20.923.532h13.928a1.07%201.07%200%200%200%20.923-.532L30.85%2016.55a1.09%201.09%200%200%200%200-1.102M14.876%208h2.25v11h-2.25ZM16%2025a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%2016%2025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/warning-hex-filled.svg?color=%231a73e8&size=48