pigeon icon
pigeon from IconPark Solid by ByteDance · Solid · Animals · Apache-2.0 Free for personal and commercial use.
- Name
- pigeon
- Set
- IconPark Solid
- Style
- Solid
- Category
- Animals
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More animals icons from IconPark Solid
Use the pigeon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGYvTCAF8S"><g fill="none"><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M14 26c-1.04-1.793-2.15-5.551 2.008-10.244c1.213-1.141 2.806-2.64 5.716-3.423C24.842 10.867 26.401 8.52 24.323 5C25.882 5.978 29 9.693 29 16.733"/><path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M16.253 27.93C8 23.57 4.51 30.195 4 33.755c4 0 8.679 2.911 10.721 5.823c3.676 4.66 9.36 3.56 11.742 2.427c7.352-3.883 9.87-3.56 10.21-2.912c.41 3.106 1.532 3.883 2.043 3.883c3.676.388 4.935-4.045 5.105-6.31c.817-9.319-1.361-9.707-2.552-8.736c-4.902 5.824-7.829 6.957-8.68 6.795c-3.675-.777-3.233-2.265-2.552-2.913C36.572 26.377 36.504 14.34 35.653 9c-2.45 5.825-6.467 8.251-8.169 8.737c-10.21 2.718-11.742 7.928-11.231 10.193"/><circle cx="12" cy="31.412" r="2" fill="#000"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGYvTCAF8S)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidPigeon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGYvTCAF8S"><g fill="none"><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M14 26c-1.04-1.793-2.15-5.551 2.008-10.244c1.213-1.141 2.806-2.64 5.716-3.423C24.842 10.867 26.401 8.52 24.323 5C25.882 5.978 29 9.693 29 16.733"/><path fill="#fff" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M16.253 27.93C8 23.57 4.51 30.195 4 33.755c4 0 8.679 2.911 10.721 5.823c3.676 4.66 9.36 3.56 11.742 2.427c7.352-3.883 9.87-3.56 10.21-2.912c.41 3.106 1.532 3.883 2.043 3.883c3.676.388 4.935-4.045 5.105-6.31c.817-9.319-1.361-9.707-2.552-8.736c-4.902 5.824-7.829 6.957-8.68 6.795c-3.675-.777-3.233-2.265-2.552-2.913C36.572 26.377 36.504 14.34 35.653 9c-2.45 5.825-6.467 8.251-8.169 8.737c-10.21 2.718-11.742 7.928-11.231 10.193"/><circle cx="12" cy="31.412" r="2" fill="#000"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGYvTCAF8S)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGYvTCAF8S"><g fill="none"><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M14 26c-1.04-1.793-2.15-5.551 2.008-10.244c1.213-1.141 2.806-2.64 5.716-3.423C24.842 10.867 26.401 8.52 24.323 5C25.882 5.978 29 9.693 29 16.733"/><path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M16.253 27.93C8 23.57 4.51 30.195 4 33.755c4 0 8.679 2.911 10.721 5.823c3.676 4.66 9.36 3.56 11.742 2.427c7.352-3.883 9.87-3.56 10.21-2.912c.41 3.106 1.532 3.883 2.043 3.883c3.676.388 4.935-4.045 5.105-6.31c.817-9.319-1.361-9.707-2.552-8.736c-4.902 5.824-7.829 6.957-8.68 6.795c-3.675-.777-3.233-2.265-2.552-2.913C36.572 26.377 36.504 14.34 35.653 9c-2.45 5.825-6.467 8.251-8.169 8.737c-10.21 2.718-11.742 7.928-11.231 10.193"/><circle cx="12" cy="31.412" r="2" fill="#000"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGYvTCAF8S)"/></svg> </template>
CSS
.icon-pigeon {
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%3Cdefs%3E%3Cmask%20id%3D%22SVGYvTCAF8S%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14%2026c-1.04-1.793-2.15-5.551%202.008-10.244c1.213-1.141%202.806-2.64%205.716-3.423C24.842%2010.867%2026.401%208.52%2024.323%205C25.882%205.978%2029%209.693%2029%2016.733%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M16.253%2027.93C8%2023.57%204.51%2030.195%204%2033.755c4%200%208.679%202.911%2010.721%205.823c3.676%204.66%209.36%203.56%2011.742%202.427c7.352-3.883%209.87-3.56%2010.21-2.912c.41%203.106%201.532%203.883%202.043%203.883c3.676.388%204.935-4.045%205.105-6.31c.817-9.319-1.361-9.707-2.552-8.736c-4.902%205.824-7.829%206.957-8.68%206.795c-3.675-.777-3.233-2.265-2.552-2.913C36.572%2026.377%2036.504%2014.34%2035.653%209c-2.45%205.825-6.467%208.251-8.169%208.737c-10.21%202.718-11.742%207.928-11.231%2010.193%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2231.412%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGYvTCAF8S)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGYvTCAF8S%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14%2026c-1.04-1.793-2.15-5.551%202.008-10.244c1.213-1.141%202.806-2.64%205.716-3.423C24.842%2010.867%2026.401%208.52%2024.323%205C25.882%205.978%2029%209.693%2029%2016.733%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M16.253%2027.93C8%2023.57%204.51%2030.195%204%2033.755c4%200%208.679%202.911%2010.721%205.823c3.676%204.66%209.36%203.56%2011.742%202.427c7.352-3.883%209.87-3.56%2010.21-2.912c.41%203.106%201.532%203.883%202.043%203.883c3.676.388%204.935-4.045%205.105-6.31c.817-9.319-1.361-9.707-2.552-8.736c-4.902%205.824-7.829%206.957-8.68%206.795c-3.675-.777-3.233-2.265-2.552-2.913C36.572%2026.377%2036.504%2014.34%2035.653%209c-2.45%205.825-6.467%208.251-8.169%208.737c-10.21%202.718-11.742%207.928-11.231%2010.193%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2231.412%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGYvTCAF8S)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/pigeon.svg?color=%231a73e8&size=48