bolt circle icon

bolt-circle from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
bolt-circle
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All bolt circle icons →

More ui icons from Reicon

Use the bolt circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.357 6.792c.37-.223 1.014-.545 1.632-.159c.632.396.599 1.128.544 1.55c-.061.48-.231 1.114-.431 1.86l-.055.206c-.04.145-.07.26-.094.36l-.028.127c.111.04.274.087.536.157l.05.014c.493.132.938.251 1.266.39c.326.138.77.39.914.921l.002.008l.002.008l.002.008l.002.008l.002.008l.001.008l.002.009l.002.008c.11.546-.183.969-.425 1.234c-.25.274-.619.572-1.026.896l-2.06 1.64c-.613.489-1.133.902-1.552 1.155c-.37.223-1.014.545-1.632.159c-.632-.396-.599-1.128-.544-1.55c.061-.48.231-1.114.431-1.86l.055-.206a15 15 0 0 0 .12-.475a4 4 0 0 0-.534-.17c-.519-.138-.983-.265-1.327-.416c-.328-.144-.765-.402-.907-.927l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.001-.008c-.112-.554.191-.974.434-1.233c.239-.256.593-.538.979-.845l2.102-1.674c.613-.489 1.133-.903 1.552-1.155m-.662 2.364c.597-.476 1.014-.806 1.327-1.011c-.062.358-.194.855-.384 1.566l-.05.187a6 6 0 0 0-.165.735c-.033.26-.026.577.158.89l.004.006l.004.007c.186.3.457.459.695.56c.225.094.505.17.79.246c.454.122.763.206.981.284c-.158.15-.393.341-.735.614l-2.015 1.604c-.597.476-1.014.806-1.327 1.011c.062-.358.194-.856.384-1.566l.05-.187c.068-.253.137-.511.165-.735c.033-.26.026-.577-.158-.889l-.003.002c-.177-.273-.431-.435-.664-.544a5 5 0 0 0-.825-.278a13 13 0 0 1-.983-.29c.16-.148.394-.336.736-.608z"/><path d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12S17.937 1.25 12 1.25M2.75 12a9.25 9.25 0 1 1 18.5 0a9.25 9.25 0 0 1-18.5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBoltCircle(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" fillRule="evenodd" clipRule="evenodd"><path d="M12.357 6.792c.37-.223 1.014-.545 1.632-.159c.632.396.599 1.128.544 1.55c-.061.48-.231 1.114-.431 1.86l-.055.206c-.04.145-.07.26-.094.36l-.028.127c.111.04.274.087.536.157l.05.014c.493.132.938.251 1.266.39c.326.138.77.39.914.921l.002.008l.002.008l.002.008l.002.008l.002.008l.001.008l.002.009l.002.008c.11.546-.183.969-.425 1.234c-.25.274-.619.572-1.026.896l-2.06 1.64c-.613.489-1.133.902-1.552 1.155c-.37.223-1.014.545-1.632.159c-.632-.396-.599-1.128-.544-1.55c.061-.48.231-1.114.431-1.86l.055-.206a15 15 0 0 0 .12-.475a4 4 0 0 0-.534-.17c-.519-.138-.983-.265-1.327-.416c-.328-.144-.765-.402-.907-.927l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.001-.008c-.112-.554.191-.974.434-1.233c.239-.256.593-.538.979-.845l2.102-1.674c.613-.489 1.133-.903 1.552-1.155m-.662 2.364c.597-.476 1.014-.806 1.327-1.011c-.062.358-.194.855-.384 1.566l-.05.187a6 6 0 0 0-.165.735c-.033.26-.026.577.158.89l.004.006l.004.007c.186.3.457.459.695.56c.225.094.505.17.79.246c.454.122.763.206.981.284c-.158.15-.393.341-.735.614l-2.015 1.604c-.597.476-1.014.806-1.327 1.011c.062-.358.194-.856.384-1.566l.05-.187c.068-.253.137-.511.165-.735c.033-.26.026-.577-.158-.889l-.003.002c-.177-.273-.431-.435-.664-.544a5 5 0 0 0-.825-.278a13 13 0 0 1-.983-.29c.16-.148.394-.336.736-.608z"/><path d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12S17.937 1.25 12 1.25M2.75 12a9.25 9.25 0 1 1 18.5 0a9.25 9.25 0 0 1-18.5 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" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.357 6.792c.37-.223 1.014-.545 1.632-.159c.632.396.599 1.128.544 1.55c-.061.48-.231 1.114-.431 1.86l-.055.206c-.04.145-.07.26-.094.36l-.028.127c.111.04.274.087.536.157l.05.014c.493.132.938.251 1.266.39c.326.138.77.39.914.921l.002.008l.002.008l.002.008l.002.008l.002.008l.001.008l.002.009l.002.008c.11.546-.183.969-.425 1.234c-.25.274-.619.572-1.026.896l-2.06 1.64c-.613.489-1.133.902-1.552 1.155c-.37.223-1.014.545-1.632.159c-.632-.396-.599-1.128-.544-1.55c.061-.48.231-1.114.431-1.86l.055-.206a15 15 0 0 0 .12-.475a4 4 0 0 0-.534-.17c-.519-.138-.983-.265-1.327-.416c-.328-.144-.765-.402-.907-.927l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.001-.008c-.112-.554.191-.974.434-1.233c.239-.256.593-.538.979-.845l2.102-1.674c.613-.489 1.133-.903 1.552-1.155m-.662 2.364c.597-.476 1.014-.806 1.327-1.011c-.062.358-.194.855-.384 1.566l-.05.187a6 6 0 0 0-.165.735c-.033.26-.026.577.158.89l.004.006l.004.007c.186.3.457.459.695.56c.225.094.505.17.79.246c.454.122.763.206.981.284c-.158.15-.393.341-.735.614l-2.015 1.604c-.597.476-1.014.806-1.327 1.011c.062-.358.194-.856.384-1.566l.05-.187c.068-.253.137-.511.165-.735c.033-.26.026-.577-.158-.889l-.003.002c-.177-.273-.431-.435-.664-.544a5 5 0 0 0-.825-.278a13 13 0 0 1-.983-.29c.16-.148.394-.336.736-.608z"/><path d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12S17.937 1.25 12 1.25M2.75 12a9.25 9.25 0 1 1 18.5 0a9.25 9.25 0 0 1-18.5 0"/></g></svg>
</template>

CSS

.icon-bolt-circle {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.357%206.792c.37-.223%201.014-.545%201.632-.159c.632.396.599%201.128.544%201.55c-.061.48-.231%201.114-.431%201.86l-.055.206c-.04.145-.07.26-.094.36l-.028.127c.111.04.274.087.536.157l.05.014c.493.132.938.251%201.266.39c.326.138.77.39.914.921l.002.008l.002.008l.002.008l.002.008l.002.008l.001.008l.002.009l.002.008c.11.546-.183.969-.425%201.234c-.25.274-.619.572-1.026.896l-2.06%201.64c-.613.489-1.133.902-1.552%201.155c-.37.223-1.014.545-1.632.159c-.632-.396-.599-1.128-.544-1.55c.061-.48.231-1.114.431-1.86l.055-.206a15%2015%200%200%200%20.12-.475a4%204%200%200%200-.534-.17c-.519-.138-.983-.265-1.327-.416c-.328-.144-.765-.402-.907-.927l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.001-.008c-.112-.554.191-.974.434-1.233c.239-.256.593-.538.979-.845l2.102-1.674c.613-.489%201.133-.903%201.552-1.155m-.662%202.364c.597-.476%201.014-.806%201.327-1.011c-.062.358-.194.855-.384%201.566l-.05.187a6%206%200%200%200-.165.735c-.033.26-.026.577.158.89l.004.006l.004.007c.186.3.457.459.695.56c.225.094.505.17.79.246c.454.122.763.206.981.284c-.158.15-.393.341-.735.614l-2.015%201.604c-.597.476-1.014.806-1.327%201.011c.062-.358.194-.856.384-1.566l.05-.187c.068-.253.137-.511.165-.735c.033-.26.026-.577-.158-.889l-.003.002c-.177-.273-.431-.435-.664-.544a5%205%200%200%200-.825-.278a13%2013%200%200%201-.983-.29c.16-.148.394-.336.736-.608z%22%2F%3E%3Cpath%20d%3D%22M12%201.25C6.063%201.25%201.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75S22.75%2017.937%2022.75%2012S17.937%201.25%2012%201.25M2.75%2012a9.25%209.25%200%201%201%2018.5%200a9.25%209.25%200%200%201-18.5%200%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.357%206.792c.37-.223%201.014-.545%201.632-.159c.632.396.599%201.128.544%201.55c-.061.48-.231%201.114-.431%201.86l-.055.206c-.04.145-.07.26-.094.36l-.028.127c.111.04.274.087.536.157l.05.014c.493.132.938.251%201.266.39c.326.138.77.39.914.921l.002.008l.002.008l.002.008l.002.008l.002.008l.001.008l.002.009l.002.008c.11.546-.183.969-.425%201.234c-.25.274-.619.572-1.026.896l-2.06%201.64c-.613.489-1.133.902-1.552%201.155c-.37.223-1.014.545-1.632.159c-.632-.396-.599-1.128-.544-1.55c.061-.48.231-1.114.431-1.86l.055-.206a15%2015%200%200%200%20.12-.475a4%204%200%200%200-.534-.17c-.519-.138-.983-.265-1.327-.416c-.328-.144-.765-.402-.907-.927l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.002-.008l-.001-.008c-.112-.554.191-.974.434-1.233c.239-.256.593-.538.979-.845l2.102-1.674c.613-.489%201.133-.903%201.552-1.155m-.662%202.364c.597-.476%201.014-.806%201.327-1.011c-.062.358-.194.855-.384%201.566l-.05.187a6%206%200%200%200-.165.735c-.033.26-.026.577.158.89l.004.006l.004.007c.186.3.457.459.695.56c.225.094.505.17.79.246c.454.122.763.206.981.284c-.158.15-.393.341-.735.614l-2.015%201.604c-.597.476-1.014.806-1.327%201.011c.062-.358.194-.856.384-1.566l.05-.187c.068-.253.137-.511.165-.735c.033-.26.026-.577-.158-.889l-.003.002c-.177-.273-.431-.435-.664-.544a5%205%200%200%200-.825-.278a13%2013%200%200%201-.983-.29c.16-.148.394-.336.736-.608z%22%2F%3E%3Cpath%20d%3D%22M12%201.25C6.063%201.25%201.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75S22.75%2017.937%2022.75%2012S17.937%201.25%2012%201.25M2.75%2012a9.25%209.25%200%201%201%2018.5%200a9.25%209.25%200%200%201-18.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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