sword-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
sword-light
Set
Phosphor
Style
Light
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 34h-64a6 6 0 0 0-4.76 2.34l-65.39 85L70.6 110.1a14 14 0 0 0-19.8 0l-12.7 12.7a14 14 0 0 0 0 19.81L59.51 164L30.1 193.42a14 14 0 0 0 0 19.8l12.69 12.69a14 14 0 0 0 19.8 0L92 196.5l21.4 21.4a14 14 0 0 0 19.8 0l12.7-12.69a14 14 0 0 0 0-19.81l-11.25-11.25l85-65.39A6 6 0 0 0 222 104V40a6 6 0 0 0-6-6M54.1 217.42a2 2 0 0 1-2.83 0l-12.68-12.69a2 2 0 0 1 0-2.82L68 172.5L83.51 188Zm83.31-20.7l-12.69 12.7a2 2 0 0 1-2.84 0l-75.29-75.3a2 2 0 0 1 0-2.83l12.69-12.7a2 2 0 0 1 2.84 0l75.29 75.3a2 2 0 0 1 0 2.83M210 101.05l-83.91 64.55l-13.6-13.6l51.75-51.76a6 6 0 0 0-8.48-8.48L104 143.51l-13.6-13.6L155 46h55Z"/></svg>

React

import type { SVGProps } from "react";

export function PhSwordLight(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 34h-64a6 6 0 0 0-4.76 2.34l-65.39 85L70.6 110.1a14 14 0 0 0-19.8 0l-12.7 12.7a14 14 0 0 0 0 19.81L59.51 164L30.1 193.42a14 14 0 0 0 0 19.8l12.69 12.69a14 14 0 0 0 19.8 0L92 196.5l21.4 21.4a14 14 0 0 0 19.8 0l12.7-12.69a14 14 0 0 0 0-19.81l-11.25-11.25l85-65.39A6 6 0 0 0 222 104V40a6 6 0 0 0-6-6M54.1 217.42a2 2 0 0 1-2.83 0l-12.68-12.69a2 2 0 0 1 0-2.82L68 172.5L83.51 188Zm83.31-20.7l-12.69 12.7a2 2 0 0 1-2.84 0l-75.29-75.3a2 2 0 0 1 0-2.83l12.69-12.7a2 2 0 0 1 2.84 0l75.29 75.3a2 2 0 0 1 0 2.83M210 101.05l-83.91 64.55l-13.6-13.6l51.75-51.76a6 6 0 0 0-8.48-8.48L104 143.51l-13.6-13.6L155 46h55Z"/></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 34h-64a6 6 0 0 0-4.76 2.34l-65.39 85L70.6 110.1a14 14 0 0 0-19.8 0l-12.7 12.7a14 14 0 0 0 0 19.81L59.51 164L30.1 193.42a14 14 0 0 0 0 19.8l12.69 12.69a14 14 0 0 0 19.8 0L92 196.5l21.4 21.4a14 14 0 0 0 19.8 0l12.7-12.69a14 14 0 0 0 0-19.81l-11.25-11.25l85-65.39A6 6 0 0 0 222 104V40a6 6 0 0 0-6-6M54.1 217.42a2 2 0 0 1-2.83 0l-12.68-12.69a2 2 0 0 1 0-2.82L68 172.5L83.51 188Zm83.31-20.7l-12.69 12.7a2 2 0 0 1-2.84 0l-75.29-75.3a2 2 0 0 1 0-2.83l12.69-12.7a2 2 0 0 1 2.84 0l75.29 75.3a2 2 0 0 1 0 2.83M210 101.05l-83.91 64.55l-13.6-13.6l51.75-51.76a6 6 0 0 0-8.48-8.48L104 143.51l-13.6-13.6L155 46h55Z"/></svg>
</template>

CSS

.icon-sword-light {
  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%2034h-64a6%206%200%200%200-4.76%202.34l-65.39%2085L70.6%20110.1a14%2014%200%200%200-19.8%200l-12.7%2012.7a14%2014%200%200%200%200%2019.81L59.51%20164L30.1%20193.42a14%2014%200%200%200%200%2019.8l12.69%2012.69a14%2014%200%200%200%2019.8%200L92%20196.5l21.4%2021.4a14%2014%200%200%200%2019.8%200l12.7-12.69a14%2014%200%200%200%200-19.81l-11.25-11.25l85-65.39A6%206%200%200%200%20222%20104V40a6%206%200%200%200-6-6M54.1%20217.42a2%202%200%200%201-2.83%200l-12.68-12.69a2%202%200%200%201%200-2.82L68%20172.5L83.51%20188Zm83.31-20.7l-12.69%2012.7a2%202%200%200%201-2.84%200l-75.29-75.3a2%202%200%200%201%200-2.83l12.69-12.7a2%202%200%200%201%202.84%200l75.29%2075.3a2%202%200%200%201%200%202.83M210%20101.05l-83.91%2064.55l-13.6-13.6l51.75-51.76a6%206%200%200%200-8.48-8.48L104%20143.51l-13.6-13.6L155%2046h55Z%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%2034h-64a6%206%200%200%200-4.76%202.34l-65.39%2085L70.6%20110.1a14%2014%200%200%200-19.8%200l-12.7%2012.7a14%2014%200%200%200%200%2019.81L59.51%20164L30.1%20193.42a14%2014%200%200%200%200%2019.8l12.69%2012.69a14%2014%200%200%200%2019.8%200L92%20196.5l21.4%2021.4a14%2014%200%200%200%2019.8%200l12.7-12.69a14%2014%200%200%200%200-19.81l-11.25-11.25l85-65.39A6%206%200%200%200%20222%20104V40a6%206%200%200%200-6-6M54.1%20217.42a2%202%200%200%201-2.83%200l-12.68-12.69a2%202%200%200%201%200-2.82L68%20172.5L83.51%20188Zm83.31-20.7l-12.69%2012.7a2%202%200%200%201-2.84%200l-75.29-75.3a2%202%200%200%201%200-2.83l12.69-12.7a2%202%200%200%201%202.84%200l75.29%2075.3a2%202%200%200%201%200%202.83M210%20101.05l-83.91%2064.55l-13.6-13.6l51.75-51.76a6%206%200%200%200-8.48-8.48L104%20143.51l-13.6-13.6L155%2046h55Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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