tropical warning icon

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

Name
tropical-warning
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the tropical warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.949 25.684a1 1 0 0 0-1.896-.005A3.44 3.44 0 0 1 23 28a3.44 3.44 0 0 1-3.053-2.321a1 1 0 0 0-1.896.005A3.44 3.44 0 0 1 15 28h-.434C13.924 26.794 12 22.312 12 12v-.131l1.117.744a6.5 6.5 0 0 1 1.318 1.177l1-1.842a8.5 8.5 0 0 0-1.209-.998L12.802 10h1.531a7 7 0 0 1 1.994.307l.975-1.795A9 9 0 0 0 14.333 8h-1.216A7.03 7.03 0 0 1 18 6h.667l1.087-2H18a9.04 9.04 0 0 0-7 3.364A9.04 9.04 0 0 0 4 4H2v2h2a7.03 7.03 0 0 1 4.883 2H7.667a9.06 9.06 0 0 0-5.4 1.8L.4 11.2l1.2 1.6l1.867-1.4a7.04 7.04 0 0 1 4.2-1.4h1.53l-1.424.95A8.46 8.46 0 0 0 4 18h2a6.46 6.46 0 0 1 2.883-5.387L10 11.87V12c0 8.937 1.4 13.754 2.355 16H2v2h13a4.93 4.93 0 0 0 4-1.987a5.02 5.02 0 0 0 8 0a5 5 0 0 0 3 1.883v-2.084a3.76 3.76 0 0 1-2.051-2.128"/><path fill="none" d="M23.75 10h-1.5V6h1.5ZM23 11a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><path fill="currentColor" d="M29.912 13.936L23.628 2.37a.718.718 0 0 0-1.256 0l-6.283 11.564A.72.72 0 0 0 16.72 15h12.56a.72.72 0 0 0 .631-1.065M22.25 6h1.5v4h-1.5Zm.75 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTropicalWarning(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="M27.949 25.684a1 1 0 0 0-1.896-.005A3.44 3.44 0 0 1 23 28a3.44 3.44 0 0 1-3.053-2.321a1 1 0 0 0-1.896.005A3.44 3.44 0 0 1 15 28h-.434C13.924 26.794 12 22.312 12 12v-.131l1.117.744a6.5 6.5 0 0 1 1.318 1.177l1-1.842a8.5 8.5 0 0 0-1.209-.998L12.802 10h1.531a7 7 0 0 1 1.994.307l.975-1.795A9 9 0 0 0 14.333 8h-1.216A7.03 7.03 0 0 1 18 6h.667l1.087-2H18a9.04 9.04 0 0 0-7 3.364A9.04 9.04 0 0 0 4 4H2v2h2a7.03 7.03 0 0 1 4.883 2H7.667a9.06 9.06 0 0 0-5.4 1.8L.4 11.2l1.2 1.6l1.867-1.4a7.04 7.04 0 0 1 4.2-1.4h1.53l-1.424.95A8.46 8.46 0 0 0 4 18h2a6.46 6.46 0 0 1 2.883-5.387L10 11.87V12c0 8.937 1.4 13.754 2.355 16H2v2h13a4.93 4.93 0 0 0 4-1.987a5.02 5.02 0 0 0 8 0a5 5 0 0 0 3 1.883v-2.084a3.76 3.76 0 0 1-2.051-2.128"/><path fill="none" d="M23.75 10h-1.5V6h1.5ZM23 11a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><path fill="currentColor" d="M29.912 13.936L23.628 2.37a.718.718 0 0 0-1.256 0l-6.283 11.564A.72.72 0 0 0 16.72 15h12.56a.72.72 0 0 0 .631-1.065M22.25 6h1.5v4h-1.5Zm.75 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.949 25.684a1 1 0 0 0-1.896-.005A3.44 3.44 0 0 1 23 28a3.44 3.44 0 0 1-3.053-2.321a1 1 0 0 0-1.896.005A3.44 3.44 0 0 1 15 28h-.434C13.924 26.794 12 22.312 12 12v-.131l1.117.744a6.5 6.5 0 0 1 1.318 1.177l1-1.842a8.5 8.5 0 0 0-1.209-.998L12.802 10h1.531a7 7 0 0 1 1.994.307l.975-1.795A9 9 0 0 0 14.333 8h-1.216A7.03 7.03 0 0 1 18 6h.667l1.087-2H18a9.04 9.04 0 0 0-7 3.364A9.04 9.04 0 0 0 4 4H2v2h2a7.03 7.03 0 0 1 4.883 2H7.667a9.06 9.06 0 0 0-5.4 1.8L.4 11.2l1.2 1.6l1.867-1.4a7.04 7.04 0 0 1 4.2-1.4h1.53l-1.424.95A8.46 8.46 0 0 0 4 18h2a6.46 6.46 0 0 1 2.883-5.387L10 11.87V12c0 8.937 1.4 13.754 2.355 16H2v2h13a4.93 4.93 0 0 0 4-1.987a5.02 5.02 0 0 0 8 0a5 5 0 0 0 3 1.883v-2.084a3.76 3.76 0 0 1-2.051-2.128"/><path fill="none" d="M23.75 10h-1.5V6h1.5ZM23 11a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><path fill="currentColor" d="M29.912 13.936L23.628 2.37a.718.718 0 0 0-1.256 0l-6.283 11.564A.72.72 0 0 0 16.72 15h12.56a.72.72 0 0 0 .631-1.065M22.25 6h1.5v4h-1.5Zm.75 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>
</template>

CSS

.icon-tropical-warning {
  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%22M27.949%2025.684a1%201%200%200%200-1.896-.005A3.44%203.44%200%200%201%2023%2028a3.44%203.44%200%200%201-3.053-2.321a1%201%200%200%200-1.896.005A3.44%203.44%200%200%201%2015%2028h-.434C13.924%2026.794%2012%2022.312%2012%2012v-.131l1.117.744a6.5%206.5%200%200%201%201.318%201.177l1-1.842a8.5%208.5%200%200%200-1.209-.998L12.802%2010h1.531a7%207%200%200%201%201.994.307l.975-1.795A9%209%200%200%200%2014.333%208h-1.216A7.03%207.03%200%200%201%2018%206h.667l1.087-2H18a9.04%209.04%200%200%200-7%203.364A9.04%209.04%200%200%200%204%204H2v2h2a7.03%207.03%200%200%201%204.883%202H7.667a9.06%209.06%200%200%200-5.4%201.8L.4%2011.2l1.2%201.6l1.867-1.4a7.04%207.04%200%200%201%204.2-1.4h1.53l-1.424.95A8.46%208.46%200%200%200%204%2018h2a6.46%206.46%200%200%201%202.883-5.387L10%2011.87V12c0%208.937%201.4%2013.754%202.355%2016H2v2h13a4.93%204.93%200%200%200%204-1.987a5.02%205.02%200%200%200%208%200a5%205%200%200%200%203%201.883v-2.084a3.76%203.76%200%200%201-2.051-2.128%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M23.75%2010h-1.5V6h1.5ZM23%2011a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.912%2013.936L23.628%202.37a.718.718%200%200%200-1.256%200l-6.283%2011.564A.72.72%200%200%200%2016.72%2015h12.56a.72.72%200%200%200%20.631-1.065M22.25%206h1.5v4h-1.5Zm.75%207a1%201%200%201%201%201-1a1%201%200%200%201-1%201%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%22M27.949%2025.684a1%201%200%200%200-1.896-.005A3.44%203.44%200%200%201%2023%2028a3.44%203.44%200%200%201-3.053-2.321a1%201%200%200%200-1.896.005A3.44%203.44%200%200%201%2015%2028h-.434C13.924%2026.794%2012%2022.312%2012%2012v-.131l1.117.744a6.5%206.5%200%200%201%201.318%201.177l1-1.842a8.5%208.5%200%200%200-1.209-.998L12.802%2010h1.531a7%207%200%200%201%201.994.307l.975-1.795A9%209%200%200%200%2014.333%208h-1.216A7.03%207.03%200%200%201%2018%206h.667l1.087-2H18a9.04%209.04%200%200%200-7%203.364A9.04%209.04%200%200%200%204%204H2v2h2a7.03%207.03%200%200%201%204.883%202H7.667a9.06%209.06%200%200%200-5.4%201.8L.4%2011.2l1.2%201.6l1.867-1.4a7.04%207.04%200%200%201%204.2-1.4h1.53l-1.424.95A8.46%208.46%200%200%200%204%2018h2a6.46%206.46%200%200%201%202.883-5.387L10%2011.87V12c0%208.937%201.4%2013.754%202.355%2016H2v2h13a4.93%204.93%200%200%200%204-1.987a5.02%205.02%200%200%200%208%200a5%205%200%200%200%203%201.883v-2.084a3.76%203.76%200%200%201-2.051-2.128%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M23.75%2010h-1.5V6h1.5ZM23%2011a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.912%2013.936L23.628%202.37a.718.718%200%200%200-1.256%200l-6.283%2011.564A.72.72%200%200%200%2016.72%2015h12.56a.72.72%200%200%200%20.631-1.065M22.25%206h1.5v4h-1.5Zm.75%207a1%201%200%201%201%201-1a1%201%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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