sword-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
sword-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the sword icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 36h-64a4 4 0 0 0-3.17 1.56l-66.78 86.82l-12.86-12.86a12 12 0 0 0-17 0l-12.67 12.69a12 12 0 0 0 0 17L62.34 164l-30.82 30.83a12 12 0 0 0 0 17l12.68 12.66a12 12 0 0 0 17 0L92 193.67l22.81 22.82a12 12 0 0 0 17 0l12.69-12.7a12 12 0 0 0 0-17L131.62 174l86.82-66.79A4 4 0 0 0 220 104V40a4 4 0 0 0-4-4M55.52 218.83a4 4 0 0 1-5.66 0l-12.69-12.68a4 4 0 0 1 0-5.66L68 169.67L86.34 188Zm83.31-26.36a4 4 0 0 1 0 5.67l-12.7 12.69a4 4 0 0 1-5.66 0l-75.3-75.3a4 4 0 0 1 0-5.66l12.7-12.69a4 4 0 0 1 5.66 0ZM212 102l-86.08 66.22L109.66 152l53.17-53.17a4 4 0 1 0-5.66-5.66L104 146.34l-16.25-16.26L154 44h58Z"/></svg>

React

import type { SVGProps } from "react";

export function PhSwordThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 36h-64a4 4 0 0 0-3.17 1.56l-66.78 86.82l-12.86-12.86a12 12 0 0 0-17 0l-12.67 12.69a12 12 0 0 0 0 17L62.34 164l-30.82 30.83a12 12 0 0 0 0 17l12.68 12.66a12 12 0 0 0 17 0L92 193.67l22.81 22.82a12 12 0 0 0 17 0l12.69-12.7a12 12 0 0 0 0-17L131.62 174l86.82-66.79A4 4 0 0 0 220 104V40a4 4 0 0 0-4-4M55.52 218.83a4 4 0 0 1-5.66 0l-12.69-12.68a4 4 0 0 1 0-5.66L68 169.67L86.34 188Zm83.31-26.36a4 4 0 0 1 0 5.67l-12.7 12.69a4 4 0 0 1-5.66 0l-75.3-75.3a4 4 0 0 1 0-5.66l12.7-12.69a4 4 0 0 1 5.66 0ZM212 102l-86.08 66.22L109.66 152l53.17-53.17a4 4 0 1 0-5.66-5.66L104 146.34l-16.25-16.26L154 44h58Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 36h-64a4 4 0 0 0-3.17 1.56l-66.78 86.82l-12.86-12.86a12 12 0 0 0-17 0l-12.67 12.69a12 12 0 0 0 0 17L62.34 164l-30.82 30.83a12 12 0 0 0 0 17l12.68 12.66a12 12 0 0 0 17 0L92 193.67l22.81 22.82a12 12 0 0 0 17 0l12.69-12.7a12 12 0 0 0 0-17L131.62 174l86.82-66.79A4 4 0 0 0 220 104V40a4 4 0 0 0-4-4M55.52 218.83a4 4 0 0 1-5.66 0l-12.69-12.68a4 4 0 0 1 0-5.66L68 169.67L86.34 188Zm83.31-26.36a4 4 0 0 1 0 5.67l-12.7 12.69a4 4 0 0 1-5.66 0l-75.3-75.3a4 4 0 0 1 0-5.66l12.7-12.69a4 4 0 0 1 5.66 0ZM212 102l-86.08 66.22L109.66 152l53.17-53.17a4 4 0 1 0-5.66-5.66L104 146.34l-16.25-16.26L154 44h58Z"/></svg>
</template>

CSS

.icon-sword-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%2036h-64a4%204%200%200%200-3.17%201.56l-66.78%2086.82l-12.86-12.86a12%2012%200%200%200-17%200l-12.67%2012.69a12%2012%200%200%200%200%2017L62.34%20164l-30.82%2030.83a12%2012%200%200%200%200%2017l12.68%2012.66a12%2012%200%200%200%2017%200L92%20193.67l22.81%2022.82a12%2012%200%200%200%2017%200l12.69-12.7a12%2012%200%200%200%200-17L131.62%20174l86.82-66.79A4%204%200%200%200%20220%20104V40a4%204%200%200%200-4-4M55.52%20218.83a4%204%200%200%201-5.66%200l-12.69-12.68a4%204%200%200%201%200-5.66L68%20169.67L86.34%20188Zm83.31-26.36a4%204%200%200%201%200%205.67l-12.7%2012.69a4%204%200%200%201-5.66%200l-75.3-75.3a4%204%200%200%201%200-5.66l12.7-12.69a4%204%200%200%201%205.66%200ZM212%20102l-86.08%2066.22L109.66%20152l53.17-53.17a4%204%200%201%200-5.66-5.66L104%20146.34l-16.25-16.26L154%2044h58Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%2036h-64a4%204%200%200%200-3.17%201.56l-66.78%2086.82l-12.86-12.86a12%2012%200%200%200-17%200l-12.67%2012.69a12%2012%200%200%200%200%2017L62.34%20164l-30.82%2030.83a12%2012%200%200%200%200%2017l12.68%2012.66a12%2012%200%200%200%2017%200L92%20193.67l22.81%2022.82a12%2012%200%200%200%2017%200l12.69-12.7a12%2012%200%200%200%200-17L131.62%20174l86.82-66.79A4%204%200%200%200%20220%20104V40a4%204%200%200%200-4-4M55.52%20218.83a4%204%200%200%201-5.66%200l-12.69-12.68a4%204%200%200%201%200-5.66L68%20169.67L86.34%20188Zm83.31-26.36a4%204%200%200%201%200%205.67l-12.7%2012.69a4%204%200%200%201-5.66%200l-75.3-75.3a4%204%200%200%201%200-5.66l12.7-12.69a4%204%200%200%201%205.66%200ZM212%20102l-86.08%2066.22L109.66%20152l53.17-53.17a4%204%200%201%200-5.66-5.66L104%20146.34l-16.25-16.26L154%2044h58Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Sword thin icon — Phosphor · IconsDB