sword rose icon
sword-rose-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sword-rose-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the sword rose icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 3v2.575q0 .2-.075.388T21.7 6.3l-4.9 4.9q-.3.3-.7.288t-.7-.313q-.275-.3-.288-.7t.288-.7l4.6-4.6V4h-1.175l-4.6 4.6q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L17.7 2.3q.15-.15.338-.225T18.425 2H21q.425 0 .712.288T22 3M3.55 21.7L2.3 20.45q-.3-.3-.3-.7t.3-.7l2.9-2.925l-1.5-1.5q-.275-.275-.275-.7t.275-.7q.575-.575 1.425-.575t1.425.575l.1.125l.5-.5q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712l-.475.475l1.175 1.175l.5-.5q.3-.3.7-.288t.7.313q.275.3.288.7t-.288.7l-.5.5l.125.1q.575.575.575 1.425t-.575 1.425q-.275.275-.7.275t-.7-.275l-1.5-1.5l-2.925 2.9q-.3.3-.7.3t-.7-.3m17.4-7.525q.125-.575 0-1.15t-.375-1.125q-.425.4-.75.888t-.45 1.062t.013 1.138t.362 1.112q.425-.4.75-.875t.45-1.05M5.175 8.35q.475.475 1.088.625t1.187-.05l-.475-.475Q6.525 8 5.9 7.838t-1.2.037zM7 3.85L5.025 5.8q.9-.075 1.788.225t1.587 1l.475.475q.2-.575.075-1.2t-.625-1.1zm13.25 17.825L8.925 10.4q-1.225.75-2.675.588t-2.5-1.213L1.7 7.7q-.15-.15-.225-.325T1.4 7t.075-.375T1.7 6.3l4.6-4.575q.15-.15.325-.212T7 1.45t.375.063t.325.212l2.05 2.05Q10.825 4.85 10.963 6.3t-.613 2.675l7.225 7.225q-.2-.65-.25-1.35t.075-1.4q.275-1.275 1.075-2.3t1.9-1.675q.35-.2.738-.125t.612.4q.725 1.025 1.088 2.275t.087 2.525t-1.062 2.275t-1.913 1.725l1.725 1.725q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275M7.75 7.75"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSwordRoseOutlineRounded(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="M22 3v2.575q0 .2-.075.388T21.7 6.3l-4.9 4.9q-.3.3-.7.288t-.7-.313q-.275-.3-.288-.7t.288-.7l4.6-4.6V4h-1.175l-4.6 4.6q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L17.7 2.3q.15-.15.338-.225T18.425 2H21q.425 0 .712.288T22 3M3.55 21.7L2.3 20.45q-.3-.3-.3-.7t.3-.7l2.9-2.925l-1.5-1.5q-.275-.275-.275-.7t.275-.7q.575-.575 1.425-.575t1.425.575l.1.125l.5-.5q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712l-.475.475l1.175 1.175l.5-.5q.3-.3.7-.288t.7.313q.275.3.288.7t-.288.7l-.5.5l.125.1q.575.575.575 1.425t-.575 1.425q-.275.275-.7.275t-.7-.275l-1.5-1.5l-2.925 2.9q-.3.3-.7.3t-.7-.3m17.4-7.525q.125-.575 0-1.15t-.375-1.125q-.425.4-.75.888t-.45 1.062t.013 1.138t.362 1.112q.425-.4.75-.875t.45-1.05M5.175 8.35q.475.475 1.088.625t1.187-.05l-.475-.475Q6.525 8 5.9 7.838t-1.2.037zM7 3.85L5.025 5.8q.9-.075 1.788.225t1.587 1l.475.475q.2-.575.075-1.2t-.625-1.1zm13.25 17.825L8.925 10.4q-1.225.75-2.675.588t-2.5-1.213L1.7 7.7q-.15-.15-.225-.325T1.4 7t.075-.375T1.7 6.3l4.6-4.575q.15-.15.325-.212T7 1.45t.375.063t.325.212l2.05 2.05Q10.825 4.85 10.963 6.3t-.613 2.675l7.225 7.225q-.2-.65-.25-1.35t.075-1.4q.275-1.275 1.075-2.3t1.9-1.675q.35-.2.738-.125t.612.4q.725 1.025 1.088 2.275t.087 2.525t-1.062 2.275t-1.913 1.725l1.725 1.725q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275M7.75 7.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 3v2.575q0 .2-.075.388T21.7 6.3l-4.9 4.9q-.3.3-.7.288t-.7-.313q-.275-.3-.288-.7t.288-.7l4.6-4.6V4h-1.175l-4.6 4.6q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L17.7 2.3q.15-.15.338-.225T18.425 2H21q.425 0 .712.288T22 3M3.55 21.7L2.3 20.45q-.3-.3-.3-.7t.3-.7l2.9-2.925l-1.5-1.5q-.275-.275-.275-.7t.275-.7q.575-.575 1.425-.575t1.425.575l.1.125l.5-.5q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712l-.475.475l1.175 1.175l.5-.5q.3-.3.7-.288t.7.313q.275.3.288.7t-.288.7l-.5.5l.125.1q.575.575.575 1.425t-.575 1.425q-.275.275-.7.275t-.7-.275l-1.5-1.5l-2.925 2.9q-.3.3-.7.3t-.7-.3m17.4-7.525q.125-.575 0-1.15t-.375-1.125q-.425.4-.75.888t-.45 1.062t.013 1.138t.362 1.112q.425-.4.75-.875t.45-1.05M5.175 8.35q.475.475 1.088.625t1.187-.05l-.475-.475Q6.525 8 5.9 7.838t-1.2.037zM7 3.85L5.025 5.8q.9-.075 1.788.225t1.587 1l.475.475q.2-.575.075-1.2t-.625-1.1zm13.25 17.825L8.925 10.4q-1.225.75-2.675.588t-2.5-1.213L1.7 7.7q-.15-.15-.225-.325T1.4 7t.075-.375T1.7 6.3l4.6-4.575q.15-.15.325-.212T7 1.45t.375.063t.325.212l2.05 2.05Q10.825 4.85 10.963 6.3t-.613 2.675l7.225 7.225q-.2-.65-.25-1.35t.075-1.4q.275-1.275 1.075-2.3t1.9-1.675q.35-.2.738-.125t.612.4q.725 1.025 1.088 2.275t.087 2.525t-1.062 2.275t-1.913 1.725l1.725 1.725q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275M7.75 7.75"/></svg> </template>
CSS
.icon-sword-rose-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%22M22%203v2.575q0%20.2-.075.388T21.7%206.3l-4.9%204.9q-.3.3-.7.288t-.7-.313q-.275-.3-.288-.7t.288-.7l4.6-4.6V4h-1.175l-4.6%204.6q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L17.7%202.3q.15-.15.338-.225T18.425%202H21q.425%200%20.712.288T22%203M3.55%2021.7L2.3%2020.45q-.3-.3-.3-.7t.3-.7l2.9-2.925l-1.5-1.5q-.275-.275-.275-.7t.275-.7q.575-.575%201.425-.575t1.425.575l.1.125l.5-.5q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712l-.475.475l1.175%201.175l.5-.5q.3-.3.7-.288t.7.313q.275.3.288.7t-.288.7l-.5.5l.125.1q.575.575.575%201.425t-.575%201.425q-.275.275-.7.275t-.7-.275l-1.5-1.5l-2.925%202.9q-.3.3-.7.3t-.7-.3m17.4-7.525q.125-.575%200-1.15t-.375-1.125q-.425.4-.75.888t-.45%201.062t.013%201.138t.362%201.112q.425-.4.75-.875t.45-1.05M5.175%208.35q.475.475%201.088.625t1.187-.05l-.475-.475Q6.525%208%205.9%207.838t-1.2.037zM7%203.85L5.025%205.8q.9-.075%201.788.225t1.587%201l.475.475q.2-.575.075-1.2t-.625-1.1zm13.25%2017.825L8.925%2010.4q-1.225.75-2.675.588t-2.5-1.213L1.7%207.7q-.15-.15-.225-.325T1.4%207t.075-.375T1.7%206.3l4.6-4.575q.15-.15.325-.212T7%201.45t.375.063t.325.212l2.05%202.05Q10.825%204.85%2010.963%206.3t-.613%202.675l7.225%207.225q-.2-.65-.25-1.35t.075-1.4q.275-1.275%201.075-2.3t1.9-1.675q.35-.2.738-.125t.612.4q.725%201.025%201.088%202.275t.087%202.525t-1.062%202.275t-1.913%201.725l1.725%201.725q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275M7.75%207.75%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%22M22%203v2.575q0%20.2-.075.388T21.7%206.3l-4.9%204.9q-.3.3-.7.288t-.7-.313q-.275-.3-.288-.7t.288-.7l4.6-4.6V4h-1.175l-4.6%204.6q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L17.7%202.3q.15-.15.338-.225T18.425%202H21q.425%200%20.712.288T22%203M3.55%2021.7L2.3%2020.45q-.3-.3-.3-.7t.3-.7l2.9-2.925l-1.5-1.5q-.275-.275-.275-.7t.275-.7q.575-.575%201.425-.575t1.425.575l.1.125l.5-.5q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712l-.475.475l1.175%201.175l.5-.5q.3-.3.7-.288t.7.313q.275.3.288.7t-.288.7l-.5.5l.125.1q.575.575.575%201.425t-.575%201.425q-.275.275-.7.275t-.7-.275l-1.5-1.5l-2.925%202.9q-.3.3-.7.3t-.7-.3m17.4-7.525q.125-.575%200-1.15t-.375-1.125q-.425.4-.75.888t-.45%201.062t.013%201.138t.362%201.112q.425-.4.75-.875t.45-1.05M5.175%208.35q.475.475%201.088.625t1.187-.05l-.475-.475Q6.525%208%205.9%207.838t-1.2.037zM7%203.85L5.025%205.8q.9-.075%201.788.225t1.587%201l.475.475q.2-.575.075-1.2t-.625-1.1zm13.25%2017.825L8.925%2010.4q-1.225.75-2.675.588t-2.5-1.213L1.7%207.7q-.15-.15-.225-.325T1.4%207t.075-.375T1.7%206.3l4.6-4.575q.15-.15.325-.212T7%201.45t.375.063t.325.212l2.05%202.05Q10.825%204.85%2010.963%206.3t-.613%202.675l7.225%207.225q-.2-.65-.25-1.35t.075-1.4q.275-1.275%201.075-2.3t1.9-1.675q.35-.2.738-.125t.612.4q.725%201.025%201.088%202.275t.087%202.525t-1.062%202.275t-1.913%201.725l1.725%201.725q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275M7.75%207.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sword-rose-outline-rounded.svg?color=%231a73e8&size=48