fishing pole emoji

fishing-pole from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.

Name
fishing-pole
Set
Twitter Emoji
Style
Default
Category
Activities
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More activities icons from Twitter Emoji

Use the fishing pole emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M8 16a1 1 0 0 1-1-1V4a1 1 0 0 1 2 0v11a1 1 0 0 1-1 1"/><path fill="#3b88c3" d="M2 33c0-2.236 4-6 7-6v5c-1 0-4 1-5 2s-2 0-2-1m14 0c0-2.236-4-6-7-6v5c1 0 4 1 5 2s2 0 2-1"/><path fill="#3b88c3" d="M15 14c2 0 4 1 4 2c0 3-3.167 11.542-8.167 12.542S15 14 15 14M3 20c-1 1-2 3-2 5s2.75-2.042 4-1c1.718 1.432-2-4-2-4"/><path d="M5.583 12.25c1.5.5 2.583.125 3.667-.75s1.25 2.542-.25 3.667s-4.125 3.75-4.083 1.417s.666-4.334.666-4.334"/><path fill="#55acee" d="M9.023 11.001c-.574.63-1.856 2.332-2.481 4.415c-.875.5-.833-1.208-.708-1.75c.225-.975.506-.977.346-1.521c-.21-.551-.789-.364-1.119-.159C3.348 12.97 2 14.8 2 18c0 5.522 5 13 7 13s7-7.478 7-13c0-5.509-3.979-6.992-6.977-6.999"/><circle cx="11.5" cy="15.5" r="1.5"/><path fill="#269" d="M8.954 22.827c-1.504 0-2.829-.538-4-1.149a1 1 0 0 1 .926-1.774c1.891.988 3.59 1.385 5.735.11a1.001 1.001 0 0 1 1.02 1.721c-1.334.792-2.558 1.092-3.681 1.092"/><path fill="#662113" d="M29.834 35.25c-.494-.247-1.042-.958-.729-1.697c1.334-3.146 4.278-16.9 1.604-24.761c-.501-1.472-2.118-3.659-4.08-4.863C20.292.042 10.823 2.171 9.5 2.833c-.495.248-2.044.744-2.292.25s.589-1.003 1.083-1.25c1.756-.877 11.264-3.878 19.667.791c1.5.833 3.59 2.376 4.703 5.303c3.257 8.567 1.047 23.416-.787 26.822c-.582 1.084-1.896.572-2.04.501"/><circle cx="28" cy="25" r="4" fill="#99aab5"/><circle cx="28" cy="25" r="2" fill="#66757f"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiFishingPole(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M8 16a1 1 0 0 1-1-1V4a1 1 0 0 1 2 0v11a1 1 0 0 1-1 1"/><path fill="#3b88c3" d="M2 33c0-2.236 4-6 7-6v5c-1 0-4 1-5 2s-2 0-2-1m14 0c0-2.236-4-6-7-6v5c1 0 4 1 5 2s2 0 2-1"/><path fill="#3b88c3" d="M15 14c2 0 4 1 4 2c0 3-3.167 11.542-8.167 12.542S15 14 15 14M3 20c-1 1-2 3-2 5s2.75-2.042 4-1c1.718 1.432-2-4-2-4"/><path d="M5.583 12.25c1.5.5 2.583.125 3.667-.75s1.25 2.542-.25 3.667s-4.125 3.75-4.083 1.417s.666-4.334.666-4.334"/><path fill="#55acee" d="M9.023 11.001c-.574.63-1.856 2.332-2.481 4.415c-.875.5-.833-1.208-.708-1.75c.225-.975.506-.977.346-1.521c-.21-.551-.789-.364-1.119-.159C3.348 12.97 2 14.8 2 18c0 5.522 5 13 7 13s7-7.478 7-13c0-5.509-3.979-6.992-6.977-6.999"/><circle cx="11.5" cy="15.5" r="1.5"/><path fill="#269" d="M8.954 22.827c-1.504 0-2.829-.538-4-1.149a1 1 0 0 1 .926-1.774c1.891.988 3.59 1.385 5.735.11a1.001 1.001 0 0 1 1.02 1.721c-1.334.792-2.558 1.092-3.681 1.092"/><path fill="#662113" d="M29.834 35.25c-.494-.247-1.042-.958-.729-1.697c1.334-3.146 4.278-16.9 1.604-24.761c-.501-1.472-2.118-3.659-4.08-4.863C20.292.042 10.823 2.171 9.5 2.833c-.495.248-2.044.744-2.292.25s.589-1.003 1.083-1.25c1.756-.877 11.264-3.878 19.667.791c1.5.833 3.59 2.376 4.703 5.303c3.257 8.567 1.047 23.416-.787 26.822c-.582 1.084-1.896.572-2.04.501"/><circle cx="28" cy="25" r="4" fill="#99aab5"/><circle cx="28" cy="25" r="2" fill="#66757f"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M8 16a1 1 0 0 1-1-1V4a1 1 0 0 1 2 0v11a1 1 0 0 1-1 1"/><path fill="#3b88c3" d="M2 33c0-2.236 4-6 7-6v5c-1 0-4 1-5 2s-2 0-2-1m14 0c0-2.236-4-6-7-6v5c1 0 4 1 5 2s2 0 2-1"/><path fill="#3b88c3" d="M15 14c2 0 4 1 4 2c0 3-3.167 11.542-8.167 12.542S15 14 15 14M3 20c-1 1-2 3-2 5s2.75-2.042 4-1c1.718 1.432-2-4-2-4"/><path d="M5.583 12.25c1.5.5 2.583.125 3.667-.75s1.25 2.542-.25 3.667s-4.125 3.75-4.083 1.417s.666-4.334.666-4.334"/><path fill="#55acee" d="M9.023 11.001c-.574.63-1.856 2.332-2.481 4.415c-.875.5-.833-1.208-.708-1.75c.225-.975.506-.977.346-1.521c-.21-.551-.789-.364-1.119-.159C3.348 12.97 2 14.8 2 18c0 5.522 5 13 7 13s7-7.478 7-13c0-5.509-3.979-6.992-6.977-6.999"/><circle cx="11.5" cy="15.5" r="1.5"/><path fill="#269" d="M8.954 22.827c-1.504 0-2.829-.538-4-1.149a1 1 0 0 1 .926-1.774c1.891.988 3.59 1.385 5.735.11a1.001 1.001 0 0 1 1.02 1.721c-1.334.792-2.558 1.092-3.681 1.092"/><path fill="#662113" d="M29.834 35.25c-.494-.247-1.042-.958-.729-1.697c1.334-3.146 4.278-16.9 1.604-24.761c-.501-1.472-2.118-3.659-4.08-4.863C20.292.042 10.823 2.171 9.5 2.833c-.495.248-2.044.744-2.292.25s.589-1.003 1.083-1.25c1.756-.877 11.264-3.878 19.667.791c1.5.833 3.59 2.376 4.703 5.303c3.257 8.567 1.047 23.416-.787 26.822c-.582 1.084-1.896.572-2.04.501"/><circle cx="28" cy="25" r="4" fill="#99aab5"/><circle cx="28" cy="25" r="2" fill="#66757f"/></svg>
</template>

CSS

.icon-fishing-pole {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M8%2016a1%201%200%200%201-1-1V4a1%201%200%200%201%202%200v11a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M2%2033c0-2.236%204-6%207-6v5c-1%200-4%201-5%202s-2%200-2-1m14%200c0-2.236-4-6-7-6v5c1%200%204%201%205%202s2%200%202-1%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M15%2014c2%200%204%201%204%202c0%203-3.167%2011.542-8.167%2012.542S15%2014%2015%2014M3%2020c-1%201-2%203-2%205s2.75-2.042%204-1c1.718%201.432-2-4-2-4%22%2F%3E%3Cpath%20d%3D%22M5.583%2012.25c1.5.5%202.583.125%203.667-.75s1.25%202.542-.25%203.667s-4.125%203.75-4.083%201.417s.666-4.334.666-4.334%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M9.023%2011.001c-.574.63-1.856%202.332-2.481%204.415c-.875.5-.833-1.208-.708-1.75c.225-.975.506-.977.346-1.521c-.21-.551-.789-.364-1.119-.159C3.348%2012.97%202%2014.8%202%2018c0%205.522%205%2013%207%2013s7-7.478%207-13c0-5.509-3.979-6.992-6.977-6.999%22%2F%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2215.5%22%20r%3D%221.5%22%2F%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M8.954%2022.827c-1.504%200-2.829-.538-4-1.149a1%201%200%200%201%20.926-1.774c1.891.988%203.59%201.385%205.735.11a1.001%201.001%200%200%201%201.02%201.721c-1.334.792-2.558%201.092-3.681%201.092%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M29.834%2035.25c-.494-.247-1.042-.958-.729-1.697c1.334-3.146%204.278-16.9%201.604-24.761c-.501-1.472-2.118-3.659-4.08-4.863C20.292.042%2010.823%202.171%209.5%202.833c-.495.248-2.044.744-2.292.25s.589-1.003%201.083-1.25c1.756-.877%2011.264-3.878%2019.667.791c1.5.833%203.59%202.376%204.703%205.303c3.257%208.567%201.047%2023.416-.787%2026.822c-.582%201.084-1.896.572-2.04.501%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2225%22%20r%3D%224%22%20fill%3D%22%2399aab5%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2225%22%20r%3D%222%22%20fill%3D%22%2366757f%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M8%2016a1%201%200%200%201-1-1V4a1%201%200%200%201%202%200v11a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M2%2033c0-2.236%204-6%207-6v5c-1%200-4%201-5%202s-2%200-2-1m14%200c0-2.236-4-6-7-6v5c1%200%204%201%205%202s2%200%202-1%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M15%2014c2%200%204%201%204%202c0%203-3.167%2011.542-8.167%2012.542S15%2014%2015%2014M3%2020c-1%201-2%203-2%205s2.75-2.042%204-1c1.718%201.432-2-4-2-4%22%2F%3E%3Cpath%20d%3D%22M5.583%2012.25c1.5.5%202.583.125%203.667-.75s1.25%202.542-.25%203.667s-4.125%203.75-4.083%201.417s.666-4.334.666-4.334%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M9.023%2011.001c-.574.63-1.856%202.332-2.481%204.415c-.875.5-.833-1.208-.708-1.75c.225-.975.506-.977.346-1.521c-.21-.551-.789-.364-1.119-.159C3.348%2012.97%202%2014.8%202%2018c0%205.522%205%2013%207%2013s7-7.478%207-13c0-5.509-3.979-6.992-6.977-6.999%22%2F%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2215.5%22%20r%3D%221.5%22%2F%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M8.954%2022.827c-1.504%200-2.829-.538-4-1.149a1%201%200%200%201%20.926-1.774c1.891.988%203.59%201.385%205.735.11a1.001%201.001%200%200%201%201.02%201.721c-1.334.792-2.558%201.092-3.681%201.092%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M29.834%2035.25c-.494-.247-1.042-.958-.729-1.697c1.334-3.146%204.278-16.9%201.604-24.761c-.501-1.472-2.118-3.659-4.08-4.863C20.292.042%2010.823%202.171%209.5%202.833c-.495.248-2.044.744-2.292.25s.589-1.003%201.083-1.25c1.756-.877%2011.264-3.878%2019.667.791c1.5.833%203.59%202.376%204.703%205.303c3.257%208.567%201.047%2023.416-.787%2026.822c-.582%201.084-1.896.572-2.04.501%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2225%22%20r%3D%224%22%20fill%3D%22%2399aab5%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2225%22%20r%3D%222%22%20fill%3D%22%2366757f%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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