thunder icon
thunder from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- thunder
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
Use the thunder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-6 -2 24 24"><path fill="currentColor" d="M8.997 6.968H6.708V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v5.923a1 1 0 0 0 .966 1l1.937.061v7.404a.549.549 0 0 0 1.053.216l3.96-9.242a1 1 0 0 0-.92-1.394zM8.708 3v1.968h.289a3 3 0 0 1 2.757 4.181l-3.96 9.243a2.549 2.549 0 0 1-4.891-1.004v-5.466A3 3 0 0 1 0 8.923V3a3 3 0 0 1 3-3h2.708a3 3 0 0 1 3 3"/></svg>
React
import type { SVGProps } from "react";
export function JamThunder(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-6 -2 24 24"><path fill="currentColor" d="M8.997 6.968H6.708V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v5.923a1 1 0 0 0 .966 1l1.937.061v7.404a.549.549 0 0 0 1.053.216l3.96-9.242a1 1 0 0 0-.92-1.394zM8.708 3v1.968h.289a3 3 0 0 1 2.757 4.181l-3.96 9.243a2.549 2.549 0 0 1-4.891-1.004v-5.466A3 3 0 0 1 0 8.923V3a3 3 0 0 1 3-3h2.708a3 3 0 0 1 3 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-6 -2 24 24"><path fill="currentColor" d="M8.997 6.968H6.708V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v5.923a1 1 0 0 0 .966 1l1.937.061v7.404a.549.549 0 0 0 1.053.216l3.96-9.242a1 1 0 0 0-.92-1.394zM8.708 3v1.968h.289a3 3 0 0 1 2.757 4.181l-3.96 9.243a2.549 2.549 0 0 1-4.891-1.004v-5.466A3 3 0 0 1 0 8.923V3a3 3 0 0 1 3-3h2.708a3 3 0 0 1 3 3"/></svg> </template>
CSS
.icon-thunder {
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%22-6%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.997%206.968H6.708V3a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201v5.923a1%201%200%200%200%20.966%201l1.937.061v7.404a.549.549%200%200%200%201.053.216l3.96-9.242a1%201%200%200%200-.92-1.394zM8.708%203v1.968h.289a3%203%200%200%201%202.757%204.181l-3.96%209.243a2.549%202.549%200%200%201-4.891-1.004v-5.466A3%203%200%200%201%200%208.923V3a3%203%200%200%201%203-3h2.708a3%203%200%200%201%203%203%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%22-6%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.997%206.968H6.708V3a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201v5.923a1%201%200%200%200%20.966%201l1.937.061v7.404a.549.549%200%200%200%201.053.216l3.96-9.242a1%201%200%200%200-.92-1.394zM8.708%203v1.968h.289a3%203%200%200%201%202.757%204.181l-3.96%209.243a2.549%202.549%200%200%201-4.891-1.004v-5.466A3%203%200%200%201%200%208.923V3a3%203%200%200%201%203-3h2.708a3%203%200%200%201%203%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/thunder.svg?color=%231a73e8&size=48