skull 2 icon
skull-2-line from Remix Icon by Remix Design · Line · User & Faces · Apache-2.0 Free for personal and commercial use.
- Name
- skull-2-line
- Set
- Remix Icon
- Style
- Line
- Category
- User & Faces
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More user & faces icons from Remix Icon
account-box-2-fillaccount-box-fillaccount-circle-2-fillaccount-circle-fillaccount-pin-box-fillaccount-pin-circle-filladmin-fillai-agent-fillaliens-fillbear-smile-fillbody-scan-fillcontacts-fillcriminal-fillemotion-2-fillemotion-add-fillemotion-fillemotion-happy-fillemotion-laugh-fillemotion-normal-fillemotion-sad-fillemotion-unhappy-fillgenderless-fillghost-2-fillghost-3-fill
Use the skull 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10v3.764a2 2 0 0 1-1.106 1.789L18 19v1a3 3 0 0 1-2.824 2.995L14.95 23q.033-.161.044-.33L15 22.5V22a2 2 0 0 0-1.85-1.994L13 20h-2a2 2 0 0 0-1.995 1.85L9 22v.5q0 .258.05.5H9a3 3 0 0 1-3-3v-1l-2.894-1.447A2 2 0 0 1 2 15.763V12C2 6.477 6.477 2 12 2m0 2a8 8 0 0 0-7.996 7.75L4 12v3.764l4 2v1.591l.075-.084a4 4 0 0 1 2.723-1.266L11 18l2.073.001l.223.01a4 4 0 0 1 2.55 1.177l.154.167v-1.591l4-2V12a8 8 0 0 0-8-8m-4 7a2 2 0 1 1 0 4a2 2 0 0 1 0-4m8 0a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
React
import type { SVGProps } from "react";
export function RiSkull2Line(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="M12 2c5.523 0 10 4.477 10 10v3.764a2 2 0 0 1-1.106 1.789L18 19v1a3 3 0 0 1-2.824 2.995L14.95 23q.033-.161.044-.33L15 22.5V22a2 2 0 0 0-1.85-1.994L13 20h-2a2 2 0 0 0-1.995 1.85L9 22v.5q0 .258.05.5H9a3 3 0 0 1-3-3v-1l-2.894-1.447A2 2 0 0 1 2 15.763V12C2 6.477 6.477 2 12 2m0 2a8 8 0 0 0-7.996 7.75L4 12v3.764l4 2v1.591l.075-.084a4 4 0 0 1 2.723-1.266L11 18l2.073.001l.223.01a4 4 0 0 1 2.55 1.177l.154.167v-1.591l4-2V12a8 8 0 0 0-8-8m-4 7a2 2 0 1 1 0 4a2 2 0 0 1 0-4m8 0a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10v3.764a2 2 0 0 1-1.106 1.789L18 19v1a3 3 0 0 1-2.824 2.995L14.95 23q.033-.161.044-.33L15 22.5V22a2 2 0 0 0-1.85-1.994L13 20h-2a2 2 0 0 0-1.995 1.85L9 22v.5q0 .258.05.5H9a3 3 0 0 1-3-3v-1l-2.894-1.447A2 2 0 0 1 2 15.763V12C2 6.477 6.477 2 12 2m0 2a8 8 0 0 0-7.996 7.75L4 12v3.764l4 2v1.591l.075-.084a4 4 0 0 1 2.723-1.266L11 18l2.073.001l.223.01a4 4 0 0 1 2.55 1.177l.154.167v-1.591l4-2V12a8 8 0 0 0-8-8m-4 7a2 2 0 1 1 0 4a2 2 0 0 1 0-4m8 0a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg> </template>
CSS
.icon-skull-2-line {
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%22M12%202c5.523%200%2010%204.477%2010%2010v3.764a2%202%200%200%201-1.106%201.789L18%2019v1a3%203%200%200%201-2.824%202.995L14.95%2023q.033-.161.044-.33L15%2022.5V22a2%202%200%200%200-1.85-1.994L13%2020h-2a2%202%200%200%200-1.995%201.85L9%2022v.5q0%20.258.05.5H9a3%203%200%200%201-3-3v-1l-2.894-1.447A2%202%200%200%201%202%2015.763V12C2%206.477%206.477%202%2012%202m0%202a8%208%200%200%200-7.996%207.75L4%2012v3.764l4%202v1.591l.075-.084a4%204%200%200%201%202.723-1.266L11%2018l2.073.001l.223.01a4%204%200%200%201%202.55%201.177l.154.167v-1.591l4-2V12a8%208%200%200%200-8-8m-4%207a2%202%200%201%201%200%204a2%202%200%200%201%200-4m8%200a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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%22M12%202c5.523%200%2010%204.477%2010%2010v3.764a2%202%200%200%201-1.106%201.789L18%2019v1a3%203%200%200%201-2.824%202.995L14.95%2023q.033-.161.044-.33L15%2022.5V22a2%202%200%200%200-1.85-1.994L13%2020h-2a2%202%200%200%200-1.995%201.85L9%2022v.5q0%20.258.05.5H9a3%203%200%200%201-3-3v-1l-2.894-1.447A2%202%200%200%201%202%2015.763V12C2%206.477%206.477%202%2012%202m0%202a8%208%200%200%200-7.996%207.75L4%2012v3.764l4%202v1.591l.075-.084a4%204%200%200%201%202.723-1.266L11%2018l2.073.001l.223.01a4%204%200%200%201%202.55%201.177l.154.167v-1.591l4-2V12a8%208%200%200%200-8-8m-4%207a2%202%200%201%201%200%204a2%202%200%200%201%200-4m8%200a2%202%200%201%201%200%204a2%202%200%200%201%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/skull-2-line.svg?color=%231a73e8&size=48