zap-off-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
zap-off-fill
Set
Keyline Icons
Style
Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the zap off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M7.394 7.394L2.4307 12.4491C2.1553 12.7296 2.001 13.1069 2.001 13.5C2.001 14.3284 2.6726 15 3.501 15L9.8656 15L9.194 20.3102C9.1861 20.3726 9.1821 20.4355 9.1821 20.4984C9.1821 21.3268 9.8537 21.9984 10.6821 21.9984C11.0847 21.9984 11.4704 21.8366 11.7524 21.5493L16.606 16.606ZM18.7079 14.4652L21.5693 11.5509C21.8447 11.2704 21.999 10.8931 21.999 10.5C21.999 9.6716 21.3274 9 20.499 9L14.1344 9L14.806 3.6898C14.8139 3.6274 14.8179 3.5645 14.8179 3.5016C14.8179 2.6732 14.1463 2.0016 13.3179 2.0016C12.9153 2.0016 12.5296 2.1634 12.2476 2.4507L9.4959 5.2533Z" stroke="none"/><path d="M2 2L22 22"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsZapOffFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M7.394 7.394L2.4307 12.4491C2.1553 12.7296 2.001 13.1069 2.001 13.5C2.001 14.3284 2.6726 15 3.501 15L9.8656 15L9.194 20.3102C9.1861 20.3726 9.1821 20.4355 9.1821 20.4984C9.1821 21.3268 9.8537 21.9984 10.6821 21.9984C11.0847 21.9984 11.4704 21.8366 11.7524 21.5493L16.606 16.606ZM18.7079 14.4652L21.5693 11.5509C21.8447 11.2704 21.999 10.8931 21.999 10.5C21.999 9.6716 21.3274 9 20.499 9L14.1344 9L14.806 3.6898C14.8139 3.6274 14.8179 3.5645 14.8179 3.5016C14.8179 2.6732 14.1463 2.0016 13.3179 2.0016C12.9153 2.0016 12.5296 2.1634 12.2476 2.4507L9.4959 5.2533Z" stroke="none"/><path d="M2 2L22 22"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M7.394 7.394L2.4307 12.4491C2.1553 12.7296 2.001 13.1069 2.001 13.5C2.001 14.3284 2.6726 15 3.501 15L9.8656 15L9.194 20.3102C9.1861 20.3726 9.1821 20.4355 9.1821 20.4984C9.1821 21.3268 9.8537 21.9984 10.6821 21.9984C11.0847 21.9984 11.4704 21.8366 11.7524 21.5493L16.606 16.606ZM18.7079 14.4652L21.5693 11.5509C21.8447 11.2704 21.999 10.8931 21.999 10.5C21.999 9.6716 21.3274 9 20.499 9L14.1344 9L14.806 3.6898C14.8139 3.6274 14.8179 3.5645 14.8179 3.5016C14.8179 2.6732 14.1463 2.0016 13.3179 2.0016C12.9153 2.0016 12.5296 2.1634 12.2476 2.4507L9.4959 5.2533Z" stroke="none"/><path d="M2 2L22 22"/></g></svg>
</template>

CSS

.icon-zap-off-fill {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.394%207.394L2.4307%2012.4491C2.1553%2012.7296%202.001%2013.1069%202.001%2013.5C2.001%2014.3284%202.6726%2015%203.501%2015L9.8656%2015L9.194%2020.3102C9.1861%2020.3726%209.1821%2020.4355%209.1821%2020.4984C9.1821%2021.3268%209.8537%2021.9984%2010.6821%2021.9984C11.0847%2021.9984%2011.4704%2021.8366%2011.7524%2021.5493L16.606%2016.606ZM18.7079%2014.4652L21.5693%2011.5509C21.8447%2011.2704%2021.999%2010.8931%2021.999%2010.5C21.999%209.6716%2021.3274%209%2020.499%209L14.1344%209L14.806%203.6898C14.8139%203.6274%2014.8179%203.5645%2014.8179%203.5016C14.8179%202.6732%2014.1463%202.0016%2013.3179%202.0016C12.9153%202.0016%2012.5296%202.1634%2012.2476%202.4507L9.4959%205.2533Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.394%207.394L2.4307%2012.4491C2.1553%2012.7296%202.001%2013.1069%202.001%2013.5C2.001%2014.3284%202.6726%2015%203.501%2015L9.8656%2015L9.194%2020.3102C9.1861%2020.3726%209.1821%2020.4355%209.1821%2020.4984C9.1821%2021.3268%209.8537%2021.9984%2010.6821%2021.9984C11.0847%2021.9984%2011.4704%2021.8366%2011.7524%2021.5493L16.606%2016.606ZM18.7079%2014.4652L21.5693%2011.5509C21.8447%2011.2704%2021.999%2010.8931%2021.999%2010.5C21.999%209.6716%2021.3274%209%2020.499%209L14.1344%209L14.806%203.6898C14.8139%203.6274%2014.8179%203.5645%2014.8179%203.5016C14.8179%202.6732%2014.1463%202.0016%2013.3179%202.0016C12.9153%202.0016%2012.5296%202.1634%2012.2476%202.4507L9.4959%205.2533Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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