twotone-storm from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
twotone-storm
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the twotone storm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="currentColor" opacity=".3"/><path fill="currentColor" d="M17.2 9C15.54 6.13 11.86 5.15 9 6.8c-2.67 1.54-3.7 4.84-2.5 7.6q.135.3.3.6a6.01 6.01 0 0 0 8.2 2.2c2.67-1.54 3.7-4.84 2.5-7.6q-.135-.3-.3-.6M12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4" opacity=".3"/><path fill="currentColor" d="M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2"/><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-.13-2.2.22-4.4 1.02-6.44H3.74C2.2 6.49 2.52 11.58 5.07 16a7.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.13 2.2-.21 4.4-1.01 6.44h2.11c1.53-4.49 1.22-9.58-1.33-14M15 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.6"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneStorm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="currentColor" opacity=".3"/><path fill="currentColor" d="M17.2 9C15.54 6.13 11.86 5.15 9 6.8c-2.67 1.54-3.7 4.84-2.5 7.6q.135.3.3.6a6.01 6.01 0 0 0 8.2 2.2c2.67-1.54 3.7-4.84 2.5-7.6q-.135-.3-.3-.6M12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4" opacity=".3"/><path fill="currentColor" d="M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2"/><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-.13-2.2.22-4.4 1.02-6.44H3.74C2.2 6.49 2.52 11.58 5.07 16a7.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.13 2.2-.21 4.4-1.01 6.44h2.11c1.53-4.49 1.22-9.58-1.33-14M15 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.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="currentColor" opacity=".3"/><path fill="currentColor" d="M17.2 9C15.54 6.13 11.86 5.15 9 6.8c-2.67 1.54-3.7 4.84-2.5 7.6q.135.3.3.6a6.01 6.01 0 0 0 8.2 2.2c2.67-1.54 3.7-4.84 2.5-7.6q-.135-.3-.3-.6M12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4" opacity=".3"/><path fill="currentColor" d="M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2"/><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-.13-2.2.22-4.4 1.02-6.44H3.74C2.2 6.49 2.52 11.58 5.07 16a7.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.13 2.2-.21 4.4-1.01 6.44h2.11c1.53-4.49 1.22-9.58-1.33-14M15 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.6"/></svg>
</template>

CSS

.icon-twotone-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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.2%209C15.54%206.13%2011.86%205.15%209%206.8c-2.67%201.54-3.7%204.84-2.5%207.6q.135.3.3.6a6.01%206.01%200%200%200%208.2%202.2c2.67-1.54%203.7-4.84%202.5-7.6q-.135-.3-.3-.6M12%2016c-2.21%200-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204s-1.79%204-4%204%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208c-2.21%200-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4s-1.79-4-4-4m0%206c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202%22%2F%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-.13-2.2.22-4.4%201.02-6.44H3.74C2.2%206.49%202.52%2011.58%205.07%2016a7.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.13%202.2-.21%204.4-1.01%206.44h2.11c1.53-4.49%201.22-9.58-1.33-14M15%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.6%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.2%209C15.54%206.13%2011.86%205.15%209%206.8c-2.67%201.54-3.7%204.84-2.5%207.6q.135.3.3.6a6.01%206.01%200%200%200%208.2%202.2c2.67-1.54%203.7-4.84%202.5-7.6q-.135-.3-.3-.6M12%2016c-2.21%200-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204s-1.79%204-4%204%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208c-2.21%200-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4s-1.79-4-4-4m0%206c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202%22%2F%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-.13-2.2.22-4.4%201.02-6.44H3.74C2.2%206.49%202.52%2011.58%205.07%2016a7.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.13%202.2-.21%204.4-1.01%206.44h2.11c1.53-4.49%201.22-9.58-1.33-14M15%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.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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