sword-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
sword-fill
Set
Phosphor
Style
Fill
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 32h-64a8 8 0 0 0-6.34 3.12l-64 83.21l-9.66-9.64a16 16 0 0 0-22.64 0l-8.69 8.7a16 16 0 0 0 0 22.63l22 22l-32 32a16 16 0 0 0 0 22.63l8.69 8.68a16 16 0 0 0 22.62 0l32-32l22 22a16 16 0 0 0 22.64 0l8.69-8.7a16 16 0 0 0 0-22.63l-9.64-9.64l83.21-64A8 8 0 0 0 224 104V40a8 8 0 0 0-8-8m-8 68.06l-81.74 62.88L115.32 152l50.34-50.34a8 8 0 0 0-11.32-11.31L104 140.68l-10.93-10.94L155.94 48H208Z"/></svg>

React

import type { SVGProps } from "react";

export function PhSwordFill(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 32h-64a8 8 0 0 0-6.34 3.12l-64 83.21l-9.66-9.64a16 16 0 0 0-22.64 0l-8.69 8.7a16 16 0 0 0 0 22.63l22 22l-32 32a16 16 0 0 0 0 22.63l8.69 8.68a16 16 0 0 0 22.62 0l32-32l22 22a16 16 0 0 0 22.64 0l8.69-8.7a16 16 0 0 0 0-22.63l-9.64-9.64l83.21-64A8 8 0 0 0 224 104V40a8 8 0 0 0-8-8m-8 68.06l-81.74 62.88L115.32 152l50.34-50.34a8 8 0 0 0-11.32-11.31L104 140.68l-10.93-10.94L155.94 48H208Z"/></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 32h-64a8 8 0 0 0-6.34 3.12l-64 83.21l-9.66-9.64a16 16 0 0 0-22.64 0l-8.69 8.7a16 16 0 0 0 0 22.63l22 22l-32 32a16 16 0 0 0 0 22.63l8.69 8.68a16 16 0 0 0 22.62 0l32-32l22 22a16 16 0 0 0 22.64 0l8.69-8.7a16 16 0 0 0 0-22.63l-9.64-9.64l83.21-64A8 8 0 0 0 224 104V40a8 8 0 0 0-8-8m-8 68.06l-81.74 62.88L115.32 152l50.34-50.34a8 8 0 0 0-11.32-11.31L104 140.68l-10.93-10.94L155.94 48H208Z"/></svg>
</template>

CSS

.icon-sword-fill {
  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%2032h-64a8%208%200%200%200-6.34%203.12l-64%2083.21l-9.66-9.64a16%2016%200%200%200-22.64%200l-8.69%208.7a16%2016%200%200%200%200%2022.63l22%2022l-32%2032a16%2016%200%200%200%200%2022.63l8.69%208.68a16%2016%200%200%200%2022.62%200l32-32l22%2022a16%2016%200%200%200%2022.64%200l8.69-8.7a16%2016%200%200%200%200-22.63l-9.64-9.64l83.21-64A8%208%200%200%200%20224%20104V40a8%208%200%200%200-8-8m-8%2068.06l-81.74%2062.88L115.32%20152l50.34-50.34a8%208%200%200%200-11.32-11.31L104%20140.68l-10.93-10.94L155.94%2048H208Z%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%2032h-64a8%208%200%200%200-6.34%203.12l-64%2083.21l-9.66-9.64a16%2016%200%200%200-22.64%200l-8.69%208.7a16%2016%200%200%200%200%2022.63l22%2022l-32%2032a16%2016%200%200%200%200%2022.63l8.69%208.68a16%2016%200%200%200%2022.62%200l32-32l22%2022a16%2016%200%200%200%2022.64%200l8.69-8.7a16%2016%200%200%200%200-22.63l-9.64-9.64l83.21-64A8%208%200%200%200%20224%20104V40a8%208%200%200%200-8-8m-8%2068.06l-81.74%2062.88L115.32%20152l50.34-50.34a8%208%200%200%200-11.32-11.31L104%20140.68l-10.93-10.94L155.94%2048H208Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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