pirate icon
pirate from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- pirate
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the pirate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.2 12.1c-.3.2-.5.6-.4.9c0 .7.7 1.2 1.3 1.2s1.2-.5 1.2-1.2q-.9-.6-2.1-.9M22 11l1-4s-2 0-5-2s-3-4-6-4s-3 2-6 4s-5 2-5 2l1 4h.1c-.1.3-.1.7-.1 1c0 3.5 1.8 6.6 4.5 8.4l-.5.9c6.4 4.1 12 0 12 0l-.5-.9c2.7-1.8 4.5-4.9 4.5-8.4zM11.3 4.5L9.9 3.1l.7-.7L12 3.8l1.4-1.4l.7.7l-1.4 1.4l1.4 1.4l-.7.7L12 5.2l-1.4 1.4l-.7-.7zm-2 4c1-.3 2-.5 2.7-.5c2.2 0 5.9 1.6 7.8 2.4c.1.3.1.6.1.9zm4.3 10.6c-.7.4-1.4.7-2.2.8c-.5-.4-.5-1.2 0-1.6c.4-.4 1.3-.6 1.8-.1c.3.1.4.6.4.9m6.4-5.7c-.5 2.1-1.8 4-3.5 5.2L15 16H9l-1.5 2.6C5.4 17.2 4 14.8 4 12c0-.5.1-1 .2-1.5c.5-.2 1.1-.5 1.8-.8l7.1 1.9V14c0 .5.4 1 1 1h2c.5 0 1-.4 1-1v-1.4z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPirate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.2 12.1c-.3.2-.5.6-.4.9c0 .7.7 1.2 1.3 1.2s1.2-.5 1.2-1.2q-.9-.6-2.1-.9M22 11l1-4s-2 0-5-2s-3-4-6-4s-3 2-6 4s-5 2-5 2l1 4h.1c-.1.3-.1.7-.1 1c0 3.5 1.8 6.6 4.5 8.4l-.5.9c6.4 4.1 12 0 12 0l-.5-.9c2.7-1.8 4.5-4.9 4.5-8.4zM11.3 4.5L9.9 3.1l.7-.7L12 3.8l1.4-1.4l.7.7l-1.4 1.4l1.4 1.4l-.7.7L12 5.2l-1.4 1.4l-.7-.7zm-2 4c1-.3 2-.5 2.7-.5c2.2 0 5.9 1.6 7.8 2.4c.1.3.1.6.1.9zm4.3 10.6c-.7.4-1.4.7-2.2.8c-.5-.4-.5-1.2 0-1.6c.4-.4 1.3-.6 1.8-.1c.3.1.4.6.4.9m6.4-5.7c-.5 2.1-1.8 4-3.5 5.2L15 16H9l-1.5 2.6C5.4 17.2 4 14.8 4 12c0-.5.1-1 .2-1.5c.5-.2 1.1-.5 1.8-.8l7.1 1.9V14c0 .5.4 1 1 1h2c.5 0 1-.4 1-1v-1.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.2 12.1c-.3.2-.5.6-.4.9c0 .7.7 1.2 1.3 1.2s1.2-.5 1.2-1.2q-.9-.6-2.1-.9M22 11l1-4s-2 0-5-2s-3-4-6-4s-3 2-6 4s-5 2-5 2l1 4h.1c-.1.3-.1.7-.1 1c0 3.5 1.8 6.6 4.5 8.4l-.5.9c6.4 4.1 12 0 12 0l-.5-.9c2.7-1.8 4.5-4.9 4.5-8.4zM11.3 4.5L9.9 3.1l.7-.7L12 3.8l1.4-1.4l.7.7l-1.4 1.4l1.4 1.4l-.7.7L12 5.2l-1.4 1.4l-.7-.7zm-2 4c1-.3 2-.5 2.7-.5c2.2 0 5.9 1.6 7.8 2.4c.1.3.1.6.1.9zm4.3 10.6c-.7.4-1.4.7-2.2.8c-.5-.4-.5-1.2 0-1.6c.4-.4 1.3-.6 1.8-.1c.3.1.4.6.4.9m6.4-5.7c-.5 2.1-1.8 4-3.5 5.2L15 16H9l-1.5 2.6C5.4 17.2 4 14.8 4 12c0-.5.1-1 .2-1.5c.5-.2 1.1-.5 1.8-.8l7.1 1.9V14c0 .5.4 1 1 1h2c.5 0 1-.4 1-1v-1.4z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.2%2012.1c-.3.2-.5.6-.4.9c0%20.7.7%201.2%201.3%201.2s1.2-.5%201.2-1.2q-.9-.6-2.1-.9M22%2011l1-4s-2%200-5-2s-3-4-6-4s-3%202-6%204s-5%202-5%202l1%204h.1c-.1.3-.1.7-.1%201c0%203.5%201.8%206.6%204.5%208.4l-.5.9c6.4%204.1%2012%200%2012%200l-.5-.9c2.7-1.8%204.5-4.9%204.5-8.4zM11.3%204.5L9.9%203.1l.7-.7L12%203.8l1.4-1.4l.7.7l-1.4%201.4l1.4%201.4l-.7.7L12%205.2l-1.4%201.4l-.7-.7zm-2%204c1-.3%202-.5%202.7-.5c2.2%200%205.9%201.6%207.8%202.4c.1.3.1.6.1.9zm4.3%2010.6c-.7.4-1.4.7-2.2.8c-.5-.4-.5-1.2%200-1.6c.4-.4%201.3-.6%201.8-.1c.3.1.4.6.4.9m6.4-5.7c-.5%202.1-1.8%204-3.5%205.2L15%2016H9l-1.5%202.6C5.4%2017.2%204%2014.8%204%2012c0-.5.1-1%20.2-1.5c.5-.2%201.1-.5%201.8-.8l7.1%201.9V14c0%20.5.4%201%201%201h2c.5%200%201-.4%201-1v-1.4z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.2%2012.1c-.3.2-.5.6-.4.9c0%20.7.7%201.2%201.3%201.2s1.2-.5%201.2-1.2q-.9-.6-2.1-.9M22%2011l1-4s-2%200-5-2s-3-4-6-4s-3%202-6%204s-5%202-5%202l1%204h.1c-.1.3-.1.7-.1%201c0%203.5%201.8%206.6%204.5%208.4l-.5.9c6.4%204.1%2012%200%2012%200l-.5-.9c2.7-1.8%204.5-4.9%204.5-8.4zM11.3%204.5L9.9%203.1l.7-.7L12%203.8l1.4-1.4l.7.7l-1.4%201.4l1.4%201.4l-.7.7L12%205.2l-1.4%201.4l-.7-.7zm-2%204c1-.3%202-.5%202.7-.5c2.2%200%205.9%201.6%207.8%202.4c.1.3.1.6.1.9zm4.3%2010.6c-.7.4-1.4.7-2.2.8c-.5-.4-.5-1.2%200-1.6c.4-.4%201.3-.6%201.8-.1c.3.1.4.6.4.9m6.4-5.7c-.5%202.1-1.8%204-3.5%205.2L15%2016H9l-1.5%202.6C5.4%2017.2%204%2014.8%204%2012c0-.5.1-1%20.2-1.5c.5-.2%201.1-.5%201.8-.8l7.1%201.9V14c0%20.5.4%201%201%201h2c.5%200%201-.4%201-1v-1.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/pirate.svg?color=%231a73e8&size=48