bow arrow icon

bow-arrow from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
bow-arrow
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the bow arrow 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M10 14L20 4M5.243 15.154c-.529.526-1.086 1.078-1.574 1.56c-.432.426-.647.64-.666.82a.51.51 0 0 0 .187.451c.142.116.446.116 1.054.116c.558 0 .837 0 1.052.104c.205.1.372.266.472.47c.106.213.106.495.106 1.06c0 .63 0 .944.126 1.088c.104.12.257.184.415.176c.193-.01.417-.223.865-.65l1.463-1.394c.613-.583.92-.875 1.084-1.25l.015-.034c.158-.378.158-.8.158-1.643v-.078c0-.87 0-1.304-.248-1.592a1 1 0 0 0-.112-.111C9.35 14 8.912 14 8.038 14c-.766 0-1.148 0-1.495.127q-.074.028-.147.06c-.335.154-.608.425-1.153.967M17 3.221s3.28-.498 3.779 0c.498.498 0 3.779 0 3.779"/><path d="M18.24 11c.85 2.287.814 4.877-.076 7.169c-.547 1.405-.82 2.108-1.88 2.33c-1.06.224-1.744-.46-3.111-1.827m-7.844-7.844c-1.372-1.37-2.057-2.056-1.843-3.11s.92-1.338 2.33-1.907c2.303-.93 4.897-.994 7.184-.124"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBowArrow(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M10 14L20 4M5.243 15.154c-.529.526-1.086 1.078-1.574 1.56c-.432.426-.647.64-.666.82a.51.51 0 0 0 .187.451c.142.116.446.116 1.054.116c.558 0 .837 0 1.052.104c.205.1.372.266.472.47c.106.213.106.495.106 1.06c0 .63 0 .944.126 1.088c.104.12.257.184.415.176c.193-.01.417-.223.865-.65l1.463-1.394c.613-.583.92-.875 1.084-1.25l.015-.034c.158-.378.158-.8.158-1.643v-.078c0-.87 0-1.304-.248-1.592a1 1 0 0 0-.112-.111C9.35 14 8.912 14 8.038 14c-.766 0-1.148 0-1.495.127q-.074.028-.147.06c-.335.154-.608.425-1.153.967M17 3.221s3.28-.498 3.779 0c.498.498 0 3.779 0 3.779"/><path d="M18.24 11c.85 2.287.814 4.877-.076 7.169c-.547 1.405-.82 2.108-1.88 2.33c-1.06.224-1.744-.46-3.111-1.827m-7.844-7.844c-1.372-1.37-2.057-2.056-1.843-3.11s.92-1.338 2.33-1.907c2.303-.93 4.897-.994 7.184-.124"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M10 14L20 4M5.243 15.154c-.529.526-1.086 1.078-1.574 1.56c-.432.426-.647.64-.666.82a.51.51 0 0 0 .187.451c.142.116.446.116 1.054.116c.558 0 .837 0 1.052.104c.205.1.372.266.472.47c.106.213.106.495.106 1.06c0 .63 0 .944.126 1.088c.104.12.257.184.415.176c.193-.01.417-.223.865-.65l1.463-1.394c.613-.583.92-.875 1.084-1.25l.015-.034c.158-.378.158-.8.158-1.643v-.078c0-.87 0-1.304-.248-1.592a1 1 0 0 0-.112-.111C9.35 14 8.912 14 8.038 14c-.766 0-1.148 0-1.495.127q-.074.028-.147.06c-.335.154-.608.425-1.153.967M17 3.221s3.28-.498 3.779 0c.498.498 0 3.779 0 3.779"/><path d="M18.24 11c.85 2.287.814 4.877-.076 7.169c-.547 1.405-.82 2.108-1.88 2.33c-1.06.224-1.744-.46-3.111-1.827m-7.844-7.844c-1.372-1.37-2.057-2.056-1.843-3.11s.92-1.338 2.33-1.907c2.303-.93 4.897-.994 7.184-.124"/></g></svg>
</template>

CSS

.icon-bow-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2014L20%204M5.243%2015.154c-.529.526-1.086%201.078-1.574%201.56c-.432.426-.647.64-.666.82a.51.51%200%200%200%20.187.451c.142.116.446.116%201.054.116c.558%200%20.837%200%201.052.104c.205.1.372.266.472.47c.106.213.106.495.106%201.06c0%20.63%200%20.944.126%201.088c.104.12.257.184.415.176c.193-.01.417-.223.865-.65l1.463-1.394c.613-.583.92-.875%201.084-1.25l.015-.034c.158-.378.158-.8.158-1.643v-.078c0-.87%200-1.304-.248-1.592a1%201%200%200%200-.112-.111C9.35%2014%208.912%2014%208.038%2014c-.766%200-1.148%200-1.495.127q-.074.028-.147.06c-.335.154-.608.425-1.153.967M17%203.221s3.28-.498%203.779%200c.498.498%200%203.779%200%203.779%22%2F%3E%3Cpath%20d%3D%22M18.24%2011c.85%202.287.814%204.877-.076%207.169c-.547%201.405-.82%202.108-1.88%202.33c-1.06.224-1.744-.46-3.111-1.827m-7.844-7.844c-1.372-1.37-2.057-2.056-1.843-3.11s.92-1.338%202.33-1.907c2.303-.93%204.897-.994%207.184-.124%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2014L20%204M5.243%2015.154c-.529.526-1.086%201.078-1.574%201.56c-.432.426-.647.64-.666.82a.51.51%200%200%200%20.187.451c.142.116.446.116%201.054.116c.558%200%20.837%200%201.052.104c.205.1.372.266.472.47c.106.213.106.495.106%201.06c0%20.63%200%20.944.126%201.088c.104.12.257.184.415.176c.193-.01.417-.223.865-.65l1.463-1.394c.613-.583.92-.875%201.084-1.25l.015-.034c.158-.378.158-.8.158-1.643v-.078c0-.87%200-1.304-.248-1.592a1%201%200%200%200-.112-.111C9.35%2014%208.912%2014%208.038%2014c-.766%200-1.148%200-1.495.127q-.074.028-.147.06c-.335.154-.608.425-1.153.967M17%203.221s3.28-.498%203.779%200c.498.498%200%203.779%200%203.779%22%2F%3E%3Cpath%20d%3D%22M18.24%2011c.85%202.287.814%204.877-.076%207.169c-.547%201.405-.82%202.108-1.88%202.33c-1.06.224-1.744-.46-3.111-1.827m-7.844-7.844c-1.372-1.37-2.057-2.056-1.843-3.11s.92-1.338%202.33-1.907c2.303-.93%204.897-.994%207.184-.124%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/bow-arrow.svg?color=%231a73e8&size=48