thunderstorm night icon

thunderstorm-night-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
thunderstorm-night-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the thunderstorm night icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.131.901l-.102 1.185q-.017.194-.017.394a4.505 4.505 0 0 0 4.899 4.488l1.185-.102l-.103 1.184a6.5 6.5 0 0 1-2.162 4.3a5.2 5.2 0 0 1 1.186 3.309c0 2.212-1.383 4.085-3.316 4.898l-.921.388l-.776-1.844l.922-.387c1.25-.526 2.09-1.71 2.09-3.055c0-1.052-.51-2-1.332-2.62a3.6 3.6 0 0 0-2.207-.718h-.024l-.854.014l-.146-.842C14.17 9.87 12.9 8.535 11.215 8.118a4.6 4.6 0 0 0-1.172-.134c-2.438.034-4.34 1.938-4.34 4.205q0 .393.072.766l.184.956l-.95.21C3.833 14.38 3 15.38 3 16.526c0 .948.567 1.793 1.434 2.207l.902.432l-.864 1.804l-.902-.431C2.064 19.817 1 18.303 1 16.526c0-1.831 1.126-3.378 2.708-4.074a6 6 0 0 1-.005-.263c0-3.146 2.398-5.699 5.463-6.138a6.51 6.51 0 0 1 5.78-5.047zm-3.254 12.755l-2.06 3.323h4.018l-4.023 6.38l-1.691-1.067l2.089-3.313H7.226l3.95-6.376z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignThunderstormNightFilled(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="m16.131.901l-.102 1.185q-.017.194-.017.394a4.505 4.505 0 0 0 4.899 4.488l1.185-.102l-.103 1.184a6.5 6.5 0 0 1-2.162 4.3a5.2 5.2 0 0 1 1.186 3.309c0 2.212-1.383 4.085-3.316 4.898l-.921.388l-.776-1.844l.922-.387c1.25-.526 2.09-1.71 2.09-3.055c0-1.052-.51-2-1.332-2.62a3.6 3.6 0 0 0-2.207-.718h-.024l-.854.014l-.146-.842C14.17 9.87 12.9 8.535 11.215 8.118a4.6 4.6 0 0 0-1.172-.134c-2.438.034-4.34 1.938-4.34 4.205q0 .393.072.766l.184.956l-.95.21C3.833 14.38 3 15.38 3 16.526c0 .948.567 1.793 1.434 2.207l.902.432l-.864 1.804l-.902-.431C2.064 19.817 1 18.303 1 16.526c0-1.831 1.126-3.378 2.708-4.074a6 6 0 0 1-.005-.263c0-3.146 2.398-5.699 5.463-6.138a6.51 6.51 0 0 1 5.78-5.047zm-3.254 12.755l-2.06 3.323h4.018l-4.023 6.38l-1.691-1.067l2.089-3.313H7.226l3.95-6.376z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.131.901l-.102 1.185q-.017.194-.017.394a4.505 4.505 0 0 0 4.899 4.488l1.185-.102l-.103 1.184a6.5 6.5 0 0 1-2.162 4.3a5.2 5.2 0 0 1 1.186 3.309c0 2.212-1.383 4.085-3.316 4.898l-.921.388l-.776-1.844l.922-.387c1.25-.526 2.09-1.71 2.09-3.055c0-1.052-.51-2-1.332-2.62a3.6 3.6 0 0 0-2.207-.718h-.024l-.854.014l-.146-.842C14.17 9.87 12.9 8.535 11.215 8.118a4.6 4.6 0 0 0-1.172-.134c-2.438.034-4.34 1.938-4.34 4.205q0 .393.072.766l.184.956l-.95.21C3.833 14.38 3 15.38 3 16.526c0 .948.567 1.793 1.434 2.207l.902.432l-.864 1.804l-.902-.431C2.064 19.817 1 18.303 1 16.526c0-1.831 1.126-3.378 2.708-4.074a6 6 0 0 1-.005-.263c0-3.146 2.398-5.699 5.463-6.138a6.51 6.51 0 0 1 5.78-5.047zm-3.254 12.755l-2.06 3.323h4.018l-4.023 6.38l-1.691-1.067l2.089-3.313H7.226l3.95-6.376z"/></svg>
</template>

CSS

.icon-thunderstorm-night-filled {
  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%22m16.131.901l-.102%201.185q-.017.194-.017.394a4.505%204.505%200%200%200%204.899%204.488l1.185-.102l-.103%201.184a6.5%206.5%200%200%201-2.162%204.3a5.2%205.2%200%200%201%201.186%203.309c0%202.212-1.383%204.085-3.316%204.898l-.921.388l-.776-1.844l.922-.387c1.25-.526%202.09-1.71%202.09-3.055c0-1.052-.51-2-1.332-2.62a3.6%203.6%200%200%200-2.207-.718h-.024l-.854.014l-.146-.842C14.17%209.87%2012.9%208.535%2011.215%208.118a4.6%204.6%200%200%200-1.172-.134c-2.438.034-4.34%201.938-4.34%204.205q0%20.393.072.766l.184.956l-.95.21C3.833%2014.38%203%2015.38%203%2016.526c0%20.948.567%201.793%201.434%202.207l.902.432l-.864%201.804l-.902-.431C2.064%2019.817%201%2018.303%201%2016.526c0-1.831%201.126-3.378%202.708-4.074a6%206%200%200%201-.005-.263c0-3.146%202.398-5.699%205.463-6.138a6.51%206.51%200%200%201%205.78-5.047zm-3.254%2012.755l-2.06%203.323h4.018l-4.023%206.38l-1.691-1.067l2.089-3.313H7.226l3.95-6.376z%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%22m16.131.901l-.102%201.185q-.017.194-.017.394a4.505%204.505%200%200%200%204.899%204.488l1.185-.102l-.103%201.184a6.5%206.5%200%200%201-2.162%204.3a5.2%205.2%200%200%201%201.186%203.309c0%202.212-1.383%204.085-3.316%204.898l-.921.388l-.776-1.844l.922-.387c1.25-.526%202.09-1.71%202.09-3.055c0-1.052-.51-2-1.332-2.62a3.6%203.6%200%200%200-2.207-.718h-.024l-.854.014l-.146-.842C14.17%209.87%2012.9%208.535%2011.215%208.118a4.6%204.6%200%200%200-1.172-.134c-2.438.034-4.34%201.938-4.34%204.205q0%20.393.072.766l.184.956l-.95.21C3.833%2014.38%203%2015.38%203%2016.526c0%20.948.567%201.793%201.434%202.207l.902.432l-.864%201.804l-.902-.431C2.064%2019.817%201%2018.303%201%2016.526c0-1.831%201.126-3.378%202.708-4.074a6%206%200%200%201-.005-.263c0-3.146%202.398-5.699%205.463-6.138a6.51%206.51%200%200%201%205.78-5.047zm-3.254%2012.755l-2.06%203.323h4.018l-4.023%206.38l-1.691-1.067l2.089-3.313H7.226l3.95-6.376z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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