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

Name
severe-cold
Set
Material Symbols Light
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 Light

The same icon in other sets

More social icons from Material Symbols Light

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 9.5q-.213 0-.357-.143T19.5 9t.143-.357T20 8.5t.357.143T20.5 9t-.143.357T20 9.5m-9.5 12v-4.311l-3.1 3.1l-.689-.689l3.789-3.788V13.5H8.189L4.4 17.288l-.688-.688l3.1-3.1H2.5v-1h4.312l-3.1-3.1l.688-.689L8.189 12.5H10.5v-2.311L6.712 6.4l.688-.688l3.1 3.1V4.5h1v4.312l3.1-3.1l.688.688l-3.788 3.789V12.5h8v1h-4.312l3.1 3.1l-.688.688l-3.788-3.788H11.5v2.312l3.788 3.788l-.688.688l-3.1-3.1V21.5zm9-14.77V2.5h1v4.23z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSevereCold(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 9.5q-.213 0-.357-.143T19.5 9t.143-.357T20 8.5t.357.143T20.5 9t-.143.357T20 9.5m-9.5 12v-4.311l-3.1 3.1l-.689-.689l3.789-3.788V13.5H8.189L4.4 17.288l-.688-.688l3.1-3.1H2.5v-1h4.312l-3.1-3.1l.688-.689L8.189 12.5H10.5v-2.311L6.712 6.4l.688-.688l3.1 3.1V4.5h1v4.312l3.1-3.1l.688.688l-3.788 3.789V12.5h8v1h-4.312l3.1 3.1l-.688.688l-3.788-3.788H11.5v2.312l3.788 3.788l-.688.688l-3.1-3.1V21.5zm9-14.77V2.5h1v4.23z"/></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 9.5q-.213 0-.357-.143T19.5 9t.143-.357T20 8.5t.357.143T20.5 9t-.143.357T20 9.5m-9.5 12v-4.311l-3.1 3.1l-.689-.689l3.789-3.788V13.5H8.189L4.4 17.288l-.688-.688l3.1-3.1H2.5v-1h4.312l-3.1-3.1l.688-.689L8.189 12.5H10.5v-2.311L6.712 6.4l.688-.688l3.1 3.1V4.5h1v4.312l3.1-3.1l.688.688l-3.788 3.789V12.5h8v1h-4.312l3.1 3.1l-.688.688l-3.788-3.788H11.5v2.312l3.788 3.788l-.688.688l-3.1-3.1V21.5zm9-14.77V2.5h1v4.23z"/></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%209.5q-.213%200-.357-.143T19.5%209t.143-.357T20%208.5t.357.143T20.5%209t-.143.357T20%209.5m-9.5%2012v-4.311l-3.1%203.1l-.689-.689l3.789-3.788V13.5H8.189L4.4%2017.288l-.688-.688l3.1-3.1H2.5v-1h4.312l-3.1-3.1l.688-.689L8.189%2012.5H10.5v-2.311L6.712%206.4l.688-.688l3.1%203.1V4.5h1v4.312l3.1-3.1l.688.688l-3.788%203.789V12.5h8v1h-4.312l3.1%203.1l-.688.688l-3.788-3.788H11.5v2.312l3.788%203.788l-.688.688l-3.1-3.1V21.5zm9-14.77V2.5h1v4.23z%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%209.5q-.213%200-.357-.143T19.5%209t.143-.357T20%208.5t.357.143T20.5%209t-.143.357T20%209.5m-9.5%2012v-4.311l-3.1%203.1l-.689-.689l3.789-3.788V13.5H8.189L4.4%2017.288l-.688-.688l3.1-3.1H2.5v-1h4.312l-3.1-3.1l.688-.689L8.189%2012.5H10.5v-2.311L6.712%206.4l.688-.688l3.1%203.1V4.5h1v4.312l3.1-3.1l.688.688l-3.788%203.789V12.5h8v1h-4.312l3.1%203.1l-.688.688l-3.788-3.788H11.5v2.312l3.788%203.788l-.688.688l-3.1-3.1V21.5zm9-14.77V2.5h1v4.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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