swords-outline from Material Symbols by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.

Name
swords-outline
Set
Material Symbols
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
swords-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

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="m19.05 21.6l-2.925-2.9l-2.2 2.2l-.7-.7q-.575-.575-.575-1.425t.575-1.425l4.225-4.225q.575-.575 1.425-.575t1.425.575l.7.7l-2.2 2.2l2.9 2.925q.3.3.3.7t-.3.7l-1.25 1.25q-.3.3-.7.3t-.7-.3M22 5.9L10.65 17.25l.125.1q.575.575.575 1.425t-.575 1.425l-.7.7l-2.2-2.2l-2.925 2.9q-.3.3-.7.3t-.7-.3L2.3 20.35q-.3-.3-.3-.7t.3-.7l2.9-2.925l-2.2-2.2l.7-.7q.575-.575 1.425-.575t1.425.575l.1.125L18 1.9h4zM8.35 9.425l.6-.575l.575-.6l-.575.6zm-1.4 1.425L2 5.9v-4h4l4.95 4.95l-1.425 1.4l-4.35-4.35H4v1.175l4.35 4.35zm2.3 4.975L20 5.075V3.9h-1.175L8.075 14.65zm0 0l-.6-.575l-.575-.6l.575.6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSwordsOutline(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="m19.05 21.6l-2.925-2.9l-2.2 2.2l-.7-.7q-.575-.575-.575-1.425t.575-1.425l4.225-4.225q.575-.575 1.425-.575t1.425.575l.7.7l-2.2 2.2l2.9 2.925q.3.3.3.7t-.3.7l-1.25 1.25q-.3.3-.7.3t-.7-.3M22 5.9L10.65 17.25l.125.1q.575.575.575 1.425t-.575 1.425l-.7.7l-2.2-2.2l-2.925 2.9q-.3.3-.7.3t-.7-.3L2.3 20.35q-.3-.3-.3-.7t.3-.7l2.9-2.925l-2.2-2.2l.7-.7q.575-.575 1.425-.575t1.425.575l.1.125L18 1.9h4zM8.35 9.425l.6-.575l.575-.6l-.575.6zm-1.4 1.425L2 5.9v-4h4l4.95 4.95l-1.425 1.4l-4.35-4.35H4v1.175l4.35 4.35zm2.3 4.975L20 5.075V3.9h-1.175L8.075 14.65zm0 0l-.6-.575l-.575-.6l.575.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.05 21.6l-2.925-2.9l-2.2 2.2l-.7-.7q-.575-.575-.575-1.425t.575-1.425l4.225-4.225q.575-.575 1.425-.575t1.425.575l.7.7l-2.2 2.2l2.9 2.925q.3.3.3.7t-.3.7l-1.25 1.25q-.3.3-.7.3t-.7-.3M22 5.9L10.65 17.25l.125.1q.575.575.575 1.425t-.575 1.425l-.7.7l-2.2-2.2l-2.925 2.9q-.3.3-.7.3t-.7-.3L2.3 20.35q-.3-.3-.3-.7t.3-.7l2.9-2.925l-2.2-2.2l.7-.7q.575-.575 1.425-.575t1.425.575l.1.125L18 1.9h4zM8.35 9.425l.6-.575l.575-.6l-.575.6zm-1.4 1.425L2 5.9v-4h4l4.95 4.95l-1.425 1.4l-4.35-4.35H4v1.175l4.35 4.35zm2.3 4.975L20 5.075V3.9h-1.175L8.075 14.65zm0 0l-.6-.575l-.575-.6l.575.6z"/></svg>
</template>

CSS

.icon-swords-outline {
  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%22m19.05%2021.6l-2.925-2.9l-2.2%202.2l-.7-.7q-.575-.575-.575-1.425t.575-1.425l4.225-4.225q.575-.575%201.425-.575t1.425.575l.7.7l-2.2%202.2l2.9%202.925q.3.3.3.7t-.3.7l-1.25%201.25q-.3.3-.7.3t-.7-.3M22%205.9L10.65%2017.25l.125.1q.575.575.575%201.425t-.575%201.425l-.7.7l-2.2-2.2l-2.925%202.9q-.3.3-.7.3t-.7-.3L2.3%2020.35q-.3-.3-.3-.7t.3-.7l2.9-2.925l-2.2-2.2l.7-.7q.575-.575%201.425-.575t1.425.575l.1.125L18%201.9h4zM8.35%209.425l.6-.575l.575-.6l-.575.6zm-1.4%201.425L2%205.9v-4h4l4.95%204.95l-1.425%201.4l-4.35-4.35H4v1.175l4.35%204.35zm2.3%204.975L20%205.075V3.9h-1.175L8.075%2014.65zm0%200l-.6-.575l-.575-.6l.575.6z%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%22m19.05%2021.6l-2.925-2.9l-2.2%202.2l-.7-.7q-.575-.575-.575-1.425t.575-1.425l4.225-4.225q.575-.575%201.425-.575t1.425.575l.7.7l-2.2%202.2l2.9%202.925q.3.3.3.7t-.3.7l-1.25%201.25q-.3.3-.7.3t-.7-.3M22%205.9L10.65%2017.25l.125.1q.575.575.575%201.425t-.575%201.425l-.7.7l-2.2-2.2l-2.925%202.9q-.3.3-.7.3t-.7-.3L2.3%2020.35q-.3-.3-.3-.7t.3-.7l2.9-2.925l-2.2-2.2l.7-.7q.575-.575%201.425-.575t1.425.575l.1.125L18%201.9h4zM8.35%209.425l.6-.575l.575-.6l-.575.6zm-1.4%201.425L2%205.9v-4h4l4.95%204.95l-1.425%201.4l-4.35-4.35H4v1.175l4.35%204.35zm2.3%204.975L20%205.075V3.9h-1.175L8.075%2014.65zm0%200l-.6-.575l-.575-.6l.575.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/swords-outline.svg?color=%231a73e8&size=48