bolt from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
bolt
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.044 21h3.912c1.71 0 2.565 0 3.265-.414c.7-.415 1.114-1.167 1.945-2.672l1.655-3C21.607 13.49 22 12.777 22 12s-.393-1.49-1.179-2.914l-1.655-3c-.83-1.505-1.246-2.257-1.945-2.672C16.52 3 15.666 3 13.956 3h-3.912c-1.71 0-2.565 0-3.265.414c-.7.415-1.114 1.167-1.945 2.672l-1.655 3C2.393 10.511 2 11.223 2 12s.393 1.49 1.179 2.914l1.655 3c.83 1.505 1.246 2.257 1.945 2.672c.7.414 1.555.414 3.265.414"/><path d="M12 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBolt(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M10.044 21h3.912c1.71 0 2.565 0 3.265-.414c.7-.415 1.114-1.167 1.945-2.672l1.655-3C21.607 13.49 22 12.777 22 12s-.393-1.49-1.179-2.914l-1.655-3c-.83-1.505-1.246-2.257-1.945-2.672C16.52 3 15.666 3 13.956 3h-3.912c-1.71 0-2.565 0-3.265.414c-.7.415-1.114 1.167-1.945 2.672l-1.655 3C2.393 10.511 2 11.223 2 12s.393 1.49 1.179 2.914l1.655 3c.83 1.505 1.246 2.257 1.945 2.672c.7.414 1.555.414 3.265.414"/><path d="M12 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.044 21h3.912c1.71 0 2.565 0 3.265-.414c.7-.415 1.114-1.167 1.945-2.672l1.655-3C21.607 13.49 22 12.777 22 12s-.393-1.49-1.179-2.914l-1.655-3c-.83-1.505-1.246-2.257-1.945-2.672C16.52 3 15.666 3 13.956 3h-3.912c-1.71 0-2.565 0-3.265.414c-.7.415-1.114 1.167-1.945 2.672l-1.655 3C2.393 10.511 2 11.223 2 12s.393 1.49 1.179 2.914l1.655 3c.83 1.505 1.246 2.257 1.945 2.672c.7.414 1.555.414 3.265.414"/><path d="M12 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></g></svg>
</template>

CSS

.icon-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.044%2021h3.912c1.71%200%202.565%200%203.265-.414c.7-.415%201.114-1.167%201.945-2.672l1.655-3C21.607%2013.49%2022%2012.777%2022%2012s-.393-1.49-1.179-2.914l-1.655-3c-.83-1.505-1.246-2.257-1.945-2.672C16.52%203%2015.666%203%2013.956%203h-3.912c-1.71%200-2.565%200-3.265.414c-.7.415-1.114%201.167-1.945%202.672l-1.655%203C2.393%2010.511%202%2011.223%202%2012s.393%201.49%201.179%202.914l1.655%203c.83%201.505%201.246%202.257%201.945%202.672c.7.414%201.555.414%203.265.414%22%2F%3E%3Cpath%20d%3D%22M12%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.044%2021h3.912c1.71%200%202.565%200%203.265-.414c.7-.415%201.114-1.167%201.945-2.672l1.655-3C21.607%2013.49%2022%2012.777%2022%2012s-.393-1.49-1.179-2.914l-1.655-3c-.83-1.505-1.246-2.257-1.945-2.672C16.52%203%2015.666%203%2013.956%203h-3.912c-1.71%200-2.565%200-3.265.414c-.7.415-1.114%201.167-1.945%202.672l-1.655%203C2.393%2010.511%202%2011.223%202%2012s.393%201.49%201.179%202.914l1.655%203c.83%201.505%201.246%202.257%201.945%202.672c.7.414%201.555.414%203.265.414%22%2F%3E%3Cpath%20d%3D%22M12%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/bolt.svg?color=%231a73e8&size=48