skull crossbones icon
skull-crossbones from Font Awesome Solid by Dave Gandy · Solid · Alert · CC-BY-4.0 Attribution required.
- Name
- skull-crossbones
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Alert
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More alert icons from Font Awesome Solid
Use the skull crossbones icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 208c0-79.5-71.6-144-160-144s-160 64.5-160 144c0 47.1 25.1 88.9 64 115.2V352c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-28.8c38.9-26.3 64-68.1 64-115.2m-224-16c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32m96 32c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m189.5 179.7c-6.8-16.3-25.5-24-41.8-17.2L320 461.3l-179.7-74.8c-16.3-6.8-35 .9-41.8 17.2s.9 35 17.2 41.8L236.8 496l-121.1 50.5c-16.3 6.8-24 25.5-17.2 41.8s25.5 24 41.8 17.2L320 530.7l179.7 74.8c16.3 6.8 35-.9 41.8-17.2s-.9-35-17.2-41.8L403.2 496l121.1-50.5c16.3-6.8 24-25.5 17.2-41.8"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidSkullCrossbones(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 208c0-79.5-71.6-144-160-144s-160 64.5-160 144c0 47.1 25.1 88.9 64 115.2V352c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-28.8c38.9-26.3 64-68.1 64-115.2m-224-16c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32m96 32c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m189.5 179.7c-6.8-16.3-25.5-24-41.8-17.2L320 461.3l-179.7-74.8c-16.3-6.8-35 .9-41.8 17.2s.9 35 17.2 41.8L236.8 496l-121.1 50.5c-16.3 6.8-24 25.5-17.2 41.8s25.5 24 41.8 17.2L320 530.7l179.7 74.8c16.3 6.8 35-.9 41.8-17.2s-.9-35-17.2-41.8L403.2 496l121.1-50.5c16.3-6.8 24-25.5 17.2-41.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 208c0-79.5-71.6-144-160-144s-160 64.5-160 144c0 47.1 25.1 88.9 64 115.2V352c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-28.8c38.9-26.3 64-68.1 64-115.2m-224-16c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32m96 32c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m189.5 179.7c-6.8-16.3-25.5-24-41.8-17.2L320 461.3l-179.7-74.8c-16.3-6.8-35 .9-41.8 17.2s.9 35 17.2 41.8L236.8 496l-121.1 50.5c-16.3 6.8-24 25.5-17.2 41.8s25.5 24 41.8 17.2L320 530.7l179.7 74.8c16.3 6.8 35-.9 41.8-17.2s-.9-35-17.2-41.8L403.2 496l121.1-50.5c16.3-6.8 24-25.5 17.2-41.8"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20208c0-79.5-71.6-144-160-144s-160%2064.5-160%20144c0%2047.1%2025.1%2088.9%2064%20115.2V352c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32v-28.8c38.9-26.3%2064-68.1%2064-115.2m-224-16c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32m96%2032c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32m189.5%20179.7c-6.8-16.3-25.5-24-41.8-17.2L320%20461.3l-179.7-74.8c-16.3-6.8-35%20.9-41.8%2017.2s.9%2035%2017.2%2041.8L236.8%20496l-121.1%2050.5c-16.3%206.8-24%2025.5-17.2%2041.8s25.5%2024%2041.8%2017.2L320%20530.7l179.7%2074.8c16.3%206.8%2035-.9%2041.8-17.2s-.9-35-17.2-41.8L403.2%20496l121.1-50.5c16.3-6.8%2024-25.5%2017.2-41.8%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20208c0-79.5-71.6-144-160-144s-160%2064.5-160%20144c0%2047.1%2025.1%2088.9%2064%20115.2V352c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32v-28.8c38.9-26.3%2064-68.1%2064-115.2m-224-16c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32m96%2032c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32m189.5%20179.7c-6.8-16.3-25.5-24-41.8-17.2L320%20461.3l-179.7-74.8c-16.3-6.8-35%20.9-41.8%2017.2s.9%2035%2017.2%2041.8L236.8%20496l-121.1%2050.5c-16.3%206.8-24%2025.5-17.2%2041.8s25.5%2024%2041.8%2017.2L320%20530.7l179.7%2074.8c16.3%206.8%2035-.9%2041.8-17.2s-.9-35-17.2-41.8L403.2%20496l121.1-50.5c16.3-6.8%2024-25.5%2017.2-41.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/skull-crossbones.svg?color=%231a73e8&size=48