bolt-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
bolt-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All bolt icons →

Use the bolt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID53"><path d="M13.1 2.35a.55.55 0 0 1 .98.38l-.98 7.17h5.7a.55.55 0 0 1 .43.9L10 20.15a.55.55 0 0 1-.97-.43l1.24-6.42H5.2a.55.55 0 0 1-.43-.9Z"/></clipPath></defs><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M13.1 2.35a.55.55 0 0 1 .98.38l-.98 7.17h5.7a.55.55 0 0 1 .43.9L10 20.15a.55.55 0 0 1-.97-.43l1.24-6.42H5.2a.55.55 0 0 1-.43-.9Z"/><g clip-path="url(#svgID53)"><circle r=".52" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M9.5 21.094249999999995l-.55.85-.6.05-.55.7" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M9.950000000000001 20.894249999999996l.85.6-.05.5.8.5" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M9.1 20.444249999999997l-1.1-.45-.1-.6-.8-.25" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherBoltOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID53"><path d="M13.1 2.35a.55.55 0 0 1 .98.38l-.98 7.17h5.7a.55.55 0 0 1 .43.9L10 20.15a.55.55 0 0 1-.97-.43l1.24-6.42H5.2a.55.55 0 0 1-.43-.9Z"/></clipPath></defs><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.4" d="M13.1 2.35a.55.55 0 0 1 .98.38l-.98 7.17h5.7a.55.55 0 0 1 .43.9L10 20.15a.55.55 0 0 1-.97-.43l1.24-6.42H5.2a.55.55 0 0 1-.43-.9Z"/><g clipPath="url(#svgID53)"><circle r=".52" opacity="0"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M9.5 21.094249999999995l-.55.85-.6.05-.55.7" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M9.950000000000001 20.894249999999996l.85.6-.05.5.8.5" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M9.1 20.444249999999997l-1.1-.45-.1-.6-.8-.25" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID53"><path d="M13.1 2.35a.55.55 0 0 1 .98.38l-.98 7.17h5.7a.55.55 0 0 1 .43.9L10 20.15a.55.55 0 0 1-.97-.43l1.24-6.42H5.2a.55.55 0 0 1-.43-.9Z"/></clipPath></defs><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M13.1 2.35a.55.55 0 0 1 .98.38l-.98 7.17h5.7a.55.55 0 0 1 .43.9L10 20.15a.55.55 0 0 1-.97-.43l1.24-6.42H5.2a.55.55 0 0 1-.43-.9Z"/><g clip-path="url(#svgID53)"><circle r=".52" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M9.5 21.094249999999995l-.55.85-.6.05-.55.7" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M9.950000000000001 20.894249999999996l.85.6-.05.5.8.5" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M9.1 20.444249999999997l-1.1-.45-.1-.6-.8-.25" opacity="0"/></g></svg>
</template>

CSS

.icon-bolt-outline {
  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%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID53%22%3E%3Cpath%20d%3D%22M13.1%202.35a.55.55%200%200%201%20.98.38l-.98%207.17h5.7a.55.55%200%200%201%20.43.9L10%2020.15a.55.55%200%200%201-.97-.43l1.24-6.42H5.2a.55.55%200%200%201-.43-.9Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M13.1%202.35a.55.55%200%200%201%20.98.38l-.98%207.17h5.7a.55.55%200%200%201%20.43.9L10%2020.15a.55.55%200%200%201-.97-.43l1.24-6.42H5.2a.55.55%200%200%201-.43-.9Z%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID53)%22%3E%3Ccircle%20r%3D%22.52%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M9.5%2021.094249999999995l-.55.85-.6.05-.55.7%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M9.950000000000001%2020.894249999999996l.85.6-.05.5.8.5%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M9.1%2020.444249999999997l-1.1-.45-.1-.6-.8-.25%22%20opacity%3D%220%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%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID53%22%3E%3Cpath%20d%3D%22M13.1%202.35a.55.55%200%200%201%20.98.38l-.98%207.17h5.7a.55.55%200%200%201%20.43.9L10%2020.15a.55.55%200%200%201-.97-.43l1.24-6.42H5.2a.55.55%200%200%201-.43-.9Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M13.1%202.35a.55.55%200%200%201%20.98.38l-.98%207.17h5.7a.55.55%200%200%201%20.43.9L10%2020.15a.55.55%200%200%201-.97-.43l1.24-6.42H5.2a.55.55%200%200%201-.43-.9Z%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID53)%22%3E%3Ccircle%20r%3D%22.52%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M9.5%2021.094249999999995l-.55.85-.6.05-.55.7%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M9.950000000000001%2020.894249999999996l.85.6-.05.5.8.5%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M9.1%2020.444249999999997l-1.1-.45-.1-.6-.8-.25%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Bolt outline icon — Dither Icons · IconsDB