zap icon
zap-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- zap-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage 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="M19.745 10.5a1.4 1.4 0 0 1-.26.66l-7.94 10.73a.94.94 0 0 1-.53.35a.8.8 0 0 1-.22 0a1.1 1.1 0 0 1-.4-.08a1 1 0 0 1-.55-1l.8-6.21h-5.13a1.4 1.4 0 0 1-.7-.22a1.33 1.33 0 0 1-.46-.56a1.45 1.45 0 0 1-.1-.69c.03-.236.12-.46.26-.65l7.94-10.71a.93.93 0 0 1 .51-.34a1 1 0 0 1 .63.06a.94.94 0 0 1 .44.42a1 1 0 0 1 .11.55l-.8 6.21h5.14a1.16 1.16 0 0 1 .7.22c.194.141.35.33.45.55c.096.223.134.467.11.71"/></svg>
React
import type { SVGProps } from "react";
export function MageZapFill(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="M19.745 10.5a1.4 1.4 0 0 1-.26.66l-7.94 10.73a.94.94 0 0 1-.53.35a.8.8 0 0 1-.22 0a1.1 1.1 0 0 1-.4-.08a1 1 0 0 1-.55-1l.8-6.21h-5.13a1.4 1.4 0 0 1-.7-.22a1.33 1.33 0 0 1-.46-.56a1.45 1.45 0 0 1-.1-.69c.03-.236.12-.46.26-.65l7.94-10.71a.93.93 0 0 1 .51-.34a1 1 0 0 1 .63.06a.94.94 0 0 1 .44.42a1 1 0 0 1 .11.55l-.8 6.21h5.14a1.16 1.16 0 0 1 .7.22c.194.141.35.33.45.55c.096.223.134.467.11.71"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.745 10.5a1.4 1.4 0 0 1-.26.66l-7.94 10.73a.94.94 0 0 1-.53.35a.8.8 0 0 1-.22 0a1.1 1.1 0 0 1-.4-.08a1 1 0 0 1-.55-1l.8-6.21h-5.13a1.4 1.4 0 0 1-.7-.22a1.33 1.33 0 0 1-.46-.56a1.45 1.45 0 0 1-.1-.69c.03-.236.12-.46.26-.65l7.94-10.71a.93.93 0 0 1 .51-.34a1 1 0 0 1 .63.06a.94.94 0 0 1 .44.42a1 1 0 0 1 .11.55l-.8 6.21h5.14a1.16 1.16 0 0 1 .7.22c.194.141.35.33.45.55c.096.223.134.467.11.71"/></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%22M19.745%2010.5a1.4%201.4%200%200%201-.26.66l-7.94%2010.73a.94.94%200%200%201-.53.35a.8.8%200%200%201-.22%200a1.1%201.1%200%200%201-.4-.08a1%201%200%200%201-.55-1l.8-6.21h-5.13a1.4%201.4%200%200%201-.7-.22a1.33%201.33%200%200%201-.46-.56a1.45%201.45%200%200%201-.1-.69c.03-.236.12-.46.26-.65l7.94-10.71a.93.93%200%200%201%20.51-.34a1%201%200%200%201%20.63.06a.94.94%200%200%201%20.44.42a1%201%200%200%201%20.11.55l-.8%206.21h5.14a1.16%201.16%200%200%201%20.7.22c.194.141.35.33.45.55c.096.223.134.467.11.71%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%22M19.745%2010.5a1.4%201.4%200%200%201-.26.66l-7.94%2010.73a.94.94%200%200%201-.53.35a.8.8%200%200%201-.22%200a1.1%201.1%200%200%201-.4-.08a1%201%200%200%201-.55-1l.8-6.21h-5.13a1.4%201.4%200%200%201-.7-.22a1.33%201.33%200%200%201-.46-.56a1.45%201.45%200%200%201-.1-.69c.03-.236.12-.46.26-.65l7.94-10.71a.93.93%200%200%201%20.51-.34a1%201%200%200%201%20.63.06a.94.94%200%200%201%20.44.42a1%201%200%200%201%20.11.55l-.8%206.21h5.14a1.16%201.16%200%200%201%20.7.22c.194.141.35.33.45.55c.096.223.134.467.11.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/zap-fill.svg?color=%231a73e8&size=48