swords icon
swords-outline-rounded from Material Symbols Light by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- swords-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the swords icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.839 20.696l-3.06-3.054l-1.923 1.924q-.102.101-.277.101t-.277-.102q-.46-.46-.46-1.136q0-.677.46-1.137l4.09-4.09q.46-.46 1.137-.46t1.137.46q.101.102.101.277t-.101.277l-1.924 1.923l3.054 3.06q.243.242.243.565t-.243.565l-.827.827q-.242.242-.565.242t-.565-.242M20.758 5.72l-10.8 10.82l.74.734q.46.46.46 1.137t-.46 1.136q-.102.102-.277.102t-.277-.102l-1.923-1.923l-3.06 3.054q-.242.242-.565.242t-.565-.242l-.827-.827q-.242-.242-.242-.565t.242-.566l3.054-3.06l-1.923-1.922q-.102-.102-.102-.277t.102-.277q.46-.46 1.136-.46q.677 0 1.137.46l.754.76L17.944 3.378q.218-.217.522-.348t.628-.131h1.098q.348 0 .578.23t.23.578v1.44q0 .162-.056.301t-.186.27M8.35 9.425l.58-.594l.576-.6l-.575.6zm-1.067.354L3.46 5.956q-.218-.218-.339-.522T3 4.806V3.708q0-.349.23-.578t.578-.23h1.098q.323 0 .628.13q.305.131.522.349l3.81 3.829q.146.146.143.334t-.15.335q-.145.14-.343.143t-.345-.143L5.175 3.9H4v1.175l3.996 3.996q.14.14.15.341t-.15.367q-.165.165-.357.165t-.356-.165m1.967 6.046L20 5.075V3.9h-1.175L8.075 14.65zm0 0l-.58-.594l-.595-.581l.594.58z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSwordsOutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.839 20.696l-3.06-3.054l-1.923 1.924q-.102.101-.277.101t-.277-.102q-.46-.46-.46-1.136q0-.677.46-1.137l4.09-4.09q.46-.46 1.137-.46t1.137.46q.101.102.101.277t-.101.277l-1.924 1.923l3.054 3.06q.243.242.243.565t-.243.565l-.827.827q-.242.242-.565.242t-.565-.242M20.758 5.72l-10.8 10.82l.74.734q.46.46.46 1.137t-.46 1.136q-.102.102-.277.102t-.277-.102l-1.923-1.923l-3.06 3.054q-.242.242-.565.242t-.565-.242l-.827-.827q-.242-.242-.242-.565t.242-.566l3.054-3.06l-1.923-1.922q-.102-.102-.102-.277t.102-.277q.46-.46 1.136-.46q.677 0 1.137.46l.754.76L17.944 3.378q.218-.217.522-.348t.628-.131h1.098q.348 0 .578.23t.23.578v1.44q0 .162-.056.301t-.186.27M8.35 9.425l.58-.594l.576-.6l-.575.6zm-1.067.354L3.46 5.956q-.218-.218-.339-.522T3 4.806V3.708q0-.349.23-.578t.578-.23h1.098q.323 0 .628.13q.305.131.522.349l3.81 3.829q.146.146.143.334t-.15.335q-.145.14-.343.143t-.345-.143L5.175 3.9H4v1.175l3.996 3.996q.14.14.15.341t-.15.367q-.165.165-.357.165t-.356-.165m1.967 6.046L20 5.075V3.9h-1.175L8.075 14.65zm0 0l-.58-.594l-.595-.581l.594.58z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.839 20.696l-3.06-3.054l-1.923 1.924q-.102.101-.277.101t-.277-.102q-.46-.46-.46-1.136q0-.677.46-1.137l4.09-4.09q.46-.46 1.137-.46t1.137.46q.101.102.101.277t-.101.277l-1.924 1.923l3.054 3.06q.243.242.243.565t-.243.565l-.827.827q-.242.242-.565.242t-.565-.242M20.758 5.72l-10.8 10.82l.74.734q.46.46.46 1.137t-.46 1.136q-.102.102-.277.102t-.277-.102l-1.923-1.923l-3.06 3.054q-.242.242-.565.242t-.565-.242l-.827-.827q-.242-.242-.242-.565t.242-.566l3.054-3.06l-1.923-1.922q-.102-.102-.102-.277t.102-.277q.46-.46 1.136-.46q.677 0 1.137.46l.754.76L17.944 3.378q.218-.217.522-.348t.628-.131h1.098q.348 0 .578.23t.23.578v1.44q0 .162-.056.301t-.186.27M8.35 9.425l.58-.594l.576-.6l-.575.6zm-1.067.354L3.46 5.956q-.218-.218-.339-.522T3 4.806V3.708q0-.349.23-.578t.578-.23h1.098q.323 0 .628.13q.305.131.522.349l3.81 3.829q.146.146.143.334t-.15.335q-.145.14-.343.143t-.345-.143L5.175 3.9H4v1.175l3.996 3.996q.14.14.15.341t-.15.367q-.165.165-.357.165t-.356-.165m1.967 6.046L20 5.075V3.9h-1.175L8.075 14.65zm0 0l-.58-.594l-.595-.581l.594.58z"/></svg> </template>
CSS
.icon-swords-outline-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.839%2020.696l-3.06-3.054l-1.923%201.924q-.102.101-.277.101t-.277-.102q-.46-.46-.46-1.136q0-.677.46-1.137l4.09-4.09q.46-.46%201.137-.46t1.137.46q.101.102.101.277t-.101.277l-1.924%201.923l3.054%203.06q.243.242.243.565t-.243.565l-.827.827q-.242.242-.565.242t-.565-.242M20.758%205.72l-10.8%2010.82l.74.734q.46.46.46%201.137t-.46%201.136q-.102.102-.277.102t-.277-.102l-1.923-1.923l-3.06%203.054q-.242.242-.565.242t-.565-.242l-.827-.827q-.242-.242-.242-.565t.242-.566l3.054-3.06l-1.923-1.922q-.102-.102-.102-.277t.102-.277q.46-.46%201.136-.46q.677%200%201.137.46l.754.76L17.944%203.378q.218-.217.522-.348t.628-.131h1.098q.348%200%20.578.23t.23.578v1.44q0%20.162-.056.301t-.186.27M8.35%209.425l.58-.594l.576-.6l-.575.6zm-1.067.354L3.46%205.956q-.218-.218-.339-.522T3%204.806V3.708q0-.349.23-.578t.578-.23h1.098q.323%200%20.628.13q.305.131.522.349l3.81%203.829q.146.146.143.334t-.15.335q-.145.14-.343.143t-.345-.143L5.175%203.9H4v1.175l3.996%203.996q.14.14.15.341t-.15.367q-.165.165-.357.165t-.356-.165m1.967%206.046L20%205.075V3.9h-1.175L8.075%2014.65zm0%200l-.58-.594l-.595-.581l.594.58z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.839%2020.696l-3.06-3.054l-1.923%201.924q-.102.101-.277.101t-.277-.102q-.46-.46-.46-1.136q0-.677.46-1.137l4.09-4.09q.46-.46%201.137-.46t1.137.46q.101.102.101.277t-.101.277l-1.924%201.923l3.054%203.06q.243.242.243.565t-.243.565l-.827.827q-.242.242-.565.242t-.565-.242M20.758%205.72l-10.8%2010.82l.74.734q.46.46.46%201.137t-.46%201.136q-.102.102-.277.102t-.277-.102l-1.923-1.923l-3.06%203.054q-.242.242-.565.242t-.565-.242l-.827-.827q-.242-.242-.242-.565t.242-.566l3.054-3.06l-1.923-1.922q-.102-.102-.102-.277t.102-.277q.46-.46%201.136-.46q.677%200%201.137.46l.754.76L17.944%203.378q.218-.217.522-.348t.628-.131h1.098q.348%200%20.578.23t.23.578v1.44q0%20.162-.056.301t-.186.27M8.35%209.425l.58-.594l.576-.6l-.575.6zm-1.067.354L3.46%205.956q-.218-.218-.339-.522T3%204.806V3.708q0-.349.23-.578t.578-.23h1.098q.323%200%20.628.13q.305.131.522.349l3.81%203.829q.146.146.143.334t-.15.335q-.145.14-.343.143t-.345-.143L5.175%203.9H4v1.175l3.996%203.996q.14.14.15.341t-.15.367q-.165.165-.357.165t-.356-.165m1.967%206.046L20%205.075V3.9h-1.175L8.075%2014.65zm0%200l-.58-.594l-.595-.581l.594.58z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/swords-outline-rounded.svg?color=%231a73e8&size=48