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

Name
severe-cold-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
severe-cold-outline-rounded

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 10m-10 8.4l-1.925 1.925q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713l3.3-3.3V14H8.4l-3.325 3.325q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713L5.6 14H2.975q-.425 0-.7-.288T2 13t.288-.712T3 12h2.6l-1.925-1.9Q3.4 9.825 3.4 9.413t.3-.713q.275-.275.688-.275T5.1 8.7L8.4 12H10v-1.6L6.675 7.1Q6.4 6.825 6.4 6.413t.3-.713q.275-.275.688-.275T8.1 5.7L10 7.6V5q0-.425.288-.712T11 4t.713.288T12 5v2.6l1.9-1.9q.275-.275.688-.275t.712.275q.275.3.275.712T15.3 7.1L12 10.4V12h7q.425 0 .713.288T20 13t-.288.713T19 14h-2.6l1.9 1.925q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L13.6 14H12v1.6l3.3 3.325q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L12 18.4v2.625q0 .425-.288.7T11 22t-.712-.288T10 21zM20 7q-.425 0-.712-.287T19 6V3q0-.425.288-.712T20 2t.713.288T21 3v3.025q0 .425-.288.7T20 7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSevereColdRounded(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 10m-10 8.4l-1.925 1.925q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713l3.3-3.3V14H8.4l-3.325 3.325q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713L5.6 14H2.975q-.425 0-.7-.288T2 13t.288-.712T3 12h2.6l-1.925-1.9Q3.4 9.825 3.4 9.413t.3-.713q.275-.275.688-.275T5.1 8.7L8.4 12H10v-1.6L6.675 7.1Q6.4 6.825 6.4 6.413t.3-.713q.275-.275.688-.275T8.1 5.7L10 7.6V5q0-.425.288-.712T11 4t.713.288T12 5v2.6l1.9-1.9q.275-.275.688-.275t.712.275q.275.3.275.712T15.3 7.1L12 10.4V12h7q.425 0 .713.288T20 13t-.288.713T19 14h-2.6l1.9 1.925q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L13.6 14H12v1.6l3.3 3.325q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L12 18.4v2.625q0 .425-.288.7T11 22t-.712-.288T10 21zM20 7q-.425 0-.712-.287T19 6V3q0-.425.288-.712T20 2t.713.288T21 3v3.025q0 .425-.288.7T20 7"/></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 10m-10 8.4l-1.925 1.925q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713l3.3-3.3V14H8.4l-3.325 3.325q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713L5.6 14H2.975q-.425 0-.7-.288T2 13t.288-.712T3 12h2.6l-1.925-1.9Q3.4 9.825 3.4 9.413t.3-.713q.275-.275.688-.275T5.1 8.7L8.4 12H10v-1.6L6.675 7.1Q6.4 6.825 6.4 6.413t.3-.713q.275-.275.688-.275T8.1 5.7L10 7.6V5q0-.425.288-.712T11 4t.713.288T12 5v2.6l1.9-1.9q.275-.275.688-.275t.712.275q.275.3.275.712T15.3 7.1L12 10.4V12h7q.425 0 .713.288T20 13t-.288.713T19 14h-2.6l1.9 1.925q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L13.6 14H12v1.6l3.3 3.325q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L12 18.4v2.625q0 .425-.288.7T11 22t-.712-.288T10 21zM20 7q-.425 0-.712-.287T19 6V3q0-.425.288-.712T20 2t.713.288T21 3v3.025q0 .425-.288.7T20 7"/></svg>
</template>

CSS

.icon-severe-cold-rounded {
  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%2010m-10%208.4l-1.925%201.925q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713l3.3-3.3V14H8.4l-3.325%203.325q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713L5.6%2014H2.975q-.425%200-.7-.288T2%2013t.288-.712T3%2012h2.6l-1.925-1.9Q3.4%209.825%203.4%209.413t.3-.713q.275-.275.688-.275T5.1%208.7L8.4%2012H10v-1.6L6.675%207.1Q6.4%206.825%206.4%206.413t.3-.713q.275-.275.688-.275T8.1%205.7L10%207.6V5q0-.425.288-.712T11%204t.713.288T12%205v2.6l1.9-1.9q.275-.275.688-.275t.712.275q.275.3.275.712T15.3%207.1L12%2010.4V12h7q.425%200%20.713.288T20%2013t-.288.713T19%2014h-2.6l1.9%201.925q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L13.6%2014H12v1.6l3.3%203.325q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L12%2018.4v2.625q0%20.425-.288.7T11%2022t-.712-.288T10%2021zM20%207q-.425%200-.712-.287T19%206V3q0-.425.288-.712T20%202t.713.288T21%203v3.025q0%20.425-.288.7T20%207%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%2010m-10%208.4l-1.925%201.925q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713l3.3-3.3V14H8.4l-3.325%203.325q-.275.275-.687.275t-.688-.3q-.3-.275-.3-.687t.3-.713L5.6%2014H2.975q-.425%200-.7-.288T2%2013t.288-.712T3%2012h2.6l-1.925-1.9Q3.4%209.825%203.4%209.413t.3-.713q.275-.275.688-.275T5.1%208.7L8.4%2012H10v-1.6L6.675%207.1Q6.4%206.825%206.4%206.413t.3-.713q.275-.275.688-.275T8.1%205.7L10%207.6V5q0-.425.288-.712T11%204t.713.288T12%205v2.6l1.9-1.9q.275-.275.688-.275t.712.275q.275.3.275.712T15.3%207.1L12%2010.4V12h7q.425%200%20.713.288T20%2013t-.288.713T19%2014h-2.6l1.9%201.925q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L13.6%2014H12v1.6l3.3%203.325q.275.275.275.688t-.275.687q-.3.3-.712.3t-.688-.3L12%2018.4v2.625q0%20.425-.288.7T11%2022t-.712-.288T10%2021zM20%207q-.425%200-.712-.287T19%206V3q0-.425.288-.712T20%202t.713.288T21%203v3.025q0%20.425-.288.7T20%207%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-rounded.svg?color=%231a73e8&size=48