tornado warning icon
tornado-warning from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- tornado-warning
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the tornado warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 4h16v2H2zm2 4h12v2H4zm-2 4h12v2H2zm0 4h10v2H2zm2 4h8v2H4zm4 4h6v2H8zm4 4h4v2h-4z"/><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 CarbonTornadoWarning(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="M2 4h16v2H2zm2 4h12v2H4zm-2 4h12v2H2zm0 4h10v2H2zm2 4h8v2H4zm4 4h6v2H8zm4 4h4v2h-4z"/><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="M2 4h16v2H2zm2 4h12v2H4zm-2 4h12v2H2zm0 4h10v2H2zm2 4h8v2H4zm4 4h6v2H8zm4 4h4v2h-4z"/><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-tornado-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%22M2%204h16v2H2zm2%204h12v2H4zm-2%204h12v2H2zm0%204h10v2H2zm2%204h8v2H4zm4%204h6v2H8zm4%204h4v2h-4z%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%22M2%204h16v2H2zm2%204h12v2H4zm-2%204h12v2H2zm0%204h10v2H2zm2%204h8v2H4zm4%204h6v2H8zm4%204h4v2h-4z%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/tornado-warning.svg?color=%231a73e8&size=48