heavy metal icon
heavy-metal from IconPark Outline by ByteDance · Outline · Money · Apache-2.0 Free for personal and commercial use.
- Name
- heavy-metal
- Set
- IconPark Outline
- Style
- Outline
- Category
- Money
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More money icons from IconPark Outline
Use the heavy metal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linejoin="round" d="m22.219 7.378l11.668 9.244L36.177 24l-10.914 2.085l-12.674-11.554l2.692-5.53z" clip-rule="evenodd"/><path stroke-linecap="round" d="m15.28 9.001l11.206 9.6"/><path stroke-linecap="round" stroke-linejoin="round" d="m25.263 26.085l1.224-7.953l7.4-1.51m-8.894 14.401l2.286 7.08l-11.678 2.276L4 29.014l2.57-6.389l5.458-1.271"/><path stroke-linecap="round" d="m6.57 22.625l10.714 10.133"/><path stroke-linecap="round" stroke-linejoin="round" d="m15.601 39.865l1.885-7.733l7.505-1.088"/><path stroke-linejoin="round" d="M34.887 29.608L34 36.8l9.236-1.801l-1.955-6.812z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineHeavyMetal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeWidth="4"><path strokeLinejoin="round" d="m22.219 7.378l11.668 9.244L36.177 24l-10.914 2.085l-12.674-11.554l2.692-5.53z" clipRule="evenodd"/><path strokeLinecap="round" d="m15.28 9.001l11.206 9.6"/><path strokeLinecap="round" strokeLinejoin="round" d="m25.263 26.085l1.224-7.953l7.4-1.51m-8.894 14.401l2.286 7.08l-11.678 2.276L4 29.014l2.57-6.389l5.458-1.271"/><path strokeLinecap="round" d="m6.57 22.625l10.714 10.133"/><path strokeLinecap="round" strokeLinejoin="round" d="m15.601 39.865l1.885-7.733l7.505-1.088"/><path strokeLinejoin="round" d="M34.887 29.608L34 36.8l9.236-1.801l-1.955-6.812z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linejoin="round" d="m22.219 7.378l11.668 9.244L36.177 24l-10.914 2.085l-12.674-11.554l2.692-5.53z" clip-rule="evenodd"/><path stroke-linecap="round" d="m15.28 9.001l11.206 9.6"/><path stroke-linecap="round" stroke-linejoin="round" d="m25.263 26.085l1.224-7.953l7.4-1.51m-8.894 14.401l2.286 7.08l-11.678 2.276L4 29.014l2.57-6.389l5.458-1.271"/><path stroke-linecap="round" d="m6.57 22.625l10.714 10.133"/><path stroke-linecap="round" stroke-linejoin="round" d="m15.601 39.865l1.885-7.733l7.505-1.088"/><path stroke-linejoin="round" d="M34.887 29.608L34 36.8l9.236-1.801l-1.955-6.812z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-heavy-metal {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m22.219%207.378l11.668%209.244L36.177%2024l-10.914%202.085l-12.674-11.554l2.692-5.53z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m15.28%209.001l11.206%209.6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m25.263%2026.085l1.224-7.953l7.4-1.51m-8.894%2014.401l2.286%207.08l-11.678%202.276L4%2029.014l2.57-6.389l5.458-1.271%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m6.57%2022.625l10.714%2010.133%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.601%2039.865l1.885-7.733l7.505-1.088%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M34.887%2029.608L34%2036.8l9.236-1.801l-1.955-6.812z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m22.219%207.378l11.668%209.244L36.177%2024l-10.914%202.085l-12.674-11.554l2.692-5.53z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m15.28%209.001l11.206%209.6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m25.263%2026.085l1.224-7.953l7.4-1.51m-8.894%2014.401l2.286%207.08l-11.678%202.276L4%2029.014l2.57-6.389l5.458-1.271%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m6.57%2022.625l10.714%2010.133%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.601%2039.865l1.885-7.733l7.505-1.088%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M34.887%2029.608L34%2036.8l9.236-1.801l-1.955-6.812z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/heavy-metal.svg?color=%231a73e8&size=48