bolt-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
bolt-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

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="M20.662 6.998a4.9 4.9 0 0 0-1.791-1.801l-4.414-2.552a5 5 0 0 0-4.914 0L5.139 5.197A4.92 4.92 0 0 0 2.677 9.45v5.085a4.91 4.91 0 0 0 2.452 4.253l4.414 2.552a4.9 4.9 0 0 0 4.914 0l4.414-2.552a4.9 4.9 0 0 0 1.791-1.791c.432-.75.66-1.598.66-2.463V9.45c0-.86-.228-1.707-.66-2.452m-4.854 6.255l-.81 1.402a2.5 2.5 0 0 1-.921.93c-.384.22-.819.338-1.261.34h-1.632a2.56 2.56 0 0 1-1.26-.34a2.5 2.5 0 0 1-.922-.93l-.81-1.402a2.49 2.49 0 0 1 0-2.512l.81-1.4c.216-.39.535-.712.921-.932c.384-.22.819-.337 1.261-.34h1.632c.442.003.877.12 1.26.34c.385.223.703.544.921.931l.811 1.401a2.49 2.49 0 0 1 0 2.512"/></svg>

React

import type { SVGProps } from "react";

export function MageBoltFill(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="M20.662 6.998a4.9 4.9 0 0 0-1.791-1.801l-4.414-2.552a5 5 0 0 0-4.914 0L5.139 5.197A4.92 4.92 0 0 0 2.677 9.45v5.085a4.91 4.91 0 0 0 2.452 4.253l4.414 2.552a4.9 4.9 0 0 0 4.914 0l4.414-2.552a4.9 4.9 0 0 0 1.791-1.791c.432-.75.66-1.598.66-2.463V9.45c0-.86-.228-1.707-.66-2.452m-4.854 6.255l-.81 1.402a2.5 2.5 0 0 1-.921.93c-.384.22-.819.338-1.261.34h-1.632a2.56 2.56 0 0 1-1.26-.34a2.5 2.5 0 0 1-.922-.93l-.81-1.402a2.49 2.49 0 0 1 0-2.512l.81-1.4c.216-.39.535-.712.921-.932c.384-.22.819-.337 1.261-.34h1.632c.442.003.877.12 1.26.34c.385.223.703.544.921.931l.811 1.401a2.49 2.49 0 0 1 0 2.512"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.662 6.998a4.9 4.9 0 0 0-1.791-1.801l-4.414-2.552a5 5 0 0 0-4.914 0L5.139 5.197A4.92 4.92 0 0 0 2.677 9.45v5.085a4.91 4.91 0 0 0 2.452 4.253l4.414 2.552a4.9 4.9 0 0 0 4.914 0l4.414-2.552a4.9 4.9 0 0 0 1.791-1.791c.432-.75.66-1.598.66-2.463V9.45c0-.86-.228-1.707-.66-2.452m-4.854 6.255l-.81 1.402a2.5 2.5 0 0 1-.921.93c-.384.22-.819.338-1.261.34h-1.632a2.56 2.56 0 0 1-1.26-.34a2.5 2.5 0 0 1-.922-.93l-.81-1.402a2.49 2.49 0 0 1 0-2.512l.81-1.4c.216-.39.535-.712.921-.932c.384-.22.819-.337 1.261-.34h1.632c.442.003.877.12 1.26.34c.385.223.703.544.921.931l.811 1.401a2.49 2.49 0 0 1 0 2.512"/></svg>
</template>

CSS

.icon-bolt-fill {
  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%22M20.662%206.998a4.9%204.9%200%200%200-1.791-1.801l-4.414-2.552a5%205%200%200%200-4.914%200L5.139%205.197A4.92%204.92%200%200%200%202.677%209.45v5.085a4.91%204.91%200%200%200%202.452%204.253l4.414%202.552a4.9%204.9%200%200%200%204.914%200l4.414-2.552a4.9%204.9%200%200%200%201.791-1.791c.432-.75.66-1.598.66-2.463V9.45c0-.86-.228-1.707-.66-2.452m-4.854%206.255l-.81%201.402a2.5%202.5%200%200%201-.921.93c-.384.22-.819.338-1.261.34h-1.632a2.56%202.56%200%200%201-1.26-.34a2.5%202.5%200%200%201-.922-.93l-.81-1.402a2.49%202.49%200%200%201%200-2.512l.81-1.4c.216-.39.535-.712.921-.932c.384-.22.819-.337%201.261-.34h1.632c.442.003.877.12%201.26.34c.385.223.703.544.921.931l.811%201.401a2.49%202.49%200%200%201%200%202.512%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%22M20.662%206.998a4.9%204.9%200%200%200-1.791-1.801l-4.414-2.552a5%205%200%200%200-4.914%200L5.139%205.197A4.92%204.92%200%200%200%202.677%209.45v5.085a4.91%204.91%200%200%200%202.452%204.253l4.414%202.552a4.9%204.9%200%200%200%204.914%200l4.414-2.552a4.9%204.9%200%200%200%201.791-1.791c.432-.75.66-1.598.66-2.463V9.45c0-.86-.228-1.707-.66-2.452m-4.854%206.255l-.81%201.402a2.5%202.5%200%200%201-.921.93c-.384.22-.819.338-1.261.34h-1.632a2.56%202.56%200%200%201-1.26-.34a2.5%202.5%200%200%201-.922-.93l-.81-1.402a2.49%202.49%200%200%201%200-2.512l.81-1.4c.216-.39.535-.712.921-.932c.384-.22.819-.337%201.261-.34h1.632c.442.003.877.12%201.26.34c.385.223.703.544.921.931l.811%201.401a2.49%202.49%200%200%201%200%202.512%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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