bolt slash icon
bolt-slash from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- bolt-slash
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the bolt slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m22.797 16.398l2.625 2.625l5.226-6.914l-3.75 8.391l5.72 5.742h6.023l-2.602 3.399l2.742 2.742l5.11-6.563c.398-.492.633-.96.633-1.5c0-.89-.704-1.57-1.688-1.57H29.57l7.008-18.234c.914-2.414-1.64-3.727-3.187-1.711ZM9.016 11.594l35.39 35.367c.703.703 1.875.703 2.555 0c.703-.68.703-1.828 0-2.555L11.594 9.04a1.84 1.84 0 0 0-2.578 0c-.68.703-.68 1.875 0 2.555m2.46 20.086c0 .914.704 1.593 1.688 1.593H26.43l-7.008 18.211c-.914 2.414 1.64 3.727 3.187 1.735l10.57-13.594L30.532 37l-5.203 6.89l3.75-8.343l-5.789-5.766h-5.953l2.602-3.398l-2.743-2.742l-5.086 6.539c-.421.515-.632.984-.632 1.5"/></svg>
React
import type { SVGProps } from "react";
export function F7BoltSlash(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="m22.797 16.398l2.625 2.625l5.226-6.914l-3.75 8.391l5.72 5.742h6.023l-2.602 3.399l2.742 2.742l5.11-6.563c.398-.492.633-.96.633-1.5c0-.89-.704-1.57-1.688-1.57H29.57l7.008-18.234c.914-2.414-1.64-3.727-3.187-1.711ZM9.016 11.594l35.39 35.367c.703.703 1.875.703 2.555 0c.703-.68.703-1.828 0-2.555L11.594 9.04a1.84 1.84 0 0 0-2.578 0c-.68.703-.68 1.875 0 2.555m2.46 20.086c0 .914.704 1.593 1.688 1.593H26.43l-7.008 18.211c-.914 2.414 1.64 3.727 3.187 1.735l10.57-13.594L30.532 37l-5.203 6.89l3.75-8.343l-5.789-5.766h-5.953l2.602-3.398l-2.743-2.742l-5.086 6.539c-.421.515-.632.984-.632 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m22.797 16.398l2.625 2.625l5.226-6.914l-3.75 8.391l5.72 5.742h6.023l-2.602 3.399l2.742 2.742l5.11-6.563c.398-.492.633-.96.633-1.5c0-.89-.704-1.57-1.688-1.57H29.57l7.008-18.234c.914-2.414-1.64-3.727-3.187-1.711ZM9.016 11.594l35.39 35.367c.703.703 1.875.703 2.555 0c.703-.68.703-1.828 0-2.555L11.594 9.04a1.84 1.84 0 0 0-2.578 0c-.68.703-.68 1.875 0 2.555m2.46 20.086c0 .914.704 1.593 1.688 1.593H26.43l-7.008 18.211c-.914 2.414 1.64 3.727 3.187 1.735l10.57-13.594L30.532 37l-5.203 6.89l3.75-8.343l-5.789-5.766h-5.953l2.602-3.398l-2.743-2.742l-5.086 6.539c-.421.515-.632.984-.632 1.5"/></svg> </template>
CSS
.icon-bolt-slash {
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%22m22.797%2016.398l2.625%202.625l5.226-6.914l-3.75%208.391l5.72%205.742h6.023l-2.602%203.399l2.742%202.742l5.11-6.563c.398-.492.633-.96.633-1.5c0-.89-.704-1.57-1.688-1.57H29.57l7.008-18.234c.914-2.414-1.64-3.727-3.187-1.711ZM9.016%2011.594l35.39%2035.367c.703.703%201.875.703%202.555%200c.703-.68.703-1.828%200-2.555L11.594%209.04a1.84%201.84%200%200%200-2.578%200c-.68.703-.68%201.875%200%202.555m2.46%2020.086c0%20.914.704%201.593%201.688%201.593H26.43l-7.008%2018.211c-.914%202.414%201.64%203.727%203.187%201.735l10.57-13.594L30.532%2037l-5.203%206.89l3.75-8.343l-5.789-5.766h-5.953l2.602-3.398l-2.743-2.742l-5.086%206.539c-.421.515-.632.984-.632%201.5%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%22m22.797%2016.398l2.625%202.625l5.226-6.914l-3.75%208.391l5.72%205.742h6.023l-2.602%203.399l2.742%202.742l5.11-6.563c.398-.492.633-.96.633-1.5c0-.89-.704-1.57-1.688-1.57H29.57l7.008-18.234c.914-2.414-1.64-3.727-3.187-1.711ZM9.016%2011.594l35.39%2035.367c.703.703%201.875.703%202.555%200c.703-.68.703-1.828%200-2.555L11.594%209.04a1.84%201.84%200%200%200-2.578%200c-.68.703-.68%201.875%200%202.555m2.46%2020.086c0%20.914.704%201.593%201.688%201.593H26.43l-7.008%2018.211c-.914%202.414%201.64%203.727%203.187%201.735l10.57-13.594L30.532%2037l-5.203%206.89l3.75-8.343l-5.789-5.766h-5.953l2.602-3.398l-2.743-2.742l-5.086%206.539c-.421.515-.632.984-.632%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bolt-slash.svg?color=%231a73e8&size=48