dagger from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
dagger
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the dagger emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#94989b" d="M36.8 30.4S51.4 39 64 64L33.6 33.6z"/><path fill="#d0d0d0" d="M30.4 36.8S39 51.4 64 64L33.6 33.6z"/><path fill="#3e4347" d="M3.6 13.7c-1-1-1-2.7 0-3.8l6.3-6.3c1-1 2.7-1 3.8 0l22.6 25.1c1 1 1 2.7 0 3.8l-3.8 3.8c-1 1-2.7 1-3.8 0z"/><path fill="#d3976e" d="m5.8 13.1l7.4-7.3c1-1 1-2.7 0-3.8l-.2-.2c-.8-.8-2-1-3-.5c-2.5-1.9-6-1.7-8.2.5s-2.4 5.7-.5 8.1c-.4 1-.3 2.2.5 3l.2.2c1 1 2.7 1 3.8 0m38.4-4.4c-2.8-1.3-5.8-.4-7.6 2.2c-2 3-1.3 5.7 0 7.2c1.3 1.6 3.3 2.1 5.1 1.3c.9-.4 1.3-1.4.9-2.3s-1.4-1.3-2.3-.9c-.3.1-.6 0-.9-.4c-.6-.7-.5-1.8.3-3c1.1-1.7 2.5-1.3 3.3-1c1.6.7 2.8 2.6 2.2 5c-1.1 4-5.2 9.7-11.8 16.3c-6.9 6.7-12.5 10.8-16.5 11.9c-2.3.6-4.3-.6-5-2.2c-.3-.7-.7-2.1 1-3.3c1.2-.8 2.3-.9 3-.3c.3.3.5.7.4.9c-.4.9 0 1.9.9 2.3s1.9 0 2.3-.9c.8-1.7.3-3.7-1.3-5.1c-1.5-1.2-4.2-2-7.2 0c-2.7 1.8-3.5 4.8-2.2 7.6c1.3 2.9 4.9 5.2 9.1 4.1c4.7-1.3 10.7-5.5 17.9-12.7s11.4-13.2 12.7-17.9c1-3.9-1.4-7.5-4.3-8.8"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneDagger(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#94989b" d="M36.8 30.4S51.4 39 64 64L33.6 33.6z"/><path fill="#d0d0d0" d="M30.4 36.8S39 51.4 64 64L33.6 33.6z"/><path fill="#3e4347" d="M3.6 13.7c-1-1-1-2.7 0-3.8l6.3-6.3c1-1 2.7-1 3.8 0l22.6 25.1c1 1 1 2.7 0 3.8l-3.8 3.8c-1 1-2.7 1-3.8 0z"/><path fill="#d3976e" d="m5.8 13.1l7.4-7.3c1-1 1-2.7 0-3.8l-.2-.2c-.8-.8-2-1-3-.5c-2.5-1.9-6-1.7-8.2.5s-2.4 5.7-.5 8.1c-.4 1-.3 2.2.5 3l.2.2c1 1 2.7 1 3.8 0m38.4-4.4c-2.8-1.3-5.8-.4-7.6 2.2c-2 3-1.3 5.7 0 7.2c1.3 1.6 3.3 2.1 5.1 1.3c.9-.4 1.3-1.4.9-2.3s-1.4-1.3-2.3-.9c-.3.1-.6 0-.9-.4c-.6-.7-.5-1.8.3-3c1.1-1.7 2.5-1.3 3.3-1c1.6.7 2.8 2.6 2.2 5c-1.1 4-5.2 9.7-11.8 16.3c-6.9 6.7-12.5 10.8-16.5 11.9c-2.3.6-4.3-.6-5-2.2c-.3-.7-.7-2.1 1-3.3c1.2-.8 2.3-.9 3-.3c.3.3.5.7.4.9c-.4.9 0 1.9.9 2.3s1.9 0 2.3-.9c.8-1.7.3-3.7-1.3-5.1c-1.5-1.2-4.2-2-7.2 0c-2.7 1.8-3.5 4.8-2.2 7.6c1.3 2.9 4.9 5.2 9.1 4.1c4.7-1.3 10.7-5.5 17.9-12.7s11.4-13.2 12.7-17.9c1-3.9-1.4-7.5-4.3-8.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#94989b" d="M36.8 30.4S51.4 39 64 64L33.6 33.6z"/><path fill="#d0d0d0" d="M30.4 36.8S39 51.4 64 64L33.6 33.6z"/><path fill="#3e4347" d="M3.6 13.7c-1-1-1-2.7 0-3.8l6.3-6.3c1-1 2.7-1 3.8 0l22.6 25.1c1 1 1 2.7 0 3.8l-3.8 3.8c-1 1-2.7 1-3.8 0z"/><path fill="#d3976e" d="m5.8 13.1l7.4-7.3c1-1 1-2.7 0-3.8l-.2-.2c-.8-.8-2-1-3-.5c-2.5-1.9-6-1.7-8.2.5s-2.4 5.7-.5 8.1c-.4 1-.3 2.2.5 3l.2.2c1 1 2.7 1 3.8 0m38.4-4.4c-2.8-1.3-5.8-.4-7.6 2.2c-2 3-1.3 5.7 0 7.2c1.3 1.6 3.3 2.1 5.1 1.3c.9-.4 1.3-1.4.9-2.3s-1.4-1.3-2.3-.9c-.3.1-.6 0-.9-.4c-.6-.7-.5-1.8.3-3c1.1-1.7 2.5-1.3 3.3-1c1.6.7 2.8 2.6 2.2 5c-1.1 4-5.2 9.7-11.8 16.3c-6.9 6.7-12.5 10.8-16.5 11.9c-2.3.6-4.3-.6-5-2.2c-.3-.7-.7-2.1 1-3.3c1.2-.8 2.3-.9 3-.3c.3.3.5.7.4.9c-.4.9 0 1.9.9 2.3s1.9 0 2.3-.9c.8-1.7.3-3.7-1.3-5.1c-1.5-1.2-4.2-2-7.2 0c-2.7 1.8-3.5 4.8-2.2 7.6c1.3 2.9 4.9 5.2 9.1 4.1c4.7-1.3 10.7-5.5 17.9-12.7s11.4-13.2 12.7-17.9c1-3.9-1.4-7.5-4.3-8.8"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M36.8%2030.4S51.4%2039%2064%2064L33.6%2033.6z%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M30.4%2036.8S39%2051.4%2064%2064L33.6%2033.6z%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M3.6%2013.7c-1-1-1-2.7%200-3.8l6.3-6.3c1-1%202.7-1%203.8%200l22.6%2025.1c1%201%201%202.7%200%203.8l-3.8%203.8c-1%201-2.7%201-3.8%200z%22%2F%3E%3Cpath%20fill%3D%22%23d3976e%22%20d%3D%22m5.8%2013.1l7.4-7.3c1-1%201-2.7%200-3.8l-.2-.2c-.8-.8-2-1-3-.5c-2.5-1.9-6-1.7-8.2.5s-2.4%205.7-.5%208.1c-.4%201-.3%202.2.5%203l.2.2c1%201%202.7%201%203.8%200m38.4-4.4c-2.8-1.3-5.8-.4-7.6%202.2c-2%203-1.3%205.7%200%207.2c1.3%201.6%203.3%202.1%205.1%201.3c.9-.4%201.3-1.4.9-2.3s-1.4-1.3-2.3-.9c-.3.1-.6%200-.9-.4c-.6-.7-.5-1.8.3-3c1.1-1.7%202.5-1.3%203.3-1c1.6.7%202.8%202.6%202.2%205c-1.1%204-5.2%209.7-11.8%2016.3c-6.9%206.7-12.5%2010.8-16.5%2011.9c-2.3.6-4.3-.6-5-2.2c-.3-.7-.7-2.1%201-3.3c1.2-.8%202.3-.9%203-.3c.3.3.5.7.4.9c-.4.9%200%201.9.9%202.3s1.9%200%202.3-.9c.8-1.7.3-3.7-1.3-5.1c-1.5-1.2-4.2-2-7.2%200c-2.7%201.8-3.5%204.8-2.2%207.6c1.3%202.9%204.9%205.2%209.1%204.1c4.7-1.3%2010.7-5.5%2017.9-12.7s11.4-13.2%2012.7-17.9c1-3.9-1.4-7.5-4.3-8.8%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%2064%2064%22%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M36.8%2030.4S51.4%2039%2064%2064L33.6%2033.6z%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M30.4%2036.8S39%2051.4%2064%2064L33.6%2033.6z%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M3.6%2013.7c-1-1-1-2.7%200-3.8l6.3-6.3c1-1%202.7-1%203.8%200l22.6%2025.1c1%201%201%202.7%200%203.8l-3.8%203.8c-1%201-2.7%201-3.8%200z%22%2F%3E%3Cpath%20fill%3D%22%23d3976e%22%20d%3D%22m5.8%2013.1l7.4-7.3c1-1%201-2.7%200-3.8l-.2-.2c-.8-.8-2-1-3-.5c-2.5-1.9-6-1.7-8.2.5s-2.4%205.7-.5%208.1c-.4%201-.3%202.2.5%203l.2.2c1%201%202.7%201%203.8%200m38.4-4.4c-2.8-1.3-5.8-.4-7.6%202.2c-2%203-1.3%205.7%200%207.2c1.3%201.6%203.3%202.1%205.1%201.3c.9-.4%201.3-1.4.9-2.3s-1.4-1.3-2.3-.9c-.3.1-.6%200-.9-.4c-.6-.7-.5-1.8.3-3c1.1-1.7%202.5-1.3%203.3-1c1.6.7%202.8%202.6%202.2%205c-1.1%204-5.2%209.7-11.8%2016.3c-6.9%206.7-12.5%2010.8-16.5%2011.9c-2.3.6-4.3-.6-5-2.2c-.3-.7-.7-2.1%201-3.3c1.2-.8%202.3-.9%203-.3c.3.3.5.7.4.9c-.4.9%200%201.9.9%202.3s1.9%200%202.3-.9c.8-1.7.3-3.7-1.3-5.1c-1.5-1.2-4.2-2-7.2%200c-2.7%201.8-3.5%204.8-2.2%207.6c1.3%202.9%204.9%205.2%209.1%204.1c4.7-1.3%2010.7-5.5%2017.9-12.7s11.4-13.2%2012.7-17.9c1-3.9-1.4-7.5-4.3-8.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/dagger.svg?color=%231a73e8&size=48