severe-cold from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
severe-cold
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
severe-cold-outline, severe-cold-outline-sharp, severe-cold-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the severe cold icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 10q-.425 0-.712-.288T19 9t.288-.712T20 8t.713.288T21 9t-.288.713T20 10M10 22v-3.6L7.4 21L6 19.6l4-4V14H8.4l-4 4L3 16.6L5.6 14H2v-2h3.6L3 9.4L4.4 8l4 4H10v-1.6l-4-4L7.4 5L10 7.6V4h2v3.6L14.6 5L16 6.4l-4 4V12h8v2h-3.6l2.6 2.6l-1.4 1.4l-4-4H12v1.6l4 4l-1.4 1.4l-2.6-2.6V22zm9-15V2h2v5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSevereCold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 10q-.425 0-.712-.288T19 9t.288-.712T20 8t.713.288T21 9t-.288.713T20 10M10 22v-3.6L7.4 21L6 19.6l4-4V14H8.4l-4 4L3 16.6L5.6 14H2v-2h3.6L3 9.4L4.4 8l4 4H10v-1.6l-4-4L7.4 5L10 7.6V4h2v3.6L14.6 5L16 6.4l-4 4V12h8v2h-3.6l2.6 2.6l-1.4 1.4l-4-4H12v1.6l4 4l-1.4 1.4l-2.6-2.6V22zm9-15V2h2v5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 10q-.425 0-.712-.288T19 9t.288-.712T20 8t.713.288T21 9t-.288.713T20 10M10 22v-3.6L7.4 21L6 19.6l4-4V14H8.4l-4 4L3 16.6L5.6 14H2v-2h3.6L3 9.4L4.4 8l4 4H10v-1.6l-4-4L7.4 5L10 7.6V4h2v3.6L14.6 5L16 6.4l-4 4V12h8v2h-3.6l2.6 2.6l-1.4 1.4l-4-4H12v1.6l4 4l-1.4 1.4l-2.6-2.6V22zm9-15V2h2v5z"/></svg>
</template>

CSS

.icon-severe-cold {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2010q-.425%200-.712-.288T19%209t.288-.712T20%208t.713.288T21%209t-.288.713T20%2010M10%2022v-3.6L7.4%2021L6%2019.6l4-4V14H8.4l-4%204L3%2016.6L5.6%2014H2v-2h3.6L3%209.4L4.4%208l4%204H10v-1.6l-4-4L7.4%205L10%207.6V4h2v3.6L14.6%205L16%206.4l-4%204V12h8v2h-3.6l2.6%202.6l-1.4%201.4l-4-4H12v1.6l4%204l-1.4%201.4l-2.6-2.6V22zm9-15V2h2v5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2010q-.425%200-.712-.288T19%209t.288-.712T20%208t.713.288T21%209t-.288.713T20%2010M10%2022v-3.6L7.4%2021L6%2019.6l4-4V14H8.4l-4%204L3%2016.6L5.6%2014H2v-2h3.6L3%209.4L4.4%208l4%204H10v-1.6l-4-4L7.4%205L10%207.6V4h2v3.6L14.6%205L16%206.4l-4%204V12h8v2h-3.6l2.6%202.6l-1.4%201.4l-4-4H12v1.6l4%204l-1.4%201.4l-2.6-2.6V22zm9-15V2h2v5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/severe-cold.svg?color=%231a73e8&size=48