skull-scan-outline from Material Design Icons by Pictogrammers · Outline · Medical / Hospital · Apache-2.0 Free for personal and commercial use.

Name
skull-scan-outline
Set
Material Design Icons
Style
Outline
Category
Medical / Hospital
Viewbox
24×24
License
Apache 2.0
Aliases
radiology-outline, x-ray-outline

1 other variant in Material Design Icons

More medical / hospital icons from Material Design Icons

Use the skull scan icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 0C.9 0 0 .9 0 2v4h2V2h4V0zm16 0v2h4v4h2V2c0-1.1-.9-2-2-2zM9.5 13c-.8 0-1.5-.7-1.5-1.5S8.7 10 9.5 10s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5m1.5 2l1-2l1 2zm3.5-2c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5M0 18v4c0 1.1.9 2 2 2h4v-2H2v-4zm22 0v4h-4v2h4c1.1 0 2-.9 2-2v-4zM12 3c-4.4 0-8 3.6-8 8c0 2 .8 3.9 2 5.3V21h12v-4.7c1.2-1.4 2-3.2 2-5.3c0-4.4-3.6-8-8-8m4 12.4V19h-2v-2h-1v2h-2v-2h-1v2H8v-3.6c-1.2-1.1-2-2.7-2-4.4c0-3.3 2.7-6 6-6s6 2.7 6 6c0 1.8-.8 3.3-2 4.4"/></svg>

React

import type { SVGProps } from "react";

export function MdiSkullScanOutline(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="M2 0C.9 0 0 .9 0 2v4h2V2h4V0zm16 0v2h4v4h2V2c0-1.1-.9-2-2-2zM9.5 13c-.8 0-1.5-.7-1.5-1.5S8.7 10 9.5 10s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5m1.5 2l1-2l1 2zm3.5-2c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5M0 18v4c0 1.1.9 2 2 2h4v-2H2v-4zm22 0v4h-4v2h4c1.1 0 2-.9 2-2v-4zM12 3c-4.4 0-8 3.6-8 8c0 2 .8 3.9 2 5.3V21h12v-4.7c1.2-1.4 2-3.2 2-5.3c0-4.4-3.6-8-8-8m4 12.4V19h-2v-2h-1v2h-2v-2h-1v2H8v-3.6c-1.2-1.1-2-2.7-2-4.4c0-3.3 2.7-6 6-6s6 2.7 6 6c0 1.8-.8 3.3-2 4.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="M2 0C.9 0 0 .9 0 2v4h2V2h4V0zm16 0v2h4v4h2V2c0-1.1-.9-2-2-2zM9.5 13c-.8 0-1.5-.7-1.5-1.5S8.7 10 9.5 10s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5m1.5 2l1-2l1 2zm3.5-2c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5M0 18v4c0 1.1.9 2 2 2h4v-2H2v-4zm22 0v4h-4v2h4c1.1 0 2-.9 2-2v-4zM12 3c-4.4 0-8 3.6-8 8c0 2 .8 3.9 2 5.3V21h12v-4.7c1.2-1.4 2-3.2 2-5.3c0-4.4-3.6-8-8-8m4 12.4V19h-2v-2h-1v2h-2v-2h-1v2H8v-3.6c-1.2-1.1-2-2.7-2-4.4c0-3.3 2.7-6 6-6s6 2.7 6 6c0 1.8-.8 3.3-2 4.4"/></svg>
</template>

CSS

.icon-skull-scan-outline {
  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%22M2%200C.9%200%200%20.9%200%202v4h2V2h4V0zm16%200v2h4v4h2V2c0-1.1-.9-2-2-2zM9.5%2013c-.8%200-1.5-.7-1.5-1.5S8.7%2010%209.5%2010s1.5.7%201.5%201.5s-.7%201.5-1.5%201.5m1.5%202l1-2l1%202zm3.5-2c-.8%200-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5s-.7%201.5-1.5%201.5M0%2018v4c0%201.1.9%202%202%202h4v-2H2v-4zm22%200v4h-4v2h4c1.1%200%202-.9%202-2v-4zM12%203c-4.4%200-8%203.6-8%208c0%202%20.8%203.9%202%205.3V21h12v-4.7c1.2-1.4%202-3.2%202-5.3c0-4.4-3.6-8-8-8m4%2012.4V19h-2v-2h-1v2h-2v-2h-1v2H8v-3.6c-1.2-1.1-2-2.7-2-4.4c0-3.3%202.7-6%206-6s6%202.7%206%206c0%201.8-.8%203.3-2%204.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%22M2%200C.9%200%200%20.9%200%202v4h2V2h4V0zm16%200v2h4v4h2V2c0-1.1-.9-2-2-2zM9.5%2013c-.8%200-1.5-.7-1.5-1.5S8.7%2010%209.5%2010s1.5.7%201.5%201.5s-.7%201.5-1.5%201.5m1.5%202l1-2l1%202zm3.5-2c-.8%200-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5s-.7%201.5-1.5%201.5M0%2018v4c0%201.1.9%202%202%202h4v-2H2v-4zm22%200v4h-4v2h4c1.1%200%202-.9%202-2v-4zM12%203c-4.4%200-8%203.6-8%208c0%202%20.8%203.9%202%205.3V21h12v-4.7c1.2-1.4%202-3.2%202-5.3c0-4.4-3.6-8-8-8m4%2012.4V19h-2v-2h-1v2h-2v-2h-1v2H8v-3.6c-1.2-1.1-2-2.7-2-4.4c0-3.3%202.7-6%206-6s6%202.7%206%206c0%201.8-.8%203.3-2%204.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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