sword-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
sword-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the sword 01 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-width="1.5"><path stroke-linecap="round" d="M2.5 19.5a2.36 2.36 0 0 1 1.33.67c.375.374.598.843.67 1.33"/><path stroke-linecap="round" stroke-linejoin="round" d="m8 16l-4 4"/><path stroke-linejoin="round" d="m9 16.5l10.854-8.573a2 2 0 0 0 .639-1.062L21.5 2.5l-4.365 1.007a2 2 0 0 0-1.062.64L7.5 15"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 13h.572a2 2 0 0 1 1.414.586l4.428 4.428A2 2 0 0 1 11 19.428V20"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSword01(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" strokeWidth="1.5"><path strokeLinecap="round" d="M2.5 19.5a2.36 2.36 0 0 1 1.33.67c.375.374.598.843.67 1.33"/><path strokeLinecap="round" strokeLinejoin="round" d="m8 16l-4 4"/><path strokeLinejoin="round" d="m9 16.5l10.854-8.573a2 2 0 0 0 .639-1.062L21.5 2.5l-4.365 1.007a2 2 0 0 0-1.062.64L7.5 15"/><path strokeLinecap="round" strokeLinejoin="round" d="M4 13h.572a2 2 0 0 1 1.414.586l4.428 4.428A2 2 0 0 1 11 19.428V20"/></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-width="1.5"><path stroke-linecap="round" d="M2.5 19.5a2.36 2.36 0 0 1 1.33.67c.375.374.598.843.67 1.33"/><path stroke-linecap="round" stroke-linejoin="round" d="m8 16l-4 4"/><path stroke-linejoin="round" d="m9 16.5l10.854-8.573a2 2 0 0 0 .639-1.062L21.5 2.5l-4.365 1.007a2 2 0 0 0-1.062.64L7.5 15"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 13h.572a2 2 0 0 1 1.414.586l4.428 4.428A2 2 0 0 1 11 19.428V20"/></g></svg>
</template>

CSS

.icon-sword-01 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.5%2019.5a2.36%202.36%200%200%201%201.33.67c.375.374.598.843.67%201.33%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8%2016l-4%204%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m9%2016.5l10.854-8.573a2%202%200%200%200%20.639-1.062L21.5%202.5l-4.365%201.007a2%202%200%200%200-1.062.64L7.5%2015%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2013h.572a2%202%200%200%201%201.414.586l4.428%204.428A2%202%200%200%201%2011%2019.428V20%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.5%2019.5a2.36%202.36%200%200%201%201.33.67c.375.374.598.843.67%201.33%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8%2016l-4%204%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m9%2016.5l10.854-8.573a2%202%200%200%200%20.639-1.062L21.5%202.5l-4.365%201.007a2%202%200%200%200-1.062.64L7.5%2015%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2013h.572a2%202%200%200%201%201.414.586l4.428%204.428A2%202%200%200%201%2011%2019.428V20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sword-01.svg?color=%231a73e8&size=48