round severe cold icon

round-severe-cold from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-severe-cold
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round 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 2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1"/><circle cx="20" cy="9" r="1" fill="currentColor"/><path fill="currentColor" d="m12 10.41l3.29-3.29a.996.996 0 1 0-1.41-1.41L12 7.59V5c0-.55-.45-1-1-1s-1 .45-1 1v2.59L8.12 5.71a.996.996 0 1 0-1.41 1.41L10 10.41V12H8.41L5.12 8.71a.996.996 0 1 0-1.41 1.41L5.59 12H3c-.55 0-1 .45-1 1s.45 1 1 1h2.59l-1.88 1.88a.996.996 0 1 0 1.41 1.41L8.41 14H10v1.59l-3.29 3.29a.996.996 0 1 0 1.41 1.41L10 18.41V21c0 .55.45 1 1 1s1-.45 1-1v-2.59l1.88 1.88a.996.996 0 1 0 1.41-1.41L12 15.59V14h1.59l3.29 3.29a.996.996 0 1 0 1.41-1.41L16.41 14H19c.55 0 1-.45 1-1s-.45-1-1-1h-7z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSevereCold(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 2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1"/><circle cx="20" cy="9" r="1" fill="currentColor"/><path fill="currentColor" d="m12 10.41l3.29-3.29a.996.996 0 1 0-1.41-1.41L12 7.59V5c0-.55-.45-1-1-1s-1 .45-1 1v2.59L8.12 5.71a.996.996 0 1 0-1.41 1.41L10 10.41V12H8.41L5.12 8.71a.996.996 0 1 0-1.41 1.41L5.59 12H3c-.55 0-1 .45-1 1s.45 1 1 1h2.59l-1.88 1.88a.996.996 0 1 0 1.41 1.41L8.41 14H10v1.59l-3.29 3.29a.996.996 0 1 0 1.41 1.41L10 18.41V21c0 .55.45 1 1 1s1-.45 1-1v-2.59l1.88 1.88a.996.996 0 1 0 1.41-1.41L12 15.59V14h1.59l3.29 3.29a.996.996 0 1 0 1.41-1.41L16.41 14H19c.55 0 1-.45 1-1s-.45-1-1-1h-7z"/></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 2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1"/><circle cx="20" cy="9" r="1" fill="currentColor"/><path fill="currentColor" d="m12 10.41l3.29-3.29a.996.996 0 1 0-1.41-1.41L12 7.59V5c0-.55-.45-1-1-1s-1 .45-1 1v2.59L8.12 5.71a.996.996 0 1 0-1.41 1.41L10 10.41V12H8.41L5.12 8.71a.996.996 0 1 0-1.41 1.41L5.59 12H3c-.55 0-1 .45-1 1s.45 1 1 1h2.59l-1.88 1.88a.996.996 0 1 0 1.41 1.41L8.41 14H10v1.59l-3.29 3.29a.996.996 0 1 0 1.41 1.41L10 18.41V21c0 .55.45 1 1 1s1-.45 1-1v-2.59l1.88 1.88a.996.996 0 1 0 1.41-1.41L12 15.59V14h1.59l3.29 3.29a.996.996 0 1 0 1.41-1.41L16.41 14H19c.55 0 1-.45 1-1s-.45-1-1-1h-7z"/></svg>
</template>

CSS

.icon-round-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%202c-.55%200-1%20.45-1%201v3c0%20.55.45%201%201%201s1-.45%201-1V3c0-.55-.45-1-1-1%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%229%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2010.41l3.29-3.29a.996.996%200%201%200-1.41-1.41L12%207.59V5c0-.55-.45-1-1-1s-1%20.45-1%201v2.59L8.12%205.71a.996.996%200%201%200-1.41%201.41L10%2010.41V12H8.41L5.12%208.71a.996.996%200%201%200-1.41%201.41L5.59%2012H3c-.55%200-1%20.45-1%201s.45%201%201%201h2.59l-1.88%201.88a.996.996%200%201%200%201.41%201.41L8.41%2014H10v1.59l-3.29%203.29a.996.996%200%201%200%201.41%201.41L10%2018.41V21c0%20.55.45%201%201%201s1-.45%201-1v-2.59l1.88%201.88a.996.996%200%201%200%201.41-1.41L12%2015.59V14h1.59l3.29%203.29a.996.996%200%201%200%201.41-1.41L16.41%2014H19c.55%200%201-.45%201-1s-.45-1-1-1h-7z%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%202c-.55%200-1%20.45-1%201v3c0%20.55.45%201%201%201s1-.45%201-1V3c0-.55-.45-1-1-1%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%229%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2010.41l3.29-3.29a.996.996%200%201%200-1.41-1.41L12%207.59V5c0-.55-.45-1-1-1s-1%20.45-1%201v2.59L8.12%205.71a.996.996%200%201%200-1.41%201.41L10%2010.41V12H8.41L5.12%208.71a.996.996%200%201%200-1.41%201.41L5.59%2012H3c-.55%200-1%20.45-1%201s.45%201%201%201h2.59l-1.88%201.88a.996.996%200%201%200%201.41%201.41L8.41%2014H10v1.59l-3.29%203.29a.996.996%200%201%200%201.41%201.41L10%2018.41V21c0%20.55.45%201%201%201s1-.45%201-1v-2.59l1.88%201.88a.996.996%200%201%200%201.41-1.41L12%2015.59V14h1.59l3.29%203.29a.996.996%200%201%200%201.41-1.41L16.41%2014H19c.55%200%201-.45%201-1s-.45-1-1-1h-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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