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

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

Related icons in Huge Icons

Use the sword 03 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m7.987 9.491l-2.31-1.978C4.154 6.203 4.15 4.301 3.987 3.02c1.666.079 2.956.23 4.08 1.179l1.176 1.336l1.273 1.429m8.941 11.454l-2.965-3m-2.47 3c.022-.272.2-.978 1.019-1.734c.734-.679 2.327-2.305 3.042-3.01c.406-.4 1.07-.68 1.374-.679m-3.889-.187l1.337 1.479m-3.229.15l1.495 1.313m5.29 2.23c.831.002 1.54.615 1.539 1.445s-.708 1.558-1.538 1.556s-1.471-.732-1.47-1.562c.054-.825.665-1.328 1.47-1.439m-15.866.413l2.958-2.892m-2.992-2.514c.272.022 1.032.204 1.712 1.054c.625.78 2.31 2.29 3.017 3.003c.4.405.68 1.045.68 1.349M7.265 14.23l8.239-9.566c1.34-1.496 3.214-1.529 4.5-1.666c-.112 1.663-.289 2.95-1.26 4.055L8.55 15.926M5.006 19.5A1.503 1.503 0 1 1 2 19.498a1.503 1.503 0 0 1 3.006 0"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSword03(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m7.987 9.491l-2.31-1.978C4.154 6.203 4.15 4.301 3.987 3.02c1.666.079 2.956.23 4.08 1.179l1.176 1.336l1.273 1.429m8.941 11.454l-2.965-3m-2.47 3c.022-.272.2-.978 1.019-1.734c.734-.679 2.327-2.305 3.042-3.01c.406-.4 1.07-.68 1.374-.679m-3.889-.187l1.337 1.479m-3.229.15l1.495 1.313m5.29 2.23c.831.002 1.54.615 1.539 1.445s-.708 1.558-1.538 1.556s-1.471-.732-1.47-1.562c.054-.825.665-1.328 1.47-1.439m-15.866.413l2.958-2.892m-2.992-2.514c.272.022 1.032.204 1.712 1.054c.625.78 2.31 2.29 3.017 3.003c.4.405.68 1.045.68 1.349M7.265 14.23l8.239-9.566c1.34-1.496 3.214-1.529 4.5-1.666c-.112 1.663-.289 2.95-1.26 4.055L8.55 15.926M5.006 19.5A1.503 1.503 0 1 1 2 19.498a1.503 1.503 0 0 1 3.006 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m7.987 9.491l-2.31-1.978C4.154 6.203 4.15 4.301 3.987 3.02c1.666.079 2.956.23 4.08 1.179l1.176 1.336l1.273 1.429m8.941 11.454l-2.965-3m-2.47 3c.022-.272.2-.978 1.019-1.734c.734-.679 2.327-2.305 3.042-3.01c.406-.4 1.07-.68 1.374-.679m-3.889-.187l1.337 1.479m-3.229.15l1.495 1.313m5.29 2.23c.831.002 1.54.615 1.539 1.445s-.708 1.558-1.538 1.556s-1.471-.732-1.47-1.562c.054-.825.665-1.328 1.47-1.439m-15.866.413l2.958-2.892m-2.992-2.514c.272.022 1.032.204 1.712 1.054c.625.78 2.31 2.29 3.017 3.003c.4.405.68 1.045.68 1.349M7.265 14.23l8.239-9.566c1.34-1.496 3.214-1.529 4.5-1.666c-.112 1.663-.289 2.95-1.26 4.055L8.55 15.926M5.006 19.5A1.503 1.503 0 1 1 2 19.498a1.503 1.503 0 0 1 3.006 0"/></svg>
</template>

CSS

.icon-sword-03 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m7.987%209.491l-2.31-1.978C4.154%206.203%204.15%204.301%203.987%203.02c1.666.079%202.956.23%204.08%201.179l1.176%201.336l1.273%201.429m8.941%2011.454l-2.965-3m-2.47%203c.022-.272.2-.978%201.019-1.734c.734-.679%202.327-2.305%203.042-3.01c.406-.4%201.07-.68%201.374-.679m-3.889-.187l1.337%201.479m-3.229.15l1.495%201.313m5.29%202.23c.831.002%201.54.615%201.539%201.445s-.708%201.558-1.538%201.556s-1.471-.732-1.47-1.562c.054-.825.665-1.328%201.47-1.439m-15.866.413l2.958-2.892m-2.992-2.514c.272.022%201.032.204%201.712%201.054c.625.78%202.31%202.29%203.017%203.003c.4.405.68%201.045.68%201.349M7.265%2014.23l8.239-9.566c1.34-1.496%203.214-1.529%204.5-1.666c-.112%201.663-.289%202.95-1.26%204.055L8.55%2015.926M5.006%2019.5A1.503%201.503%200%201%201%202%2019.498a1.503%201.503%200%200%201%203.006%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m7.987%209.491l-2.31-1.978C4.154%206.203%204.15%204.301%203.987%203.02c1.666.079%202.956.23%204.08%201.179l1.176%201.336l1.273%201.429m8.941%2011.454l-2.965-3m-2.47%203c.022-.272.2-.978%201.019-1.734c.734-.679%202.327-2.305%203.042-3.01c.406-.4%201.07-.68%201.374-.679m-3.889-.187l1.337%201.479m-3.229.15l1.495%201.313m5.29%202.23c.831.002%201.54.615%201.539%201.445s-.708%201.558-1.538%201.556s-1.471-.732-1.47-1.562c.054-.825.665-1.328%201.47-1.439m-15.866.413l2.958-2.892m-2.992-2.514c.272.022%201.032.204%201.712%201.054c.625.78%202.31%202.29%203.017%203.003c.4.405.68%201.045.68%201.349M7.265%2014.23l8.239-9.566c1.34-1.496%203.214-1.529%204.5-1.666c-.112%201.663-.289%202.95-1.26%204.055L8.55%2015.926M5.006%2019.5A1.503%201.503%200%201%201%202%2019.498a1.503%201.503%200%200%201%203.006%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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