archer icon
archer from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- archer
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the archer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M11 17.03L20 21c-.556-.556-1.51-2.357-.884-5.116c.782-3.449 2.25-6.917-3.18-8.82c-1.903-5.43-5.371-3.962-8.82-3.18C4.356 4.51 2.556 3.556 2 3l4 9.074M5 18H2l3-3h3v3l-3 3z"/><path d="M8 15L20 3"/><path stroke-linecap="round" d="M17 3h2c.471 0 .707 0 .854.146C20 3.293 20 3.53 20 4v2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsArcher(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M11 17.03L20 21c-.556-.556-1.51-2.357-.884-5.116c.782-3.449 2.25-6.917-3.18-8.82c-1.903-5.43-5.371-3.962-8.82-3.18C4.356 4.51 2.556 3.556 2 3l4 9.074M5 18H2l3-3h3v3l-3 3z"/><path d="M8 15L20 3"/><path strokeLinecap="round" d="M17 3h2c.471 0 .707 0 .854.146C20 3.293 20 3.53 20 4v2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M11 17.03L20 21c-.556-.556-1.51-2.357-.884-5.116c.782-3.449 2.25-6.917-3.18-8.82c-1.903-5.43-5.371-3.962-8.82-3.18C4.356 4.51 2.556 3.556 2 3l4 9.074M5 18H2l3-3h3v3l-3 3z"/><path d="M8 15L20 3"/><path stroke-linecap="round" d="M17 3h2c.471 0 .707 0 .854.146C20 3.293 20 3.53 20 4v2"/></g></svg> </template>
CSS
.icon-archer {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2017.03L20%2021c-.556-.556-1.51-2.357-.884-5.116c.782-3.449%202.25-6.917-3.18-8.82c-1.903-5.43-5.371-3.962-8.82-3.18C4.356%204.51%202.556%203.556%202%203l4%209.074M5%2018H2l3-3h3v3l-3%203z%22%2F%3E%3Cpath%20d%3D%22M8%2015L20%203%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%203h2c.471%200%20.707%200%20.854.146C20%203.293%2020%203.53%2020%204v2%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2017.03L20%2021c-.556-.556-1.51-2.357-.884-5.116c.782-3.449%202.25-6.917-3.18-8.82c-1.903-5.43-5.371-3.962-8.82-3.18C4.356%204.51%202.556%203.556%202%203l4%209.074M5%2018H2l3-3h3v3l-3%203z%22%2F%3E%3Cpath%20d%3D%22M8%2015L20%203%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%203h2c.471%200%20.707%200%20.854.146C20%203.293%2020%203.53%2020%204v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/archer.svg?color=%231a73e8&size=48