crossed swords emoji
crossed-swords from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- crossed-swords
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the crossed swords emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m1.577 6.991l9.143 9.036l-1.726 1.746l.036-.133c.06-.2-.09-.4-.3-.4H6.61c-.15 0-.28.11-.31.25a7.02 7.02 0 0 0 1.07 5.24l-3.075 3.075a1.334 1.334 0 0 0-1.895.005c-.53.52-.53 1.37 0 1.9l1.9 1.9c.52.52 1.37.52 1.9 0s.53-1.37 0-1.9l-.005-.005l3.077-3.077a7 7 0 0 0 5.148 1.082a.32.32 0 0 0 .26-.31v-2.11c0-.21-.2-.35-.4-.3l-.051.013l1.774-1.755l1.768 1.748l-.131-.036c-.2-.06-.4.09-.4.3v2.12c0 .15.11.28.25.31a7.02 7.02 0 0 0 5.235-1.065l3.08 3.08l-.005.005c-.53.53-.53 1.38 0 1.9s1.38.52 1.9 0l1.9-1.9c.53-.53.53-1.38 0-1.9a1.334 1.334 0 0 0-1.895-.005l-3.08-3.08A7.03 7.03 0 0 0 25.7 17.48a.31.31 0 0 0-.31-.25h-2.12c-.21 0-.36.2-.3.4l.035.133l-1.721-1.74l9.133-9.036c.381-.365.583-.867.583-1.377V2.5c0-.832-.668-1.5-1.5-1.5h-3.11c-.52 0-1.012.208-1.377.573l-.004.004l-9.006 9.108L6.99 1.577l-.004-.004A1.95 1.95 0 0 0 5.61 1H2.5C1.668 1 1 1.668 1 2.5v3.11c0 .52.208 1.013.573 1.377zM22.82 20.42a4.3 4.3 0 0 1-.95 1.44l-.005.005l-3.225-3.225l1.222-1.21zm-12.69 1.45a4.3 4.3 0 0 1-.952-1.44L26.414 3H29zM5.586 3l9.01 9.107l-1.237 1.252L3 3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastCrossedSwords(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m1.577 6.991l9.143 9.036l-1.726 1.746l.036-.133c.06-.2-.09-.4-.3-.4H6.61c-.15 0-.28.11-.31.25a7.02 7.02 0 0 0 1.07 5.24l-3.075 3.075a1.334 1.334 0 0 0-1.895.005c-.53.52-.53 1.37 0 1.9l1.9 1.9c.52.52 1.37.52 1.9 0s.53-1.37 0-1.9l-.005-.005l3.077-3.077a7 7 0 0 0 5.148 1.082a.32.32 0 0 0 .26-.31v-2.11c0-.21-.2-.35-.4-.3l-.051.013l1.774-1.755l1.768 1.748l-.131-.036c-.2-.06-.4.09-.4.3v2.12c0 .15.11.28.25.31a7.02 7.02 0 0 0 5.235-1.065l3.08 3.08l-.005.005c-.53.53-.53 1.38 0 1.9s1.38.52 1.9 0l1.9-1.9c.53-.53.53-1.38 0-1.9a1.334 1.334 0 0 0-1.895-.005l-3.08-3.08A7.03 7.03 0 0 0 25.7 17.48a.31.31 0 0 0-.31-.25h-2.12c-.21 0-.36.2-.3.4l.035.133l-1.721-1.74l9.133-9.036c.381-.365.583-.867.583-1.377V2.5c0-.832-.668-1.5-1.5-1.5h-3.11c-.52 0-1.012.208-1.377.573l-.004.004l-9.006 9.108L6.99 1.577l-.004-.004A1.95 1.95 0 0 0 5.61 1H2.5C1.668 1 1 1.668 1 2.5v3.11c0 .52.208 1.013.573 1.377zM22.82 20.42a4.3 4.3 0 0 1-.95 1.44l-.005.005l-3.225-3.225l1.222-1.21zm-12.69 1.45a4.3 4.3 0 0 1-.952-1.44L26.414 3H29zM5.586 3l9.01 9.107l-1.237 1.252L3 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m1.577 6.991l9.143 9.036l-1.726 1.746l.036-.133c.06-.2-.09-.4-.3-.4H6.61c-.15 0-.28.11-.31.25a7.02 7.02 0 0 0 1.07 5.24l-3.075 3.075a1.334 1.334 0 0 0-1.895.005c-.53.52-.53 1.37 0 1.9l1.9 1.9c.52.52 1.37.52 1.9 0s.53-1.37 0-1.9l-.005-.005l3.077-3.077a7 7 0 0 0 5.148 1.082a.32.32 0 0 0 .26-.31v-2.11c0-.21-.2-.35-.4-.3l-.051.013l1.774-1.755l1.768 1.748l-.131-.036c-.2-.06-.4.09-.4.3v2.12c0 .15.11.28.25.31a7.02 7.02 0 0 0 5.235-1.065l3.08 3.08l-.005.005c-.53.53-.53 1.38 0 1.9s1.38.52 1.9 0l1.9-1.9c.53-.53.53-1.38 0-1.9a1.334 1.334 0 0 0-1.895-.005l-3.08-3.08A7.03 7.03 0 0 0 25.7 17.48a.31.31 0 0 0-.31-.25h-2.12c-.21 0-.36.2-.3.4l.035.133l-1.721-1.74l9.133-9.036c.381-.365.583-.867.583-1.377V2.5c0-.832-.668-1.5-1.5-1.5h-3.11c-.52 0-1.012.208-1.377.573l-.004.004l-9.006 9.108L6.99 1.577l-.004-.004A1.95 1.95 0 0 0 5.61 1H2.5C1.668 1 1 1.668 1 2.5v3.11c0 .52.208 1.013.573 1.377zM22.82 20.42a4.3 4.3 0 0 1-.95 1.44l-.005.005l-3.225-3.225l1.222-1.21zm-12.69 1.45a4.3 4.3 0 0 1-.952-1.44L26.414 3H29zM5.586 3l9.01 9.107l-1.237 1.252L3 3z"/></svg> </template>
CSS
.icon-crossed-swords {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.577%206.991l9.143%209.036l-1.726%201.746l.036-.133c.06-.2-.09-.4-.3-.4H6.61c-.15%200-.28.11-.31.25a7.02%207.02%200%200%200%201.07%205.24l-3.075%203.075a1.334%201.334%200%200%200-1.895.005c-.53.52-.53%201.37%200%201.9l1.9%201.9c.52.52%201.37.52%201.9%200s.53-1.37%200-1.9l-.005-.005l3.077-3.077a7%207%200%200%200%205.148%201.082a.32.32%200%200%200%20.26-.31v-2.11c0-.21-.2-.35-.4-.3l-.051.013l1.774-1.755l1.768%201.748l-.131-.036c-.2-.06-.4.09-.4.3v2.12c0%20.15.11.28.25.31a7.02%207.02%200%200%200%205.235-1.065l3.08%203.08l-.005.005c-.53.53-.53%201.38%200%201.9s1.38.52%201.9%200l1.9-1.9c.53-.53.53-1.38%200-1.9a1.334%201.334%200%200%200-1.895-.005l-3.08-3.08A7.03%207.03%200%200%200%2025.7%2017.48a.31.31%200%200%200-.31-.25h-2.12c-.21%200-.36.2-.3.4l.035.133l-1.721-1.74l9.133-9.036c.381-.365.583-.867.583-1.377V2.5c0-.832-.668-1.5-1.5-1.5h-3.11c-.52%200-1.012.208-1.377.573l-.004.004l-9.006%209.108L6.99%201.577l-.004-.004A1.95%201.95%200%200%200%205.61%201H2.5C1.668%201%201%201.668%201%202.5v3.11c0%20.52.208%201.013.573%201.377zM22.82%2020.42a4.3%204.3%200%200%201-.95%201.44l-.005.005l-3.225-3.225l1.222-1.21zm-12.69%201.45a4.3%204.3%200%200%201-.952-1.44L26.414%203H29zM5.586%203l9.01%209.107l-1.237%201.252L3%203z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.577%206.991l9.143%209.036l-1.726%201.746l.036-.133c.06-.2-.09-.4-.3-.4H6.61c-.15%200-.28.11-.31.25a7.02%207.02%200%200%200%201.07%205.24l-3.075%203.075a1.334%201.334%200%200%200-1.895.005c-.53.52-.53%201.37%200%201.9l1.9%201.9c.52.52%201.37.52%201.9%200s.53-1.37%200-1.9l-.005-.005l3.077-3.077a7%207%200%200%200%205.148%201.082a.32.32%200%200%200%20.26-.31v-2.11c0-.21-.2-.35-.4-.3l-.051.013l1.774-1.755l1.768%201.748l-.131-.036c-.2-.06-.4.09-.4.3v2.12c0%20.15.11.28.25.31a7.02%207.02%200%200%200%205.235-1.065l3.08%203.08l-.005.005c-.53.53-.53%201.38%200%201.9s1.38.52%201.9%200l1.9-1.9c.53-.53.53-1.38%200-1.9a1.334%201.334%200%200%200-1.895-.005l-3.08-3.08A7.03%207.03%200%200%200%2025.7%2017.48a.31.31%200%200%200-.31-.25h-2.12c-.21%200-.36.2-.3.4l.035.133l-1.721-1.74l9.133-9.036c.381-.365.583-.867.583-1.377V2.5c0-.832-.668-1.5-1.5-1.5h-3.11c-.52%200-1.012.208-1.377.573l-.004.004l-9.006%209.108L6.99%201.577l-.004-.004A1.95%201.95%200%200%200%205.61%201H2.5C1.668%201%201%201.668%201%202.5v3.11c0%20.52.208%201.013.573%201.377zM22.82%2020.42a4.3%204.3%200%200%201-.95%201.44l-.005.005l-3.225-3.225l1.222-1.21zm-12.69%201.45a4.3%204.3%200%200%201-.952-1.44L26.414%203H29zM5.586%203l9.01%209.107l-1.237%201.252L3%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/crossed-swords.svg?color=%231a73e8&size=48