zap icon
zap-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- zap-fill
- Set
- Keyline Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Related icons in Keyline Icons
Use the zap icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.2476 2.4507L2.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.5493L21.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.4507Z"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsZapFill(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="M12.2476 2.4507L2.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.5493L21.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.4507Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.2476 2.4507L2.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.5493L21.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.4507Z"/></svg> </template>
CSS
.icon-zap-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.2476%202.4507L2.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.5493L21.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.4507Z%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%22M12.2476%202.4507L2.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.5493L21.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.4507Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/zap-fill.svg?color=%231a73e8&size=48