skull crossbones icon

skull-crossbones from Line Awesome by Icons8 · Line · Tabletop Gaming · Apache-2.0 Free for personal and commercial use.

Name
skull-crossbones
Set
Line Awesome
Style
Line
Category
Tabletop Gaming
Viewbox
32×32
License
Apache 2.0
Aliases
skull-crossbones-solid

The same icon in other sets

More tabletop gaming icons from Line Awesome

Use the skull crossbones icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.5 3A1.5 1.5 0 0 0 5 4.5c0 .234.063.46.156.656A1.5 1.5 0 0 0 4.5 5a1.5 1.5 0 0 0 0 3c.57 0 1.059-.313 1.313-.781l2.718 2.75A8.9 8.9 0 0 0 7.125 13.5c-.328 1.992.059 3.871.875 5.5v1c0 .71.266 1.36.688 1.875L5.812 24.75A1.5 1.5 0 0 0 4.5 24a1.5 1.5 0 0 0 0 3c.234 0 .46-.063.656-.156A1.5 1.5 0 0 0 5 27.5a1.5 1.5 0 0 0 3 0c0-.559-.297-1.055-.75-1.313l3.25-3.25c.164.028.328.063.5.063c0 1.645 1.355 3 3 3h4c1.645 0 3-1.355 3-3c.172 0 .336-.035.5-.063l3.25 3.25c-.453.258-.75.754-.75 1.313a1.5 1.5 0 0 0 3 0c0-.234-.063-.46-.156-.656c.195.093.422.156.656.156a1.5 1.5 0 0 0 0-3c-.559 0-1.055.297-1.313.75l-2.875-2.875A2.96 2.96 0 0 0 24 20v-.969c.617-1.218 1-2.574 1-4.031a8.9 8.9 0 0 0-1.563-5.031l2.75-2.75c.254.468.743.781 1.313.781a1.5 1.5 0 0 0 0-3c-.234 0-.46.063-.656.156c.093-.195.156-.422.156-.656a1.5 1.5 0 0 0-3 0c0 .57.313 1.059.781 1.313l-2.656 2.625A9 9 0 0 0 15.937 6c-.332 0-.66.023-1 .063a8.96 8.96 0 0 0-5.093 2.343L7.219 5.812C7.687 5.56 8 5.07 8 4.5A1.5 1.5 0 0 0 6.5 3m9.469 5A6.973 6.973 0 0 1 23 15c0 1.23-.316 2.371-.875 3.375l-.125.25V20c0 .566-.434 1-1 1h-2v2c0 .566-.434 1-1 1h-4c-.566 0-1-.434-1-1v-2h-2c-.566 0-1-.434-1-1v-1.375l-.125-.25a6.97 6.97 0 0 1-.781-4.563c.492-3.015 3.054-5.406 6.094-5.75c.265-.03.519-.062.78-.062zM13 15a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m6 0a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m-4 5v2h2v-2z"/></svg>

React

import type { SVGProps } from "react";

export function LaSkullCrossbones(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.5 3A1.5 1.5 0 0 0 5 4.5c0 .234.063.46.156.656A1.5 1.5 0 0 0 4.5 5a1.5 1.5 0 0 0 0 3c.57 0 1.059-.313 1.313-.781l2.718 2.75A8.9 8.9 0 0 0 7.125 13.5c-.328 1.992.059 3.871.875 5.5v1c0 .71.266 1.36.688 1.875L5.812 24.75A1.5 1.5 0 0 0 4.5 24a1.5 1.5 0 0 0 0 3c.234 0 .46-.063.656-.156A1.5 1.5 0 0 0 5 27.5a1.5 1.5 0 0 0 3 0c0-.559-.297-1.055-.75-1.313l3.25-3.25c.164.028.328.063.5.063c0 1.645 1.355 3 3 3h4c1.645 0 3-1.355 3-3c.172 0 .336-.035.5-.063l3.25 3.25c-.453.258-.75.754-.75 1.313a1.5 1.5 0 0 0 3 0c0-.234-.063-.46-.156-.656c.195.093.422.156.656.156a1.5 1.5 0 0 0 0-3c-.559 0-1.055.297-1.313.75l-2.875-2.875A2.96 2.96 0 0 0 24 20v-.969c.617-1.218 1-2.574 1-4.031a8.9 8.9 0 0 0-1.563-5.031l2.75-2.75c.254.468.743.781 1.313.781a1.5 1.5 0 0 0 0-3c-.234 0-.46.063-.656.156c.093-.195.156-.422.156-.656a1.5 1.5 0 0 0-3 0c0 .57.313 1.059.781 1.313l-2.656 2.625A9 9 0 0 0 15.937 6c-.332 0-.66.023-1 .063a8.96 8.96 0 0 0-5.093 2.343L7.219 5.812C7.687 5.56 8 5.07 8 4.5A1.5 1.5 0 0 0 6.5 3m9.469 5A6.973 6.973 0 0 1 23 15c0 1.23-.316 2.371-.875 3.375l-.125.25V20c0 .566-.434 1-1 1h-2v2c0 .566-.434 1-1 1h-4c-.566 0-1-.434-1-1v-2h-2c-.566 0-1-.434-1-1v-1.375l-.125-.25a6.97 6.97 0 0 1-.781-4.563c.492-3.015 3.054-5.406 6.094-5.75c.265-.03.519-.062.78-.062zM13 15a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m6 0a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m-4 5v2h2v-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.5 3A1.5 1.5 0 0 0 5 4.5c0 .234.063.46.156.656A1.5 1.5 0 0 0 4.5 5a1.5 1.5 0 0 0 0 3c.57 0 1.059-.313 1.313-.781l2.718 2.75A8.9 8.9 0 0 0 7.125 13.5c-.328 1.992.059 3.871.875 5.5v1c0 .71.266 1.36.688 1.875L5.812 24.75A1.5 1.5 0 0 0 4.5 24a1.5 1.5 0 0 0 0 3c.234 0 .46-.063.656-.156A1.5 1.5 0 0 0 5 27.5a1.5 1.5 0 0 0 3 0c0-.559-.297-1.055-.75-1.313l3.25-3.25c.164.028.328.063.5.063c0 1.645 1.355 3 3 3h4c1.645 0 3-1.355 3-3c.172 0 .336-.035.5-.063l3.25 3.25c-.453.258-.75.754-.75 1.313a1.5 1.5 0 0 0 3 0c0-.234-.063-.46-.156-.656c.195.093.422.156.656.156a1.5 1.5 0 0 0 0-3c-.559 0-1.055.297-1.313.75l-2.875-2.875A2.96 2.96 0 0 0 24 20v-.969c.617-1.218 1-2.574 1-4.031a8.9 8.9 0 0 0-1.563-5.031l2.75-2.75c.254.468.743.781 1.313.781a1.5 1.5 0 0 0 0-3c-.234 0-.46.063-.656.156c.093-.195.156-.422.156-.656a1.5 1.5 0 0 0-3 0c0 .57.313 1.059.781 1.313l-2.656 2.625A9 9 0 0 0 15.937 6c-.332 0-.66.023-1 .063a8.96 8.96 0 0 0-5.093 2.343L7.219 5.812C7.687 5.56 8 5.07 8 4.5A1.5 1.5 0 0 0 6.5 3m9.469 5A6.973 6.973 0 0 1 23 15c0 1.23-.316 2.371-.875 3.375l-.125.25V20c0 .566-.434 1-1 1h-2v2c0 .566-.434 1-1 1h-4c-.566 0-1-.434-1-1v-2h-2c-.566 0-1-.434-1-1v-1.375l-.125-.25a6.97 6.97 0 0 1-.781-4.563c.492-3.015 3.054-5.406 6.094-5.75c.265-.03.519-.062.78-.062zM13 15a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m6 0a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m-4 5v2h2v-2z"/></svg>
</template>

CSS

.icon-skull-crossbones {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%203A1.5%201.5%200%200%200%205%204.5c0%20.234.063.46.156.656A1.5%201.5%200%200%200%204.5%205a1.5%201.5%200%200%200%200%203c.57%200%201.059-.313%201.313-.781l2.718%202.75A8.9%208.9%200%200%200%207.125%2013.5c-.328%201.992.059%203.871.875%205.5v1c0%20.71.266%201.36.688%201.875L5.812%2024.75A1.5%201.5%200%200%200%204.5%2024a1.5%201.5%200%200%200%200%203c.234%200%20.46-.063.656-.156A1.5%201.5%200%200%200%205%2027.5a1.5%201.5%200%200%200%203%200c0-.559-.297-1.055-.75-1.313l3.25-3.25c.164.028.328.063.5.063c0%201.645%201.355%203%203%203h4c1.645%200%203-1.355%203-3c.172%200%20.336-.035.5-.063l3.25%203.25c-.453.258-.75.754-.75%201.313a1.5%201.5%200%200%200%203%200c0-.234-.063-.46-.156-.656c.195.093.422.156.656.156a1.5%201.5%200%200%200%200-3c-.559%200-1.055.297-1.313.75l-2.875-2.875A2.96%202.96%200%200%200%2024%2020v-.969c.617-1.218%201-2.574%201-4.031a8.9%208.9%200%200%200-1.563-5.031l2.75-2.75c.254.468.743.781%201.313.781a1.5%201.5%200%200%200%200-3c-.234%200-.46.063-.656.156c.093-.195.156-.422.156-.656a1.5%201.5%200%200%200-3%200c0%20.57.313%201.059.781%201.313l-2.656%202.625A9%209%200%200%200%2015.937%206c-.332%200-.66.023-1%20.063a8.96%208.96%200%200%200-5.093%202.343L7.219%205.812C7.687%205.56%208%205.07%208%204.5A1.5%201.5%200%200%200%206.5%203m9.469%205A6.973%206.973%200%200%201%2023%2015c0%201.23-.316%202.371-.875%203.375l-.125.25V20c0%20.566-.434%201-1%201h-2v2c0%20.566-.434%201-1%201h-4c-.566%200-1-.434-1-1v-2h-2c-.566%200-1-.434-1-1v-1.375l-.125-.25a6.97%206.97%200%200%201-.781-4.563c.492-3.015%203.054-5.406%206.094-5.75c.265-.03.519-.062.78-.062zM13%2015a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m6%200a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m-4%205v2h2v-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%203A1.5%201.5%200%200%200%205%204.5c0%20.234.063.46.156.656A1.5%201.5%200%200%200%204.5%205a1.5%201.5%200%200%200%200%203c.57%200%201.059-.313%201.313-.781l2.718%202.75A8.9%208.9%200%200%200%207.125%2013.5c-.328%201.992.059%203.871.875%205.5v1c0%20.71.266%201.36.688%201.875L5.812%2024.75A1.5%201.5%200%200%200%204.5%2024a1.5%201.5%200%200%200%200%203c.234%200%20.46-.063.656-.156A1.5%201.5%200%200%200%205%2027.5a1.5%201.5%200%200%200%203%200c0-.559-.297-1.055-.75-1.313l3.25-3.25c.164.028.328.063.5.063c0%201.645%201.355%203%203%203h4c1.645%200%203-1.355%203-3c.172%200%20.336-.035.5-.063l3.25%203.25c-.453.258-.75.754-.75%201.313a1.5%201.5%200%200%200%203%200c0-.234-.063-.46-.156-.656c.195.093.422.156.656.156a1.5%201.5%200%200%200%200-3c-.559%200-1.055.297-1.313.75l-2.875-2.875A2.96%202.96%200%200%200%2024%2020v-.969c.617-1.218%201-2.574%201-4.031a8.9%208.9%200%200%200-1.563-5.031l2.75-2.75c.254.468.743.781%201.313.781a1.5%201.5%200%200%200%200-3c-.234%200-.46.063-.656.156c.093-.195.156-.422.156-.656a1.5%201.5%200%200%200-3%200c0%20.57.313%201.059.781%201.313l-2.656%202.625A9%209%200%200%200%2015.937%206c-.332%200-.66.023-1%20.063a8.96%208.96%200%200%200-5.093%202.343L7.219%205.812C7.687%205.56%208%205.07%208%204.5A1.5%201.5%200%200%200%206.5%203m9.469%205A6.973%206.973%200%200%201%2023%2015c0%201.23-.316%202.371-.875%203.375l-.125.25V20c0%20.566-.434%201-1%201h-2v2c0%20.566-.434%201-1%201h-4c-.566%200-1-.434-1-1v-2h-2c-.566%200-1-.434-1-1v-1.375l-.125-.25a6.97%206.97%200%200%201-.781-4.563c.492-3.015%203.054-5.406%206.094-5.75c.265-.03.519-.062.78-.062zM13%2015a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m6%200a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m-4%205v2h2v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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