zap-off-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
zap-off-two-tone
Set
Keyline Icons
Style
Two Tone
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" fill-opacity=".4" 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="M8.1011 8.1011L3.1443 13.1497C3.0525 13.2432 3.001 13.369 3.001 13.5C3.001 13.7761 3.2249 14 3.501 14L9.8656 14C10.4178 14 10.8656 14.4477 10.8656 15C10.8656 15.0419 10.8629 15.0839 10.8577 15.1255L10.1861 20.4357C10.1834 20.4565 10.1821 20.4774 10.1821 20.4984C10.1821 20.7745 10.406 20.9984 10.6821 20.9984C10.8163 20.9984 10.9449 20.9445 11.0389 20.8487L15.8989 15.8989M2 2L22 22"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsZapOffTwoTone(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" fillOpacity=".4" 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="M8.1011 8.1011L3.1443 13.1497C3.0525 13.2432 3.001 13.369 3.001 13.5C3.001 13.7761 3.2249 14 3.501 14L9.8656 14C10.4178 14 10.8656 14.4477 10.8656 15C10.8656 15.0419 10.8629 15.0839 10.8577 15.1255L10.1861 20.4357C10.1834 20.4565 10.1821 20.4774 10.1821 20.4984C10.1821 20.7745 10.406 20.9984 10.6821 20.9984C10.8163 20.9984 10.9449 20.9445 11.0389 20.8487L15.8989 15.8989M2 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" fill-opacity=".4" 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="M8.1011 8.1011L3.1443 13.1497C3.0525 13.2432 3.001 13.369 3.001 13.5C3.001 13.7761 3.2249 14 3.501 14L9.8656 14C10.4178 14 10.8656 14.4477 10.8656 15C10.8656 15.0419 10.8629 15.0839 10.8577 15.1255L10.1861 20.4357C10.1834 20.4565 10.1821 20.4774 10.1821 20.4984C10.1821 20.7745 10.406 20.9984 10.6821 20.9984C10.8163 20.9984 10.9449 20.9445 11.0389 20.8487L15.8989 15.8989M2 2L22 22"/></g></svg>
</template>

CSS

.icon-zap-off-two-tone {
  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%20fill-opacity%3D%22.4%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%22M8.1011%208.1011L3.1443%2013.1497C3.0525%2013.2432%203.001%2013.369%203.001%2013.5C3.001%2013.7761%203.2249%2014%203.501%2014L9.8656%2014C10.4178%2014%2010.8656%2014.4477%2010.8656%2015C10.8656%2015.0419%2010.8629%2015.0839%2010.8577%2015.1255L10.1861%2020.4357C10.1834%2020.4565%2010.1821%2020.4774%2010.1821%2020.4984C10.1821%2020.7745%2010.406%2020.9984%2010.6821%2020.9984C10.8163%2020.9984%2010.9449%2020.9445%2011.0389%2020.8487L15.8989%2015.8989M2%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%20fill-opacity%3D%22.4%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%22M8.1011%208.1011L3.1443%2013.1497C3.0525%2013.2432%203.001%2013.369%203.001%2013.5C3.001%2013.7761%203.2249%2014%203.501%2014L9.8656%2014C10.4178%2014%2010.8656%2014.4477%2010.8656%2015C10.8656%2015.0419%2010.8629%2015.0839%2010.8577%2015.1255L10.1861%2020.4357C10.1834%2020.4565%2010.1821%2020.4774%2010.1821%2020.4984C10.1821%2020.7745%2010.406%2020.9984%2010.6821%2020.9984C10.8163%2020.9984%2010.9449%2020.9445%2011.0389%2020.8487L15.8989%2015.8989M2%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-two-tone.svg?color=%231a73e8&size=48