weather thunderstorm icon

weather-thunderstorm-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
weather-thunderstorm-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the weather thunderstorm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m9.128 14.169l1.767-2a.5.5 0 0 1 .798.597l-.054.072l-1.017 1.165H12.5a.5.5 0 0 1 .437.744l-.046.067l-2.445 3.003a.5.5 0 0 1-.831-.547l.05-.076l1.797-2.191H9.5a.5.5 0 0 1-.423-.768zl1.767-2zM11 6c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 15 15.128 15h-1.256a1.07 1.07 0 0 0 .01-1h1.3C16.186 14 17 13.221 17 12.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C14.087 8.248 12.65 7 11 7s-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55C5.814 10.521 5 11.3 5 12.261C5 13.22 5.814 14 6.818 14h1.3a1.07 1.07 0 0 0 .01 1H6.872C5.286 15 4 13.763 4 12.237s1.286-2.763 2.872-2.763h.062C7.139 7.561 8.535 6 11 6M8.392 3c1.456 0 2.726.828 3.353 2.045a6 6 0 0 0-1.284-.022A2.65 2.65 0 0 0 8.375 4a2.67 2.67 0 0 0-2.62 2.225l-.037.21a1 1 0 0 1-.986.83h-.258C3.66 7.265 3 7.933 3 8.757c0 .57.315 1.065.778 1.316c-.214.272-.39.576-.52.902a2.622 2.622 0 0 1 1.2-4.856l.221-.005A3.77 3.77 0 0 1 8.392 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherThunderstorm20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m9.128 14.169l1.767-2a.5.5 0 0 1 .798.597l-.054.072l-1.017 1.165H12.5a.5.5 0 0 1 .437.744l-.046.067l-2.445 3.003a.5.5 0 0 1-.831-.547l.05-.076l1.797-2.191H9.5a.5.5 0 0 1-.423-.768zl1.767-2zM11 6c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 15 15.128 15h-1.256a1.07 1.07 0 0 0 .01-1h1.3C16.186 14 17 13.221 17 12.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C14.087 8.248 12.65 7 11 7s-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55C5.814 10.521 5 11.3 5 12.261C5 13.22 5.814 14 6.818 14h1.3a1.07 1.07 0 0 0 .01 1H6.872C5.286 15 4 13.763 4 12.237s1.286-2.763 2.872-2.763h.062C7.139 7.561 8.535 6 11 6M8.392 3c1.456 0 2.726.828 3.353 2.045a6 6 0 0 0-1.284-.022A2.65 2.65 0 0 0 8.375 4a2.67 2.67 0 0 0-2.62 2.225l-.037.21a1 1 0 0 1-.986.83h-.258C3.66 7.265 3 7.933 3 8.757c0 .57.315 1.065.778 1.316c-.214.272-.39.576-.52.902a2.622 2.622 0 0 1 1.2-4.856l.221-.005A3.77 3.77 0 0 1 8.392 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m9.128 14.169l1.767-2a.5.5 0 0 1 .798.597l-.054.072l-1.017 1.165H12.5a.5.5 0 0 1 .437.744l-.046.067l-2.445 3.003a.5.5 0 0 1-.831-.547l.05-.076l1.797-2.191H9.5a.5.5 0 0 1-.423-.768zl1.767-2zM11 6c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 15 15.128 15h-1.256a1.07 1.07 0 0 0 .01-1h1.3C16.186 14 17 13.221 17 12.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C14.087 8.248 12.65 7 11 7s-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55C5.814 10.521 5 11.3 5 12.261C5 13.22 5.814 14 6.818 14h1.3a1.07 1.07 0 0 0 .01 1H6.872C5.286 15 4 13.763 4 12.237s1.286-2.763 2.872-2.763h.062C7.139 7.561 8.535 6 11 6M8.392 3c1.456 0 2.726.828 3.353 2.045a6 6 0 0 0-1.284-.022A2.65 2.65 0 0 0 8.375 4a2.67 2.67 0 0 0-2.62 2.225l-.037.21a1 1 0 0 1-.986.83h-.258C3.66 7.265 3 7.933 3 8.757c0 .57.315 1.065.778 1.316c-.214.272-.39.576-.52.902a2.622 2.622 0 0 1 1.2-4.856l.221-.005A3.77 3.77 0 0 1 8.392 3"/></svg>
</template>

CSS

.icon-weather-thunderstorm-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.128%2014.169l1.767-2a.5.5%200%200%201%20.798.597l-.054.072l-1.017%201.165H12.5a.5.5%200%200%201%20.437.744l-.046.067l-2.445%203.003a.5.5%200%200%201-.831-.547l.05-.076l1.797-2.191H9.5a.5.5%200%200%201-.423-.768zl1.767-2zM11%206c2.465%200%203.863%201.574%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763S16.714%2015%2015.128%2015h-1.256a1.07%201.07%200%200%200%20.01-1h1.3C16.186%2014%2017%2013.221%2017%2012.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29%200-.545-.218-.545-.496C14.087%208.248%2012.65%207%2011%207s-3.087%201.27-3.087%203.025c0%20.278-.254.496-.545.496h-.55C5.814%2010.521%205%2011.3%205%2012.261C5%2013.22%205.814%2014%206.818%2014h1.3a1.07%201.07%200%200%200%20.01%201H6.872C5.286%2015%204%2013.763%204%2012.237s1.286-2.763%202.872-2.763h.062C7.139%207.561%208.535%206%2011%206M8.392%203c1.456%200%202.726.828%203.353%202.045a6%206%200%200%200-1.284-.022A2.65%202.65%200%200%200%208.375%204a2.67%202.67%200%200%200-2.62%202.225l-.037.21a1%201%200%200%201-.986.83h-.258C3.66%207.265%203%207.933%203%208.757c0%20.57.315%201.065.778%201.316c-.214.272-.39.576-.52.902a2.622%202.622%200%200%201%201.2-4.856l.221-.005A3.77%203.77%200%200%201%208.392%203%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.128%2014.169l1.767-2a.5.5%200%200%201%20.798.597l-.054.072l-1.017%201.165H12.5a.5.5%200%200%201%20.437.744l-.046.067l-2.445%203.003a.5.5%200%200%201-.831-.547l.05-.076l1.797-2.191H9.5a.5.5%200%200%201-.423-.768zl1.767-2zM11%206c2.465%200%203.863%201.574%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763S16.714%2015%2015.128%2015h-1.256a1.07%201.07%200%200%200%20.01-1h1.3C16.186%2014%2017%2013.221%2017%2012.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29%200-.545-.218-.545-.496C14.087%208.248%2012.65%207%2011%207s-3.087%201.27-3.087%203.025c0%20.278-.254.496-.545.496h-.55C5.814%2010.521%205%2011.3%205%2012.261C5%2013.22%205.814%2014%206.818%2014h1.3a1.07%201.07%200%200%200%20.01%201H6.872C5.286%2015%204%2013.763%204%2012.237s1.286-2.763%202.872-2.763h.062C7.139%207.561%208.535%206%2011%206M8.392%203c1.456%200%202.726.828%203.353%202.045a6%206%200%200%200-1.284-.022A2.65%202.65%200%200%200%208.375%204a2.67%202.67%200%200%200-2.62%202.225l-.037.21a1%201%200%200%201-.986.83h-.258C3.66%207.265%203%207.933%203%208.757c0%20.57.315%201.065.778%201.316c-.214.272-.39.576-.52.902a2.622%202.622%200%200%201%201.2-4.856l.221-.005A3.77%203.77%200%200%201%208.392%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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