bolt slash icon
bolt-slash from Unicons by Iconscout · Line · Multimedia · Apache-2.0 Free for personal and commercial use.
- Name
- bolt-slash
- Set
- Unicons
- Style
- Line
- Category
- Multimedia
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More multimedia icons from Unicons
Use the bolt slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.67 4.23A1 1 0 0 0 9.6 4h5.1l-1.27 4.74a1 1 0 0 0 .17.87a1 1 0 0 0 .79.39H18l-1.13 1.24a1 1 0 0 0 .07 1.41a1 1 0 0 0 .67.26a1 1 0 0 0 .74-.33L21 9.67A1 1 0 0 0 20.23 8h-4.54L17 3.26a1 1 0 0 0-.18-.87A1 1 0 0 0 16 2H9a1 1 0 0 0-1 .74V3a1 1 0 0 0 .67 1.23m13 16.06l-18-18a1 1 0 0 0-1.38 1.42L6.61 8l-1.26 4.74a1 1 0 0 0 .18.87a1 1 0 0 0 .79.39h3.84l-1.81 6.74a1 1 0 0 0 .49 1.14a1 1 0 0 0 .48.12a1 1 0 0 0 .74-.33l4.85-5.34l5.38 5.38a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM7.62 12l.63-2.34L10.59 12Zm3.73 5.28l1-3.56l1.2 1.19Z"/></svg>
React
import type { SVGProps } from "react";
export function UilBoltSlash(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="M8.67 4.23A1 1 0 0 0 9.6 4h5.1l-1.27 4.74a1 1 0 0 0 .17.87a1 1 0 0 0 .79.39H18l-1.13 1.24a1 1 0 0 0 .07 1.41a1 1 0 0 0 .67.26a1 1 0 0 0 .74-.33L21 9.67A1 1 0 0 0 20.23 8h-4.54L17 3.26a1 1 0 0 0-.18-.87A1 1 0 0 0 16 2H9a1 1 0 0 0-1 .74V3a1 1 0 0 0 .67 1.23m13 16.06l-18-18a1 1 0 0 0-1.38 1.42L6.61 8l-1.26 4.74a1 1 0 0 0 .18.87a1 1 0 0 0 .79.39h3.84l-1.81 6.74a1 1 0 0 0 .49 1.14a1 1 0 0 0 .48.12a1 1 0 0 0 .74-.33l4.85-5.34l5.38 5.38a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM7.62 12l.63-2.34L10.59 12Zm3.73 5.28l1-3.56l1.2 1.19Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.67 4.23A1 1 0 0 0 9.6 4h5.1l-1.27 4.74a1 1 0 0 0 .17.87a1 1 0 0 0 .79.39H18l-1.13 1.24a1 1 0 0 0 .07 1.41a1 1 0 0 0 .67.26a1 1 0 0 0 .74-.33L21 9.67A1 1 0 0 0 20.23 8h-4.54L17 3.26a1 1 0 0 0-.18-.87A1 1 0 0 0 16 2H9a1 1 0 0 0-1 .74V3a1 1 0 0 0 .67 1.23m13 16.06l-18-18a1 1 0 0 0-1.38 1.42L6.61 8l-1.26 4.74a1 1 0 0 0 .18.87a1 1 0 0 0 .79.39h3.84l-1.81 6.74a1 1 0 0 0 .49 1.14a1 1 0 0 0 .48.12a1 1 0 0 0 .74-.33l4.85-5.34l5.38 5.38a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM7.62 12l.63-2.34L10.59 12Zm3.73 5.28l1-3.56l1.2 1.19Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.67%204.23A1%201%200%200%200%209.6%204h5.1l-1.27%204.74a1%201%200%200%200%20.17.87a1%201%200%200%200%20.79.39H18l-1.13%201.24a1%201%200%200%200%20.07%201.41a1%201%200%200%200%20.67.26a1%201%200%200%200%20.74-.33L21%209.67A1%201%200%200%200%2020.23%208h-4.54L17%203.26a1%201%200%200%200-.18-.87A1%201%200%200%200%2016%202H9a1%201%200%200%200-1%20.74V3a1%201%200%200%200%20.67%201.23m13%2016.06l-18-18a1%201%200%200%200-1.38%201.42L6.61%208l-1.26%204.74a1%201%200%200%200%20.18.87a1%201%200%200%200%20.79.39h3.84l-1.81%206.74a1%201%200%200%200%20.49%201.14a1%201%200%200%200%20.48.12a1%201%200%200%200%20.74-.33l4.85-5.34l5.38%205.38a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM7.62%2012l.63-2.34L10.59%2012Zm3.73%205.28l1-3.56l1.2%201.19Z%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%22M8.67%204.23A1%201%200%200%200%209.6%204h5.1l-1.27%204.74a1%201%200%200%200%20.17.87a1%201%200%200%200%20.79.39H18l-1.13%201.24a1%201%200%200%200%20.07%201.41a1%201%200%200%200%20.67.26a1%201%200%200%200%20.74-.33L21%209.67A1%201%200%200%200%2020.23%208h-4.54L17%203.26a1%201%200%200%200-.18-.87A1%201%200%200%200%2016%202H9a1%201%200%200%200-1%20.74V3a1%201%200%200%200%20.67%201.23m13%2016.06l-18-18a1%201%200%200%200-1.38%201.42L6.61%208l-1.26%204.74a1%201%200%200%200%20.18.87a1%201%200%200%200%20.79.39h3.84l-1.81%206.74a1%201%200%200%200%20.49%201.14a1%201%200%200%200%20.48.12a1%201%200%200%200%20.74-.33l4.85-5.34l5.38%205.38a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM7.62%2012l.63-2.34L10.59%2012Zm3.73%205.28l1-3.56l1.2%201.19Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/bolt-slash.svg?color=%231a73e8&size=48