bolt off icon
bolt-off-filled from Reicon by REICON · Filled · Nature · MIT Free for personal and commercial use.
- Name
- bolt-off-filled
- Set
- Reicon
- Style
- Filled
- 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.093 6.153a.75.75 0 0 1-.056-1l1.527-1.908c1.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.89v3.692c0 .314 0 .639.029.719a.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.096-1.16 2.06l-1.068 1.338a.75.75 0 0 1-.544.28h-.042a.75.75 0 0 1-.53-.22zM22.53 21.47l-5.841-5.841l-8.313-8.314L2.53 1.47a.749.749 0 1 0-1.06 1.06L6.84 7.9l-2.427 3.038c-.774.967-1.162 1.453-1.163 2.066c0 .536.239 1.035.659 1.37c.479.382 1.1.382 2.339.382H8.4c.313 0 .638 0 .714.028a.24.24 0 0 1 .106.104c.029.08.029.404.029.718v3.69c0 1.642 0 2.39.458 2.893a1.74 1.74 0 0 0 1.564.549c.67-.106 1.138-.69 2.163-1.972l2.786-3.483l5.249 5.249a.75.75 0 0 0 1.06 0a.75.75 0 0 0 0-1.061z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBoltOffFilled(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.093 6.153a.75.75 0 0 1-.056-1l1.527-1.908c1.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.89v3.692c0 .314 0 .639.029.719a.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.096-1.16 2.06l-1.068 1.338a.75.75 0 0 1-.544.28h-.042a.75.75 0 0 1-.53-.22zM22.53 21.47l-5.841-5.841l-8.313-8.314L2.53 1.47a.749.749 0 1 0-1.06 1.06L6.84 7.9l-2.427 3.038c-.774.967-1.162 1.453-1.163 2.066c0 .536.239 1.035.659 1.37c.479.382 1.1.382 2.339.382H8.4c.313 0 .638 0 .714.028a.24.24 0 0 1 .106.104c.029.08.029.404.029.718v3.69c0 1.642 0 2.39.458 2.893a1.74 1.74 0 0 0 1.564.549c.67-.106 1.138-.69 2.163-1.972l2.786-3.483l5.249 5.249a.75.75 0 0 0 1.06 0a.75.75 0 0 0 0-1.061z"/></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.093 6.153a.75.75 0 0 1-.056-1l1.527-1.908c1.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.89v3.692c0 .314 0 .639.029.719a.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.096-1.16 2.06l-1.068 1.338a.75.75 0 0 1-.544.28h-.042a.75.75 0 0 1-.53-.22zM22.53 21.47l-5.841-5.841l-8.313-8.314L2.53 1.47a.749.749 0 1 0-1.06 1.06L6.84 7.9l-2.427 3.038c-.774.967-1.162 1.453-1.163 2.066c0 .536.239 1.035.659 1.37c.479.382 1.1.382 2.339.382H8.4c.313 0 .638 0 .714.028a.24.24 0 0 1 .106.104c.029.08.029.404.029.718v3.69c0 1.642 0 2.39.458 2.893a1.74 1.74 0 0 0 1.564.549c.67-.106 1.138-.69 2.163-1.972l2.786-3.483l5.249 5.249a.75.75 0 0 0 1.06 0a.75.75 0 0 0 0-1.061z"/></svg> </template>
CSS
.icon-bolt-off-filled {
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.093%206.153a.75.75%200%200%201-.056-1l1.527-1.908c1.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.89v3.692c0%20.314%200%20.639.029.719a.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.096-1.16%202.06l-1.068%201.338a.75.75%200%200%201-.544.28h-.042a.75.75%200%200%201-.53-.22zM22.53%2021.47l-5.841-5.841l-8.313-8.314L2.53%201.47a.749.749%200%201%200-1.06%201.06L6.84%207.9l-2.427%203.038c-.774.967-1.162%201.453-1.163%202.066c0%20.536.239%201.035.659%201.37c.479.382%201.1.382%202.339.382H8.4c.313%200%20.638%200%20.714.028a.24.24%200%200%201%20.106.104c.029.08.029.404.029.718v3.69c0%201.642%200%202.39.458%202.893a1.74%201.74%200%200%200%201.564.549c.67-.106%201.138-.69%202.163-1.972l2.786-3.483l5.249%205.249a.75.75%200%200%200%201.06%200a.75.75%200%200%200%200-1.061z%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.093%206.153a.75.75%200%200%201-.056-1l1.527-1.908c1.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.89v3.692c0%20.314%200%20.639.029.719a.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.096-1.16%202.06l-1.068%201.338a.75.75%200%200%201-.544.28h-.042a.75.75%200%200%201-.53-.22zM22.53%2021.47l-5.841-5.841l-8.313-8.314L2.53%201.47a.749.749%200%201%200-1.06%201.06L6.84%207.9l-2.427%203.038c-.774.967-1.162%201.453-1.163%202.066c0%20.536.239%201.035.659%201.37c.479.382%201.1.382%202.339.382H8.4c.313%200%20.638%200%20.714.028a.24.24%200%200%201%20.106.104c.029.08.029.404.029.718v3.69c0%201.642%200%202.39.458%202.893a1.74%201.74%200%200%200%201.564.549c.67-.106%201.138-.69%202.163-1.972l2.786-3.483l5.249%205.249a.75.75%200%200%200%201.06%200a.75.75%200%200%200%200-1.061z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bolt-off-filled.svg?color=%231a73e8&size=48