thunderstorm icon
thunderstorm-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- thunderstorm-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the thunderstorm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.71 21.846q-.111 0-.172-.094t-.024-.204l.636-1.856H7.852q-.105 0-.172-.082t-.016-.185l.815-2.29q.06-.182.212-.293q.151-.111.353-.111h.687q.22 0 .34.177q.12.176.033.388l-.66 1.55h1.34q.13 0 .185.109q.056.109-.032.22L8.94 21.766q-.039.045-.09.062t-.14.017M14.428 21q-.117 0-.178-.094t-.024-.204l.494-1.433h-1.364q-.106 0-.174-.082t-.017-.185l.652-1.861q.063-.193.216-.301q.152-.11.356-.11h.681q.213 0 .34.178q.125.177.039.388l-.479 1.127h1.297q.128 0 .18.109q.054.109-.034.22l-1.762 2.17q-.012.01-.223.078M7.5 15.5q-2.083 0-3.541-1.459Q2.5 12.583 2.5 10.5q0-1.94 1.308-3.356t3.275-1.633q.744-1.407 2.034-2.209t2.875-.802q2.162 0 3.709 1.428t1.801 3.559q1.84.111 2.92 1.28q1.078 1.17 1.078 2.739q0 1.658-1.167 2.826Q19.167 15.5 17.5 15.5zm0-1h10q1.242 0 2.121-.879T20.5 11.5t-.879-2.121T17.5 8.5h-1V8q0-1.856-1.323-3.178T11.997 3.5q-1.35 0-2.461.733q-1.11.734-1.673 1.975l-.118.292H7.45q-1.632.057-2.79 1.214Q3.5 8.872 3.5 10.5q0 1.657 1.172 2.829Q5.842 14.5 7.5 14.5M12 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightThunderstormOutlineRounded(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="M8.71 21.846q-.111 0-.172-.094t-.024-.204l.636-1.856H7.852q-.105 0-.172-.082t-.016-.185l.815-2.29q.06-.182.212-.293q.151-.111.353-.111h.687q.22 0 .34.177q.12.176.033.388l-.66 1.55h1.34q.13 0 .185.109q.056.109-.032.22L8.94 21.766q-.039.045-.09.062t-.14.017M14.428 21q-.117 0-.178-.094t-.024-.204l.494-1.433h-1.364q-.106 0-.174-.082t-.017-.185l.652-1.861q.063-.193.216-.301q.152-.11.356-.11h.681q.213 0 .34.178q.125.177.039.388l-.479 1.127h1.297q.128 0 .18.109q.054.109-.034.22l-1.762 2.17q-.012.01-.223.078M7.5 15.5q-2.083 0-3.541-1.459Q2.5 12.583 2.5 10.5q0-1.94 1.308-3.356t3.275-1.633q.744-1.407 2.034-2.209t2.875-.802q2.162 0 3.709 1.428t1.801 3.559q1.84.111 2.92 1.28q1.078 1.17 1.078 2.739q0 1.658-1.167 2.826Q19.167 15.5 17.5 15.5zm0-1h10q1.242 0 2.121-.879T20.5 11.5t-.879-2.121T17.5 8.5h-1V8q0-1.856-1.323-3.178T11.997 3.5q-1.35 0-2.461.733q-1.11.734-1.673 1.975l-.118.292H7.45q-1.632.057-2.79 1.214Q3.5 8.872 3.5 10.5q0 1.657 1.172 2.829Q5.842 14.5 7.5 14.5M12 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.71 21.846q-.111 0-.172-.094t-.024-.204l.636-1.856H7.852q-.105 0-.172-.082t-.016-.185l.815-2.29q.06-.182.212-.293q.151-.111.353-.111h.687q.22 0 .34.177q.12.176.033.388l-.66 1.55h1.34q.13 0 .185.109q.056.109-.032.22L8.94 21.766q-.039.045-.09.062t-.14.017M14.428 21q-.117 0-.178-.094t-.024-.204l.494-1.433h-1.364q-.106 0-.174-.082t-.017-.185l.652-1.861q.063-.193.216-.301q.152-.11.356-.11h.681q.213 0 .34.178q.125.177.039.388l-.479 1.127h1.297q.128 0 .18.109q.054.109-.034.22l-1.762 2.17q-.012.01-.223.078M7.5 15.5q-2.083 0-3.541-1.459Q2.5 12.583 2.5 10.5q0-1.94 1.308-3.356t3.275-1.633q.744-1.407 2.034-2.209t2.875-.802q2.162 0 3.709 1.428t1.801 3.559q1.84.111 2.92 1.28q1.078 1.17 1.078 2.739q0 1.658-1.167 2.826Q19.167 15.5 17.5 15.5zm0-1h10q1.242 0 2.121-.879T20.5 11.5t-.879-2.121T17.5 8.5h-1V8q0-1.856-1.323-3.178T11.997 3.5q-1.35 0-2.461.733q-1.11.734-1.673 1.975l-.118.292H7.45q-1.632.057-2.79 1.214Q3.5 8.872 3.5 10.5q0 1.657 1.172 2.829Q5.842 14.5 7.5 14.5M12 9"/></svg> </template>
CSS
.icon-thunderstorm-outline-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%22M8.71%2021.846q-.111%200-.172-.094t-.024-.204l.636-1.856H7.852q-.105%200-.172-.082t-.016-.185l.815-2.29q.06-.182.212-.293q.151-.111.353-.111h.687q.22%200%20.34.177q.12.176.033.388l-.66%201.55h1.34q.13%200%20.185.109q.056.109-.032.22L8.94%2021.766q-.039.045-.09.062t-.14.017M14.428%2021q-.117%200-.178-.094t-.024-.204l.494-1.433h-1.364q-.106%200-.174-.082t-.017-.185l.652-1.861q.063-.193.216-.301q.152-.11.356-.11h.681q.213%200%20.34.178q.125.177.039.388l-.479%201.127h1.297q.128%200%20.18.109q.054.109-.034.22l-1.762%202.17q-.012.01-.223.078M7.5%2015.5q-2.083%200-3.541-1.459Q2.5%2012.583%202.5%2010.5q0-1.94%201.308-3.356t3.275-1.633q.744-1.407%202.034-2.209t2.875-.802q2.162%200%203.709%201.428t1.801%203.559q1.84.111%202.92%201.28q1.078%201.17%201.078%202.739q0%201.658-1.167%202.826Q19.167%2015.5%2017.5%2015.5zm0-1h10q1.242%200%202.121-.879T20.5%2011.5t-.879-2.121T17.5%208.5h-1V8q0-1.856-1.323-3.178T11.997%203.5q-1.35%200-2.461.733q-1.11.734-1.673%201.975l-.118.292H7.45q-1.632.057-2.79%201.214Q3.5%208.872%203.5%2010.5q0%201.657%201.172%202.829Q5.842%2014.5%207.5%2014.5M12%209%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%22M8.71%2021.846q-.111%200-.172-.094t-.024-.204l.636-1.856H7.852q-.105%200-.172-.082t-.016-.185l.815-2.29q.06-.182.212-.293q.151-.111.353-.111h.687q.22%200%20.34.177q.12.176.033.388l-.66%201.55h1.34q.13%200%20.185.109q.056.109-.032.22L8.94%2021.766q-.039.045-.09.062t-.14.017M14.428%2021q-.117%200-.178-.094t-.024-.204l.494-1.433h-1.364q-.106%200-.174-.082t-.017-.185l.652-1.861q.063-.193.216-.301q.152-.11.356-.11h.681q.213%200%20.34.178q.125.177.039.388l-.479%201.127h1.297q.128%200%20.18.109q.054.109-.034.22l-1.762%202.17q-.012.01-.223.078M7.5%2015.5q-2.083%200-3.541-1.459Q2.5%2012.583%202.5%2010.5q0-1.94%201.308-3.356t3.275-1.633q.744-1.407%202.034-2.209t2.875-.802q2.162%200%203.709%201.428t1.801%203.559q1.84.111%202.92%201.28q1.078%201.17%201.078%202.739q0%201.658-1.167%202.826Q19.167%2015.5%2017.5%2015.5zm0-1h10q1.242%200%202.121-.879T20.5%2011.5t-.879-2.121T17.5%208.5h-1V8q0-1.856-1.323-3.178T11.997%203.5q-1.35%200-2.461.733q-1.11.734-1.673%201.975l-.118.292H7.45q-1.632.057-2.79%201.214Q3.5%208.872%203.5%2010.5q0%201.657%201.172%202.829Q5.842%2014.5%207.5%2014.5M12%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/thunderstorm-outline-rounded.svg?color=%231a73e8&size=48