round storm icon
round-storm from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-storm
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round storm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.93 8C16.72 4.18 11.82 2.87 8 5.07c-1.41.82-2.48 2-3.16 3.37c-.1-1.75.1-3.5.59-5.17A.992.992 0 0 0 4.48 2h-.01c-.43 0-.83.28-.95.7c-1.28 4.31-.87 9.11 1.55 13.3a7.96 7.96 0 0 0 4.86 3.72c1.98.53 4.16.31 6.07-.79c1.41-.82 2.48-2 3.16-3.37c.1 1.75-.09 3.5-.58 5.18c-.18.63.29 1.26.95 1.26c.44 0 .83-.28.95-.7c1.27-4.31.87-9.11-1.55-13.3M15 17.2A6.01 6.01 0 0 1 6.8 15q-.165-.3-.3-.6C5.3 11.64 6.33 8.34 9 6.8c2.86-1.65 6.54-.67 8.2 2.2q.165.3.3.6c1.2 2.76.17 6.06-2.5 7.6M12 10c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2m0-2c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundStorm(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="M18.93 8C16.72 4.18 11.82 2.87 8 5.07c-1.41.82-2.48 2-3.16 3.37c-.1-1.75.1-3.5.59-5.17A.992.992 0 0 0 4.48 2h-.01c-.43 0-.83.28-.95.7c-1.28 4.31-.87 9.11 1.55 13.3a7.96 7.96 0 0 0 4.86 3.72c1.98.53 4.16.31 6.07-.79c1.41-.82 2.48-2 3.16-3.37c.1 1.75-.09 3.5-.58 5.18c-.18.63.29 1.26.95 1.26c.44 0 .83-.28.95-.7c1.27-4.31.87-9.11-1.55-13.3M15 17.2A6.01 6.01 0 0 1 6.8 15q-.165-.3-.3-.6C5.3 11.64 6.33 8.34 9 6.8c2.86-1.65 6.54-.67 8.2 2.2q.165.3.3.6c1.2 2.76.17 6.06-2.5 7.6M12 10c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2m0-2c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.93 8C16.72 4.18 11.82 2.87 8 5.07c-1.41.82-2.48 2-3.16 3.37c-.1-1.75.1-3.5.59-5.17A.992.992 0 0 0 4.48 2h-.01c-.43 0-.83.28-.95.7c-1.28 4.31-.87 9.11 1.55 13.3a7.96 7.96 0 0 0 4.86 3.72c1.98.53 4.16.31 6.07-.79c1.41-.82 2.48-2 3.16-3.37c.1 1.75-.09 3.5-.58 5.18c-.18.63.29 1.26.95 1.26c.44 0 .83-.28.95-.7c1.27-4.31.87-9.11-1.55-13.3M15 17.2A6.01 6.01 0 0 1 6.8 15q-.165-.3-.3-.6C5.3 11.64 6.33 8.34 9 6.8c2.86-1.65 6.54-.67 8.2 2.2q.165.3.3.6c1.2 2.76.17 6.06-2.5 7.6M12 10c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2m0-2c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4"/></svg> </template>
CSS
.icon-round-storm {
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%22M18.93%208C16.72%204.18%2011.82%202.87%208%205.07c-1.41.82-2.48%202-3.16%203.37c-.1-1.75.1-3.5.59-5.17A.992.992%200%200%200%204.48%202h-.01c-.43%200-.83.28-.95.7c-1.28%204.31-.87%209.11%201.55%2013.3a7.96%207.96%200%200%200%204.86%203.72c1.98.53%204.16.31%206.07-.79c1.41-.82%202.48-2%203.16-3.37c.1%201.75-.09%203.5-.58%205.18c-.18.63.29%201.26.95%201.26c.44%200%20.83-.28.95-.7c1.27-4.31.87-9.11-1.55-13.3M15%2017.2A6.01%206.01%200%200%201%206.8%2015q-.165-.3-.3-.6C5.3%2011.64%206.33%208.34%209%206.8c2.86-1.65%206.54-.67%208.2%202.2q.165.3.3.6c1.2%202.76.17%206.06-2.5%207.6M12%2010c1.1%200%202%20.9%202%202s-.9%202-2%202s-2-.9-2-2s.9-2%202-2m0-2c-2.21%200-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4s-1.79-4-4-4%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%22M18.93%208C16.72%204.18%2011.82%202.87%208%205.07c-1.41.82-2.48%202-3.16%203.37c-.1-1.75.1-3.5.59-5.17A.992.992%200%200%200%204.48%202h-.01c-.43%200-.83.28-.95.7c-1.28%204.31-.87%209.11%201.55%2013.3a7.96%207.96%200%200%200%204.86%203.72c1.98.53%204.16.31%206.07-.79c1.41-.82%202.48-2%203.16-3.37c.1%201.75-.09%203.5-.58%205.18c-.18.63.29%201.26.95%201.26c.44%200%20.83-.28.95-.7c1.27-4.31.87-9.11-1.55-13.3M15%2017.2A6.01%206.01%200%200%201%206.8%2015q-.165-.3-.3-.6C5.3%2011.64%206.33%208.34%209%206.8c2.86-1.65%206.54-.67%208.2%202.2q.165.3.3.6c1.2%202.76.17%206.06-2.5%207.6M12%2010c1.1%200%202%20.9%202%202s-.9%202-2%202s-2-.9-2-2s.9-2%202-2m0-2c-2.21%200-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4s-1.79-4-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-storm.svg?color=%231a73e8&size=48