bolt icon
bolt-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.
- Name
- bolt-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
boltBoxIcons v2 SolidboltFramework7 IconsboltFont Awesome 6 SolidboltFont Awesome SolidboltFirefox OS Emojiboltcss.ggboltHeroIconsboltHuge IconsboltLine AwesomeboltSVG LogosboltLucideboltMage IconsboltMaterial SymbolsboltMaterial Symbols LightboltMaterial Design IconsboltPrime IconsboltTabler IconsboltWeb3 IconsboltWeb3 Icons BrandedboltUnicons
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-boldcircle-dashed-bold
Use the bolt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13.926 9.70541C13.5474 9.33386 13.5474 8.74151 13.5474 7.55682V7.24712C13.5474 3.96249 13.5474 2.32018 12.6241 2.03721C11.7007 1.75425 10.711 3.09327 8.73167 5.77133L5.66953 9.91436C4.3848 11.6526 3.74244 12.5217 4.09639 13.205C4.10225 13.2164 4.10829 13.2276 4.1145 13.2387C4.48945 13.9117 5.59888 13.9117 7.81775 13.9117C9.05079 13.9117 9.6673 13.9117 10.054 14.2754"/><path d="M13.9259 9.70557L13.9459 9.72481C14.3326 10.0885 14.9492 10.0885 16.1822 10.0885C18.4011 10.0885 19.5105 10.0885 19.8854 10.7615C19.8917 10.7726 19.8977 10.7838 19.9036 10.7951C20.2575 11.4785 19.6151 12.3476 18.3304 14.0858L15.2682 18.2288C13.2888 20.9069 12.2991 22.2459 11.3758 21.9629C10.4524 21.68 10.4524 20.0376 10.4525 16.753L10.4525 16.4434C10.4525 15.2587 10.4525 14.6663 10.074 14.2948L10.054 14.2755" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBoltLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M13.926 9.70541C13.5474 9.33386 13.5474 8.74151 13.5474 7.55682V7.24712C13.5474 3.96249 13.5474 2.32018 12.6241 2.03721C11.7007 1.75425 10.711 3.09327 8.73167 5.77133L5.66953 9.91436C4.3848 11.6526 3.74244 12.5217 4.09639 13.205C4.10225 13.2164 4.10829 13.2276 4.1145 13.2387C4.48945 13.9117 5.59888 13.9117 7.81775 13.9117C9.05079 13.9117 9.6673 13.9117 10.054 14.2754"/><path d="M13.9259 9.70557L13.9459 9.72481C14.3326 10.0885 14.9492 10.0885 16.1822 10.0885C18.4011 10.0885 19.5105 10.0885 19.8854 10.7615C19.8917 10.7726 19.8977 10.7838 19.9036 10.7951C20.2575 11.4785 19.6151 12.3476 18.3304 14.0858L15.2682 18.2288C13.2888 20.9069 12.2991 22.2459 11.3758 21.9629C10.4524 21.68 10.4524 20.0376 10.4525 16.753L10.4525 16.4434C10.4525 15.2587 10.4525 14.6663 10.074 14.2948L10.054 14.2755" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13.926 9.70541C13.5474 9.33386 13.5474 8.74151 13.5474 7.55682V7.24712C13.5474 3.96249 13.5474 2.32018 12.6241 2.03721C11.7007 1.75425 10.711 3.09327 8.73167 5.77133L5.66953 9.91436C4.3848 11.6526 3.74244 12.5217 4.09639 13.205C4.10225 13.2164 4.10829 13.2276 4.1145 13.2387C4.48945 13.9117 5.59888 13.9117 7.81775 13.9117C9.05079 13.9117 9.6673 13.9117 10.054 14.2754"/><path d="M13.9259 9.70557L13.9459 9.72481C14.3326 10.0885 14.9492 10.0885 16.1822 10.0885C18.4011 10.0885 19.5105 10.0885 19.8854 10.7615C19.8917 10.7726 19.8977 10.7838 19.9036 10.7951C20.2575 11.4785 19.6151 12.3476 18.3304 14.0858L15.2682 18.2288C13.2888 20.9069 12.2991 22.2459 11.3758 21.9629C10.4524 21.68 10.4524 20.0376 10.4525 16.753L10.4525 16.4434C10.4525 15.2587 10.4525 14.6663 10.074 14.2948L10.054 14.2755" opacity=".5"/></g></svg> </template>
CSS
.icon-bolt-line-duotone {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.926%209.70541C13.5474%209.33386%2013.5474%208.74151%2013.5474%207.55682V7.24712C13.5474%203.96249%2013.5474%202.32018%2012.6241%202.03721C11.7007%201.75425%2010.711%203.09327%208.73167%205.77133L5.66953%209.91436C4.3848%2011.6526%203.74244%2012.5217%204.09639%2013.205C4.10225%2013.2164%204.10829%2013.2276%204.1145%2013.2387C4.48945%2013.9117%205.59888%2013.9117%207.81775%2013.9117C9.05079%2013.9117%209.6673%2013.9117%2010.054%2014.2754%22%2F%3E%3Cpath%20d%3D%22M13.9259%209.70557L13.9459%209.72481C14.3326%2010.0885%2014.9492%2010.0885%2016.1822%2010.0885C18.4011%2010.0885%2019.5105%2010.0885%2019.8854%2010.7615C19.8917%2010.7726%2019.8977%2010.7838%2019.9036%2010.7951C20.2575%2011.4785%2019.6151%2012.3476%2018.3304%2014.0858L15.2682%2018.2288C13.2888%2020.9069%2012.2991%2022.2459%2011.3758%2021.9629C10.4524%2021.68%2010.4524%2020.0376%2010.4525%2016.753L10.4525%2016.4434C10.4525%2015.2587%2010.4525%2014.6663%2010.074%2014.2948L10.054%2014.2755%22%20opacity%3D%22.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.926%209.70541C13.5474%209.33386%2013.5474%208.74151%2013.5474%207.55682V7.24712C13.5474%203.96249%2013.5474%202.32018%2012.6241%202.03721C11.7007%201.75425%2010.711%203.09327%208.73167%205.77133L5.66953%209.91436C4.3848%2011.6526%203.74244%2012.5217%204.09639%2013.205C4.10225%2013.2164%204.10829%2013.2276%204.1145%2013.2387C4.48945%2013.9117%205.59888%2013.9117%207.81775%2013.9117C9.05079%2013.9117%209.6673%2013.9117%2010.054%2014.2754%22%2F%3E%3Cpath%20d%3D%22M13.9259%209.70557L13.9459%209.72481C14.3326%2010.0885%2014.9492%2010.0885%2016.1822%2010.0885C18.4011%2010.0885%2019.5105%2010.0885%2019.8854%2010.7615C19.8917%2010.7726%2019.8977%2010.7838%2019.9036%2010.7951C20.2575%2011.4785%2019.6151%2012.3476%2018.3304%2014.0858L15.2682%2018.2288C13.2888%2020.9069%2012.2991%2022.2459%2011.3758%2021.9629C10.4524%2021.68%2010.4524%2020.0376%2010.4525%2016.753L10.4525%2016.4434C10.4525%2015.2587%2010.4525%2014.6663%2010.074%2014.2948L10.054%2014.2755%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/bolt-line-duotone.svg?color=%231a73e8&size=48