sword icon
sword from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- sword
- Set
- Phosphor
- Style
- Regular
- 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-12.69 12.7a16 16 0 0 0 0 22.63l20 20l-28 28a16 16 0 0 0 0 22.63l12.69 12.68a16 16 0 0 0 22.62 0l28-28l20 20a16 16 0 0 0 22.64 0l12.69-12.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-8M52.69 216L40 203.32l28-28L80.68 188Zm70.61-8L48 132.71L60.7 120l75.3 75.31ZM208 100.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 PhSword(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-12.69 12.7a16 16 0 0 0 0 22.63l20 20l-28 28a16 16 0 0 0 0 22.63l12.69 12.68a16 16 0 0 0 22.62 0l28-28l20 20a16 16 0 0 0 22.64 0l12.69-12.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-8M52.69 216L40 203.32l28-28L80.68 188Zm70.61-8L48 132.71L60.7 120l75.3 75.31ZM208 100.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-12.69 12.7a16 16 0 0 0 0 22.63l20 20l-28 28a16 16 0 0 0 0 22.63l12.69 12.68a16 16 0 0 0 22.62 0l28-28l20 20a16 16 0 0 0 22.64 0l12.69-12.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-8M52.69 216L40 203.32l28-28L80.68 188Zm70.61-8L48 132.71L60.7 120l75.3 75.31ZM208 100.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 {
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-12.69%2012.7a16%2016%200%200%200%200%2022.63l20%2020l-28%2028a16%2016%200%200%200%200%2022.63l12.69%2012.68a16%2016%200%200%200%2022.62%200l28-28l20%2020a16%2016%200%200%200%2022.64%200l12.69-12.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-8M52.69%20216L40%20203.32l28-28L80.68%20188Zm70.61-8L48%20132.71L60.7%20120l75.3%2075.31ZM208%20100.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-12.69%2012.7a16%2016%200%200%200%200%2022.63l20%2020l-28%2028a16%2016%200%200%200%200%2022.63l12.69%2012.68a16%2016%200%200%200%2022.62%200l28-28l20%2020a16%2016%200%200%200%2022.64%200l12.69-12.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-8M52.69%20216L40%20203.32l28-28L80.68%20188Zm70.61-8L48%20132.71L60.7%20120l75.3%2075.31ZM208%20100.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.svg?color=%231a73e8&size=48