pirate from Circle Flags by HatScripts · Circle · MIT Free for personal and commercial use.

Name
pirate
Set
Circle Flags
Style
Circle
Viewbox
512×512
License
MIT

The same logo in other sets

Use the pirate logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs56"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs56)"><path fill="#333" d="M0 0h512v512H0Z"/><path fill="#eee" d="M368 109c-10-1-18 7-18 17c0 5 2 11 6 14l-17 17l17 16l16-17c4 4 9 6 14 6c10 0 18-8 17-18c1-10-7-18-17-18c0-10-8-18-18-17m-16 226l-17 16l21 21c-4 4-6 9-6 14c0 10 8 18 18 17c10 1 18-7 18-17c10 0 18-8 17-18c1-10-7-18-17-18c-5 0-10 2-14 6zm-96-185c-59 0-106 48-106 106v41s14 8 36 29c21 22 29 36 29 36h82s8-14 29-36c22-21 36-29 36-29v-41c0-58-47-106-106-106"/><circle cx="206" cy="267.7" r="35.3" fill="#333"/><circle cx="306" cy="267.7" r="35.3" fill="#333"/><path fill="#eee" d="M144 109c10-1 18 7 18 17c0 5-2 11-6 14l17 17l-17 16l-16-17c-4 4-9 6-14 6c-10 0-18-8-17-18c-1-10 7-18 17-18c0-10 8-18 18-17m16 226l17 16l-21 21c4 4 6 9 6 14c0 10-8 18-18 17c-10 1-18-7-18-17c-10 0-18-8-17-18c-1-10 7-18 17-18c5 0 10 2 14 6z"/><path fill="#333" d="M256 293a8 8 0 0 0-7 4l-13 20a8 8 0 0 0 7 12h26a8 8 0 0 0 7-12l-13-20a8 8 0 0 0-7-4"/></g></svg>

React

import type { SVGProps } from "react";

export function CircleFlagsPirate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs56"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs56)"><path fill="#333" d="M0 0h512v512H0Z"/><path fill="#eee" d="M368 109c-10-1-18 7-18 17c0 5 2 11 6 14l-17 17l17 16l16-17c4 4 9 6 14 6c10 0 18-8 17-18c1-10-7-18-17-18c0-10-8-18-18-17m-16 226l-17 16l21 21c-4 4-6 9-6 14c0 10 8 18 18 17c10 1 18-7 18-17c10 0 18-8 17-18c1-10-7-18-17-18c-5 0-10 2-14 6zm-96-185c-59 0-106 48-106 106v41s14 8 36 29c21 22 29 36 29 36h82s8-14 29-36c22-21 36-29 36-29v-41c0-58-47-106-106-106"/><circle cx="206" cy="267.7" r="35.3" fill="#333"/><circle cx="306" cy="267.7" r="35.3" fill="#333"/><path fill="#eee" d="M144 109c10-1 18 7 18 17c0 5-2 11-6 14l17 17l-17 16l-16-17c-4 4-9 6-14 6c-10 0-18-8-17-18c-1-10 7-18 17-18c0-10 8-18 18-17m16 226l17 16l-21 21c4 4 6 9 6 14c0 10-8 18-18 17c-10 1-18-7-18-17c-10 0-18-8-17-18c-1-10 7-18 17-18c5 0 10 2 14 6z"/><path fill="#333" d="M256 293a8 8 0 0 0-7 4l-13 20a8 8 0 0 0 7 12h26a8 8 0 0 0 7-12l-13-20a8 8 0 0 0-7-4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs56"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs56)"><path fill="#333" d="M0 0h512v512H0Z"/><path fill="#eee" d="M368 109c-10-1-18 7-18 17c0 5 2 11 6 14l-17 17l17 16l16-17c4 4 9 6 14 6c10 0 18-8 17-18c1-10-7-18-17-18c0-10-8-18-18-17m-16 226l-17 16l21 21c-4 4-6 9-6 14c0 10 8 18 18 17c10 1 18-7 18-17c10 0 18-8 17-18c1-10-7-18-17-18c-5 0-10 2-14 6zm-96-185c-59 0-106 48-106 106v41s14 8 36 29c21 22 29 36 29 36h82s8-14 29-36c22-21 36-29 36-29v-41c0-58-47-106-106-106"/><circle cx="206" cy="267.7" r="35.3" fill="#333"/><circle cx="306" cy="267.7" r="35.3" fill="#333"/><path fill="#eee" d="M144 109c10-1 18 7 18 17c0 5-2 11-6 14l17 17l-17 16l-16-17c-4 4-9 6-14 6c-10 0-18-8-17-18c-1-10 7-18 17-18c0-10 8-18 18-17m16 226l17 16l-21 21c4 4 6 9 6 14c0 10-8 18-18 17c-10 1-18-7-18-17c-10 0-18-8-17-18c-1-10 7-18 17-18c5 0 10 2 14 6z"/><path fill="#333" d="M256 293a8 8 0 0 0-7 4l-13 20a8 8 0 0 0 7 12h26a8 8 0 0 0 7-12l-13-20a8 8 0 0 0-7-4"/></g></svg>
</template>

CSS

.icon-pirate {
  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%20512%20512%22%3E%3Cmask%20id%3D%22SVGqdEcMdXs56%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22256%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGqdEcMdXs56)%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%200h512v512H0Z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M368%20109c-10-1-18%207-18%2017c0%205%202%2011%206%2014l-17%2017l17%2016l16-17c4%204%209%206%2014%206c10%200%2018-8%2017-18c1-10-7-18-17-18c0-10-8-18-18-17m-16%20226l-17%2016l21%2021c-4%204-6%209-6%2014c0%2010%208%2018%2018%2017c10%201%2018-7%2018-17c10%200%2018-8%2017-18c1-10-7-18-17-18c-5%200-10%202-14%206zm-96-185c-59%200-106%2048-106%20106v41s14%208%2036%2029c21%2022%2029%2036%2029%2036h82s8-14%2029-36c22-21%2036-29%2036-29v-41c0-58-47-106-106-106%22%2F%3E%3Ccircle%20cx%3D%22206%22%20cy%3D%22267.7%22%20r%3D%2235.3%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%22306%22%20cy%3D%22267.7%22%20r%3D%2235.3%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M144%20109c10-1%2018%207%2018%2017c0%205-2%2011-6%2014l17%2017l-17%2016l-16-17c-4%204-9%206-14%206c-10%200-18-8-17-18c-1-10%207-18%2017-18c0-10%208-18%2018-17m16%20226l17%2016l-21%2021c4%204%206%209%206%2014c0%2010-8%2018-18%2017c-10%201-18-7-18-17c-10%200-18-8-17-18c-1-10%207-18%2017-18c5%200%2010%202%2014%206z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M256%20293a8%208%200%200%200-7%204l-13%2020a8%208%200%200%200%207%2012h26a8%208%200%200%200%207-12l-13-20a8%208%200%200%200-7-4%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%20512%20512%22%3E%3Cmask%20id%3D%22SVGqdEcMdXs56%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22256%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGqdEcMdXs56)%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%200h512v512H0Z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M368%20109c-10-1-18%207-18%2017c0%205%202%2011%206%2014l-17%2017l17%2016l16-17c4%204%209%206%2014%206c10%200%2018-8%2017-18c1-10-7-18-17-18c0-10-8-18-18-17m-16%20226l-17%2016l21%2021c-4%204-6%209-6%2014c0%2010%208%2018%2018%2017c10%201%2018-7%2018-17c10%200%2018-8%2017-18c1-10-7-18-17-18c-5%200-10%202-14%206zm-96-185c-59%200-106%2048-106%20106v41s14%208%2036%2029c21%2022%2029%2036%2029%2036h82s8-14%2029-36c22-21%2036-29%2036-29v-41c0-58-47-106-106-106%22%2F%3E%3Ccircle%20cx%3D%22206%22%20cy%3D%22267.7%22%20r%3D%2235.3%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%22306%22%20cy%3D%22267.7%22%20r%3D%2235.3%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M144%20109c10-1%2018%207%2018%2017c0%205-2%2011-6%2014l17%2017l-17%2016l-16-17c-4%204-9%206-14%206c-10%200-18-8-17-18c-1-10%207-18%2017-18c0-10%208-18%2018-17m16%20226l17%2016l-21%2021c4%204%206%209%206%2014c0%2010-8%2018-18%2017c-10%201-18-7-18-17c-10%200-18-8-17-18c-1-10%207-18%2017-18c5%200%2010%202%2014%206z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M256%20293a8%208%200%200%200-7%204l-13%2020a8%208%200%200%200%207%2012h26a8%208%200%200%200%207-12l-13-20a8%208%200%200%200-7-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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