sword rose icon
sword-rose-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sword-rose-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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="m16.1 11.9l-1.4-1.425l5.3-5.3V4h-1.175l-5.3 5.3L12.1 7.9L18 2h4v4zM4.25 22.4L1.6 19.75l3.6-3.625l-2.2-2.2l2.1-2.1l1.55 1.525l1.2-1.2l1.425 1.4l-1.2 1.2l1.175 1.175l1.2-1.2l1.4 1.425l-1.2 1.2l1.55 1.525L10.075 21l-2.2-2.2zm16.7-8.225q.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.1zM20.575 22L8.925 10.4q-1.225.75-2.675.588t-2.5-1.213L1 7l6-5.975l2.75 2.75Q10.825 4.85 10.963 6.3t-.613 2.675l7.225 7.225q-.2-.65-.25-1.35t.075-1.4q.15-.75.513-1.4t.85-1.213t1.112-1.025t1.3-.812q.975 1.2 1.5 2.625t.225 2.925q-.275 1.275-1.062 2.275t-1.913 1.725l2.05 2.05zM7.75 7.75"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSwordRoseOutlineSharp(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="m16.1 11.9l-1.4-1.425l5.3-5.3V4h-1.175l-5.3 5.3L12.1 7.9L18 2h4v4zM4.25 22.4L1.6 19.75l3.6-3.625l-2.2-2.2l2.1-2.1l1.55 1.525l1.2-1.2l1.425 1.4l-1.2 1.2l1.175 1.175l1.2-1.2l1.4 1.425l-1.2 1.2l1.55 1.525L10.075 21l-2.2-2.2zm16.7-8.225q.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.1zM20.575 22L8.925 10.4q-1.225.75-2.675.588t-2.5-1.213L1 7l6-5.975l2.75 2.75Q10.825 4.85 10.963 6.3t-.613 2.675l7.225 7.225q-.2-.65-.25-1.35t.075-1.4q.15-.75.513-1.4t.85-1.213t1.112-1.025t1.3-.812q.975 1.2 1.5 2.625t.225 2.925q-.275 1.275-1.062 2.275t-1.913 1.725l2.05 2.05zM7.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="m16.1 11.9l-1.4-1.425l5.3-5.3V4h-1.175l-5.3 5.3L12.1 7.9L18 2h4v4zM4.25 22.4L1.6 19.75l3.6-3.625l-2.2-2.2l2.1-2.1l1.55 1.525l1.2-1.2l1.425 1.4l-1.2 1.2l1.175 1.175l1.2-1.2l1.4 1.425l-1.2 1.2l1.55 1.525L10.075 21l-2.2-2.2zm16.7-8.225q.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.1zM20.575 22L8.925 10.4q-1.225.75-2.675.588t-2.5-1.213L1 7l6-5.975l2.75 2.75Q10.825 4.85 10.963 6.3t-.613 2.675l7.225 7.225q-.2-.65-.25-1.35t.075-1.4q.15-.75.513-1.4t.85-1.213t1.112-1.025t1.3-.812q.975 1.2 1.5 2.625t.225 2.925q-.275 1.275-1.062 2.275t-1.913 1.725l2.05 2.05zM7.75 7.75"/></svg> </template>
CSS
.icon-sword-rose-outline-sharp {
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%22m16.1%2011.9l-1.4-1.425l5.3-5.3V4h-1.175l-5.3%205.3L12.1%207.9L18%202h4v4zM4.25%2022.4L1.6%2019.75l3.6-3.625l-2.2-2.2l2.1-2.1l1.55%201.525l1.2-1.2l1.425%201.4l-1.2%201.2l1.175%201.175l1.2-1.2l1.4%201.425l-1.2%201.2l1.55%201.525L10.075%2021l-2.2-2.2zm16.7-8.225q.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.1zM20.575%2022L8.925%2010.4q-1.225.75-2.675.588t-2.5-1.213L1%207l6-5.975l2.75%202.75Q10.825%204.85%2010.963%206.3t-.613%202.675l7.225%207.225q-.2-.65-.25-1.35t.075-1.4q.15-.75.513-1.4t.85-1.213t1.112-1.025t1.3-.812q.975%201.2%201.5%202.625t.225%202.925q-.275%201.275-1.062%202.275t-1.913%201.725l2.05%202.05zM7.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%22m16.1%2011.9l-1.4-1.425l5.3-5.3V4h-1.175l-5.3%205.3L12.1%207.9L18%202h4v4zM4.25%2022.4L1.6%2019.75l3.6-3.625l-2.2-2.2l2.1-2.1l1.55%201.525l1.2-1.2l1.425%201.4l-1.2%201.2l1.175%201.175l1.2-1.2l1.4%201.425l-1.2%201.2l1.55%201.525L10.075%2021l-2.2-2.2zm16.7-8.225q.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.1zM20.575%2022L8.925%2010.4q-1.225.75-2.675.588t-2.5-1.213L1%207l6-5.975l2.75%202.75Q10.825%204.85%2010.963%206.3t-.613%202.675l7.225%207.225q-.2-.65-.25-1.35t.075-1.4q.15-.75.513-1.4t.85-1.213t1.112-1.025t1.3-.812q.975%201.2%201.5%202.625t.225%202.925q-.275%201.275-1.062%202.275t-1.913%201.725l2.05%202.05zM7.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-sharp.svg?color=%231a73e8&size=48