bolt-badge-a from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
bolt-badge-a
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the bolt badge a icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.016 31.68c0 .914.703 1.593 1.687 1.593h13.243L13.96 51.484c-.937 2.414 1.64 3.727 3.188 1.735l6.046-7.782a14.3 14.3 0 0 1-.234-2.671c0-1.196.164-2.391.469-3.493l-3.54 4.618l6.47-14.11H11.875l13.219-17.554l-6.399 14.015h14.696l-2.625 3.422a13.64 13.64 0 0 1 6.187-1.945l1.477-1.899c.398-.492.61-.96.61-1.5c0-.89-.68-1.57-1.665-1.57H24.11l7.007-18.234c.914-2.414-1.64-3.727-3.187-1.711L6.649 30.18c-.422.515-.633.984-.633 1.5m32.039 22.992c6.468 0 11.93-5.39 11.93-11.906s-5.391-11.907-11.93-11.907c-6.516 0-11.906 5.391-11.906 11.907c0 6.562 5.39 11.906 11.906 11.906m-4.805-5.227c-.75 0-1.265-.492-1.265-1.195c0-.281.046-.516.164-.82l4.124-11.133c.329-.82.938-1.242 1.805-1.242c.844 0 1.5.422 1.805 1.242L44.03 47.43c.094.304.141.539.141.82c0 .68-.516 1.195-1.266 1.195c-.633 0-1.054-.328-1.289-1.078l-1.008-3H35.57l-1.03 3c-.259.75-.657 1.078-1.29 1.078m3-6.187h3.656l-1.828-5.25l.024-.117h-.07l.046.117Z"/></svg>

React

import type { SVGProps } from "react";

export function F7BoltBadgeA(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.016 31.68c0 .914.703 1.593 1.687 1.593h13.243L13.96 51.484c-.937 2.414 1.64 3.727 3.188 1.735l6.046-7.782a14.3 14.3 0 0 1-.234-2.671c0-1.196.164-2.391.469-3.493l-3.54 4.618l6.47-14.11H11.875l13.219-17.554l-6.399 14.015h14.696l-2.625 3.422a13.64 13.64 0 0 1 6.187-1.945l1.477-1.899c.398-.492.61-.96.61-1.5c0-.89-.68-1.57-1.665-1.57H24.11l7.007-18.234c.914-2.414-1.64-3.727-3.187-1.711L6.649 30.18c-.422.515-.633.984-.633 1.5m32.039 22.992c6.468 0 11.93-5.39 11.93-11.906s-5.391-11.907-11.93-11.907c-6.516 0-11.906 5.391-11.906 11.907c0 6.562 5.39 11.906 11.906 11.906m-4.805-5.227c-.75 0-1.265-.492-1.265-1.195c0-.281.046-.516.164-.82l4.124-11.133c.329-.82.938-1.242 1.805-1.242c.844 0 1.5.422 1.805 1.242L44.03 47.43c.094.304.141.539.141.82c0 .68-.516 1.195-1.266 1.195c-.633 0-1.054-.328-1.289-1.078l-1.008-3H35.57l-1.03 3c-.259.75-.657 1.078-1.29 1.078m3-6.187h3.656l-1.828-5.25l.024-.117h-.07l.046.117Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.016 31.68c0 .914.703 1.593 1.687 1.593h13.243L13.96 51.484c-.937 2.414 1.64 3.727 3.188 1.735l6.046-7.782a14.3 14.3 0 0 1-.234-2.671c0-1.196.164-2.391.469-3.493l-3.54 4.618l6.47-14.11H11.875l13.219-17.554l-6.399 14.015h14.696l-2.625 3.422a13.64 13.64 0 0 1 6.187-1.945l1.477-1.899c.398-.492.61-.96.61-1.5c0-.89-.68-1.57-1.665-1.57H24.11l7.007-18.234c.914-2.414-1.64-3.727-3.187-1.711L6.649 30.18c-.422.515-.633.984-.633 1.5m32.039 22.992c6.468 0 11.93-5.39 11.93-11.906s-5.391-11.907-11.93-11.907c-6.516 0-11.906 5.391-11.906 11.907c0 6.562 5.39 11.906 11.906 11.906m-4.805-5.227c-.75 0-1.265-.492-1.265-1.195c0-.281.046-.516.164-.82l4.124-11.133c.329-.82.938-1.242 1.805-1.242c.844 0 1.5.422 1.805 1.242L44.03 47.43c.094.304.141.539.141.82c0 .68-.516 1.195-1.266 1.195c-.633 0-1.054-.328-1.289-1.078l-1.008-3H35.57l-1.03 3c-.259.75-.657 1.078-1.29 1.078m3-6.187h3.656l-1.828-5.25l.024-.117h-.07l.046.117Z"/></svg>
</template>

CSS

.icon-bolt-badge-a {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.016%2031.68c0%20.914.703%201.593%201.687%201.593h13.243L13.96%2051.484c-.937%202.414%201.64%203.727%203.188%201.735l6.046-7.782a14.3%2014.3%200%200%201-.234-2.671c0-1.196.164-2.391.469-3.493l-3.54%204.618l6.47-14.11H11.875l13.219-17.554l-6.399%2014.015h14.696l-2.625%203.422a13.64%2013.64%200%200%201%206.187-1.945l1.477-1.899c.398-.492.61-.96.61-1.5c0-.89-.68-1.57-1.665-1.57H24.11l7.007-18.234c.914-2.414-1.64-3.727-3.187-1.711L6.649%2030.18c-.422.515-.633.984-.633%201.5m32.039%2022.992c6.468%200%2011.93-5.39%2011.93-11.906s-5.391-11.907-11.93-11.907c-6.516%200-11.906%205.391-11.906%2011.907c0%206.562%205.39%2011.906%2011.906%2011.906m-4.805-5.227c-.75%200-1.265-.492-1.265-1.195c0-.281.046-.516.164-.82l4.124-11.133c.329-.82.938-1.242%201.805-1.242c.844%200%201.5.422%201.805%201.242L44.03%2047.43c.094.304.141.539.141.82c0%20.68-.516%201.195-1.266%201.195c-.633%200-1.054-.328-1.289-1.078l-1.008-3H35.57l-1.03%203c-.259.75-.657%201.078-1.29%201.078m3-6.187h3.656l-1.828-5.25l.024-.117h-.07l.046.117Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.016%2031.68c0%20.914.703%201.593%201.687%201.593h13.243L13.96%2051.484c-.937%202.414%201.64%203.727%203.188%201.735l6.046-7.782a14.3%2014.3%200%200%201-.234-2.671c0-1.196.164-2.391.469-3.493l-3.54%204.618l6.47-14.11H11.875l13.219-17.554l-6.399%2014.015h14.696l-2.625%203.422a13.64%2013.64%200%200%201%206.187-1.945l1.477-1.899c.398-.492.61-.96.61-1.5c0-.89-.68-1.57-1.665-1.57H24.11l7.007-18.234c.914-2.414-1.64-3.727-3.187-1.711L6.649%2030.18c-.422.515-.633.984-.633%201.5m32.039%2022.992c6.468%200%2011.93-5.39%2011.93-11.906s-5.391-11.907-11.93-11.907c-6.516%200-11.906%205.391-11.906%2011.907c0%206.562%205.39%2011.906%2011.906%2011.906m-4.805-5.227c-.75%200-1.265-.492-1.265-1.195c0-.281.046-.516.164-.82l4.124-11.133c.329-.82.938-1.242%201.805-1.242c.844%200%201.5.422%201.805%201.242L44.03%2047.43c.094.304.141.539.141.82c0%20.68-.516%201.195-1.266%201.195c-.633%200-1.054-.328-1.289-1.078l-1.008-3H35.57l-1.03%203c-.259.75-.657%201.078-1.29%201.078m3-6.187h3.656l-1.828-5.25l.024-.117h-.07l.046.117Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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