cloud bolt2 icon

cloud-bolt2-filled from Reicon by REICON · Filled · Weather · MIT Free for personal and commercial use.

Name
cloud-bolt2-filled
Set
Reicon
Style
Filled
Category
Weather
Viewbox
24×24
License
MIT

2 other variants in Reicon

More weather icons from Reicon

Use the cloud bolt2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 22c-1.886 0-2.828 0-3.414-.586S8 19.886 8 18s0-2.828.586-3.414S10.114 14 12 14s2.828 0 3.414.586S16 16.114 16 18s0 2.828-.586 3.414S13.886 22 12 22m.916-5.75a.667.667 0 0 0-.943-.944L9.751 17.53a.667.667 0 0 0 .471 1.138h1.946l-1.084 1.084a.667.667 0 1 0 .943.943l2.222-2.223a.667.667 0 0 0-.471-1.138h-1.946z" clip-rule="evenodd"/><path d="M6.5 17.91V18h-.214C3.919 18 2 16.104 2 13.765s1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 4.528 9.32 2 12.476 2c2.94 0 5.361 2.194 5.68 5.015C20.392 7.78 22 9.881 22 12.353c0 2.707-1.927 4.97-4.5 5.52c0-.852-.001-1.631-.087-2.267c-.095-.711-.32-1.463-.938-2.08c-.618-.619-1.37-.844-2.08-.94c-.646-.086-1.44-.086-2.306-.086h-.179c-.865 0-1.659 0-2.304.087c-.711.095-1.463.32-2.08.938c-.619.618-.844 1.37-.94 2.08c-.086.646-.086 1.44-.086 2.305"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCloudBolt2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M12 22c-1.886 0-2.828 0-3.414-.586S8 19.886 8 18s0-2.828.586-3.414S10.114 14 12 14s2.828 0 3.414.586S16 16.114 16 18s0 2.828-.586 3.414S13.886 22 12 22m.916-5.75a.667.667 0 0 0-.943-.944L9.751 17.53a.667.667 0 0 0 .471 1.138h1.946l-1.084 1.084a.667.667 0 1 0 .943.943l2.222-2.223a.667.667 0 0 0-.471-1.138h-1.946z" clipRule="evenodd"/><path d="M6.5 17.91V18h-.214C3.919 18 2 16.104 2 13.765s1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 4.528 9.32 2 12.476 2c2.94 0 5.361 2.194 5.68 5.015C20.392 7.78 22 9.881 22 12.353c0 2.707-1.927 4.97-4.5 5.52c0-.852-.001-1.631-.087-2.267c-.095-.711-.32-1.463-.938-2.08c-.618-.619-1.37-.844-2.08-.94c-.646-.086-1.44-.086-2.306-.086h-.179c-.865 0-1.659 0-2.304.087c-.711.095-1.463.32-2.08.938c-.619.618-.844 1.37-.94 2.08c-.086.646-.086 1.44-.086 2.305"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 22c-1.886 0-2.828 0-3.414-.586S8 19.886 8 18s0-2.828.586-3.414S10.114 14 12 14s2.828 0 3.414.586S16 16.114 16 18s0 2.828-.586 3.414S13.886 22 12 22m.916-5.75a.667.667 0 0 0-.943-.944L9.751 17.53a.667.667 0 0 0 .471 1.138h1.946l-1.084 1.084a.667.667 0 1 0 .943.943l2.222-2.223a.667.667 0 0 0-.471-1.138h-1.946z" clip-rule="evenodd"/><path d="M6.5 17.91V18h-.214C3.919 18 2 16.104 2 13.765s1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 4.528 9.32 2 12.476 2c2.94 0 5.361 2.194 5.68 5.015C20.392 7.78 22 9.881 22 12.353c0 2.707-1.927 4.97-4.5 5.52c0-.852-.001-1.631-.087-2.267c-.095-.711-.32-1.463-.938-2.08c-.618-.619-1.37-.844-2.08-.94c-.646-.086-1.44-.086-2.306-.086h-.179c-.865 0-1.659 0-2.304.087c-.711.095-1.463.32-2.08.938c-.619.618-.844 1.37-.94 2.08c-.086.646-.086 1.44-.086 2.305"/></g></svg>
</template>

CSS

.icon-cloud-bolt2-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022c-1.886%200-2.828%200-3.414-.586S8%2019.886%208%2018s0-2.828.586-3.414S10.114%2014%2012%2014s2.828%200%203.414.586S16%2016.114%2016%2018s0%202.828-.586%203.414S13.886%2022%2012%2022m.916-5.75a.667.667%200%200%200-.943-.944L9.751%2017.53a.667.667%200%200%200%20.471%201.138h1.946l-1.084%201.084a.667.667%200%201%200%20.943.943l2.222-2.223a.667.667%200%200%200-.471-1.138h-1.946z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.5%2017.91V18h-.214C3.919%2018%202%2016.104%202%2013.765s1.919-4.236%204.286-4.236q.427.001.83.08a5.6%205.6%200%200%201-.354-1.962C6.762%204.528%209.32%202%2012.476%202c2.94%200%205.361%202.194%205.68%205.015C20.392%207.78%2022%209.881%2022%2012.353c0%202.707-1.927%204.97-4.5%205.52c0-.852-.001-1.631-.087-2.267c-.095-.711-.32-1.463-.938-2.08c-.618-.619-1.37-.844-2.08-.94c-.646-.086-1.44-.086-2.306-.086h-.179c-.865%200-1.659%200-2.304.087c-.711.095-1.463.32-2.08.938c-.619.618-.844%201.37-.94%202.08c-.086.646-.086%201.44-.086%202.305%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022c-1.886%200-2.828%200-3.414-.586S8%2019.886%208%2018s0-2.828.586-3.414S10.114%2014%2012%2014s2.828%200%203.414.586S16%2016.114%2016%2018s0%202.828-.586%203.414S13.886%2022%2012%2022m.916-5.75a.667.667%200%200%200-.943-.944L9.751%2017.53a.667.667%200%200%200%20.471%201.138h1.946l-1.084%201.084a.667.667%200%201%200%20.943.943l2.222-2.223a.667.667%200%200%200-.471-1.138h-1.946z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.5%2017.91V18h-.214C3.919%2018%202%2016.104%202%2013.765s1.919-4.236%204.286-4.236q.427.001.83.08a5.6%205.6%200%200%201-.354-1.962C6.762%204.528%209.32%202%2012.476%202c2.94%200%205.361%202.194%205.68%205.015C20.392%207.78%2022%209.881%2022%2012.353c0%202.707-1.927%204.97-4.5%205.52c0-.852-.001-1.631-.087-2.267c-.095-.711-.32-1.463-.938-2.08c-.618-.619-1.37-.844-2.08-.94c-.646-.086-1.44-.086-2.306-.086h-.179c-.865%200-1.659%200-2.304.087c-.711.095-1.463.32-2.08.938c-.619.618-.844%201.37-.94%202.08c-.086.646-.086%201.44-.086%202.305%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cloud-bolt2-filled.svg?color=%231a73e8&size=48