fishing from IconPark Outline by ByteDance · Outline · Travel · Apache-2.0 Free for personal and commercial use.

Name
fishing
Set
IconPark Outline
Style
Outline
Category
Travel
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More travel icons from IconPark Outline

Use the fishing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M20.987 34.552L12 29h27a3 3 0 1 1 0 6H22.564a3 3 0 0 1-1.577-.448"/><path stroke-miterlimit="2" d="M30 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4Z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="M34 32c4-3 2.5-9.566 1.5-11.5S32.55 16 32.55 16s-1.05 0-2.05 1c-2.678 2.679-4.5 6-7 6s-6-2-6-2"/><path stroke-linecap="round" stroke-linejoin="round" d="M20 15c-3.596-4.496-6.385-6.566-12-6.938C6.899 7.989 6 8.895 6 10v18m1 15c4 0 2.938-2 6-2c3.063 0 2 2 5.5 2s2.5-2 6-2s2.938 2 6 2c3.063 0 1.5-2 5-2s2.563 2 6.5 2"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineFishing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M20.987 34.552L12 29h27a3 3 0 1 1 0 6H22.564a3 3 0 0 1-1.577-.448"/><path strokeMiterlimit="2" d="M30 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4Z"/><path strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" d="M34 32c4-3 2.5-9.566 1.5-11.5S32.55 16 32.55 16s-1.05 0-2.05 1c-2.678 2.679-4.5 6-7 6s-6-2-6-2"/><path strokeLinecap="round" strokeLinejoin="round" d="M20 15c-3.596-4.496-6.385-6.566-12-6.938C6.899 7.989 6 8.895 6 10v18m1 15c4 0 2.938-2 6-2c3.063 0 2 2 5.5 2s2.5-2 6-2s2.938 2 6 2c3.063 0 1.5-2 5-2s2.563 2 6.5 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M20.987 34.552L12 29h27a3 3 0 1 1 0 6H22.564a3 3 0 0 1-1.577-.448"/><path stroke-miterlimit="2" d="M30 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4Z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="M34 32c4-3 2.5-9.566 1.5-11.5S32.55 16 32.55 16s-1.05 0-2.05 1c-2.678 2.679-4.5 6-7 6s-6-2-6-2"/><path stroke-linecap="round" stroke-linejoin="round" d="M20 15c-3.596-4.496-6.385-6.566-12-6.938C6.899 7.989 6 8.895 6 10v18m1 15c4 0 2.938-2 6-2c3.063 0 2 2 5.5 2s2.5-2 6-2s2.938 2 6 2c3.063 0 1.5-2 5-2s2.563 2 6.5 2"/></g></svg>
</template>

CSS

.icon-fishing {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.987%2034.552L12%2029h27a3%203%200%201%201%200%206H22.564a3%203%200%200%201-1.577-.448%22%2F%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M30%2011a2%202%200%201%200%200-4a2%202%200%200%200%200%204Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M34%2032c4-3%202.5-9.566%201.5-11.5S32.55%2016%2032.55%2016s-1.05%200-2.05%201c-2.678%202.679-4.5%206-7%206s-6-2-6-2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2015c-3.596-4.496-6.385-6.566-12-6.938C6.899%207.989%206%208.895%206%2010v18m1%2015c4%200%202.938-2%206-2c3.063%200%202%202%205.5%202s2.5-2%206-2s2.938%202%206%202c3.063%200%201.5-2%205-2s2.563%202%206.5%202%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.987%2034.552L12%2029h27a3%203%200%201%201%200%206H22.564a3%203%200%200%201-1.577-.448%22%2F%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M30%2011a2%202%200%201%200%200-4a2%202%200%200%200%200%204Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M34%2032c4-3%202.5-9.566%201.5-11.5S32.55%2016%2032.55%2016s-1.05%200-2.05%201c-2.678%202.679-4.5%206-7%206s-6-2-6-2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2015c-3.596-4.496-6.385-6.566-12-6.938C6.899%207.989%206%208.895%206%2010v18m1%2015c4%200%202.938-2%206-2c3.063%200%202%202%205.5%202s2.5-2%206-2s2.938%202%206%202c3.063%200%201.5-2%205-2s2.563%202%206.5%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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