dagger emoji
dagger from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- dagger
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the dagger emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.46 7.22a2.75 2.75 0 1 0-3.68-3.68l-.12-.019c-1.385-.209-2.806.262-3.842 1.297l-4 4a4.5 4.5 0 0 0-.825 1.132q.007-.1.007-.2a2.75 2.75 0 1 0-2.862 2.748l-7.316 7.316c-1.11 1.085-2.516 3.082-3.474 4.975c-.48.95-.88 1.933-1.06 2.808c-.163.788-.228 1.877.505 2.61s1.822.668 2.61.505c.875-.18 1.858-.58 2.808-1.06c1.893-.958 3.89-2.363 4.975-3.474l7.316-7.316a2.75 2.75 0 1 0 2.548-2.855a4.5 4.5 0 0 0 1.132-.825l4-4c1.036-1.036 1.51-2.454 1.297-3.843zm-10.228 3.012l4-4a2.52 2.52 0 0 1 1.827-.759l2.469 2.469c.014.646-.24 1.305-.76 1.826l-4 4a2.5 2.5 0 0 1-1.65.73l-2.615-2.616a2.5 2.5 0 0 1 .73-1.65m-11 11l7.69-7.69l1.767 1.769L3.213 28.788c-.018-.054-.075-.262.034-.787c.13-.628.442-1.433.886-2.309c.889-1.757 2.177-3.56 3.09-4.45zM15 9.75a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m9 9a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastDagger(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.46 7.22a2.75 2.75 0 1 0-3.68-3.68l-.12-.019c-1.385-.209-2.806.262-3.842 1.297l-4 4a4.5 4.5 0 0 0-.825 1.132q.007-.1.007-.2a2.75 2.75 0 1 0-2.862 2.748l-7.316 7.316c-1.11 1.085-2.516 3.082-3.474 4.975c-.48.95-.88 1.933-1.06 2.808c-.163.788-.228 1.877.505 2.61s1.822.668 2.61.505c.875-.18 1.858-.58 2.808-1.06c1.893-.958 3.89-2.363 4.975-3.474l7.316-7.316a2.75 2.75 0 1 0 2.548-2.855a4.5 4.5 0 0 0 1.132-.825l4-4c1.036-1.036 1.51-2.454 1.297-3.843zm-10.228 3.012l4-4a2.52 2.52 0 0 1 1.827-.759l2.469 2.469c.014.646-.24 1.305-.76 1.826l-4 4a2.5 2.5 0 0 1-1.65.73l-2.615-2.616a2.5 2.5 0 0 1 .73-1.65m-11 11l7.69-7.69l1.767 1.769L3.213 28.788c-.018-.054-.075-.262.034-.787c.13-.628.442-1.433.886-2.309c.889-1.757 2.177-3.56 3.09-4.45zM15 9.75a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m9 9a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.46 7.22a2.75 2.75 0 1 0-3.68-3.68l-.12-.019c-1.385-.209-2.806.262-3.842 1.297l-4 4a4.5 4.5 0 0 0-.825 1.132q.007-.1.007-.2a2.75 2.75 0 1 0-2.862 2.748l-7.316 7.316c-1.11 1.085-2.516 3.082-3.474 4.975c-.48.95-.88 1.933-1.06 2.808c-.163.788-.228 1.877.505 2.61s1.822.668 2.61.505c.875-.18 1.858-.58 2.808-1.06c1.893-.958 3.89-2.363 4.975-3.474l7.316-7.316a2.75 2.75 0 1 0 2.548-2.855a4.5 4.5 0 0 0 1.132-.825l4-4c1.036-1.036 1.51-2.454 1.297-3.843zm-10.228 3.012l4-4a2.52 2.52 0 0 1 1.827-.759l2.469 2.469c.014.646-.24 1.305-.76 1.826l-4 4a2.5 2.5 0 0 1-1.65.73l-2.615-2.616a2.5 2.5 0 0 1 .73-1.65m-11 11l7.69-7.69l1.767 1.769L3.213 28.788c-.018-.054-.075-.262.034-.787c.13-.628.442-1.433.886-2.309c.889-1.757 2.177-3.56 3.09-4.45zM15 9.75a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0m9 9a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0"/></svg> </template>
CSS
.icon-dagger {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.46%207.22a2.75%202.75%200%201%200-3.68-3.68l-.12-.019c-1.385-.209-2.806.262-3.842%201.297l-4%204a4.5%204.5%200%200%200-.825%201.132q.007-.1.007-.2a2.75%202.75%200%201%200-2.862%202.748l-7.316%207.316c-1.11%201.085-2.516%203.082-3.474%204.975c-.48.95-.88%201.933-1.06%202.808c-.163.788-.228%201.877.505%202.61s1.822.668%202.61.505c.875-.18%201.858-.58%202.808-1.06c1.893-.958%203.89-2.363%204.975-3.474l7.316-7.316a2.75%202.75%200%201%200%202.548-2.855a4.5%204.5%200%200%200%201.132-.825l4-4c1.036-1.036%201.51-2.454%201.297-3.843zm-10.228%203.012l4-4a2.52%202.52%200%200%201%201.827-.759l2.469%202.469c.014.646-.24%201.305-.76%201.826l-4%204a2.5%202.5%200%200%201-1.65.73l-2.615-2.616a2.5%202.5%200%200%201%20.73-1.65m-11%2011l7.69-7.69l1.767%201.769L3.213%2028.788c-.018-.054-.075-.262.034-.787c.13-.628.442-1.433.886-2.309c.889-1.757%202.177-3.56%203.09-4.45zM15%209.75a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200m9%209a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.46%207.22a2.75%202.75%200%201%200-3.68-3.68l-.12-.019c-1.385-.209-2.806.262-3.842%201.297l-4%204a4.5%204.5%200%200%200-.825%201.132q.007-.1.007-.2a2.75%202.75%200%201%200-2.862%202.748l-7.316%207.316c-1.11%201.085-2.516%203.082-3.474%204.975c-.48.95-.88%201.933-1.06%202.808c-.163.788-.228%201.877.505%202.61s1.822.668%202.61.505c.875-.18%201.858-.58%202.808-1.06c1.893-.958%203.89-2.363%204.975-3.474l7.316-7.316a2.75%202.75%200%201%200%202.548-2.855a4.5%204.5%200%200%200%201.132-.825l4-4c1.036-1.036%201.51-2.454%201.297-3.843zm-10.228%203.012l4-4a2.52%202.52%200%200%201%201.827-.759l2.469%202.469c.014.646-.24%201.305-.76%201.826l-4%204a2.5%202.5%200%200%201-1.65.73l-2.615-2.616a2.5%202.5%200%200%201%20.73-1.65m-11%2011l7.69-7.69l1.767%201.769L3.213%2028.788c-.018-.054-.075-.262.034-.787c.13-.628.442-1.433.886-2.309c.889-1.757%202.177-3.56%203.09-4.45zM15%209.75a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200m9%209a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/dagger.svg?color=%231a73e8&size=48