archery match icon

archery-match from Iconoir by Luca Burgio · Regular · Gaming · MIT Free for personal and commercial use.

Name
archery-match
Set
Iconoir
Style
Regular
Category
Gaming
Viewbox
24×24
License
MIT

More gaming icons from Iconoir

Use the archery match icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m8.611 15.89l12.02-12.022M8.612 15.89H5.783l-2.829 2.829h2.829v2.828l2.828-2.828zm12.02-12.02h-2.828m2.829 0v2.828M15.39 15.89L3.367 3.867M15.39 15.89h2.829l2.828 2.829h-2.828v2.828l-2.829-2.828zM3.37 3.87h2.828m-2.829 0v2.828"/></svg>

React

import type { SVGProps } from "react";

export function IconoirArcheryMatch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m8.611 15.89l12.02-12.022M8.612 15.89H5.783l-2.829 2.829h2.829v2.828l2.828-2.828zm12.02-12.02h-2.828m2.829 0v2.828M15.39 15.89L3.367 3.867M15.39 15.89h2.829l2.828 2.829h-2.828v2.828l-2.829-2.828zM3.37 3.87h2.828m-2.829 0v2.828"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m8.611 15.89l12.02-12.022M8.612 15.89H5.783l-2.829 2.829h2.829v2.828l2.828-2.828zm12.02-12.02h-2.828m2.829 0v2.828M15.39 15.89L3.367 3.867M15.39 15.89h2.829l2.828 2.829h-2.828v2.828l-2.829-2.828zM3.37 3.87h2.828m-2.829 0v2.828"/></svg>
</template>

CSS

.icon-archery-match {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m8.611%2015.89l12.02-12.022M8.612%2015.89H5.783l-2.829%202.829h2.829v2.828l2.828-2.828zm12.02-12.02h-2.828m2.829%200v2.828M15.39%2015.89L3.367%203.867M15.39%2015.89h2.829l2.828%202.829h-2.828v2.828l-2.829-2.828zM3.37%203.87h2.828m-2.829%200v2.828%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m8.611%2015.89l12.02-12.022M8.612%2015.89H5.783l-2.829%202.829h2.829v2.828l2.828-2.828zm12.02-12.02h-2.828m2.829%200v2.828M15.39%2015.89L3.367%203.867M15.39%2015.89h2.829l2.828%202.829h-2.828v2.828l-2.829-2.828zM3.37%203.87h2.828m-2.829%200v2.828%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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