skull icon
skull from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- skull
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- skull-solid
The same icon in other sets
skullBoxIcons v2 SolidskullEmoji One (Colored)skullFont Awesome 6 SolidskullFluent EmojiskullFluent Emoji FlatskullFluent Emoji High ContrastskullHuge IconsskullHumbleiconsskullIonIconsskullJam IconsskullLucideskullMajesticonsskullMaterial SymbolsskullMaterial Design Iconsskull-fillMingCute IconskullNoto EmojiskullOpenMojiskullPhosphorskullPixelarticonsskull-fillRemix IconskullStreamline EmojisskullTabler Iconsskull-outlineTeenyiconsskullTwitter Emoji
More other icons from Line Awesome
Use the skull icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.918 0-5.652.762-7.688 2.344S5 10.375 5 13.437c0 2.805 1.379 4.989 2.125 5.97A5.4 5.4 0 0 0 7 20.468c0 1.191.715 2.191 1.656 2.75c.66.39 1.516.46 2.344.562v2.625l.313.313s.433.418 1.187.718c.754.301 1.898.563 3.5.563s2.746-.262 3.5-.563s1.188-.718 1.188-.718l.312-.313V23.78c.828-.101 1.684-.172 2.344-.562c.941-.559 1.656-1.559 1.656-2.75a5.4 5.4 0 0 0-.125-1.063c.746-.98 2.125-3.164 2.125-5.968c0-3.067-1.277-5.512-3.313-7.094C21.652 4.762 18.919 4 16 4m0 2c2.574 0 4.848.672 6.438 1.906C24.027 9.141 25 10.91 25 13.438c0 1.359-.438 2.562-.906 3.468A4.2 4.2 0 0 1 24 16h-2c0 1.238.34 2.059.594 2.656c.254.598.406.965.406 1.813c0 .48-.184.734-.688 1.031c-.503.297-1.335.5-2.312.5h-1v3.438c-.082.046-.027.035-.25.125c-.5.199-1.371.437-2.75.437s-2.25-.238-2.75-.438c-.223-.09-.168-.078-.25-.125V22h-1c-.977 0-1.809-.203-2.313-.5c-.503-.297-.687-.55-.687-1.031c0-.848.152-1.215.406-1.813C9.66 18.06 10 17.238 10 16H8c0 .387-.043.66-.094.906C7.438 16 7 14.796 7 13.438c0-2.528.973-4.297 2.563-5.532C11.152 6.672 13.425 6 16 6m-3 10a1.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-3 3.75s-1.25 1.594-1.25 2.344c0 .375.25.562.5.562c.418 0 .75-.75.75-.75s.332.75.75.75c.25 0 .5-.187.5-.562c0-.75-1.25-2.344-1.25-2.344"/></svg>
React
import type { SVGProps } from "react";
export function LaSkull(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="M16 4c-2.918 0-5.652.762-7.688 2.344S5 10.375 5 13.437c0 2.805 1.379 4.989 2.125 5.97A5.4 5.4 0 0 0 7 20.468c0 1.191.715 2.191 1.656 2.75c.66.39 1.516.46 2.344.562v2.625l.313.313s.433.418 1.187.718c.754.301 1.898.563 3.5.563s2.746-.262 3.5-.563s1.188-.718 1.188-.718l.312-.313V23.78c.828-.101 1.684-.172 2.344-.562c.941-.559 1.656-1.559 1.656-2.75a5.4 5.4 0 0 0-.125-1.063c.746-.98 2.125-3.164 2.125-5.968c0-3.067-1.277-5.512-3.313-7.094C21.652 4.762 18.919 4 16 4m0 2c2.574 0 4.848.672 6.438 1.906C24.027 9.141 25 10.91 25 13.438c0 1.359-.438 2.562-.906 3.468A4.2 4.2 0 0 1 24 16h-2c0 1.238.34 2.059.594 2.656c.254.598.406.965.406 1.813c0 .48-.184.734-.688 1.031c-.503.297-1.335.5-2.312.5h-1v3.438c-.082.046-.027.035-.25.125c-.5.199-1.371.437-2.75.437s-2.25-.238-2.75-.438c-.223-.09-.168-.078-.25-.125V22h-1c-.977 0-1.809-.203-2.313-.5c-.503-.297-.687-.55-.687-1.031c0-.848.152-1.215.406-1.813C9.66 18.06 10 17.238 10 16H8c0 .387-.043.66-.094.906C7.438 16 7 14.796 7 13.438c0-2.528.973-4.297 2.563-5.532C11.152 6.672 13.425 6 16 6m-3 10a1.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-3 3.75s-1.25 1.594-1.25 2.344c0 .375.25.562.5.562c.418 0 .75-.75.75-.75s.332.75.75.75c.25 0 .5-.187.5-.562c0-.75-1.25-2.344-1.25-2.344"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.918 0-5.652.762-7.688 2.344S5 10.375 5 13.437c0 2.805 1.379 4.989 2.125 5.97A5.4 5.4 0 0 0 7 20.468c0 1.191.715 2.191 1.656 2.75c.66.39 1.516.46 2.344.562v2.625l.313.313s.433.418 1.187.718c.754.301 1.898.563 3.5.563s2.746-.262 3.5-.563s1.188-.718 1.188-.718l.312-.313V23.78c.828-.101 1.684-.172 2.344-.562c.941-.559 1.656-1.559 1.656-2.75a5.4 5.4 0 0 0-.125-1.063c.746-.98 2.125-3.164 2.125-5.968c0-3.067-1.277-5.512-3.313-7.094C21.652 4.762 18.919 4 16 4m0 2c2.574 0 4.848.672 6.438 1.906C24.027 9.141 25 10.91 25 13.438c0 1.359-.438 2.562-.906 3.468A4.2 4.2 0 0 1 24 16h-2c0 1.238.34 2.059.594 2.656c.254.598.406.965.406 1.813c0 .48-.184.734-.688 1.031c-.503.297-1.335.5-2.312.5h-1v3.438c-.082.046-.027.035-.25.125c-.5.199-1.371.437-2.75.437s-2.25-.238-2.75-.438c-.223-.09-.168-.078-.25-.125V22h-1c-.977 0-1.809-.203-2.313-.5c-.503-.297-.687-.55-.687-1.031c0-.848.152-1.215.406-1.813C9.66 18.06 10 17.238 10 16H8c0 .387-.043.66-.094.906C7.438 16 7 14.796 7 13.438c0-2.528.973-4.297 2.563-5.532C11.152 6.672 13.425 6 16 6m-3 10a1.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-3 3.75s-1.25 1.594-1.25 2.344c0 .375.25.562.5.562c.418 0 .75-.75.75-.75s.332.75.75.75c.25 0 .5-.187.5-.562c0-.75-1.25-2.344-1.25-2.344"/></svg> </template>
CSS
.icon-skull {
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%22M16%204c-2.918%200-5.652.762-7.688%202.344S5%2010.375%205%2013.437c0%202.805%201.379%204.989%202.125%205.97A5.4%205.4%200%200%200%207%2020.468c0%201.191.715%202.191%201.656%202.75c.66.39%201.516.46%202.344.562v2.625l.313.313s.433.418%201.187.718c.754.301%201.898.563%203.5.563s2.746-.262%203.5-.563s1.188-.718%201.188-.718l.312-.313V23.78c.828-.101%201.684-.172%202.344-.562c.941-.559%201.656-1.559%201.656-2.75a5.4%205.4%200%200%200-.125-1.063c.746-.98%202.125-3.164%202.125-5.968c0-3.067-1.277-5.512-3.313-7.094C21.652%204.762%2018.919%204%2016%204m0%202c2.574%200%204.848.672%206.438%201.906C24.027%209.141%2025%2010.91%2025%2013.438c0%201.359-.438%202.562-.906%203.468A4.2%204.2%200%200%201%2024%2016h-2c0%201.238.34%202.059.594%202.656c.254.598.406.965.406%201.813c0%20.48-.184.734-.688%201.031c-.503.297-1.335.5-2.312.5h-1v3.438c-.082.046-.027.035-.25.125c-.5.199-1.371.437-2.75.437s-2.25-.238-2.75-.438c-.223-.09-.168-.078-.25-.125V22h-1c-.977%200-1.809-.203-2.313-.5c-.503-.297-.687-.55-.687-1.031c0-.848.152-1.215.406-1.813C9.66%2018.06%2010%2017.238%2010%2016H8c0%20.387-.043.66-.094.906C7.438%2016%207%2014.796%207%2013.438c0-2.528.973-4.297%202.563-5.532C11.152%206.672%2013.425%206%2016%206m-3%2010a1.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-3%203.75s-1.25%201.594-1.25%202.344c0%20.375.25.562.5.562c.418%200%20.75-.75.75-.75s.332.75.75.75c.25%200%20.5-.187.5-.562c0-.75-1.25-2.344-1.25-2.344%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%22M16%204c-2.918%200-5.652.762-7.688%202.344S5%2010.375%205%2013.437c0%202.805%201.379%204.989%202.125%205.97A5.4%205.4%200%200%200%207%2020.468c0%201.191.715%202.191%201.656%202.75c.66.39%201.516.46%202.344.562v2.625l.313.313s.433.418%201.187.718c.754.301%201.898.563%203.5.563s2.746-.262%203.5-.563s1.188-.718%201.188-.718l.312-.313V23.78c.828-.101%201.684-.172%202.344-.562c.941-.559%201.656-1.559%201.656-2.75a5.4%205.4%200%200%200-.125-1.063c.746-.98%202.125-3.164%202.125-5.968c0-3.067-1.277-5.512-3.313-7.094C21.652%204.762%2018.919%204%2016%204m0%202c2.574%200%204.848.672%206.438%201.906C24.027%209.141%2025%2010.91%2025%2013.438c0%201.359-.438%202.562-.906%203.468A4.2%204.2%200%200%201%2024%2016h-2c0%201.238.34%202.059.594%202.656c.254.598.406.965.406%201.813c0%20.48-.184.734-.688%201.031c-.503.297-1.335.5-2.312.5h-1v3.438c-.082.046-.027.035-.25.125c-.5.199-1.371.437-2.75.437s-2.25-.238-2.75-.438c-.223-.09-.168-.078-.25-.125V22h-1c-.977%200-1.809-.203-2.313-.5c-.503-.297-.687-.55-.687-1.031c0-.848.152-1.215.406-1.813C9.66%2018.06%2010%2017.238%2010%2016H8c0%20.387-.043.66-.094.906C7.438%2016%207%2014.796%207%2013.438c0-2.528.973-4.297%202.563-5.532C11.152%206.672%2013.425%206%2016%206m-3%2010a1.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-3%203.75s-1.25%201.594-1.25%202.344c0%20.375.25.562.5.562c.418%200%20.75-.75.75-.75s.332.75.75.75c.25%200%20.5-.187.5-.562c0-.75-1.25-2.344-1.25-2.344%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/skull.svg?color=%231a73e8&size=48