fishing rod icon

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

Name
fishing-rod
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the fishing rod 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.202 16.064a3.015 3.015 0 1 0-.002-6.03a3.015 3.015 0 0 0 .002 6.03m-3.52 2.513l-1.506 1.507a1.42 1.42 0 1 1-2.01-2.01l4.019-4.02m5.525-3.714l5.11-4.927c1.46-1.408 2.19-2.112 2.81-1.864s.62 1.243.62 3.234v10.34c0 .802-.674 1.453-1.506 1.453c-.833 0-1.507-.65-1.507-1.453v-.97"/><path d="m14.219 9.028l1.004 1.005m2.011-4.02l1.005 1.005M10.2 16.063v2.513m-1.005 0h2.01m-.883-5.528h-.125m.25 0a.251.251 0 1 1-.502 0a.251.251 0 0 1 .503 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFishingRod(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.202 16.064a3.015 3.015 0 1 0-.002-6.03a3.015 3.015 0 0 0 .002 6.03m-3.52 2.513l-1.506 1.507a1.42 1.42 0 1 1-2.01-2.01l4.019-4.02m5.525-3.714l5.11-4.927c1.46-1.408 2.19-2.112 2.81-1.864s.62 1.243.62 3.234v10.34c0 .802-.674 1.453-1.506 1.453c-.833 0-1.507-.65-1.507-1.453v-.97"/><path d="m14.219 9.028l1.004 1.005m2.011-4.02l1.005 1.005M10.2 16.063v2.513m-1.005 0h2.01m-.883-5.528h-.125m.25 0a.251.251 0 1 1-.502 0a.251.251 0 0 1 .503 0Z"/></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.202 16.064a3.015 3.015 0 1 0-.002-6.03a3.015 3.015 0 0 0 .002 6.03m-3.52 2.513l-1.506 1.507a1.42 1.42 0 1 1-2.01-2.01l4.019-4.02m5.525-3.714l5.11-4.927c1.46-1.408 2.19-2.112 2.81-1.864s.62 1.243.62 3.234v10.34c0 .802-.674 1.453-1.506 1.453c-.833 0-1.507-.65-1.507-1.453v-.97"/><path d="m14.219 9.028l1.004 1.005m2.011-4.02l1.005 1.005M10.2 16.063v2.513m-1.005 0h2.01m-.883-5.528h-.125m.25 0a.251.251 0 1 1-.502 0a.251.251 0 0 1 .503 0Z"/></g></svg>
</template>

CSS

.icon-fishing-rod {
  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.202%2016.064a3.015%203.015%200%201%200-.002-6.03a3.015%203.015%200%200%200%20.002%206.03m-3.52%202.513l-1.506%201.507a1.42%201.42%200%201%201-2.01-2.01l4.019-4.02m5.525-3.714l5.11-4.927c1.46-1.408%202.19-2.112%202.81-1.864s.62%201.243.62%203.234v10.34c0%20.802-.674%201.453-1.506%201.453c-.833%200-1.507-.65-1.507-1.453v-.97%22%2F%3E%3Cpath%20d%3D%22m14.219%209.028l1.004%201.005m2.011-4.02l1.005%201.005M10.2%2016.063v2.513m-1.005%200h2.01m-.883-5.528h-.125m.25%200a.251.251%200%201%201-.502%200a.251.251%200%200%201%20.503%200Z%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.202%2016.064a3.015%203.015%200%201%200-.002-6.03a3.015%203.015%200%200%200%20.002%206.03m-3.52%202.513l-1.506%201.507a1.42%201.42%200%201%201-2.01-2.01l4.019-4.02m5.525-3.714l5.11-4.927c1.46-1.408%202.19-2.112%202.81-1.864s.62%201.243.62%203.234v10.34c0%20.802-.674%201.453-1.506%201.453c-.833%200-1.507-.65-1.507-1.453v-.97%22%2F%3E%3Cpath%20d%3D%22m14.219%209.028l1.004%201.005m2.011-4.02l1.005%201.005M10.2%2016.063v2.513m-1.005%200h2.01m-.883-5.528h-.125m.25%200a.251.251%200%201%201-.502%200a.251.251%200%200%201%20.503%200Z%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/fishing-rod.svg?color=%231a73e8&size=48