bolt icon
bolt-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.
- Name
- bolt-bold
- Set
- Solar
- Style
- Bold
- 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"><path fill="currentColor" d="M5.66953 9.91436L8.73167 5.77133C10.711 3.09327 11.7007 1.75425 12.6241 2.03721C13.5474 2.32018 13.5474 3.96249 13.5474 7.24712V7.55682C13.5474 8.74151 13.5474 9.33386 13.926 9.70541L13.946 9.72466C14.3327 10.0884 14.9492 10.0884 16.1822 10.0884C18.4011 10.0884 19.5106 10.0884 19.8855 10.7613C19.8917 10.7724 19.8977 10.7837 19.9036 10.795C20.2576 11.4784 19.6152 12.3475 18.3304 14.0857L15.2683 18.2287C13.2889 20.9067 12.2992 22.2458 11.3758 21.9628C10.4525 21.6798 10.4525 20.0375 10.4525 16.7528L10.4526 16.4433C10.4526 15.2585 10.4526 14.6662 10.074 14.2946L10.054 14.2754C9.6673 13.9117 9.05079 13.9117 7.81775 13.9117C5.59888 13.9117 4.48945 13.9117 4.1145 13.2387C4.10829 13.2276 4.10225 13.2164 4.09639 13.205C3.74244 12.5217 4.3848 11.6526 5.66953 9.91436Z"/></svg>
React
import type { SVGProps } from "react";
export function SolarBoltBold(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="M5.66953 9.91436L8.73167 5.77133C10.711 3.09327 11.7007 1.75425 12.6241 2.03721C13.5474 2.32018 13.5474 3.96249 13.5474 7.24712V7.55682C13.5474 8.74151 13.5474 9.33386 13.926 9.70541L13.946 9.72466C14.3327 10.0884 14.9492 10.0884 16.1822 10.0884C18.4011 10.0884 19.5106 10.0884 19.8855 10.7613C19.8917 10.7724 19.8977 10.7837 19.9036 10.795C20.2576 11.4784 19.6152 12.3475 18.3304 14.0857L15.2683 18.2287C13.2889 20.9067 12.2992 22.2458 11.3758 21.9628C10.4525 21.6798 10.4525 20.0375 10.4525 16.7528L10.4526 16.4433C10.4526 15.2585 10.4526 14.6662 10.074 14.2946L10.054 14.2754C9.6673 13.9117 9.05079 13.9117 7.81775 13.9117C5.59888 13.9117 4.48945 13.9117 4.1145 13.2387C4.10829 13.2276 4.10225 13.2164 4.09639 13.205C3.74244 12.5217 4.3848 11.6526 5.66953 9.91436Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.66953 9.91436L8.73167 5.77133C10.711 3.09327 11.7007 1.75425 12.6241 2.03721C13.5474 2.32018 13.5474 3.96249 13.5474 7.24712V7.55682C13.5474 8.74151 13.5474 9.33386 13.926 9.70541L13.946 9.72466C14.3327 10.0884 14.9492 10.0884 16.1822 10.0884C18.4011 10.0884 19.5106 10.0884 19.8855 10.7613C19.8917 10.7724 19.8977 10.7837 19.9036 10.795C20.2576 11.4784 19.6152 12.3475 18.3304 14.0857L15.2683 18.2287C13.2889 20.9067 12.2992 22.2458 11.3758 21.9628C10.4525 21.6798 10.4525 20.0375 10.4525 16.7528L10.4526 16.4433C10.4526 15.2585 10.4526 14.6662 10.074 14.2946L10.054 14.2754C9.6673 13.9117 9.05079 13.9117 7.81775 13.9117C5.59888 13.9117 4.48945 13.9117 4.1145 13.2387C4.10829 13.2276 4.10225 13.2164 4.09639 13.205C3.74244 12.5217 4.3848 11.6526 5.66953 9.91436Z"/></svg> </template>
CSS
.icon-bolt-bold {
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%22M5.66953%209.91436L8.73167%205.77133C10.711%203.09327%2011.7007%201.75425%2012.6241%202.03721C13.5474%202.32018%2013.5474%203.96249%2013.5474%207.24712V7.55682C13.5474%208.74151%2013.5474%209.33386%2013.926%209.70541L13.946%209.72466C14.3327%2010.0884%2014.9492%2010.0884%2016.1822%2010.0884C18.4011%2010.0884%2019.5106%2010.0884%2019.8855%2010.7613C19.8917%2010.7724%2019.8977%2010.7837%2019.9036%2010.795C20.2576%2011.4784%2019.6152%2012.3475%2018.3304%2014.0857L15.2683%2018.2287C13.2889%2020.9067%2012.2992%2022.2458%2011.3758%2021.9628C10.4525%2021.6798%2010.4525%2020.0375%2010.4525%2016.7528L10.4526%2016.4433C10.4526%2015.2585%2010.4526%2014.6662%2010.074%2014.2946L10.054%2014.2754C9.6673%2013.9117%209.05079%2013.9117%207.81775%2013.9117C5.59888%2013.9117%204.48945%2013.9117%204.1145%2013.2387C4.10829%2013.2276%204.10225%2013.2164%204.09639%2013.205C3.74244%2012.5217%204.3848%2011.6526%205.66953%209.91436Z%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%22M5.66953%209.91436L8.73167%205.77133C10.711%203.09327%2011.7007%201.75425%2012.6241%202.03721C13.5474%202.32018%2013.5474%203.96249%2013.5474%207.24712V7.55682C13.5474%208.74151%2013.5474%209.33386%2013.926%209.70541L13.946%209.72466C14.3327%2010.0884%2014.9492%2010.0884%2016.1822%2010.0884C18.4011%2010.0884%2019.5106%2010.0884%2019.8855%2010.7613C19.8917%2010.7724%2019.8977%2010.7837%2019.9036%2010.795C20.2576%2011.4784%2019.6152%2012.3475%2018.3304%2014.0857L15.2683%2018.2287C13.2889%2020.9067%2012.2992%2022.2458%2011.3758%2021.9628C10.4525%2021.6798%2010.4525%2020.0375%2010.4525%2016.7528L10.4526%2016.4433C10.4526%2015.2585%2010.4526%2014.6662%2010.074%2014.2946L10.054%2014.2754C9.6673%2013.9117%209.05079%2013.9117%207.81775%2013.9117C5.59888%2013.9117%204.48945%2013.9117%204.1145%2013.2387C4.10829%2013.2276%204.10225%2013.2164%204.09639%2013.205C3.74244%2012.5217%204.3848%2011.6526%205.66953%209.91436Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/bolt-bold.svg?color=%231a73e8&size=48