bow and arrow emoji
bow-and-arrow from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- bow-and-arrow
- 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 bow and arrow emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m22.055 3.989l7.34-1.97c.34-.1.66.22.57.57l-1.97 7.34c-.09.35-.52.46-.77.21l-1.28-1.281l-1.37 1.37a11.1 11.1 0 0 1 1.698 3.043c.748 2.005.9 4.204.396 6.374a5.2 5.2 0 0 0 .8 4.18l.177-.179a.5.5 0 0 1 .708.708l-.236.235a2.943 2.943 0 0 1-.056 4.107a2.943 2.943 0 0 1-4.107.056l-.101.102a.5.5 0 0 1-.708-.708l.128-.127a11 11 0 0 1-.772-1.022l-11.015-.02l-2.492 2.491c-.7.7-1.84.7-2.55 0a1.8 1.8 0 0 1-.524-1.34a2 2 0 0 1-1.49-.585c-.42-.42-.614-.98-.583-1.53a1.8 1.8 0 0 1-1.323-.524c-.7-.71-.7-1.85 0-2.55l2.38-2.38L4.52 9.143q-.272-.203-.533-.424l-.134.135a.5.5 0 1 1-.708-.708l.107-.106a2.943 2.943 0 0 1 .04-4.133a2.96 2.96 0 0 1 4.123-.03l.23-.23a.5.5 0 1 1 .708.707l-.172.171a5.15 5.15 0 0 0 4.153.78h.005a11.14 11.14 0 0 1 9.408 2.092l1.368-1.368l-1.271-1.27a.462.462 0 0 1 .21-.77M6.001 5.292a.96.96 0 0 0-1.304.038a.943.943 0 0 0-.03 1.295zm-.593 2.007a9.06 9.06 0 0 0 7.82 1.796h.002a7.24 7.24 0 0 1 3.56.07l.5-1.822a9.14 9.14 0 0 0-4.497-.09a7.15 7.15 0 0 1-6.041-1.297zm18.988 6.664l-1.764.648l.003.008a7.2 7.2 0 0 1 .243 4.139a9.06 9.06 0 0 0 1.452 7.367a.5.5 0 0 1 .128.173q.114.153.236.301l1.345-1.345a7.2 7.2 0 0 1-1.318-6.062a9 9 0 0 0-.323-5.223zm-5.828-1.527a5 5 0 0 0-.229-.216l-6.569 6.57l.005-.001l-6.69 6.69a1 1 0 0 0 1.328 1.473l.032-.034l6.7-6.7l-.004.029l6.612-6.613a5 5 0 0 0-.215-.228zm-2.31-1.344a5.25 5.25 0 0 0-2.577-.05c-2.821.658-5.713.2-8.136-1.22l.33 9.856c.179-.096.376-.157.58-.18l3.683-.491l7.38-7.38a5.3 5.3 0 0 0-1.26-.535m4.486 4.206a5 5 0 0 0-.395-.845l-7.426 7.426l-.488 3.66q-.026.229-.115.44l9.586.017a11.07 11.07 0 0 1-.975-7.695l.001-.004a5.2 5.2 0 0 0-.069-2.67zm5.904 11.983a.943.943 0 0 0 .054-1.276l-1.33 1.33a.943.943 0 0 0 1.276-.054m-1.41-19.13l-1.415-1.415l-1.316 1.316q.114.108.225.22l.974.973q.108.11.214.222z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBowAndArrow(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="m22.055 3.989l7.34-1.97c.34-.1.66.22.57.57l-1.97 7.34c-.09.35-.52.46-.77.21l-1.28-1.281l-1.37 1.37a11.1 11.1 0 0 1 1.698 3.043c.748 2.005.9 4.204.396 6.374a5.2 5.2 0 0 0 .8 4.18l.177-.179a.5.5 0 0 1 .708.708l-.236.235a2.943 2.943 0 0 1-.056 4.107a2.943 2.943 0 0 1-4.107.056l-.101.102a.5.5 0 0 1-.708-.708l.128-.127a11 11 0 0 1-.772-1.022l-11.015-.02l-2.492 2.491c-.7.7-1.84.7-2.55 0a1.8 1.8 0 0 1-.524-1.34a2 2 0 0 1-1.49-.585c-.42-.42-.614-.98-.583-1.53a1.8 1.8 0 0 1-1.323-.524c-.7-.71-.7-1.85 0-2.55l2.38-2.38L4.52 9.143q-.272-.203-.533-.424l-.134.135a.5.5 0 1 1-.708-.708l.107-.106a2.943 2.943 0 0 1 .04-4.133a2.96 2.96 0 0 1 4.123-.03l.23-.23a.5.5 0 1 1 .708.707l-.172.171a5.15 5.15 0 0 0 4.153.78h.005a11.14 11.14 0 0 1 9.408 2.092l1.368-1.368l-1.271-1.27a.462.462 0 0 1 .21-.77M6.001 5.292a.96.96 0 0 0-1.304.038a.943.943 0 0 0-.03 1.295zm-.593 2.007a9.06 9.06 0 0 0 7.82 1.796h.002a7.24 7.24 0 0 1 3.56.07l.5-1.822a9.14 9.14 0 0 0-4.497-.09a7.15 7.15 0 0 1-6.041-1.297zm18.988 6.664l-1.764.648l.003.008a7.2 7.2 0 0 1 .243 4.139a9.06 9.06 0 0 0 1.452 7.367a.5.5 0 0 1 .128.173q.114.153.236.301l1.345-1.345a7.2 7.2 0 0 1-1.318-6.062a9 9 0 0 0-.323-5.223zm-5.828-1.527a5 5 0 0 0-.229-.216l-6.569 6.57l.005-.001l-6.69 6.69a1 1 0 0 0 1.328 1.473l.032-.034l6.7-6.7l-.004.029l6.612-6.613a5 5 0 0 0-.215-.228zm-2.31-1.344a5.25 5.25 0 0 0-2.577-.05c-2.821.658-5.713.2-8.136-1.22l.33 9.856c.179-.096.376-.157.58-.18l3.683-.491l7.38-7.38a5.3 5.3 0 0 0-1.26-.535m4.486 4.206a5 5 0 0 0-.395-.845l-7.426 7.426l-.488 3.66q-.026.229-.115.44l9.586.017a11.07 11.07 0 0 1-.975-7.695l.001-.004a5.2 5.2 0 0 0-.069-2.67zm5.904 11.983a.943.943 0 0 0 .054-1.276l-1.33 1.33a.943.943 0 0 0 1.276-.054m-1.41-19.13l-1.415-1.415l-1.316 1.316q.114.108.225.22l.974.973q.108.11.214.222z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m22.055 3.989l7.34-1.97c.34-.1.66.22.57.57l-1.97 7.34c-.09.35-.52.46-.77.21l-1.28-1.281l-1.37 1.37a11.1 11.1 0 0 1 1.698 3.043c.748 2.005.9 4.204.396 6.374a5.2 5.2 0 0 0 .8 4.18l.177-.179a.5.5 0 0 1 .708.708l-.236.235a2.943 2.943 0 0 1-.056 4.107a2.943 2.943 0 0 1-4.107.056l-.101.102a.5.5 0 0 1-.708-.708l.128-.127a11 11 0 0 1-.772-1.022l-11.015-.02l-2.492 2.491c-.7.7-1.84.7-2.55 0a1.8 1.8 0 0 1-.524-1.34a2 2 0 0 1-1.49-.585c-.42-.42-.614-.98-.583-1.53a1.8 1.8 0 0 1-1.323-.524c-.7-.71-.7-1.85 0-2.55l2.38-2.38L4.52 9.143q-.272-.203-.533-.424l-.134.135a.5.5 0 1 1-.708-.708l.107-.106a2.943 2.943 0 0 1 .04-4.133a2.96 2.96 0 0 1 4.123-.03l.23-.23a.5.5 0 1 1 .708.707l-.172.171a5.15 5.15 0 0 0 4.153.78h.005a11.14 11.14 0 0 1 9.408 2.092l1.368-1.368l-1.271-1.27a.462.462 0 0 1 .21-.77M6.001 5.292a.96.96 0 0 0-1.304.038a.943.943 0 0 0-.03 1.295zm-.593 2.007a9.06 9.06 0 0 0 7.82 1.796h.002a7.24 7.24 0 0 1 3.56.07l.5-1.822a9.14 9.14 0 0 0-4.497-.09a7.15 7.15 0 0 1-6.041-1.297zm18.988 6.664l-1.764.648l.003.008a7.2 7.2 0 0 1 .243 4.139a9.06 9.06 0 0 0 1.452 7.367a.5.5 0 0 1 .128.173q.114.153.236.301l1.345-1.345a7.2 7.2 0 0 1-1.318-6.062a9 9 0 0 0-.323-5.223zm-5.828-1.527a5 5 0 0 0-.229-.216l-6.569 6.57l.005-.001l-6.69 6.69a1 1 0 0 0 1.328 1.473l.032-.034l6.7-6.7l-.004.029l6.612-6.613a5 5 0 0 0-.215-.228zm-2.31-1.344a5.25 5.25 0 0 0-2.577-.05c-2.821.658-5.713.2-8.136-1.22l.33 9.856c.179-.096.376-.157.58-.18l3.683-.491l7.38-7.38a5.3 5.3 0 0 0-1.26-.535m4.486 4.206a5 5 0 0 0-.395-.845l-7.426 7.426l-.488 3.66q-.026.229-.115.44l9.586.017a11.07 11.07 0 0 1-.975-7.695l.001-.004a5.2 5.2 0 0 0-.069-2.67zm5.904 11.983a.943.943 0 0 0 .054-1.276l-1.33 1.33a.943.943 0 0 0 1.276-.054m-1.41-19.13l-1.415-1.415l-1.316 1.316q.114.108.225.22l.974.973q.108.11.214.222z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.055%203.989l7.34-1.97c.34-.1.66.22.57.57l-1.97%207.34c-.09.35-.52.46-.77.21l-1.28-1.281l-1.37%201.37a11.1%2011.1%200%200%201%201.698%203.043c.748%202.005.9%204.204.396%206.374a5.2%205.2%200%200%200%20.8%204.18l.177-.179a.5.5%200%200%201%20.708.708l-.236.235a2.943%202.943%200%200%201-.056%204.107a2.943%202.943%200%200%201-4.107.056l-.101.102a.5.5%200%200%201-.708-.708l.128-.127a11%2011%200%200%201-.772-1.022l-11.015-.02l-2.492%202.491c-.7.7-1.84.7-2.55%200a1.8%201.8%200%200%201-.524-1.34a2%202%200%200%201-1.49-.585c-.42-.42-.614-.98-.583-1.53a1.8%201.8%200%200%201-1.323-.524c-.7-.71-.7-1.85%200-2.55l2.38-2.38L4.52%209.143q-.272-.203-.533-.424l-.134.135a.5.5%200%201%201-.708-.708l.107-.106a2.943%202.943%200%200%201%20.04-4.133a2.96%202.96%200%200%201%204.123-.03l.23-.23a.5.5%200%201%201%20.708.707l-.172.171a5.15%205.15%200%200%200%204.153.78h.005a11.14%2011.14%200%200%201%209.408%202.092l1.368-1.368l-1.271-1.27a.462.462%200%200%201%20.21-.77M6.001%205.292a.96.96%200%200%200-1.304.038a.943.943%200%200%200-.03%201.295zm-.593%202.007a9.06%209.06%200%200%200%207.82%201.796h.002a7.24%207.24%200%200%201%203.56.07l.5-1.822a9.14%209.14%200%200%200-4.497-.09a7.15%207.15%200%200%201-6.041-1.297zm18.988%206.664l-1.764.648l.003.008a7.2%207.2%200%200%201%20.243%204.139a9.06%209.06%200%200%200%201.452%207.367a.5.5%200%200%201%20.128.173q.114.153.236.301l1.345-1.345a7.2%207.2%200%200%201-1.318-6.062a9%209%200%200%200-.323-5.223zm-5.828-1.527a5%205%200%200%200-.229-.216l-6.569%206.57l.005-.001l-6.69%206.69a1%201%200%200%200%201.328%201.473l.032-.034l6.7-6.7l-.004.029l6.612-6.613a5%205%200%200%200-.215-.228zm-2.31-1.344a5.25%205.25%200%200%200-2.577-.05c-2.821.658-5.713.2-8.136-1.22l.33%209.856c.179-.096.376-.157.58-.18l3.683-.491l7.38-7.38a5.3%205.3%200%200%200-1.26-.535m4.486%204.206a5%205%200%200%200-.395-.845l-7.426%207.426l-.488%203.66q-.026.229-.115.44l9.586.017a11.07%2011.07%200%200%201-.975-7.695l.001-.004a5.2%205.2%200%200%200-.069-2.67zm5.904%2011.983a.943.943%200%200%200%20.054-1.276l-1.33%201.33a.943.943%200%200%200%201.276-.054m-1.41-19.13l-1.415-1.415l-1.316%201.316q.114.108.225.22l.974.973q.108.11.214.222z%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%22m22.055%203.989l7.34-1.97c.34-.1.66.22.57.57l-1.97%207.34c-.09.35-.52.46-.77.21l-1.28-1.281l-1.37%201.37a11.1%2011.1%200%200%201%201.698%203.043c.748%202.005.9%204.204.396%206.374a5.2%205.2%200%200%200%20.8%204.18l.177-.179a.5.5%200%200%201%20.708.708l-.236.235a2.943%202.943%200%200%201-.056%204.107a2.943%202.943%200%200%201-4.107.056l-.101.102a.5.5%200%200%201-.708-.708l.128-.127a11%2011%200%200%201-.772-1.022l-11.015-.02l-2.492%202.491c-.7.7-1.84.7-2.55%200a1.8%201.8%200%200%201-.524-1.34a2%202%200%200%201-1.49-.585c-.42-.42-.614-.98-.583-1.53a1.8%201.8%200%200%201-1.323-.524c-.7-.71-.7-1.85%200-2.55l2.38-2.38L4.52%209.143q-.272-.203-.533-.424l-.134.135a.5.5%200%201%201-.708-.708l.107-.106a2.943%202.943%200%200%201%20.04-4.133a2.96%202.96%200%200%201%204.123-.03l.23-.23a.5.5%200%201%201%20.708.707l-.172.171a5.15%205.15%200%200%200%204.153.78h.005a11.14%2011.14%200%200%201%209.408%202.092l1.368-1.368l-1.271-1.27a.462.462%200%200%201%20.21-.77M6.001%205.292a.96.96%200%200%200-1.304.038a.943.943%200%200%200-.03%201.295zm-.593%202.007a9.06%209.06%200%200%200%207.82%201.796h.002a7.24%207.24%200%200%201%203.56.07l.5-1.822a9.14%209.14%200%200%200-4.497-.09a7.15%207.15%200%200%201-6.041-1.297zm18.988%206.664l-1.764.648l.003.008a7.2%207.2%200%200%201%20.243%204.139a9.06%209.06%200%200%200%201.452%207.367a.5.5%200%200%201%20.128.173q.114.153.236.301l1.345-1.345a7.2%207.2%200%200%201-1.318-6.062a9%209%200%200%200-.323-5.223zm-5.828-1.527a5%205%200%200%200-.229-.216l-6.569%206.57l.005-.001l-6.69%206.69a1%201%200%200%200%201.328%201.473l.032-.034l6.7-6.7l-.004.029l6.612-6.613a5%205%200%200%200-.215-.228zm-2.31-1.344a5.25%205.25%200%200%200-2.577-.05c-2.821.658-5.713.2-8.136-1.22l.33%209.856c.179-.096.376-.157.58-.18l3.683-.491l7.38-7.38a5.3%205.3%200%200%200-1.26-.535m4.486%204.206a5%205%200%200%200-.395-.845l-7.426%207.426l-.488%203.66q-.026.229-.115.44l9.586.017a11.07%2011.07%200%200%201-.975-7.695l.001-.004a5.2%205.2%200%200%200-.069-2.67zm5.904%2011.983a.943.943%200%200%200%20.054-1.276l-1.33%201.33a.943.943%200%200%200%201.276-.054m-1.41-19.13l-1.415-1.415l-1.316%201.316q.114.108.225.22l.974.973q.108.11.214.222z%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/bow-and-arrow.svg?color=%231a73e8&size=48