warning multiple icon

warning-multiple from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
warning-multiple
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the warning multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 23h-4v-2h2.382L19.5 5.236l-1.105 2.211l-1.79-.894l2-4c.17-.339.532-.553.895-.553s.725.214.894.553l9.5 19A1 1 0 0 1 29 23"/><circle cx="14" cy="25" r="1.25" fill="currentColor"/><path fill="currentColor" d="M13 15h2v7h-2z"/><path fill="currentColor" d="M25 30H3a1 1 0 0 1-.886-1.464l11-21c.173-.33.53-.536.886-.536s.713.206.886.536l11 21A1 1 0 0 1 25 30M4.653 28h18.694L14 10.155z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWarningMultiple(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 23h-4v-2h2.382L19.5 5.236l-1.105 2.211l-1.79-.894l2-4c.17-.339.532-.553.895-.553s.725.214.894.553l9.5 19A1 1 0 0 1 29 23"/><circle cx="14" cy="25" r="1.25" fill="currentColor"/><path fill="currentColor" d="M13 15h2v7h-2z"/><path fill="currentColor" d="M25 30H3a1 1 0 0 1-.886-1.464l11-21c.173-.33.53-.536.886-.536s.713.206.886.536l11 21A1 1 0 0 1 25 30M4.653 28h18.694L14 10.155z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 23h-4v-2h2.382L19.5 5.236l-1.105 2.211l-1.79-.894l2-4c.17-.339.532-.553.895-.553s.725.214.894.553l9.5 19A1 1 0 0 1 29 23"/><circle cx="14" cy="25" r="1.25" fill="currentColor"/><path fill="currentColor" d="M13 15h2v7h-2z"/><path fill="currentColor" d="M25 30H3a1 1 0 0 1-.886-1.464l11-21c.173-.33.53-.536.886-.536s.713.206.886.536l11 21A1 1 0 0 1 25 30M4.653 28h18.694L14 10.155z"/></svg>
</template>

CSS

.icon-warning-multiple {
  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%22currentColor%22%20d%3D%22M29%2023h-4v-2h2.382L19.5%205.236l-1.105%202.211l-1.79-.894l2-4c.17-.339.532-.553.895-.553s.725.214.894.553l9.5%2019A1%201%200%200%201%2029%2023%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2225%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2015h2v7h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2030H3a1%201%200%200%201-.886-1.464l11-21c.173-.33.53-.536.886-.536s.713.206.886.536l11%2021A1%201%200%200%201%2025%2030M4.653%2028h18.694L14%2010.155z%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%22currentColor%22%20d%3D%22M29%2023h-4v-2h2.382L19.5%205.236l-1.105%202.211l-1.79-.894l2-4c.17-.339.532-.553.895-.553s.725.214.894.553l9.5%2019A1%201%200%200%201%2029%2023%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2225%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2015h2v7h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2030H3a1%201%200%200%201-.886-1.464l11-21c.173-.33.53-.536.886-.536s.713.206.886.536l11%2021A1%201%200%200%201%2025%2030M4.653%2028h18.694L14%2010.155z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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