cloud lightning icon
cloud-lightning from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- cloud-lightning
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-cloud-lightning
The same icon in other sets
Related icons in BoxIcons v2
Use the cloud lightning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 13l-1 5h2v4l3.975-6H13l1-3z"/><path fill="currentColor" d="M18.944 10.112C18.507 6.67 15.56 4 12 4C9.244 4 6.85 5.611 5.757 8.15C3.609 8.792 2 10.819 2 13c0 2.757 2.243 5 5 5v-2c-1.654 0-3-1.346-3-3c0-1.403 1.199-2.756 2.673-3.015l.581-.103l.192-.559C8.149 7.273 9.895 6 12 6c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888"/></svg>
React
import type { SVGProps } from "react";
export function BxCloudLightning(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="m10 13l-1 5h2v4l3.975-6H13l1-3z"/><path fill="currentColor" d="M18.944 10.112C18.507 6.67 15.56 4 12 4C9.244 4 6.85 5.611 5.757 8.15C3.609 8.792 2 10.819 2 13c0 2.757 2.243 5 5 5v-2c-1.654 0-3-1.346-3-3c0-1.403 1.199-2.756 2.673-3.015l.581-.103l.192-.559C8.149 7.273 9.895 6 12 6c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 13l-1 5h2v4l3.975-6H13l1-3z"/><path fill="currentColor" d="M18.944 10.112C18.507 6.67 15.56 4 12 4C9.244 4 6.85 5.611 5.757 8.15C3.609 8.792 2 10.819 2 13c0 2.757 2.243 5 5 5v-2c-1.654 0-3-1.346-3-3c0-1.403 1.199-2.756 2.673-3.015l.581-.103l.192-.559C8.149 7.273 9.895 6 12 6c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888"/></svg> </template>
CSS
.icon-cloud-lightning {
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%22m10%2013l-1%205h2v4l3.975-6H13l1-3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.944%2010.112C18.507%206.67%2015.56%204%2012%204C9.244%204%206.85%205.611%205.757%208.15C3.609%208.792%202%2010.819%202%2013c0%202.757%202.243%205%205%205v-2c-1.654%200-3-1.346-3-3c0-1.403%201.199-2.756%202.673-3.015l.581-.103l.192-.559C8.149%207.273%209.895%206%2012%206c2.757%200%205%202.243%205%205v1h1c1.103%200%202%20.897%202%202s-.897%202-2%202h-1v2h1c2.206%200%204-1.794%204-4a4.01%204.01%200%200%200-3.056-3.888%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%22m10%2013l-1%205h2v4l3.975-6H13l1-3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.944%2010.112C18.507%206.67%2015.56%204%2012%204C9.244%204%206.85%205.611%205.757%208.15C3.609%208.792%202%2010.819%202%2013c0%202.757%202.243%205%205%205v-2c-1.654%200-3-1.346-3-3c0-1.403%201.199-2.756%202.673-3.015l.581-.103l.192-.559C8.149%207.273%209.895%206%2012%206c2.757%200%205%202.243%205%205v1h1c1.103%200%202%20.897%202%202s-.897%202-2%202h-1v2h1c2.206%200%204-1.794%204-4a4.01%204.01%200%200%200-3.056-3.888%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/cloud-lightning.svg?color=%231a73e8&size=48