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

Name
outline-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 outline 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-.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.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 IcOutlineStorm(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-.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.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-.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.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-outline-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-.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.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-.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.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/outline-storm.svg?color=%231a73e8&size=48