dagger emoji
dagger from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- dagger
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the dagger emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="m43.908 30.51l-2.73-2.73a1 1 0 0 1-.05-1.36l9.996-11.602a4.054 4.054 0 1 1 5.785 5.682L45.27 30.559a1 1 0 0 1-1.36-.05"/><path fill="#9b9b9a" d="M50.916 35.782a3 3 0 0 0-2.739-.81a24.3 24.3 0 0 0-11.489-11.428a2.998 2.998 0 1 0-2.285 2.262c2.338 1.006 8.678 4.328 11.468 11.455a2.997 2.997 0 1 0 5.045-1.48Z"/><path fill="#d0cfce" d="M37.636 27.539L18.304 46.87a1 1 0 0 0-.138.172c-3.504 5.536-4.678 8.946-3.489 10.135c.439.438 1.603 1.602 9.953-3.67a1 1 0 0 0 .173-.138L44.19 33.985a21.6 21.6 0 0 0-6.553-6.446"/><path fill="#9b9b9a" d="M14.677 57.178c.439.438 1.603 1.602 9.953-3.67a1 1 0 0 0 .173-.138L44.19 33.985a20.3 20.3 0 0 0-2.926-3.574Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M38.806 27.783L19.01 47.578s-4.853 7.666-3.626 8.893c1.037 1.037 8.711-3.808 8.711-3.808l19.711-19.711"/><path d="M35.772 22.88a2 2 0 1 0-2.563 1.919l.026.007c.57.192 10.292 3.597 13.636 13.644l.004.015a2 2 0 1 0 1.697-2.55m-5.645-10.074l8.955-10.369a3.064 3.064 0 0 1 4.32 0h0a3.064 3.064 0 0 1 0 4.32l-10.369 8.955"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiDagger(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="m43.908 30.51l-2.73-2.73a1 1 0 0 1-.05-1.36l9.996-11.602a4.054 4.054 0 1 1 5.785 5.682L45.27 30.559a1 1 0 0 1-1.36-.05"/><path fill="#9b9b9a" d="M50.916 35.782a3 3 0 0 0-2.739-.81a24.3 24.3 0 0 0-11.489-11.428a2.998 2.998 0 1 0-2.285 2.262c2.338 1.006 8.678 4.328 11.468 11.455a2.997 2.997 0 1 0 5.045-1.48Z"/><path fill="#d0cfce" d="M37.636 27.539L18.304 46.87a1 1 0 0 0-.138.172c-3.504 5.536-4.678 8.946-3.489 10.135c.439.438 1.603 1.602 9.953-3.67a1 1 0 0 0 .173-.138L44.19 33.985a21.6 21.6 0 0 0-6.553-6.446"/><path fill="#9b9b9a" d="M14.677 57.178c.439.438 1.603 1.602 9.953-3.67a1 1 0 0 0 .173-.138L44.19 33.985a20.3 20.3 0 0 0-2.926-3.574Z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M38.806 27.783L19.01 47.578s-4.853 7.666-3.626 8.893c1.037 1.037 8.711-3.808 8.711-3.808l19.711-19.711"/><path d="M35.772 22.88a2 2 0 1 0-2.563 1.919l.026.007c.57.192 10.292 3.597 13.636 13.644l.004.015a2 2 0 1 0 1.697-2.55m-5.645-10.074l8.955-10.369a3.064 3.064 0 0 1 4.32 0h0a3.064 3.064 0 0 1 0 4.32l-10.369 8.955"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="m43.908 30.51l-2.73-2.73a1 1 0 0 1-.05-1.36l9.996-11.602a4.054 4.054 0 1 1 5.785 5.682L45.27 30.559a1 1 0 0 1-1.36-.05"/><path fill="#9b9b9a" d="M50.916 35.782a3 3 0 0 0-2.739-.81a24.3 24.3 0 0 0-11.489-11.428a2.998 2.998 0 1 0-2.285 2.262c2.338 1.006 8.678 4.328 11.468 11.455a2.997 2.997 0 1 0 5.045-1.48Z"/><path fill="#d0cfce" d="M37.636 27.539L18.304 46.87a1 1 0 0 0-.138.172c-3.504 5.536-4.678 8.946-3.489 10.135c.439.438 1.603 1.602 9.953-3.67a1 1 0 0 0 .173-.138L44.19 33.985a21.6 21.6 0 0 0-6.553-6.446"/><path fill="#9b9b9a" d="M14.677 57.178c.439.438 1.603 1.602 9.953-3.67a1 1 0 0 0 .173-.138L44.19 33.985a20.3 20.3 0 0 0-2.926-3.574Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M38.806 27.783L19.01 47.578s-4.853 7.666-3.626 8.893c1.037 1.037 8.711-3.808 8.711-3.808l19.711-19.711"/><path d="M35.772 22.88a2 2 0 1 0-2.563 1.919l.026.007c.57.192 10.292 3.597 13.636 13.644l.004.015a2 2 0 1 0 1.697-2.55m-5.645-10.074l8.955-10.369a3.064 3.064 0 0 1 4.32 0h0a3.064 3.064 0 0 1 0 4.32l-10.369 8.955"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m43.908%2030.51l-2.73-2.73a1%201%200%200%201-.05-1.36l9.996-11.602a4.054%204.054%200%201%201%205.785%205.682L45.27%2030.559a1%201%200%200%201-1.36-.05%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M50.916%2035.782a3%203%200%200%200-2.739-.81a24.3%2024.3%200%200%200-11.489-11.428a2.998%202.998%200%201%200-2.285%202.262c2.338%201.006%208.678%204.328%2011.468%2011.455a2.997%202.997%200%201%200%205.045-1.48Z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M37.636%2027.539L18.304%2046.87a1%201%200%200%200-.138.172c-3.504%205.536-4.678%208.946-3.489%2010.135c.439.438%201.603%201.602%209.953-3.67a1%201%200%200%200%20.173-.138L44.19%2033.985a21.6%2021.6%200%200%200-6.553-6.446%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M14.677%2057.178c.439.438%201.603%201.602%209.953-3.67a1%201%200%200%200%20.173-.138L44.19%2033.985a20.3%2020.3%200%200%200-2.926-3.574Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M38.806%2027.783L19.01%2047.578s-4.853%207.666-3.626%208.893c1.037%201.037%208.711-3.808%208.711-3.808l19.711-19.711%22%2F%3E%3Cpath%20d%3D%22M35.772%2022.88a2%202%200%201%200-2.563%201.919l.026.007c.57.192%2010.292%203.597%2013.636%2013.644l.004.015a2%202%200%201%200%201.697-2.55m-5.645-10.074l8.955-10.369a3.064%203.064%200%200%201%204.32%200h0a3.064%203.064%200%200%201%200%204.32l-10.369%208.955%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m43.908%2030.51l-2.73-2.73a1%201%200%200%201-.05-1.36l9.996-11.602a4.054%204.054%200%201%201%205.785%205.682L45.27%2030.559a1%201%200%200%201-1.36-.05%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M50.916%2035.782a3%203%200%200%200-2.739-.81a24.3%2024.3%200%200%200-11.489-11.428a2.998%202.998%200%201%200-2.285%202.262c2.338%201.006%208.678%204.328%2011.468%2011.455a2.997%202.997%200%201%200%205.045-1.48Z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M37.636%2027.539L18.304%2046.87a1%201%200%200%200-.138.172c-3.504%205.536-4.678%208.946-3.489%2010.135c.439.438%201.603%201.602%209.953-3.67a1%201%200%200%200%20.173-.138L44.19%2033.985a21.6%2021.6%200%200%200-6.553-6.446%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M14.677%2057.178c.439.438%201.603%201.602%209.953-3.67a1%201%200%200%200%20.173-.138L44.19%2033.985a20.3%2020.3%200%200%200-2.926-3.574Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M38.806%2027.783L19.01%2047.578s-4.853%207.666-3.626%208.893c1.037%201.037%208.711-3.808%208.711-3.808l19.711-19.711%22%2F%3E%3Cpath%20d%3D%22M35.772%2022.88a2%202%200%201%200-2.563%201.919l.026.007c.57.192%2010.292%203.597%2013.636%2013.644l.004.015a2%202%200%201%200%201.697-2.55m-5.645-10.074l8.955-10.369a3.064%203.064%200%200%201%204.32%200h0a3.064%203.064%200%200%201%200%204.32l-10.369%208.955%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/dagger.svg?color=%231a73e8&size=48