bolt off icon

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

Name
bolt-off
Set
Reicon
Style
Outline
Category
Nature
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More nature icons from Reicon

Use the bolt off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.155 6.207a.75.75 0 0 1-.118-1.053l1.527-1.909c1.025-1.281 1.493-1.866 2.163-1.972a1.75 1.75 0 0 1 1.565.548c.458.5.458 1.25.458 2.89V8.4c0 .313 0 .638.029.718a.25.25 0 0 0 .107.104c.075.027.399.027.713.027h2.152c1.239 0 1.86 0 2.339.382c.419.334.659.834.658 1.37c0 .61-.387 1.095-1.16 2.06l-1.068 1.337a.746.746 0 0 1-1.054.118a.75.75 0 0 1-.118-1.054l1.065-1.333c.394-.493.797-.997.836-1.158a.25.25 0 0 0-.097-.168c-.126-.054-.747-.054-1.403-.054h-2.152c-.636 0-1.02 0-1.394-.19a1.76 1.76 0 0 1-.765-.765c-.19-.374-.19-.758-.19-1.394V4.71c0-.887 0-1.725-.094-1.918a.3.3 0 0 0-.195-.04c-.147.08-.671.734-1.225 1.427l-1.527 1.908a.75.75 0 0 1-1.054.118zM22.53 22.523a.75.75 0 0 1-1.06 0l-5.25-5.247l-2.785 3.482c-1.025 1.281-1.493 1.865-2.163 1.971a1.74 1.74 0 0 1-1.564-.549c-.458-.5-.458-1.25-.458-2.89V15.6c0-.315 0-.64-.03-.718a.25.25 0 0 0-.105-.104c-.077-.029-.401-.029-.714-.029H6.249c-1.24 0-1.86 0-2.34-.381a1.74 1.74 0 0 1-.658-1.37c0-.613.389-1.099 1.163-2.065l2.428-3.036L1.47 2.529a.749.749 0 1 1 1.06-1.06l20 19.994a.75.75 0 0 1 0 1.06m-7.376-6.314L7.909 8.966l-2.324 2.905c-.393.491-.798.998-.837 1.16a.26.26 0 0 0 .097.166c.126.054.747.054 1.404.054H8.4c.636 0 1.02 0 1.395.19c.33.168.595.433.764.765c.19.375.19.758.19 1.394v3.69c0 .887 0 1.726.095 1.919a.3.3 0 0 0 .194.04c.147-.08.67-.734 1.225-1.427z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBoltOff(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="M9.155 6.207a.75.75 0 0 1-.118-1.053l1.527-1.909c1.025-1.281 1.493-1.866 2.163-1.972a1.75 1.75 0 0 1 1.565.548c.458.5.458 1.25.458 2.89V8.4c0 .313 0 .638.029.718a.25.25 0 0 0 .107.104c.075.027.399.027.713.027h2.152c1.239 0 1.86 0 2.339.382c.419.334.659.834.658 1.37c0 .61-.387 1.095-1.16 2.06l-1.068 1.337a.746.746 0 0 1-1.054.118a.75.75 0 0 1-.118-1.054l1.065-1.333c.394-.493.797-.997.836-1.158a.25.25 0 0 0-.097-.168c-.126-.054-.747-.054-1.403-.054h-2.152c-.636 0-1.02 0-1.394-.19a1.76 1.76 0 0 1-.765-.765c-.19-.374-.19-.758-.19-1.394V4.71c0-.887 0-1.725-.094-1.918a.3.3 0 0 0-.195-.04c-.147.08-.671.734-1.225 1.427l-1.527 1.908a.75.75 0 0 1-1.054.118zM22.53 22.523a.75.75 0 0 1-1.06 0l-5.25-5.247l-2.785 3.482c-1.025 1.281-1.493 1.865-2.163 1.971a1.74 1.74 0 0 1-1.564-.549c-.458-.5-.458-1.25-.458-2.89V15.6c0-.315 0-.64-.03-.718a.25.25 0 0 0-.105-.104c-.077-.029-.401-.029-.714-.029H6.249c-1.24 0-1.86 0-2.34-.381a1.74 1.74 0 0 1-.658-1.37c0-.613.389-1.099 1.163-2.065l2.428-3.036L1.47 2.529a.749.749 0 1 1 1.06-1.06l20 19.994a.75.75 0 0 1 0 1.06m-7.376-6.314L7.909 8.966l-2.324 2.905c-.393.491-.798.998-.837 1.16a.26.26 0 0 0 .097.166c.126.054.747.054 1.404.054H8.4c.636 0 1.02 0 1.395.19c.33.168.595.433.764.765c.19.375.19.758.19 1.394v3.69c0 .887 0 1.726.095 1.919a.3.3 0 0 0 .194.04c.147-.08.67-.734 1.225-1.427z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.155 6.207a.75.75 0 0 1-.118-1.053l1.527-1.909c1.025-1.281 1.493-1.866 2.163-1.972a1.75 1.75 0 0 1 1.565.548c.458.5.458 1.25.458 2.89V8.4c0 .313 0 .638.029.718a.25.25 0 0 0 .107.104c.075.027.399.027.713.027h2.152c1.239 0 1.86 0 2.339.382c.419.334.659.834.658 1.37c0 .61-.387 1.095-1.16 2.06l-1.068 1.337a.746.746 0 0 1-1.054.118a.75.75 0 0 1-.118-1.054l1.065-1.333c.394-.493.797-.997.836-1.158a.25.25 0 0 0-.097-.168c-.126-.054-.747-.054-1.403-.054h-2.152c-.636 0-1.02 0-1.394-.19a1.76 1.76 0 0 1-.765-.765c-.19-.374-.19-.758-.19-1.394V4.71c0-.887 0-1.725-.094-1.918a.3.3 0 0 0-.195-.04c-.147.08-.671.734-1.225 1.427l-1.527 1.908a.75.75 0 0 1-1.054.118zM22.53 22.523a.75.75 0 0 1-1.06 0l-5.25-5.247l-2.785 3.482c-1.025 1.281-1.493 1.865-2.163 1.971a1.74 1.74 0 0 1-1.564-.549c-.458-.5-.458-1.25-.458-2.89V15.6c0-.315 0-.64-.03-.718a.25.25 0 0 0-.105-.104c-.077-.029-.401-.029-.714-.029H6.249c-1.24 0-1.86 0-2.34-.381a1.74 1.74 0 0 1-.658-1.37c0-.613.389-1.099 1.163-2.065l2.428-3.036L1.47 2.529a.749.749 0 1 1 1.06-1.06l20 19.994a.75.75 0 0 1 0 1.06m-7.376-6.314L7.909 8.966l-2.324 2.905c-.393.491-.798.998-.837 1.16a.26.26 0 0 0 .097.166c.126.054.747.054 1.404.054H8.4c.636 0 1.02 0 1.395.19c.33.168.595.433.764.765c.19.375.19.758.19 1.394v3.69c0 .887 0 1.726.095 1.919a.3.3 0 0 0 .194.04c.147-.08.67-.734 1.225-1.427z"/></svg>
</template>

CSS

.icon-bolt-off {
  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%22M9.155%206.207a.75.75%200%200%201-.118-1.053l1.527-1.909c1.025-1.281%201.493-1.866%202.163-1.972a1.75%201.75%200%200%201%201.565.548c.458.5.458%201.25.458%202.89V8.4c0%20.313%200%20.638.029.718a.25.25%200%200%200%20.107.104c.075.027.399.027.713.027h2.152c1.239%200%201.86%200%202.339.382c.419.334.659.834.658%201.37c0%20.61-.387%201.095-1.16%202.06l-1.068%201.337a.746.746%200%200%201-1.054.118a.75.75%200%200%201-.118-1.054l1.065-1.333c.394-.493.797-.997.836-1.158a.25.25%200%200%200-.097-.168c-.126-.054-.747-.054-1.403-.054h-2.152c-.636%200-1.02%200-1.394-.19a1.76%201.76%200%200%201-.765-.765c-.19-.374-.19-.758-.19-1.394V4.71c0-.887%200-1.725-.094-1.918a.3.3%200%200%200-.195-.04c-.147.08-.671.734-1.225%201.427l-1.527%201.908a.75.75%200%200%201-1.054.118zM22.53%2022.523a.75.75%200%200%201-1.06%200l-5.25-5.247l-2.785%203.482c-1.025%201.281-1.493%201.865-2.163%201.971a1.74%201.74%200%200%201-1.564-.549c-.458-.5-.458-1.25-.458-2.89V15.6c0-.315%200-.64-.03-.718a.25.25%200%200%200-.105-.104c-.077-.029-.401-.029-.714-.029H6.249c-1.24%200-1.86%200-2.34-.381a1.74%201.74%200%200%201-.658-1.37c0-.613.389-1.099%201.163-2.065l2.428-3.036L1.47%202.529a.749.749%200%201%201%201.06-1.06l20%2019.994a.75.75%200%200%201%200%201.06m-7.376-6.314L7.909%208.966l-2.324%202.905c-.393.491-.798.998-.837%201.16a.26.26%200%200%200%20.097.166c.126.054.747.054%201.404.054H8.4c.636%200%201.02%200%201.395.19c.33.168.595.433.764.765c.19.375.19.758.19%201.394v3.69c0%20.887%200%201.726.095%201.919a.3.3%200%200%200%20.194.04c.147-.08.67-.734%201.225-1.427z%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%22M9.155%206.207a.75.75%200%200%201-.118-1.053l1.527-1.909c1.025-1.281%201.493-1.866%202.163-1.972a1.75%201.75%200%200%201%201.565.548c.458.5.458%201.25.458%202.89V8.4c0%20.313%200%20.638.029.718a.25.25%200%200%200%20.107.104c.075.027.399.027.713.027h2.152c1.239%200%201.86%200%202.339.382c.419.334.659.834.658%201.37c0%20.61-.387%201.095-1.16%202.06l-1.068%201.337a.746.746%200%200%201-1.054.118a.75.75%200%200%201-.118-1.054l1.065-1.333c.394-.493.797-.997.836-1.158a.25.25%200%200%200-.097-.168c-.126-.054-.747-.054-1.403-.054h-2.152c-.636%200-1.02%200-1.394-.19a1.76%201.76%200%200%201-.765-.765c-.19-.374-.19-.758-.19-1.394V4.71c0-.887%200-1.725-.094-1.918a.3.3%200%200%200-.195-.04c-.147.08-.671.734-1.225%201.427l-1.527%201.908a.75.75%200%200%201-1.054.118zM22.53%2022.523a.75.75%200%200%201-1.06%200l-5.25-5.247l-2.785%203.482c-1.025%201.281-1.493%201.865-2.163%201.971a1.74%201.74%200%200%201-1.564-.549c-.458-.5-.458-1.25-.458-2.89V15.6c0-.315%200-.64-.03-.718a.25.25%200%200%200-.105-.104c-.077-.029-.401-.029-.714-.029H6.249c-1.24%200-1.86%200-2.34-.381a1.74%201.74%200%200%201-.658-1.37c0-.613.389-1.099%201.163-2.065l2.428-3.036L1.47%202.529a.749.749%200%201%201%201.06-1.06l20%2019.994a.75.75%200%200%201%200%201.06m-7.376-6.314L7.909%208.966l-2.324%202.905c-.393.491-.798.998-.837%201.16a.26.26%200%200%200%20.097.166c.126.054.747.054%201.404.054H8.4c.636%200%201.02%200%201.395.19c.33.168.595.433.764.765c.19.375.19.758.19%201.394v3.69c0%20.887%200%201.726.095%201.919a.3.3%200%200%200%20.194.04c.147-.08.67-.734%201.225-1.427z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Bolt Off outline icon — Reicon · IconsDB