cloud bolt icon
cloud-bolt-filled from Reicon by REICON · Filled · Weather · MIT Free for personal and commercial use.
- Name
- cloud-bolt-filled
- Set
- Reicon
- Style
- Filled
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All cloud bolt icons →More weather icons from Reicon
Use the cloud bolt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m9.626 17.465l1.148-1.555c.743-1.005 1.114-1.508 1.46-1.401s.346.722.346 1.955v.116c0 .445 0 .667.142.806l.008.008c.145.136.376.136.838.136c.832 0 1.249 0 1.39.252l.006.013c.133.257-.108.583-.59 1.235l-1.148 1.555c-.743 1.005-1.114 1.507-1.46 1.401s-.346-.723-.346-1.955v-.116c0-.445 0-.667-.142-.806l-.008-.008c-.145-.136-.376-.136-.838-.136c-.832 0-1.248 0-1.39-.253l-.006-.012c-.133-.257.108-.583.59-1.235"/><path d="M7.578 18.011c.059-.207.14-.375.199-.486c.157-.296.398-.622.6-.896l1.241-1.68c.327-.442.656-.887.954-1.197c.218-.227.997-1.018 2.102-.679c1.138.35 1.308 1.48 1.35 1.79c.044.334.054.745.056 1.169a6 6 0 0 1 .65.043c.334.047 1.107.203 1.537.977l.029.053c.165.319.215.627.204.902c3.057-.111 5.5-2.597 5.5-5.647c0-2.473-1.607-4.576-3.845-5.342C17.837 4.195 15.415 2 12.476 2C9.32 2 6.762 4.53 6.762 7.651c0 .69.125 1.352.354 1.963a4.4 4.4 0 0 0-.83-.08C3.919 9.535 2 11.433 2 13.774c0 2.34 1.919 4.238 4.286 4.238z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudBoltFilled(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 d="m9.626 17.465l1.148-1.555c.743-1.005 1.114-1.508 1.46-1.401s.346.722.346 1.955v.116c0 .445 0 .667.142.806l.008.008c.145.136.376.136.838.136c.832 0 1.249 0 1.39.252l.006.013c.133.257-.108.583-.59 1.235l-1.148 1.555c-.743 1.005-1.114 1.507-1.46 1.401s-.346-.723-.346-1.955v-.116c0-.445 0-.667-.142-.806l-.008-.008c-.145-.136-.376-.136-.838-.136c-.832 0-1.248 0-1.39-.253l-.006-.012c-.133-.257.108-.583.59-1.235"/><path d="M7.578 18.011c.059-.207.14-.375.199-.486c.157-.296.398-.622.6-.896l1.241-1.68c.327-.442.656-.887.954-1.197c.218-.227.997-1.018 2.102-.679c1.138.35 1.308 1.48 1.35 1.79c.044.334.054.745.056 1.169a6 6 0 0 1 .65.043c.334.047 1.107.203 1.537.977l.029.053c.165.319.215.627.204.902c3.057-.111 5.5-2.597 5.5-5.647c0-2.473-1.607-4.576-3.845-5.342C17.837 4.195 15.415 2 12.476 2C9.32 2 6.762 4.53 6.762 7.651c0 .69.125 1.352.354 1.963a4.4 4.4 0 0 0-.83-.08C3.919 9.535 2 11.433 2 13.774c0 2.34 1.919 4.238 4.286 4.238z"/></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 d="m9.626 17.465l1.148-1.555c.743-1.005 1.114-1.508 1.46-1.401s.346.722.346 1.955v.116c0 .445 0 .667.142.806l.008.008c.145.136.376.136.838.136c.832 0 1.249 0 1.39.252l.006.013c.133.257-.108.583-.59 1.235l-1.148 1.555c-.743 1.005-1.114 1.507-1.46 1.401s-.346-.723-.346-1.955v-.116c0-.445 0-.667-.142-.806l-.008-.008c-.145-.136-.376-.136-.838-.136c-.832 0-1.248 0-1.39-.253l-.006-.012c-.133-.257.108-.583.59-1.235"/><path d="M7.578 18.011c.059-.207.14-.375.199-.486c.157-.296.398-.622.6-.896l1.241-1.68c.327-.442.656-.887.954-1.197c.218-.227.997-1.018 2.102-.679c1.138.35 1.308 1.48 1.35 1.79c.044.334.054.745.056 1.169a6 6 0 0 1 .65.043c.334.047 1.107.203 1.537.977l.029.053c.165.319.215.627.204.902c3.057-.111 5.5-2.597 5.5-5.647c0-2.473-1.607-4.576-3.845-5.342C17.837 4.195 15.415 2 12.476 2C9.32 2 6.762 4.53 6.762 7.651c0 .69.125 1.352.354 1.963a4.4 4.4 0 0 0-.83-.08C3.919 9.535 2 11.433 2 13.774c0 2.34 1.919 4.238 4.286 4.238z"/></g></svg> </template>
CSS
.icon-cloud-bolt-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%20d%3D%22m9.626%2017.465l1.148-1.555c.743-1.005%201.114-1.508%201.46-1.401s.346.722.346%201.955v.116c0%20.445%200%20.667.142.806l.008.008c.145.136.376.136.838.136c.832%200%201.249%200%201.39.252l.006.013c.133.257-.108.583-.59%201.235l-1.148%201.555c-.743%201.005-1.114%201.507-1.46%201.401s-.346-.723-.346-1.955v-.116c0-.445%200-.667-.142-.806l-.008-.008c-.145-.136-.376-.136-.838-.136c-.832%200-1.248%200-1.39-.253l-.006-.012c-.133-.257.108-.583.59-1.235%22%2F%3E%3Cpath%20d%3D%22M7.578%2018.011c.059-.207.14-.375.199-.486c.157-.296.398-.622.6-.896l1.241-1.68c.327-.442.656-.887.954-1.197c.218-.227.997-1.018%202.102-.679c1.138.35%201.308%201.48%201.35%201.79c.044.334.054.745.056%201.169a6%206%200%200%201%20.65.043c.334.047%201.107.203%201.537.977l.029.053c.165.319.215.627.204.902c3.057-.111%205.5-2.597%205.5-5.647c0-2.473-1.607-4.576-3.845-5.342C17.837%204.195%2015.415%202%2012.476%202C9.32%202%206.762%204.53%206.762%207.651c0%20.69.125%201.352.354%201.963a4.4%204.4%200%200%200-.83-.08C3.919%209.535%202%2011.433%202%2013.774c0%202.34%201.919%204.238%204.286%204.238z%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%20d%3D%22m9.626%2017.465l1.148-1.555c.743-1.005%201.114-1.508%201.46-1.401s.346.722.346%201.955v.116c0%20.445%200%20.667.142.806l.008.008c.145.136.376.136.838.136c.832%200%201.249%200%201.39.252l.006.013c.133.257-.108.583-.59%201.235l-1.148%201.555c-.743%201.005-1.114%201.507-1.46%201.401s-.346-.723-.346-1.955v-.116c0-.445%200-.667-.142-.806l-.008-.008c-.145-.136-.376-.136-.838-.136c-.832%200-1.248%200-1.39-.253l-.006-.012c-.133-.257.108-.583.59-1.235%22%2F%3E%3Cpath%20d%3D%22M7.578%2018.011c.059-.207.14-.375.199-.486c.157-.296.398-.622.6-.896l1.241-1.68c.327-.442.656-.887.954-1.197c.218-.227.997-1.018%202.102-.679c1.138.35%201.308%201.48%201.35%201.79c.044.334.054.745.056%201.169a6%206%200%200%201%20.65.043c.334.047%201.107.203%201.537.977l.029.053c.165.319.215.627.204.902c3.057-.111%205.5-2.597%205.5-5.647c0-2.473-1.607-4.576-3.845-5.342C17.837%204.195%2015.415%202%2012.476%202C9.32%202%206.762%204.53%206.762%207.651c0%20.69.125%201.352.354%201.963a4.4%204.4%200%200%200-.83-.08C3.919%209.535%202%2011.433%202%2013.774c0%202.34%201.919%204.238%204.286%204.238z%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-bolt-filled.svg?color=%231a73e8&size=48