bow and arrow emoji

bow-and-arrow from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
bow-and-arrow
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 bow and arrow emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#a57939" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.8" d="M51.88 55.586A27.017 27.017 0 0 0 16.384 20.09"/><path fill="#d22f27" d="M31.129 40.842L24.03 47.94v6.852a.602.602 0 0 0 1.029.426l5.893-5.894a.6.6 0 0 0 .176-.425Z"/><path fill="#ea5a47" d="M31.129 40.842L24.03 47.94h-6.852a.602.602 0 0 1-.426-1.028l5.894-5.894a.6.6 0 0 1 .426-.176Z"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m19.228 21.517l31.226 31.225"/><path stroke-miterlimit="10" d="M50.218 57.249a2.35 2.35 0 0 1-.496-2.591a24.668 24.668 0 0 0-32.41-32.41a2.35 2.35 0 0 1-1.857-4.316a29.366 29.366 0 0 1 38.583 38.582a2.353 2.353 0 0 1-3.82.735Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M57.966 14.064L22.158 49.872m30.438-35.808h5.37v5.089"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiBowAndArrow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#a57939" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2.8" d="M51.88 55.586A27.017 27.017 0 0 0 16.384 20.09"/><path fill="#d22f27" d="M31.129 40.842L24.03 47.94v6.852a.602.602 0 0 0 1.029.426l5.893-5.894a.6.6 0 0 0 .176-.425Z"/><path fill="#ea5a47" d="M31.129 40.842L24.03 47.94h-6.852a.602.602 0 0 1-.426-1.028l5.894-5.894a.6.6 0 0 1 .426-.176Z"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="m19.228 21.517l31.226 31.225"/><path strokeMiterlimit="10" d="M50.218 57.249a2.35 2.35 0 0 1-.496-2.591a24.668 24.668 0 0 0-32.41-32.41a2.35 2.35 0 0 1-1.857-4.316a29.366 29.366 0 0 1 38.583 38.582a2.353 2.353 0 0 1-3.82.735Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M57.966 14.064L22.158 49.872m30.438-35.808h5.37v5.089"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#a57939" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.8" d="M51.88 55.586A27.017 27.017 0 0 0 16.384 20.09"/><path fill="#d22f27" d="M31.129 40.842L24.03 47.94v6.852a.602.602 0 0 0 1.029.426l5.893-5.894a.6.6 0 0 0 .176-.425Z"/><path fill="#ea5a47" d="M31.129 40.842L24.03 47.94h-6.852a.602.602 0 0 1-.426-1.028l5.894-5.894a.6.6 0 0 1 .426-.176Z"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m19.228 21.517l31.226 31.225"/><path stroke-miterlimit="10" d="M50.218 57.249a2.35 2.35 0 0 1-.496-2.591a24.668 24.668 0 0 0-32.41-32.41a2.35 2.35 0 0 1-1.857-4.316a29.366 29.366 0 0 1 38.583 38.582a2.353 2.353 0 0 1-3.82.735Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M57.966 14.064L22.158 49.872m30.438-35.808h5.37v5.089"/></g></svg>
</template>

CSS

.icon-bow-and-arrow {
  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%22none%22%20stroke%3D%22%23a57939%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.8%22%20d%3D%22M51.88%2055.586A27.017%2027.017%200%200%200%2016.384%2020.09%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M31.129%2040.842L24.03%2047.94v6.852a.602.602%200%200%200%201.029.426l5.893-5.894a.6.6%200%200%200%20.176-.425Z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M31.129%2040.842L24.03%2047.94h-6.852a.602.602%200%200%201-.426-1.028l5.894-5.894a.6.6%200%200%201%20.426-.176Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19.228%2021.517l31.226%2031.225%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M50.218%2057.249a2.35%202.35%200%200%201-.496-2.591a24.668%2024.668%200%200%200-32.41-32.41a2.35%202.35%200%200%201-1.857-4.316a29.366%2029.366%200%200%201%2038.583%2038.582a2.353%202.353%200%200%201-3.82.735Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M57.966%2014.064L22.158%2049.872m30.438-35.808h5.37v5.089%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%22none%22%20stroke%3D%22%23a57939%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.8%22%20d%3D%22M51.88%2055.586A27.017%2027.017%200%200%200%2016.384%2020.09%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M31.129%2040.842L24.03%2047.94v6.852a.602.602%200%200%200%201.029.426l5.893-5.894a.6.6%200%200%200%20.176-.425Z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M31.129%2040.842L24.03%2047.94h-6.852a.602.602%200%200%201-.426-1.028l5.894-5.894a.6.6%200%200%201%20.426-.176Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19.228%2021.517l31.226%2031.225%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M50.218%2057.249a2.35%202.35%200%200%201-.496-2.591a24.668%2024.668%200%200%200-32.41-32.41a2.35%202.35%200%200%201-1.857-4.316a29.366%2029.366%200%200%201%2038.583%2038.582a2.353%202.353%200%200%201-3.82.735Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M57.966%2014.064L22.158%2049.872m30.438-35.808h5.37v5.089%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/bow-and-arrow.svg?color=%231a73e8&size=48

Bow And Arrow emoji — OpenMoji · IconsDB