round thunderstorm icon

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

Name
round-thunderstorm
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 thunderstorm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.92 7.02C17.45 4.18 14.97 2 12 2C9.82 2 7.83 3.18 6.78 5.06C4.09 5.41 2 7.74 2 10.5C2 13.53 4.47 16 7.5 16h10c2.48 0 4.5-2.02 4.5-4.5a4.5 4.5 0 0 0-4.08-4.48m-1.97 13.09l-.84-.42l.9-1.03c.36-.42.32-1.05-.09-1.41c-.42-.36-1.05-.32-1.41.09l-1.75 2c-.2.23-.29.55-.23.85s.26.56.53.7l.84.42l-.9 1.03c-.36.42-.32 1.05.09 1.41c.19.17.42.25.66.25c.28 0 .55-.12.75-.34l1.75-2c.2-.23.29-.55.23-.85a.98.98 0 0 0-.53-.7m-6 0l-.85-.43l.9-1.03c.36-.42.32-1.05-.09-1.41c-.42-.36-1.05-.32-1.41.09l-1.75 2c-.2.23-.29.55-.23.85s.26.56.53.7l.84.42L7 22.34c-.36.42-.32 1.05.09 1.41c.19.17.43.25.66.25c.28 0 .55-.12.75-.34l1.75-2c.2-.23.29-.55.23-.85a.98.98 0 0 0-.53-.7"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundThunderstorm(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="M17.92 7.02C17.45 4.18 14.97 2 12 2C9.82 2 7.83 3.18 6.78 5.06C4.09 5.41 2 7.74 2 10.5C2 13.53 4.47 16 7.5 16h10c2.48 0 4.5-2.02 4.5-4.5a4.5 4.5 0 0 0-4.08-4.48m-1.97 13.09l-.84-.42l.9-1.03c.36-.42.32-1.05-.09-1.41c-.42-.36-1.05-.32-1.41.09l-1.75 2c-.2.23-.29.55-.23.85s.26.56.53.7l.84.42l-.9 1.03c-.36.42-.32 1.05.09 1.41c.19.17.42.25.66.25c.28 0 .55-.12.75-.34l1.75-2c.2-.23.29-.55.23-.85a.98.98 0 0 0-.53-.7m-6 0l-.85-.43l.9-1.03c.36-.42.32-1.05-.09-1.41c-.42-.36-1.05-.32-1.41.09l-1.75 2c-.2.23-.29.55-.23.85s.26.56.53.7l.84.42L7 22.34c-.36.42-.32 1.05.09 1.41c.19.17.43.25.66.25c.28 0 .55-.12.75-.34l1.75-2c.2-.23.29-.55.23-.85a.98.98 0 0 0-.53-.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="M17.92 7.02C17.45 4.18 14.97 2 12 2C9.82 2 7.83 3.18 6.78 5.06C4.09 5.41 2 7.74 2 10.5C2 13.53 4.47 16 7.5 16h10c2.48 0 4.5-2.02 4.5-4.5a4.5 4.5 0 0 0-4.08-4.48m-1.97 13.09l-.84-.42l.9-1.03c.36-.42.32-1.05-.09-1.41c-.42-.36-1.05-.32-1.41.09l-1.75 2c-.2.23-.29.55-.23.85s.26.56.53.7l.84.42l-.9 1.03c-.36.42-.32 1.05.09 1.41c.19.17.42.25.66.25c.28 0 .55-.12.75-.34l1.75-2c.2-.23.29-.55.23-.85a.98.98 0 0 0-.53-.7m-6 0l-.85-.43l.9-1.03c.36-.42.32-1.05-.09-1.41c-.42-.36-1.05-.32-1.41.09l-1.75 2c-.2.23-.29.55-.23.85s.26.56.53.7l.84.42L7 22.34c-.36.42-.32 1.05.09 1.41c.19.17.43.25.66.25c.28 0 .55-.12.75-.34l1.75-2c.2-.23.29-.55.23-.85a.98.98 0 0 0-.53-.7"/></svg>
</template>

CSS

.icon-round-thunderstorm {
  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%22M17.92%207.02C17.45%204.18%2014.97%202%2012%202C9.82%202%207.83%203.18%206.78%205.06C4.09%205.41%202%207.74%202%2010.5C2%2013.53%204.47%2016%207.5%2016h10c2.48%200%204.5-2.02%204.5-4.5a4.5%204.5%200%200%200-4.08-4.48m-1.97%2013.09l-.84-.42l.9-1.03c.36-.42.32-1.05-.09-1.41c-.42-.36-1.05-.32-1.41.09l-1.75%202c-.2.23-.29.55-.23.85s.26.56.53.7l.84.42l-.9%201.03c-.36.42-.32%201.05.09%201.41c.19.17.42.25.66.25c.28%200%20.55-.12.75-.34l1.75-2c.2-.23.29-.55.23-.85a.98.98%200%200%200-.53-.7m-6%200l-.85-.43l.9-1.03c.36-.42.32-1.05-.09-1.41c-.42-.36-1.05-.32-1.41.09l-1.75%202c-.2.23-.29.55-.23.85s.26.56.53.7l.84.42L7%2022.34c-.36.42-.32%201.05.09%201.41c.19.17.43.25.66.25c.28%200%20.55-.12.75-.34l1.75-2c.2-.23.29-.55.23-.85a.98.98%200%200%200-.53-.7%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%22M17.92%207.02C17.45%204.18%2014.97%202%2012%202C9.82%202%207.83%203.18%206.78%205.06C4.09%205.41%202%207.74%202%2010.5C2%2013.53%204.47%2016%207.5%2016h10c2.48%200%204.5-2.02%204.5-4.5a4.5%204.5%200%200%200-4.08-4.48m-1.97%2013.09l-.84-.42l.9-1.03c.36-.42.32-1.05-.09-1.41c-.42-.36-1.05-.32-1.41.09l-1.75%202c-.2.23-.29.55-.23.85s.26.56.53.7l.84.42l-.9%201.03c-.36.42-.32%201.05.09%201.41c.19.17.42.25.66.25c.28%200%20.55-.12.75-.34l1.75-2c.2-.23.29-.55.23-.85a.98.98%200%200%200-.53-.7m-6%200l-.85-.43l.9-1.03c.36-.42.32-1.05-.09-1.41c-.42-.36-1.05-.32-1.41.09l-1.75%202c-.2.23-.29.55-.23.85s.26.56.53.7l.84.42L7%2022.34c-.36.42-.32%201.05.09%201.41c.19.17.43.25.66.25c.28%200%20.55-.12.75-.34l1.75-2c.2-.23.29-.55.23-.85a.98.98%200%200%200-.53-.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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