skull icon
skull from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.
- Name
- skull
- Set
- Health Icons
- Style
- Filled
- Category
- Body
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
skullBoxIcons v2 SolidskullEmoji One (Colored)skullFont Awesome 6 SolidskullFont Awesome SolidskullFluent EmojiskullFluent Emoji FlatskullFluent Emoji High ContrastskullFirefox OS EmojiskullHuge IconsskullHumbleiconsskullIconParkskullIconPark OutlineskullIconPark SolidskullIconPark TwoToneskullIonIconsskullJam IconsskullLine AwesomeskullLucideskullMajesticonsskullMaterial SymbolsskullMaterial Symbols LightskullMaterial Design Iconsskull-fillMingCute IconskullNoto Emoji
More body icons from Health Icons
Use the skull icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M12.97 7.557C10.361 9.822 9 12.98 9 16.5c0 3.431.799 5.584 1.606 7.197c.183.367.366.705.531 1.01l.035.063c.177.327.328.608.455.877c.252.531.373.939.373 1.353v4a1 1 0 0 0 1 1h.016c.014.543.04 1.27.089 2.086c.103 1.719.313 3.902.75 5.57a2.6 2.6 0 0 0 1.12 1.536C16.265 42.019 19.778 44 24 44s7.736-1.981 9.025-2.808a2.6 2.6 0 0 0 1.12-1.537c.437-1.667.647-3.85.75-5.569c.05-.816.075-1.543.09-2.086H35a1 1 0 0 0 1-1v-4c0-.414.12-.822.373-1.353c.127-.269.278-.55.455-.877l.034-.064c.166-.304.349-.642.532-1.009C38.201 22.084 39 19.931 39 16.5c0-3.52-1.362-6.678-3.97-8.943C32.434 5.302 28.682 4 24 4s-8.433 1.302-11.03 3.557m20.004 24.785a2.3 2.3 0 0 0-.358.196a1.7 1.7 0 0 0-.711 1.029c-.112.425-.108.896-.06 1.33c.024.213.056.404.086.57l.008.044c.011.065.024.134.033.193c.009.055.028.175.028.296c0 .855-.724 1.611-1.85 2.104c-1.18.516-3.087.896-6.15.896s-4.97-.38-6.15-.896C16.723 37.61 16 36.854 16 36c0-.12.02-.24.028-.296l.033-.193l.008-.044a9 9 0 0 0 .086-.57c.048-.434.052-.905-.06-1.33a1.7 1.7 0 0 0-.711-1.029a2.3 2.3 0 0 0-.358-.196c.015.463.039 1.019.075 1.624c.102 1.699.304 3.716.69 5.18a.6.6 0 0 0 .264.362C17.234 40.265 20.352 42 24 42s6.766-1.736 7.945-2.492a.6.6 0 0 0 .265-.361c.385-1.465.587-3.482.689-5.18c.036-.606.06-1.162.075-1.625m-3.625 3.93C28.53 36.63 26.937 37 24 37s-4.53-.37-5.35-.729c-.378-.165-.55-.305-.625-.381l.013-.074c.032-.176.073-.418.104-.698c.061-.55.088-1.298-.112-2.06c-.207-.784-.656-1.586-1.523-2.174c-.65-.442-1.48-.725-2.507-.834V27c0-.836-.254-1.553-.565-2.21a20 20 0 0 0-.505-.974l-.032-.058a34 34 0 0 1-.504-.955C11.701 21.416 11 19.569 11 16.5c0-2.98 1.138-5.572 3.28-7.432C16.434 7.198 19.682 6 24 6s7.567 1.198 9.72 3.068C35.861 10.928 37 13.52 37 16.5c0 3.069-.701 4.916-1.394 6.303c-.169.336-.337.647-.504.955l-.032.058c-.174.322-.351.65-.505.975c-.31.656-.565 1.373-.565 2.209v3.05c-1.028.109-1.857.392-2.507.834c-.867.588-1.316 1.39-1.523 2.174c-.2.762-.173 1.51-.112 2.06c.03.28.072.522.104.698l.013.074c-.075.076-.247.216-.626.381M19 29c-2.21 0-4-2.239-4-5s1.79-5 4-5s4 2.239 4 5s-1.79 5-4 5m14-5c0 2.761-1.79 5-4 5s-4-2.239-4-5s1.79-5 4-5s4 2.239 4 5m-9 5l-.018.008c-.25.117-2.982 1.44-2.982 3.268c0 .83.58 1.604 1.4 1.711q.095.013.194.013c.639 0 1.113-.372 1.406-.9c.293.528.767.9 1.406.9q.099 0 .195-.013c.82-.107 1.399-.88 1.399-1.711c0-1.907-2.982-3.268-2.982-3.268z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSkull(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M12.97 7.557C10.361 9.822 9 12.98 9 16.5c0 3.431.799 5.584 1.606 7.197c.183.367.366.705.531 1.01l.035.063c.177.327.328.608.455.877c.252.531.373.939.373 1.353v4a1 1 0 0 0 1 1h.016c.014.543.04 1.27.089 2.086c.103 1.719.313 3.902.75 5.57a2.6 2.6 0 0 0 1.12 1.536C16.265 42.019 19.778 44 24 44s7.736-1.981 9.025-2.808a2.6 2.6 0 0 0 1.12-1.537c.437-1.667.647-3.85.75-5.569c.05-.816.075-1.543.09-2.086H35a1 1 0 0 0 1-1v-4c0-.414.12-.822.373-1.353c.127-.269.278-.55.455-.877l.034-.064c.166-.304.349-.642.532-1.009C38.201 22.084 39 19.931 39 16.5c0-3.52-1.362-6.678-3.97-8.943C32.434 5.302 28.682 4 24 4s-8.433 1.302-11.03 3.557m20.004 24.785a2.3 2.3 0 0 0-.358.196a1.7 1.7 0 0 0-.711 1.029c-.112.425-.108.896-.06 1.33c.024.213.056.404.086.57l.008.044c.011.065.024.134.033.193c.009.055.028.175.028.296c0 .855-.724 1.611-1.85 2.104c-1.18.516-3.087.896-6.15.896s-4.97-.38-6.15-.896C16.723 37.61 16 36.854 16 36c0-.12.02-.24.028-.296l.033-.193l.008-.044a9 9 0 0 0 .086-.57c.048-.434.052-.905-.06-1.33a1.7 1.7 0 0 0-.711-1.029a2.3 2.3 0 0 0-.358-.196c.015.463.039 1.019.075 1.624c.102 1.699.304 3.716.69 5.18a.6.6 0 0 0 .264.362C17.234 40.265 20.352 42 24 42s6.766-1.736 7.945-2.492a.6.6 0 0 0 .265-.361c.385-1.465.587-3.482.689-5.18c.036-.606.06-1.162.075-1.625m-3.625 3.93C28.53 36.63 26.937 37 24 37s-4.53-.37-5.35-.729c-.378-.165-.55-.305-.625-.381l.013-.074c.032-.176.073-.418.104-.698c.061-.55.088-1.298-.112-2.06c-.207-.784-.656-1.586-1.523-2.174c-.65-.442-1.48-.725-2.507-.834V27c0-.836-.254-1.553-.565-2.21a20 20 0 0 0-.505-.974l-.032-.058a34 34 0 0 1-.504-.955C11.701 21.416 11 19.569 11 16.5c0-2.98 1.138-5.572 3.28-7.432C16.434 7.198 19.682 6 24 6s7.567 1.198 9.72 3.068C35.861 10.928 37 13.52 37 16.5c0 3.069-.701 4.916-1.394 6.303c-.169.336-.337.647-.504.955l-.032.058c-.174.322-.351.65-.505.975c-.31.656-.565 1.373-.565 2.209v3.05c-1.028.109-1.857.392-2.507.834c-.867.588-1.316 1.39-1.523 2.174c-.2.762-.173 1.51-.112 2.06c.03.28.072.522.104.698l.013.074c-.075.076-.247.216-.626.381M19 29c-2.21 0-4-2.239-4-5s1.79-5 4-5s4 2.239 4 5s-1.79 5-4 5m14-5c0 2.761-1.79 5-4 5s-4-2.239-4-5s1.79-5 4-5s4 2.239 4 5m-9 5l-.018.008c-.25.117-2.982 1.44-2.982 3.268c0 .83.58 1.604 1.4 1.711q.095.013.194.013c.639 0 1.113-.372 1.406-.9c.293.528.767.9 1.406.9q.099 0 .195-.013c.82-.107 1.399-.88 1.399-1.711c0-1.907-2.982-3.268-2.982-3.268z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M12.97 7.557C10.361 9.822 9 12.98 9 16.5c0 3.431.799 5.584 1.606 7.197c.183.367.366.705.531 1.01l.035.063c.177.327.328.608.455.877c.252.531.373.939.373 1.353v4a1 1 0 0 0 1 1h.016c.014.543.04 1.27.089 2.086c.103 1.719.313 3.902.75 5.57a2.6 2.6 0 0 0 1.12 1.536C16.265 42.019 19.778 44 24 44s7.736-1.981 9.025-2.808a2.6 2.6 0 0 0 1.12-1.537c.437-1.667.647-3.85.75-5.569c.05-.816.075-1.543.09-2.086H35a1 1 0 0 0 1-1v-4c0-.414.12-.822.373-1.353c.127-.269.278-.55.455-.877l.034-.064c.166-.304.349-.642.532-1.009C38.201 22.084 39 19.931 39 16.5c0-3.52-1.362-6.678-3.97-8.943C32.434 5.302 28.682 4 24 4s-8.433 1.302-11.03 3.557m20.004 24.785a2.3 2.3 0 0 0-.358.196a1.7 1.7 0 0 0-.711 1.029c-.112.425-.108.896-.06 1.33c.024.213.056.404.086.57l.008.044c.011.065.024.134.033.193c.009.055.028.175.028.296c0 .855-.724 1.611-1.85 2.104c-1.18.516-3.087.896-6.15.896s-4.97-.38-6.15-.896C16.723 37.61 16 36.854 16 36c0-.12.02-.24.028-.296l.033-.193l.008-.044a9 9 0 0 0 .086-.57c.048-.434.052-.905-.06-1.33a1.7 1.7 0 0 0-.711-1.029a2.3 2.3 0 0 0-.358-.196c.015.463.039 1.019.075 1.624c.102 1.699.304 3.716.69 5.18a.6.6 0 0 0 .264.362C17.234 40.265 20.352 42 24 42s6.766-1.736 7.945-2.492a.6.6 0 0 0 .265-.361c.385-1.465.587-3.482.689-5.18c.036-.606.06-1.162.075-1.625m-3.625 3.93C28.53 36.63 26.937 37 24 37s-4.53-.37-5.35-.729c-.378-.165-.55-.305-.625-.381l.013-.074c.032-.176.073-.418.104-.698c.061-.55.088-1.298-.112-2.06c-.207-.784-.656-1.586-1.523-2.174c-.65-.442-1.48-.725-2.507-.834V27c0-.836-.254-1.553-.565-2.21a20 20 0 0 0-.505-.974l-.032-.058a34 34 0 0 1-.504-.955C11.701 21.416 11 19.569 11 16.5c0-2.98 1.138-5.572 3.28-7.432C16.434 7.198 19.682 6 24 6s7.567 1.198 9.72 3.068C35.861 10.928 37 13.52 37 16.5c0 3.069-.701 4.916-1.394 6.303c-.169.336-.337.647-.504.955l-.032.058c-.174.322-.351.65-.505.975c-.31.656-.565 1.373-.565 2.209v3.05c-1.028.109-1.857.392-2.507.834c-.867.588-1.316 1.39-1.523 2.174c-.2.762-.173 1.51-.112 2.06c.03.28.072.522.104.698l.013.074c-.075.076-.247.216-.626.381M19 29c-2.21 0-4-2.239-4-5s1.79-5 4-5s4 2.239 4 5s-1.79 5-4 5m14-5c0 2.761-1.79 5-4 5s-4-2.239-4-5s1.79-5 4-5s4 2.239 4 5m-9 5l-.018.008c-.25.117-2.982 1.44-2.982 3.268c0 .83.58 1.604 1.4 1.711q.095.013.194.013c.639 0 1.113-.372 1.406-.9c.293.528.767.9 1.406.9q.099 0 .195-.013c.82-.107 1.399-.88 1.399-1.711c0-1.907-2.982-3.268-2.982-3.268z" clip-rule="evenodd"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.97%207.557C10.361%209.822%209%2012.98%209%2016.5c0%203.431.799%205.584%201.606%207.197c.183.367.366.705.531%201.01l.035.063c.177.327.328.608.455.877c.252.531.373.939.373%201.353v4a1%201%200%200%200%201%201h.016c.014.543.04%201.27.089%202.086c.103%201.719.313%203.902.75%205.57a2.6%202.6%200%200%200%201.12%201.536C16.265%2042.019%2019.778%2044%2024%2044s7.736-1.981%209.025-2.808a2.6%202.6%200%200%200%201.12-1.537c.437-1.667.647-3.85.75-5.569c.05-.816.075-1.543.09-2.086H35a1%201%200%200%200%201-1v-4c0-.414.12-.822.373-1.353c.127-.269.278-.55.455-.877l.034-.064c.166-.304.349-.642.532-1.009C38.201%2022.084%2039%2019.931%2039%2016.5c0-3.52-1.362-6.678-3.97-8.943C32.434%205.302%2028.682%204%2024%204s-8.433%201.302-11.03%203.557m20.004%2024.785a2.3%202.3%200%200%200-.358.196a1.7%201.7%200%200%200-.711%201.029c-.112.425-.108.896-.06%201.33c.024.213.056.404.086.57l.008.044c.011.065.024.134.033.193c.009.055.028.175.028.296c0%20.855-.724%201.611-1.85%202.104c-1.18.516-3.087.896-6.15.896s-4.97-.38-6.15-.896C16.723%2037.61%2016%2036.854%2016%2036c0-.12.02-.24.028-.296l.033-.193l.008-.044a9%209%200%200%200%20.086-.57c.048-.434.052-.905-.06-1.33a1.7%201.7%200%200%200-.711-1.029a2.3%202.3%200%200%200-.358-.196c.015.463.039%201.019.075%201.624c.102%201.699.304%203.716.69%205.18a.6.6%200%200%200%20.264.362C17.234%2040.265%2020.352%2042%2024%2042s6.766-1.736%207.945-2.492a.6.6%200%200%200%20.265-.361c.385-1.465.587-3.482.689-5.18c.036-.606.06-1.162.075-1.625m-3.625%203.93C28.53%2036.63%2026.937%2037%2024%2037s-4.53-.37-5.35-.729c-.378-.165-.55-.305-.625-.381l.013-.074c.032-.176.073-.418.104-.698c.061-.55.088-1.298-.112-2.06c-.207-.784-.656-1.586-1.523-2.174c-.65-.442-1.48-.725-2.507-.834V27c0-.836-.254-1.553-.565-2.21a20%2020%200%200%200-.505-.974l-.032-.058a34%2034%200%200%201-.504-.955C11.701%2021.416%2011%2019.569%2011%2016.5c0-2.98%201.138-5.572%203.28-7.432C16.434%207.198%2019.682%206%2024%206s7.567%201.198%209.72%203.068C35.861%2010.928%2037%2013.52%2037%2016.5c0%203.069-.701%204.916-1.394%206.303c-.169.336-.337.647-.504.955l-.032.058c-.174.322-.351.65-.505.975c-.31.656-.565%201.373-.565%202.209v3.05c-1.028.109-1.857.392-2.507.834c-.867.588-1.316%201.39-1.523%202.174c-.2.762-.173%201.51-.112%202.06c.03.28.072.522.104.698l.013.074c-.075.076-.247.216-.626.381M19%2029c-2.21%200-4-2.239-4-5s1.79-5%204-5s4%202.239%204%205s-1.79%205-4%205m14-5c0%202.761-1.79%205-4%205s-4-2.239-4-5s1.79-5%204-5s4%202.239%204%205m-9%205l-.018.008c-.25.117-2.982%201.44-2.982%203.268c0%20.83.58%201.604%201.4%201.711q.095.013.194.013c.639%200%201.113-.372%201.406-.9c.293.528.767.9%201.406.9q.099%200%20.195-.013c.82-.107%201.399-.88%201.399-1.711c0-1.907-2.982-3.268-2.982-3.268z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.97%207.557C10.361%209.822%209%2012.98%209%2016.5c0%203.431.799%205.584%201.606%207.197c.183.367.366.705.531%201.01l.035.063c.177.327.328.608.455.877c.252.531.373.939.373%201.353v4a1%201%200%200%200%201%201h.016c.014.543.04%201.27.089%202.086c.103%201.719.313%203.902.75%205.57a2.6%202.6%200%200%200%201.12%201.536C16.265%2042.019%2019.778%2044%2024%2044s7.736-1.981%209.025-2.808a2.6%202.6%200%200%200%201.12-1.537c.437-1.667.647-3.85.75-5.569c.05-.816.075-1.543.09-2.086H35a1%201%200%200%200%201-1v-4c0-.414.12-.822.373-1.353c.127-.269.278-.55.455-.877l.034-.064c.166-.304.349-.642.532-1.009C38.201%2022.084%2039%2019.931%2039%2016.5c0-3.52-1.362-6.678-3.97-8.943C32.434%205.302%2028.682%204%2024%204s-8.433%201.302-11.03%203.557m20.004%2024.785a2.3%202.3%200%200%200-.358.196a1.7%201.7%200%200%200-.711%201.029c-.112.425-.108.896-.06%201.33c.024.213.056.404.086.57l.008.044c.011.065.024.134.033.193c.009.055.028.175.028.296c0%20.855-.724%201.611-1.85%202.104c-1.18.516-3.087.896-6.15.896s-4.97-.38-6.15-.896C16.723%2037.61%2016%2036.854%2016%2036c0-.12.02-.24.028-.296l.033-.193l.008-.044a9%209%200%200%200%20.086-.57c.048-.434.052-.905-.06-1.33a1.7%201.7%200%200%200-.711-1.029a2.3%202.3%200%200%200-.358-.196c.015.463.039%201.019.075%201.624c.102%201.699.304%203.716.69%205.18a.6.6%200%200%200%20.264.362C17.234%2040.265%2020.352%2042%2024%2042s6.766-1.736%207.945-2.492a.6.6%200%200%200%20.265-.361c.385-1.465.587-3.482.689-5.18c.036-.606.06-1.162.075-1.625m-3.625%203.93C28.53%2036.63%2026.937%2037%2024%2037s-4.53-.37-5.35-.729c-.378-.165-.55-.305-.625-.381l.013-.074c.032-.176.073-.418.104-.698c.061-.55.088-1.298-.112-2.06c-.207-.784-.656-1.586-1.523-2.174c-.65-.442-1.48-.725-2.507-.834V27c0-.836-.254-1.553-.565-2.21a20%2020%200%200%200-.505-.974l-.032-.058a34%2034%200%200%201-.504-.955C11.701%2021.416%2011%2019.569%2011%2016.5c0-2.98%201.138-5.572%203.28-7.432C16.434%207.198%2019.682%206%2024%206s7.567%201.198%209.72%203.068C35.861%2010.928%2037%2013.52%2037%2016.5c0%203.069-.701%204.916-1.394%206.303c-.169.336-.337.647-.504.955l-.032.058c-.174.322-.351.65-.505.975c-.31.656-.565%201.373-.565%202.209v3.05c-1.028.109-1.857.392-2.507.834c-.867.588-1.316%201.39-1.523%202.174c-.2.762-.173%201.51-.112%202.06c.03.28.072.522.104.698l.013.074c-.075.076-.247.216-.626.381M19%2029c-2.21%200-4-2.239-4-5s1.79-5%204-5s4%202.239%204%205s-1.79%205-4%205m14-5c0%202.761-1.79%205-4%205s-4-2.239-4-5s1.79-5%204-5s4%202.239%204%205m-9%205l-.018.008c-.25.117-2.982%201.44-2.982%203.268c0%20.83.58%201.604%201.4%201.711q.095.013.194.013c.639%200%201.113-.372%201.406-.9c.293.528.767.9%201.406.9q.099%200%20.195-.013c.82-.107%201.399-.88%201.399-1.711c0-1.907-2.982-3.268-2.982-3.268z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/skull.svg?color=%231a73e8&size=48