winter warning icon

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

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

More planning icons from Carbon

Use the winter warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21.684 19.051l-2.517.84L13 15.486V7.369l2.555-1.704l-1.11-1.664L12 5.631l-2.445-1.63l-1.11 1.664L11 7.369v6.688l-5-3.571V8H4v2.279l-2.316.772l.632 1.898l2.517-.839l5.447 3.891l-5.447 3.89l-2.517-.84l-.632 1.898L4 21.721V24h2v-2.485l5-3.571v6.687l-2.555 1.704l1.11 1.664L12 26.368l2.445 1.631l1.11-1.664L13 24.631v-6.688l5 3.572V24h2v-2.279l2.316-.772z"/><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 CarbonWinterWarning(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="m21.684 19.051l-2.517.84L13 15.486V7.369l2.555-1.704l-1.11-1.664L12 5.631l-2.445-1.63l-1.11 1.664L11 7.369v6.688l-5-3.571V8H4v2.279l-2.316.772l.632 1.898l2.517-.839l5.447 3.891l-5.447 3.89l-2.517-.84l-.632 1.898L4 21.721V24h2v-2.485l5-3.571v6.687l-2.555 1.704l1.11 1.664L12 26.368l2.445 1.631l1.11-1.664L13 24.631v-6.688l5 3.572V24h2v-2.279l2.316-.772z"/><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="m21.684 19.051l-2.517.84L13 15.486V7.369l2.555-1.704l-1.11-1.664L12 5.631l-2.445-1.63l-1.11 1.664L11 7.369v6.688l-5-3.571V8H4v2.279l-2.316.772l.632 1.898l2.517-.839l5.447 3.891l-5.447 3.89l-2.517-.84l-.632 1.898L4 21.721V24h2v-2.485l5-3.571v6.687l-2.555 1.704l1.11 1.664L12 26.368l2.445 1.631l1.11-1.664L13 24.631v-6.688l5 3.572V24h2v-2.279l2.316-.772z"/><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-winter-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%22m21.684%2019.051l-2.517.84L13%2015.486V7.369l2.555-1.704l-1.11-1.664L12%205.631l-2.445-1.63l-1.11%201.664L11%207.369v6.688l-5-3.571V8H4v2.279l-2.316.772l.632%201.898l2.517-.839l5.447%203.891l-5.447%203.89l-2.517-.84l-.632%201.898L4%2021.721V24h2v-2.485l5-3.571v6.687l-2.555%201.704l1.11%201.664L12%2026.368l2.445%201.631l1.11-1.664L13%2024.631v-6.688l5%203.572V24h2v-2.279l2.316-.772z%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%22m21.684%2019.051l-2.517.84L13%2015.486V7.369l2.555-1.704l-1.11-1.664L12%205.631l-2.445-1.63l-1.11%201.664L11%207.369v6.688l-5-3.571V8H4v2.279l-2.316.772l.632%201.898l2.517-.839l5.447%203.891l-5.447%203.89l-2.517-.84l-.632%201.898L4%2021.721V24h2v-2.485l5-3.571v6.687l-2.555%201.704l1.11%201.664L12%2026.368l2.445%201.631l1.11-1.664L13%2024.631v-6.688l5%203.572V24h2v-2.279l2.316-.772z%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/winter-warning.svg?color=%231a73e8&size=48