skull negative icon

skull-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
skull-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the skull negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsSkullNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM9 16.5c0-3.52 1.362-6.678 3.97-8.943C15.566 5.302 19.318 4 24 4s8.433 1.302 11.03 3.557C37.639 9.822 39 12.98 39 16.5c0 3.431-.799 5.584-1.606 7.197c-.183.367-.366.705-.531 1.01l-.035.063c-.177.327-.328.608-.456.877c-.251.531-.372.939-.372 1.353v4a1 1 0 0 1-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 1-1.12 1.536C31.735 42.019 28.222 44 24 44s-7.736-1.981-9.025-2.808a2.6 2.6 0 0 1-1.12-1.537c-.437-1.667-.647-3.85-.75-5.569a61 61 0 0 1-.09-2.086H13a1 1 0 0 1-1-1v-4c0-.414-.12-.822-.373-1.353c-.127-.269-.278-.55-.455-.877l-.035-.064a33 33 0 0 1-.531-1.009C9.799 22.084 9 19.931 9 16.5m23.616 16.038q.15-.102.358-.196a58 58 0 0 1-.075 1.624c-.102 1.699-.304 3.716-.69 5.18a.6.6 0 0 1-.264.362C30.766 40.265 27.648 42 24 42s-6.766-1.736-7.945-2.492a.6.6 0 0 1-.265-.361c-.385-1.465-.587-3.482-.689-5.18a58 58 0 0 1-.075-1.625q.208.093.358.196c.398.271.605.626.711 1.029c.112.425.108.896.06 1.33a9 9 0 0 1-.086.57l-.008.044c-.011.065-.024.134-.033.193A2 2 0 0 0 16 36c0 .855.724 1.611 1.85 2.104c1.18.516 3.087.896 6.15.896s4.97-.38 6.15-.896C31.277 37.61 32 36.854 32 36c0-.12-.02-.24-.028-.296l-.033-.193l-.008-.044a9 9 0 0 1-.086-.57c-.048-.434-.052-.905.06-1.33c.106-.404.313-.758.711-1.029M24 37c2.937 0 4.53-.37 5.35-.729c.378-.165.55-.305.625-.381l-.013-.074a11 11 0 0 1-.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.21c.154-.325.33-.652.505-.974l.032-.058c.167-.308.336-.619.504-.955C36.299 21.416 37 19.569 37 16.5c0-2.98-1.138-5.572-3.28-7.432C31.566 7.198 28.318 6 24 6s-7.567 1.198-9.72 3.068C12.139 10.928 11 13.52 11 16.5c0 3.069.701 4.916 1.394 6.303c.168.336.337.646.504.955l.032.058c.174.322.351.65.505.975c.31.656.565 1.373.565 2.209v3.05c1.027.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.381c.82.359 2.412.729 5.349.729m-9-13c0 2.761 1.79 5 4 5s4-2.239 4-5s-1.79-5-4-5s-4 2.239-4 5m14 5c2.21 0 4-2.239 4-5s-1.79-5-4-5s-4 2.239-4 5s1.79 5 4 5m-5.018.008L24 29l.018.008S27 30.369 27 32.276c0 .83-.58 1.604-1.4 1.711a2 2 0 0 1-.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.827 2.732-3.15 2.982-3.268" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSkullNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSkullNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsSkullNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM9 16.5c0-3.52 1.362-6.678 3.97-8.943C15.566 5.302 19.318 4 24 4s8.433 1.302 11.03 3.557C37.639 9.822 39 12.98 39 16.5c0 3.431-.799 5.584-1.606 7.197c-.183.367-.366.705-.531 1.01l-.035.063c-.177.327-.328.608-.456.877c-.251.531-.372.939-.372 1.353v4a1 1 0 0 1-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 1-1.12 1.536C31.735 42.019 28.222 44 24 44s-7.736-1.981-9.025-2.808a2.6 2.6 0 0 1-1.12-1.537c-.437-1.667-.647-3.85-.75-5.569a61 61 0 0 1-.09-2.086H13a1 1 0 0 1-1-1v-4c0-.414-.12-.822-.373-1.353c-.127-.269-.278-.55-.455-.877l-.035-.064a33 33 0 0 1-.531-1.009C9.799 22.084 9 19.931 9 16.5m23.616 16.038q.15-.102.358-.196a58 58 0 0 1-.075 1.624c-.102 1.699-.304 3.716-.69 5.18a.6.6 0 0 1-.264.362C30.766 40.265 27.648 42 24 42s-6.766-1.736-7.945-2.492a.6.6 0 0 1-.265-.361c-.385-1.465-.587-3.482-.689-5.18a58 58 0 0 1-.075-1.625q.208.093.358.196c.398.271.605.626.711 1.029c.112.425.108.896.06 1.33a9 9 0 0 1-.086.57l-.008.044c-.011.065-.024.134-.033.193A2 2 0 0 0 16 36c0 .855.724 1.611 1.85 2.104c1.18.516 3.087.896 6.15.896s4.97-.38 6.15-.896C31.277 37.61 32 36.854 32 36c0-.12-.02-.24-.028-.296l-.033-.193l-.008-.044a9 9 0 0 1-.086-.57c-.048-.434-.052-.905.06-1.33c.106-.404.313-.758.711-1.029M24 37c2.937 0 4.53-.37 5.35-.729c.378-.165.55-.305.625-.381l-.013-.074a11 11 0 0 1-.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.21c.154-.325.33-.652.505-.974l.032-.058c.167-.308.336-.619.504-.955C36.299 21.416 37 19.569 37 16.5c0-2.98-1.138-5.572-3.28-7.432C31.566 7.198 28.318 6 24 6s-7.567 1.198-9.72 3.068C12.139 10.928 11 13.52 11 16.5c0 3.069.701 4.916 1.394 6.303c.168.336.337.646.504.955l.032.058c.174.322.351.65.505.975c.31.656.565 1.373.565 2.209v3.05c1.027.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.381c.82.359 2.412.729 5.349.729m-9-13c0 2.761 1.79 5 4 5s4-2.239 4-5s-1.79-5-4-5s-4 2.239-4 5m14 5c2.21 0 4-2.239 4-5s-1.79-5-4-5s-4 2.239-4 5s1.79 5 4 5m-5.018.008L24 29l.018.008S27 30.369 27 32.276c0 .83-.58 1.604-1.4 1.711a2 2 0 0 1-.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.827 2.732-3.15 2.982-3.268" clipRule="evenodd"/></g><defs><clipPath id="healthiconsSkullNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsSkullNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM9 16.5c0-3.52 1.362-6.678 3.97-8.943C15.566 5.302 19.318 4 24 4s8.433 1.302 11.03 3.557C37.639 9.822 39 12.98 39 16.5c0 3.431-.799 5.584-1.606 7.197c-.183.367-.366.705-.531 1.01l-.035.063c-.177.327-.328.608-.456.877c-.251.531-.372.939-.372 1.353v4a1 1 0 0 1-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 1-1.12 1.536C31.735 42.019 28.222 44 24 44s-7.736-1.981-9.025-2.808a2.6 2.6 0 0 1-1.12-1.537c-.437-1.667-.647-3.85-.75-5.569a61 61 0 0 1-.09-2.086H13a1 1 0 0 1-1-1v-4c0-.414-.12-.822-.373-1.353c-.127-.269-.278-.55-.455-.877l-.035-.064a33 33 0 0 1-.531-1.009C9.799 22.084 9 19.931 9 16.5m23.616 16.038q.15-.102.358-.196a58 58 0 0 1-.075 1.624c-.102 1.699-.304 3.716-.69 5.18a.6.6 0 0 1-.264.362C30.766 40.265 27.648 42 24 42s-6.766-1.736-7.945-2.492a.6.6 0 0 1-.265-.361c-.385-1.465-.587-3.482-.689-5.18a58 58 0 0 1-.075-1.625q.208.093.358.196c.398.271.605.626.711 1.029c.112.425.108.896.06 1.33a9 9 0 0 1-.086.57l-.008.044c-.011.065-.024.134-.033.193A2 2 0 0 0 16 36c0 .855.724 1.611 1.85 2.104c1.18.516 3.087.896 6.15.896s4.97-.38 6.15-.896C31.277 37.61 32 36.854 32 36c0-.12-.02-.24-.028-.296l-.033-.193l-.008-.044a9 9 0 0 1-.086-.57c-.048-.434-.052-.905.06-1.33c.106-.404.313-.758.711-1.029M24 37c2.937 0 4.53-.37 5.35-.729c.378-.165.55-.305.625-.381l-.013-.074a11 11 0 0 1-.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.21c.154-.325.33-.652.505-.974l.032-.058c.167-.308.336-.619.504-.955C36.299 21.416 37 19.569 37 16.5c0-2.98-1.138-5.572-3.28-7.432C31.566 7.198 28.318 6 24 6s-7.567 1.198-9.72 3.068C12.139 10.928 11 13.52 11 16.5c0 3.069.701 4.916 1.394 6.303c.168.336.337.646.504.955l.032.058c.174.322.351.65.505.975c.31.656.565 1.373.565 2.209v3.05c1.027.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.381c.82.359 2.412.729 5.349.729m-9-13c0 2.761 1.79 5 4 5s4-2.239 4-5s-1.79-5-4-5s-4 2.239-4 5m14 5c2.21 0 4-2.239 4-5s-1.79-5-4-5s-4 2.239-4 5s1.79 5 4 5m-5.018.008L24 29l.018.008S27 30.369 27 32.276c0 .83-.58 1.604-1.4 1.711a2 2 0 0 1-.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.827 2.732-3.15 2.982-3.268" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSkullNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-skull-negative {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsSkullNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9%2016.5c0-3.52%201.362-6.678%203.97-8.943C15.566%205.302%2019.318%204%2024%204s8.433%201.302%2011.03%203.557C37.639%209.822%2039%2012.98%2039%2016.5c0%203.431-.799%205.584-1.606%207.197c-.183.367-.366.705-.531%201.01l-.035.063c-.177.327-.328.608-.456.877c-.251.531-.372.939-.372%201.353v4a1%201%200%200%201-1%201h-.016c-.014.543-.04%201.27-.089%202.086c-.103%201.719-.313%203.902-.75%205.57a2.6%202.6%200%200%201-1.12%201.536C31.735%2042.019%2028.222%2044%2024%2044s-7.736-1.981-9.025-2.808a2.6%202.6%200%200%201-1.12-1.537c-.437-1.667-.647-3.85-.75-5.569a61%2061%200%200%201-.09-2.086H13a1%201%200%200%201-1-1v-4c0-.414-.12-.822-.373-1.353c-.127-.269-.278-.55-.455-.877l-.035-.064a33%2033%200%200%201-.531-1.009C9.799%2022.084%209%2019.931%209%2016.5m23.616%2016.038q.15-.102.358-.196a58%2058%200%200%201-.075%201.624c-.102%201.699-.304%203.716-.69%205.18a.6.6%200%200%201-.264.362C30.766%2040.265%2027.648%2042%2024%2042s-6.766-1.736-7.945-2.492a.6.6%200%200%201-.265-.361c-.385-1.465-.587-3.482-.689-5.18a58%2058%200%200%201-.075-1.625q.208.093.358.196c.398.271.605.626.711%201.029c.112.425.108.896.06%201.33a9%209%200%200%201-.086.57l-.008.044c-.011.065-.024.134-.033.193A2%202%200%200%200%2016%2036c0%20.855.724%201.611%201.85%202.104c1.18.516%203.087.896%206.15.896s4.97-.38%206.15-.896C31.277%2037.61%2032%2036.854%2032%2036c0-.12-.02-.24-.028-.296l-.033-.193l-.008-.044a9%209%200%200%201-.086-.57c-.048-.434-.052-.905.06-1.33c.106-.404.313-.758.711-1.029M24%2037c2.937%200%204.53-.37%205.35-.729c.378-.165.55-.305.625-.381l-.013-.074a11%2011%200%200%201-.104-.698c-.061-.55-.088-1.298.112-2.06c.207-.784.656-1.586%201.523-2.174c.65-.442%201.48-.725%202.507-.834V27c0-.836.254-1.553.565-2.21c.154-.325.33-.652.505-.974l.032-.058c.167-.308.336-.619.504-.955C36.299%2021.416%2037%2019.569%2037%2016.5c0-2.98-1.138-5.572-3.28-7.432C31.566%207.198%2028.318%206%2024%206s-7.567%201.198-9.72%203.068C12.139%2010.928%2011%2013.52%2011%2016.5c0%203.069.701%204.916%201.394%206.303c.168.336.337.646.504.955l.032.058c.174.322.351.65.505.975c.31.656.565%201.373.565%202.209v3.05c1.027.109%201.857.392%202.507.834c.867.588%201.316%201.39%201.523%202.174c.2.762.173%201.51.112%202.06c-.03.28-.072.522-.104.698l-.013.074c.075.076.247.216.626.381c.82.359%202.412.729%205.349.729m-9-13c0%202.761%201.79%205%204%205s4-2.239%204-5s-1.79-5-4-5s-4%202.239-4%205m14%205c2.21%200%204-2.239%204-5s-1.79-5-4-5s-4%202.239-4%205s1.79%205%204%205m-5.018.008L24%2029l.018.008S27%2030.369%2027%2032.276c0%20.83-.58%201.604-1.4%201.711a2%202%200%200%201-.194.013c-.639%200-1.113-.372-1.406-.9c-.293.528-.767.9-1.406.9q-.099%200-.195-.013c-.82-.107-1.399-.88-1.399-1.711c0-1.827%202.732-3.15%202.982-3.268%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSkullNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsSkullNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9%2016.5c0-3.52%201.362-6.678%203.97-8.943C15.566%205.302%2019.318%204%2024%204s8.433%201.302%2011.03%203.557C37.639%209.822%2039%2012.98%2039%2016.5c0%203.431-.799%205.584-1.606%207.197c-.183.367-.366.705-.531%201.01l-.035.063c-.177.327-.328.608-.456.877c-.251.531-.372.939-.372%201.353v4a1%201%200%200%201-1%201h-.016c-.014.543-.04%201.27-.089%202.086c-.103%201.719-.313%203.902-.75%205.57a2.6%202.6%200%200%201-1.12%201.536C31.735%2042.019%2028.222%2044%2024%2044s-7.736-1.981-9.025-2.808a2.6%202.6%200%200%201-1.12-1.537c-.437-1.667-.647-3.85-.75-5.569a61%2061%200%200%201-.09-2.086H13a1%201%200%200%201-1-1v-4c0-.414-.12-.822-.373-1.353c-.127-.269-.278-.55-.455-.877l-.035-.064a33%2033%200%200%201-.531-1.009C9.799%2022.084%209%2019.931%209%2016.5m23.616%2016.038q.15-.102.358-.196a58%2058%200%200%201-.075%201.624c-.102%201.699-.304%203.716-.69%205.18a.6.6%200%200%201-.264.362C30.766%2040.265%2027.648%2042%2024%2042s-6.766-1.736-7.945-2.492a.6.6%200%200%201-.265-.361c-.385-1.465-.587-3.482-.689-5.18a58%2058%200%200%201-.075-1.625q.208.093.358.196c.398.271.605.626.711%201.029c.112.425.108.896.06%201.33a9%209%200%200%201-.086.57l-.008.044c-.011.065-.024.134-.033.193A2%202%200%200%200%2016%2036c0%20.855.724%201.611%201.85%202.104c1.18.516%203.087.896%206.15.896s4.97-.38%206.15-.896C31.277%2037.61%2032%2036.854%2032%2036c0-.12-.02-.24-.028-.296l-.033-.193l-.008-.044a9%209%200%200%201-.086-.57c-.048-.434-.052-.905.06-1.33c.106-.404.313-.758.711-1.029M24%2037c2.937%200%204.53-.37%205.35-.729c.378-.165.55-.305.625-.381l-.013-.074a11%2011%200%200%201-.104-.698c-.061-.55-.088-1.298.112-2.06c.207-.784.656-1.586%201.523-2.174c.65-.442%201.48-.725%202.507-.834V27c0-.836.254-1.553.565-2.21c.154-.325.33-.652.505-.974l.032-.058c.167-.308.336-.619.504-.955C36.299%2021.416%2037%2019.569%2037%2016.5c0-2.98-1.138-5.572-3.28-7.432C31.566%207.198%2028.318%206%2024%206s-7.567%201.198-9.72%203.068C12.139%2010.928%2011%2013.52%2011%2016.5c0%203.069.701%204.916%201.394%206.303c.168.336.337.646.504.955l.032.058c.174.322.351.65.505.975c.31.656.565%201.373.565%202.209v3.05c1.027.109%201.857.392%202.507.834c.867.588%201.316%201.39%201.523%202.174c.2.762.173%201.51.112%202.06c-.03.28-.072.522-.104.698l-.013.074c.075.076.247.216.626.381c.82.359%202.412.729%205.349.729m-9-13c0%202.761%201.79%205%204%205s4-2.239%204-5s-1.79-5-4-5s-4%202.239-4%205m14%205c2.21%200%204-2.239%204-5s-1.79-5-4-5s-4%202.239-4%205s1.79%205%204%205m-5.018.008L24%2029l.018.008S27%2030.369%2027%2032.276c0%20.83-.58%201.604-1.4%201.711a2%202%200%200%201-.194.013c-.639%200-1.113-.372-1.406-.9c-.293.528-.767.9-1.406.9q-.099%200-.195-.013c-.82-.107-1.399-.88-1.399-1.711c0-1.827%202.732-3.15%202.982-3.268%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSkullNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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