Sword Rose icon

Sword Rose is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

sword_rose_outlined_fill0_wght400.svg

Sword Rose icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=sword_rose" />

<span class="material-symbols-outlined">sword_rose</span>

Sword Rose icon in React

// With the font from the HTML tab:
export function SwordRoseIcon() {
  return (
    <span className="material-symbols-outlined">
      sword_rose
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import SwordRoseIcon from "@material-symbols/svg-400/outlined/sword_rose.svg?react";

Sword Rose icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">sword_rose</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import SwordRoseIcon from "@material-symbols/svg-400/outlined/sword_rose.svg?component"; -->

Sword Rose icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">sword_rose</mat-icon>

Sword Rose icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.sword_rose, fill: 0, weight: 400)

Sword Rose icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/sword_rose.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M21.45 14.275q.2-.875-.075-1.675t-.6-1.575q-.65 .6-1.175 1.213T18.875 13.75q-.175 .875 .088 1.65t.587 1.55q.65-.575 1.175-1.187t.725-1.488ZM4.825 8.7q.675 .675 1.575 .788t1.7-.313l-.925-.9q-.7-.675-1.55-.762T4.05 7.925l.775 .775Zm2.175-5.55L3.725 6.4q1.1-.525 2.325-.325t2.175 1.15l.925 .925q.45-.8 .338-1.725T8.7 4.825l-1.7-1.675ZM20.95 22.025 9.15 10.25q-1.25 .875-2.762 .763T3.75 9.775L1 7l6-5.975 2.75 2.75q1.125 1.125 1.225 2.65t-.775 2.775l7.575 7.55q-.325-.8-.437-1.625t.062-1.675q.15-.75 .513-1.4t.85-1.212q.487-.563 1.112-1.025t1.3-.813q.975 1.2 1.5 2.625t.225 2.925q-.275 1.35-1.137 2.375T19.7 18.675l2.3 2.3-1.05 1.05ZM7.05 7.05Zm8.525 5.375-1.075-1.075 6-5.975v-1.875h-1.875L12.6 9.475l-1.025-1.05 6.425-6.425h4v4L15.575 12.425ZM3.725 21.9l-1.625-1.625q-.225-.225-.225-.525t.225-.525l3.1-3.1-2.2-2.2 1.075-1.075q.425-.425 1.038-.425t1.062 .425l.5 .475 1.725-1.725 1.025 1.05-1.725 1.725 1.875 1.875 1.725-1.725 1.1 1.075-1.725 1.725 .475 .5q.425 .45 .425 1.063T11.15 19.925l-1.075 1.075-2.2-2.2L4.775 21.9q-.225 .225-.525 .225t-.525-.225Z" />
</vector>

Sword Rose icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/sword_rose.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/sword_rose.svg" width="24" height="24" alt="Sword Rose">

Sword Rose icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameSword Rose
Ligaturesword_rose
Code pointU+F5DE
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/sword_rose.svg, sword_rose-fill.svg
FlutterSymbols.sword_rose
LicenseApache License 2.0 (© Google LLC)

Keywords

socialpointpowernaturegamestrengthgrowthhandlesharpplantgoogle playmagicleaves

Related icons