cloud bolt icon
cloud-bolt from Reicon by REICON · Outline · Weather · MIT Free for personal and commercial use.
- Name
- cloud-bolt
- Set
- Reicon
- Style
- Outline
- 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" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.476 2.75c-2.75 0-4.964 2.2-4.964 4.897c0 .462.065.909.185 1.331c.497.144.963.36 1.383.64a.75.75 0 1 1-.827 1.25a3.54 3.54 0 0 0-1.967-.589c-1.961 0-3.536 1.57-3.536 3.486s1.575 3.485 3.536 3.485a.75.75 0 0 1 0 1.5c-2.773 0-5.036-2.224-5.036-4.985c0-2.705 2.17-4.893 4.864-4.983a6.4 6.4 0 0 1-.102-1.135c0-3.541 2.902-6.397 6.464-6.397c3.158 0 5.796 2.244 6.355 5.221c2.3.977 3.919 3.238 3.919 5.882c0 3.074-2.188 5.631-5.093 6.253a.75.75 0 0 1-.314-1.467c2.24-.48 3.907-2.446 3.907-4.786c0-2.137-1.39-3.962-3.338-4.628a5 5 0 0 0-1.626-.27c-.583 0-1.14.1-1.658.28a.75.75 0 0 1-.494-1.416a6.5 6.5 0 0 1 3.024-.305a4.96 4.96 0 0 0-4.682-3.264"/><path d="M12.454 13.783c-.64-.196-1.118.249-1.342.48l-.91 1.149l-.03.042l-1.15 1.554l-.028.04l-.555.819c-.135.252-.312.696-.069 1.166l.018.033c.25.45.706.559.986.598c.278.039.635.039 1.01.039h.285v.37c0 .569 0 1.073.05 1.444c.043.316.172.971.827 1.172c.64.196 1.118-.249 1.342-.48c.263-.274.565-.683.91-1.149l1.18-1.596l.028-.04l.04-.054c.202-.272.393-.535.515-.765c.135-.252.312-.696.069-1.166l-.018-.033c-.25-.45-.706-.559-.986-.598c-.278-.039-.635-.039-1.01-.039h-.285v-.37c0-.569 0-1.073-.05-1.444c-.043-.316-.172-.971-.827-1.172m-.627 1.962a45 45 0 0 0-.45.601L10.23 17.9l-.221.301q.175.002.424.002h.033c.202 0 .418 0 .6.023c.21.027.484.096.72.317l.005.005l.013.013c.235.23.312.506.342.721c.025.181.025.395.025.586v.15c0 .28 0 .513.003.709c.126-.163.273-.362.45-.601l1.148-1.554q.126-.169.221-.301l-.424-.002h-.033c-.202 0-.418 0-.6-.023a1.25 1.25 0 0 1-.72-.317l-.005-.005l-.013-.013a1.2 1.2 0 0 1-.342-.721a5 5 0 0 1-.025-.586v-.15c0-.28 0-.513-.003-.709"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudBolt(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" fillRule="evenodd" clipRule="evenodd"><path d="M12.476 2.75c-2.75 0-4.964 2.2-4.964 4.897c0 .462.065.909.185 1.331c.497.144.963.36 1.383.64a.75.75 0 1 1-.827 1.25a3.54 3.54 0 0 0-1.967-.589c-1.961 0-3.536 1.57-3.536 3.486s1.575 3.485 3.536 3.485a.75.75 0 0 1 0 1.5c-2.773 0-5.036-2.224-5.036-4.985c0-2.705 2.17-4.893 4.864-4.983a6.4 6.4 0 0 1-.102-1.135c0-3.541 2.902-6.397 6.464-6.397c3.158 0 5.796 2.244 6.355 5.221c2.3.977 3.919 3.238 3.919 5.882c0 3.074-2.188 5.631-5.093 6.253a.75.75 0 0 1-.314-1.467c2.24-.48 3.907-2.446 3.907-4.786c0-2.137-1.39-3.962-3.338-4.628a5 5 0 0 0-1.626-.27c-.583 0-1.14.1-1.658.28a.75.75 0 0 1-.494-1.416a6.5 6.5 0 0 1 3.024-.305a4.96 4.96 0 0 0-4.682-3.264"/><path d="M12.454 13.783c-.64-.196-1.118.249-1.342.48l-.91 1.149l-.03.042l-1.15 1.554l-.028.04l-.555.819c-.135.252-.312.696-.069 1.166l.018.033c.25.45.706.559.986.598c.278.039.635.039 1.01.039h.285v.37c0 .569 0 1.073.05 1.444c.043.316.172.971.827 1.172c.64.196 1.118-.249 1.342-.48c.263-.274.565-.683.91-1.149l1.18-1.596l.028-.04l.04-.054c.202-.272.393-.535.515-.765c.135-.252.312-.696.069-1.166l-.018-.033c-.25-.45-.706-.559-.986-.598c-.278-.039-.635-.039-1.01-.039h-.285v-.37c0-.569 0-1.073-.05-1.444c-.043-.316-.172-.971-.827-1.172m-.627 1.962a45 45 0 0 0-.45.601L10.23 17.9l-.221.301q.175.002.424.002h.033c.202 0 .418 0 .6.023c.21.027.484.096.72.317l.005.005l.013.013c.235.23.312.506.342.721c.025.181.025.395.025.586v.15c0 .28 0 .513.003.709c.126-.163.273-.362.45-.601l1.148-1.554q.126-.169.221-.301l-.424-.002h-.033c-.202 0-.418 0-.6-.023a1.25 1.25 0 0 1-.72-.317l-.005-.005l-.013-.013a1.2 1.2 0 0 1-.342-.721a5 5 0 0 1-.025-.586v-.15c0-.28 0-.513-.003-.709"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.476 2.75c-2.75 0-4.964 2.2-4.964 4.897c0 .462.065.909.185 1.331c.497.144.963.36 1.383.64a.75.75 0 1 1-.827 1.25a3.54 3.54 0 0 0-1.967-.589c-1.961 0-3.536 1.57-3.536 3.486s1.575 3.485 3.536 3.485a.75.75 0 0 1 0 1.5c-2.773 0-5.036-2.224-5.036-4.985c0-2.705 2.17-4.893 4.864-4.983a6.4 6.4 0 0 1-.102-1.135c0-3.541 2.902-6.397 6.464-6.397c3.158 0 5.796 2.244 6.355 5.221c2.3.977 3.919 3.238 3.919 5.882c0 3.074-2.188 5.631-5.093 6.253a.75.75 0 0 1-.314-1.467c2.24-.48 3.907-2.446 3.907-4.786c0-2.137-1.39-3.962-3.338-4.628a5 5 0 0 0-1.626-.27c-.583 0-1.14.1-1.658.28a.75.75 0 0 1-.494-1.416a6.5 6.5 0 0 1 3.024-.305a4.96 4.96 0 0 0-4.682-3.264"/><path d="M12.454 13.783c-.64-.196-1.118.249-1.342.48l-.91 1.149l-.03.042l-1.15 1.554l-.028.04l-.555.819c-.135.252-.312.696-.069 1.166l.018.033c.25.45.706.559.986.598c.278.039.635.039 1.01.039h.285v.37c0 .569 0 1.073.05 1.444c.043.316.172.971.827 1.172c.64.196 1.118-.249 1.342-.48c.263-.274.565-.683.91-1.149l1.18-1.596l.028-.04l.04-.054c.202-.272.393-.535.515-.765c.135-.252.312-.696.069-1.166l-.018-.033c-.25-.45-.706-.559-.986-.598c-.278-.039-.635-.039-1.01-.039h-.285v-.37c0-.569 0-1.073-.05-1.444c-.043-.316-.172-.971-.827-1.172m-.627 1.962a45 45 0 0 0-.45.601L10.23 17.9l-.221.301q.175.002.424.002h.033c.202 0 .418 0 .6.023c.21.027.484.096.72.317l.005.005l.013.013c.235.23.312.506.342.721c.025.181.025.395.025.586v.15c0 .28 0 .513.003.709c.126-.163.273-.362.45-.601l1.148-1.554q.126-.169.221-.301l-.424-.002h-.033c-.202 0-.418 0-.6-.023a1.25 1.25 0 0 1-.72-.317l-.005-.005l-.013-.013a1.2 1.2 0 0 1-.342-.721a5 5 0 0 1-.025-.586v-.15c0-.28 0-.513-.003-.709"/></g></svg> </template>
CSS
.icon-cloud-bolt {
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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.476%202.75c-2.75%200-4.964%202.2-4.964%204.897c0%20.462.065.909.185%201.331c.497.144.963.36%201.383.64a.75.75%200%201%201-.827%201.25a3.54%203.54%200%200%200-1.967-.589c-1.961%200-3.536%201.57-3.536%203.486s1.575%203.485%203.536%203.485a.75.75%200%200%201%200%201.5c-2.773%200-5.036-2.224-5.036-4.985c0-2.705%202.17-4.893%204.864-4.983a6.4%206.4%200%200%201-.102-1.135c0-3.541%202.902-6.397%206.464-6.397c3.158%200%205.796%202.244%206.355%205.221c2.3.977%203.919%203.238%203.919%205.882c0%203.074-2.188%205.631-5.093%206.253a.75.75%200%200%201-.314-1.467c2.24-.48%203.907-2.446%203.907-4.786c0-2.137-1.39-3.962-3.338-4.628a5%205%200%200%200-1.626-.27c-.583%200-1.14.1-1.658.28a.75.75%200%200%201-.494-1.416a6.5%206.5%200%200%201%203.024-.305a4.96%204.96%200%200%200-4.682-3.264%22%2F%3E%3Cpath%20d%3D%22M12.454%2013.783c-.64-.196-1.118.249-1.342.48l-.91%201.149l-.03.042l-1.15%201.554l-.028.04l-.555.819c-.135.252-.312.696-.069%201.166l.018.033c.25.45.706.559.986.598c.278.039.635.039%201.01.039h.285v.37c0%20.569%200%201.073.05%201.444c.043.316.172.971.827%201.172c.64.196%201.118-.249%201.342-.48c.263-.274.565-.683.91-1.149l1.18-1.596l.028-.04l.04-.054c.202-.272.393-.535.515-.765c.135-.252.312-.696.069-1.166l-.018-.033c-.25-.45-.706-.559-.986-.598c-.278-.039-.635-.039-1.01-.039h-.285v-.37c0-.569%200-1.073-.05-1.444c-.043-.316-.172-.971-.827-1.172m-.627%201.962a45%2045%200%200%200-.45.601L10.23%2017.9l-.221.301q.175.002.424.002h.033c.202%200%20.418%200%20.6.023c.21.027.484.096.72.317l.005.005l.013.013c.235.23.312.506.342.721c.025.181.025.395.025.586v.15c0%20.28%200%20.513.003.709c.126-.163.273-.362.45-.601l1.148-1.554q.126-.169.221-.301l-.424-.002h-.033c-.202%200-.418%200-.6-.023a1.25%201.25%200%200%201-.72-.317l-.005-.005l-.013-.013a1.2%201.2%200%200%201-.342-.721a5%205%200%200%201-.025-.586v-.15c0-.28%200-.513-.003-.709%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.476%202.75c-2.75%200-4.964%202.2-4.964%204.897c0%20.462.065.909.185%201.331c.497.144.963.36%201.383.64a.75.75%200%201%201-.827%201.25a3.54%203.54%200%200%200-1.967-.589c-1.961%200-3.536%201.57-3.536%203.486s1.575%203.485%203.536%203.485a.75.75%200%200%201%200%201.5c-2.773%200-5.036-2.224-5.036-4.985c0-2.705%202.17-4.893%204.864-4.983a6.4%206.4%200%200%201-.102-1.135c0-3.541%202.902-6.397%206.464-6.397c3.158%200%205.796%202.244%206.355%205.221c2.3.977%203.919%203.238%203.919%205.882c0%203.074-2.188%205.631-5.093%206.253a.75.75%200%200%201-.314-1.467c2.24-.48%203.907-2.446%203.907-4.786c0-2.137-1.39-3.962-3.338-4.628a5%205%200%200%200-1.626-.27c-.583%200-1.14.1-1.658.28a.75.75%200%200%201-.494-1.416a6.5%206.5%200%200%201%203.024-.305a4.96%204.96%200%200%200-4.682-3.264%22%2F%3E%3Cpath%20d%3D%22M12.454%2013.783c-.64-.196-1.118.249-1.342.48l-.91%201.149l-.03.042l-1.15%201.554l-.028.04l-.555.819c-.135.252-.312.696-.069%201.166l.018.033c.25.45.706.559.986.598c.278.039.635.039%201.01.039h.285v.37c0%20.569%200%201.073.05%201.444c.043.316.172.971.827%201.172c.64.196%201.118-.249%201.342-.48c.263-.274.565-.683.91-1.149l1.18-1.596l.028-.04l.04-.054c.202-.272.393-.535.515-.765c.135-.252.312-.696.069-1.166l-.018-.033c-.25-.45-.706-.559-.986-.598c-.278-.039-.635-.039-1.01-.039h-.285v-.37c0-.569%200-1.073-.05-1.444c-.043-.316-.172-.971-.827-1.172m-.627%201.962a45%2045%200%200%200-.45.601L10.23%2017.9l-.221.301q.175.002.424.002h.033c.202%200%20.418%200%20.6.023c.21.027.484.096.72.317l.005.005l.013.013c.235.23.312.506.342.721c.025.181.025.395.025.586v.15c0%20.28%200%20.513.003.709c.126-.163.273-.362.45-.601l1.148-1.554q.126-.169.221-.301l-.424-.002h-.033c-.202%200-.418%200-.6-.023a1.25%201.25%200%200%201-.72-.317l-.005-.005l-.013-.013a1.2%201.2%200%200%201-.342-.721a5%205%200%200%201-.025-.586v-.15c0-.28%200-.513-.003-.709%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.svg?color=%231a73e8&size=48