bolt from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
bolt
Set
Prime Icons
Style
Regular
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"><path fill="currentColor" d="M11.09 21.5a.7.7 0 0 1-.24 0a.83.83 0 0 1-.59-.81v-.11l.9-6.35H6.82a.8.8 0 0 1-.71-.43a.85.85 0 0 1 0-.86l2-3.49l4.1-6.52a.79.79 0 0 1 .92-.35a.83.83 0 0 1 .59.81v.11l-.9 6.35h4.35a.8.8 0 0 1 .71.43a.85.85 0 0 1 0 .86l-2 3.49l-4.1 6.52a.79.79 0 0 1-.69.35m-3.16-8.81h4a.84.84 0 0 1 .83.85v.11l-.59 4.14l2.5-4l1.44-2.48h-4a.84.84 0 0 1-.83-.85v-.11l.59-4.14l-2.5 4Zm5.51-8.99"/></svg>

React

import type { SVGProps } from "react";

export function PrimeBolt(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="M11.09 21.5a.7.7 0 0 1-.24 0a.83.83 0 0 1-.59-.81v-.11l.9-6.35H6.82a.8.8 0 0 1-.71-.43a.85.85 0 0 1 0-.86l2-3.49l4.1-6.52a.79.79 0 0 1 .92-.35a.83.83 0 0 1 .59.81v.11l-.9 6.35h4.35a.8.8 0 0 1 .71.43a.85.85 0 0 1 0 .86l-2 3.49l-4.1 6.52a.79.79 0 0 1-.69.35m-3.16-8.81h4a.84.84 0 0 1 .83.85v.11l-.59 4.14l2.5-4l1.44-2.48h-4a.84.84 0 0 1-.83-.85v-.11l.59-4.14l-2.5 4Zm5.51-8.99"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.09 21.5a.7.7 0 0 1-.24 0a.83.83 0 0 1-.59-.81v-.11l.9-6.35H6.82a.8.8 0 0 1-.71-.43a.85.85 0 0 1 0-.86l2-3.49l4.1-6.52a.79.79 0 0 1 .92-.35a.83.83 0 0 1 .59.81v.11l-.9 6.35h4.35a.8.8 0 0 1 .71.43a.85.85 0 0 1 0 .86l-2 3.49l-4.1 6.52a.79.79 0 0 1-.69.35m-3.16-8.81h4a.84.84 0 0 1 .83.85v.11l-.59 4.14l2.5-4l1.44-2.48h-4a.84.84 0 0 1-.83-.85v-.11l.59-4.14l-2.5 4Zm5.51-8.99"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.09%2021.5a.7.7%200%200%201-.24%200a.83.83%200%200%201-.59-.81v-.11l.9-6.35H6.82a.8.8%200%200%201-.71-.43a.85.85%200%200%201%200-.86l2-3.49l4.1-6.52a.79.79%200%200%201%20.92-.35a.83.83%200%200%201%20.59.81v.11l-.9%206.35h4.35a.8.8%200%200%201%20.71.43a.85.85%200%200%201%200%20.86l-2%203.49l-4.1%206.52a.79.79%200%200%201-.69.35m-3.16-8.81h4a.84.84%200%200%201%20.83.85v.11l-.59%204.14l2.5-4l1.44-2.48h-4a.84.84%200%200%201-.83-.85v-.11l.59-4.14l-2.5%204Zm5.51-8.99%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%22M11.09%2021.5a.7.7%200%200%201-.24%200a.83.83%200%200%201-.59-.81v-.11l.9-6.35H6.82a.8.8%200%200%201-.71-.43a.85.85%200%200%201%200-.86l2-3.49l4.1-6.52a.79.79%200%200%201%20.92-.35a.83.83%200%200%201%20.59.81v.11l-.9%206.35h4.35a.8.8%200%200%201%20.71.43a.85.85%200%200%201%200%20.86l-2%203.49l-4.1%206.52a.79.79%200%200%201-.69.35m-3.16-8.81h4a.84.84%200%200%201%20.83.85v.11l-.59%204.14l2.5-4l1.44-2.48h-4a.84.84%200%200%201-.83-.85v-.11l.59-4.14l-2.5%204Zm5.51-8.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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