skull icon
skull-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.
- Name
- skull-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Body
- Viewbox
- 24×24
- 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 24 24"><g fill="currentColor"><path d="M14.5 8.589c-1.174 0-2 1.075-2 2.235s.826 2.235 2 2.235s2-1.075 2-2.235s-.826-2.235-2-2.235m-7 2.235c0-1.16.826-2.235 2-2.235s2 1.075 2 2.235s-.826 2.235-2 2.235s-2-1.075-2-2.235m3.797 5.216c-.46 0-.797-.412-.797-.857q.002-.18.06-.342q.028-.08.067-.155c.363-.702 1.373-1.13 1.373-1.13s1.5.676 1.5 1.627c0 .444-.336.857-.797.857c-.303 0-.533-.167-.68-.409a.027.027 0 0 0-.046 0c-.147.242-.377.409-.68.409"/><path fill-rule="evenodd" d="M18 16.02a.996.996 0 0 0 .8-.974c0-.743.017-1.604.065-2.325c.024-.363.054-.672.09-.907c.023-.146.042-.225.05-.258l.004-.018c.21-.37.447-.83.637-1.322c.188-.49.354-1.073.354-1.655C20 4.743 16.2 2 12 2S4 4.743 4 8.56c0 .589.202 1.301.408 1.88a11 11 0 0 0 .706 1.591l.001.004c.005.02.019.074.033.18q.036.268.048.718c.012.415.01.884.007 1.389q-.003.351-.003.724c0 .48.344.882.8.974v2.828c0 1.435 1.042 2.704 2.526 2.893c.991.127 2.298.259 3.474.259s2.483-.132 3.474-.259c1.484-.19 2.526-1.458 2.526-2.893zM6 8.56c0-2.33 2.467-4.573 6-4.573s6 2.242 6 4.574c0 .235-.073.558-.222.945a8 8 0 0 1-.521 1.073c-.17.292-.24.676-.279.934c-.049.315-.084.69-.11 1.078a35 35 0 0 0-.061 1.645c-.734.267-1.403.583-1.95 1.09c-.495.458-.837 1.02-1.092 1.707h-3.481c-.194-.653-.473-1.243-.94-1.727c-.552-.573-1.274-.902-2.14-1.12c.002-.46.003-.914-.008-1.31a9 9 0 0 0-.066-.924c-.032-.24-.093-.586-.262-.876a9 9 0 0 1-.574-1.298C6.099 9.232 6 8.79 6 8.561m2 8.237v2.05c0 .49.346.868.782.924c.96.123 2.169.242 3.218.242c1.05 0 2.258-.12 3.218-.242a.91.91 0 0 0 .782-.923v-1.822c-.194.262-.371.64-.533 1.253a1 1 0 0 1-.967.74h-5a1 1 0 0 1-.98-.792c-.157-.76-.322-1.17-.52-1.43" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSkullOutline24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.5 8.589c-1.174 0-2 1.075-2 2.235s.826 2.235 2 2.235s2-1.075 2-2.235s-.826-2.235-2-2.235m-7 2.235c0-1.16.826-2.235 2-2.235s2 1.075 2 2.235s-.826 2.235-2 2.235s-2-1.075-2-2.235m3.797 5.216c-.46 0-.797-.412-.797-.857q.002-.18.06-.342q.028-.08.067-.155c.363-.702 1.373-1.13 1.373-1.13s1.5.676 1.5 1.627c0 .444-.336.857-.797.857c-.303 0-.533-.167-.68-.409a.027.027 0 0 0-.046 0c-.147.242-.377.409-.68.409"/><path fillRule="evenodd" d="M18 16.02a.996.996 0 0 0 .8-.974c0-.743.017-1.604.065-2.325c.024-.363.054-.672.09-.907c.023-.146.042-.225.05-.258l.004-.018c.21-.37.447-.83.637-1.322c.188-.49.354-1.073.354-1.655C20 4.743 16.2 2 12 2S4 4.743 4 8.56c0 .589.202 1.301.408 1.88a11 11 0 0 0 .706 1.591l.001.004c.005.02.019.074.033.18q.036.268.048.718c.012.415.01.884.007 1.389q-.003.351-.003.724c0 .48.344.882.8.974v2.828c0 1.435 1.042 2.704 2.526 2.893c.991.127 2.298.259 3.474.259s2.483-.132 3.474-.259c1.484-.19 2.526-1.458 2.526-2.893zM6 8.56c0-2.33 2.467-4.573 6-4.573s6 2.242 6 4.574c0 .235-.073.558-.222.945a8 8 0 0 1-.521 1.073c-.17.292-.24.676-.279.934c-.049.315-.084.69-.11 1.078a35 35 0 0 0-.061 1.645c-.734.267-1.403.583-1.95 1.09c-.495.458-.837 1.02-1.092 1.707h-3.481c-.194-.653-.473-1.243-.94-1.727c-.552-.573-1.274-.902-2.14-1.12c.002-.46.003-.914-.008-1.31a9 9 0 0 0-.066-.924c-.032-.24-.093-.586-.262-.876a9 9 0 0 1-.574-1.298C6.099 9.232 6 8.79 6 8.561m2 8.237v2.05c0 .49.346.868.782.924c.96.123 2.169.242 3.218.242c1.05 0 2.258-.12 3.218-.242a.91.91 0 0 0 .782-.923v-1.822c-.194.262-.371.64-.533 1.253a1 1 0 0 1-.967.74h-5a1 1 0 0 1-.98-.792c-.157-.76-.322-1.17-.52-1.43" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.5 8.589c-1.174 0-2 1.075-2 2.235s.826 2.235 2 2.235s2-1.075 2-2.235s-.826-2.235-2-2.235m-7 2.235c0-1.16.826-2.235 2-2.235s2 1.075 2 2.235s-.826 2.235-2 2.235s-2-1.075-2-2.235m3.797 5.216c-.46 0-.797-.412-.797-.857q.002-.18.06-.342q.028-.08.067-.155c.363-.702 1.373-1.13 1.373-1.13s1.5.676 1.5 1.627c0 .444-.336.857-.797.857c-.303 0-.533-.167-.68-.409a.027.027 0 0 0-.046 0c-.147.242-.377.409-.68.409"/><path fill-rule="evenodd" d="M18 16.02a.996.996 0 0 0 .8-.974c0-.743.017-1.604.065-2.325c.024-.363.054-.672.09-.907c.023-.146.042-.225.05-.258l.004-.018c.21-.37.447-.83.637-1.322c.188-.49.354-1.073.354-1.655C20 4.743 16.2 2 12 2S4 4.743 4 8.56c0 .589.202 1.301.408 1.88a11 11 0 0 0 .706 1.591l.001.004c.005.02.019.074.033.18q.036.268.048.718c.012.415.01.884.007 1.389q-.003.351-.003.724c0 .48.344.882.8.974v2.828c0 1.435 1.042 2.704 2.526 2.893c.991.127 2.298.259 3.474.259s2.483-.132 3.474-.259c1.484-.19 2.526-1.458 2.526-2.893zM6 8.56c0-2.33 2.467-4.573 6-4.573s6 2.242 6 4.574c0 .235-.073.558-.222.945a8 8 0 0 1-.521 1.073c-.17.292-.24.676-.279.934c-.049.315-.084.69-.11 1.078a35 35 0 0 0-.061 1.645c-.734.267-1.403.583-1.95 1.09c-.495.458-.837 1.02-1.092 1.707h-3.481c-.194-.653-.473-1.243-.94-1.727c-.552-.573-1.274-.902-2.14-1.12c.002-.46.003-.914-.008-1.31a9 9 0 0 0-.066-.924c-.032-.24-.093-.586-.262-.876a9 9 0 0 1-.574-1.298C6.099 9.232 6 8.79 6 8.561m2 8.237v2.05c0 .49.346.868.782.924c.96.123 2.169.242 3.218.242c1.05 0 2.258-.12 3.218-.242a.91.91 0 0 0 .782-.923v-1.822c-.194.262-.371.64-.533 1.253a1 1 0 0 1-.967.74h-5a1 1 0 0 1-.98-.792c-.157-.76-.322-1.17-.52-1.43" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-skull-outline-24px {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.5%208.589c-1.174%200-2%201.075-2%202.235s.826%202.235%202%202.235s2-1.075%202-2.235s-.826-2.235-2-2.235m-7%202.235c0-1.16.826-2.235%202-2.235s2%201.075%202%202.235s-.826%202.235-2%202.235s-2-1.075-2-2.235m3.797%205.216c-.46%200-.797-.412-.797-.857q.002-.18.06-.342q.028-.08.067-.155c.363-.702%201.373-1.13%201.373-1.13s1.5.676%201.5%201.627c0%20.444-.336.857-.797.857c-.303%200-.533-.167-.68-.409a.027.027%200%200%200-.046%200c-.147.242-.377.409-.68.409%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2016.02a.996.996%200%200%200%20.8-.974c0-.743.017-1.604.065-2.325c.024-.363.054-.672.09-.907c.023-.146.042-.225.05-.258l.004-.018c.21-.37.447-.83.637-1.322c.188-.49.354-1.073.354-1.655C20%204.743%2016.2%202%2012%202S4%204.743%204%208.56c0%20.589.202%201.301.408%201.88a11%2011%200%200%200%20.706%201.591l.001.004c.005.02.019.074.033.18q.036.268.048.718c.012.415.01.884.007%201.389q-.003.351-.003.724c0%20.48.344.882.8.974v2.828c0%201.435%201.042%202.704%202.526%202.893c.991.127%202.298.259%203.474.259s2.483-.132%203.474-.259c1.484-.19%202.526-1.458%202.526-2.893zM6%208.56c0-2.33%202.467-4.573%206-4.573s6%202.242%206%204.574c0%20.235-.073.558-.222.945a8%208%200%200%201-.521%201.073c-.17.292-.24.676-.279.934c-.049.315-.084.69-.11%201.078a35%2035%200%200%200-.061%201.645c-.734.267-1.403.583-1.95%201.09c-.495.458-.837%201.02-1.092%201.707h-3.481c-.194-.653-.473-1.243-.94-1.727c-.552-.573-1.274-.902-2.14-1.12c.002-.46.003-.914-.008-1.31a9%209%200%200%200-.066-.924c-.032-.24-.093-.586-.262-.876a9%209%200%200%201-.574-1.298C6.099%209.232%206%208.79%206%208.561m2%208.237v2.05c0%20.49.346.868.782.924c.96.123%202.169.242%203.218.242c1.05%200%202.258-.12%203.218-.242a.91.91%200%200%200%20.782-.923v-1.822c-.194.262-.371.64-.533%201.253a1%201%200%200%201-.967.74h-5a1%201%200%200%201-.98-.792c-.157-.76-.322-1.17-.52-1.43%22%20clip-rule%3D%22evenodd%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.5%208.589c-1.174%200-2%201.075-2%202.235s.826%202.235%202%202.235s2-1.075%202-2.235s-.826-2.235-2-2.235m-7%202.235c0-1.16.826-2.235%202-2.235s2%201.075%202%202.235s-.826%202.235-2%202.235s-2-1.075-2-2.235m3.797%205.216c-.46%200-.797-.412-.797-.857q.002-.18.06-.342q.028-.08.067-.155c.363-.702%201.373-1.13%201.373-1.13s1.5.676%201.5%201.627c0%20.444-.336.857-.797.857c-.303%200-.533-.167-.68-.409a.027.027%200%200%200-.046%200c-.147.242-.377.409-.68.409%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2016.02a.996.996%200%200%200%20.8-.974c0-.743.017-1.604.065-2.325c.024-.363.054-.672.09-.907c.023-.146.042-.225.05-.258l.004-.018c.21-.37.447-.83.637-1.322c.188-.49.354-1.073.354-1.655C20%204.743%2016.2%202%2012%202S4%204.743%204%208.56c0%20.589.202%201.301.408%201.88a11%2011%200%200%200%20.706%201.591l.001.004c.005.02.019.074.033.18q.036.268.048.718c.012.415.01.884.007%201.389q-.003.351-.003.724c0%20.48.344.882.8.974v2.828c0%201.435%201.042%202.704%202.526%202.893c.991.127%202.298.259%203.474.259s2.483-.132%203.474-.259c1.484-.19%202.526-1.458%202.526-2.893zM6%208.56c0-2.33%202.467-4.573%206-4.573s6%202.242%206%204.574c0%20.235-.073.558-.222.945a8%208%200%200%201-.521%201.073c-.17.292-.24.676-.279.934c-.049.315-.084.69-.11%201.078a35%2035%200%200%200-.061%201.645c-.734.267-1.403.583-1.95%201.09c-.495.458-.837%201.02-1.092%201.707h-3.481c-.194-.653-.473-1.243-.94-1.727c-.552-.573-1.274-.902-2.14-1.12c.002-.46.003-.914-.008-1.31a9%209%200%200%200-.066-.924c-.032-.24-.093-.586-.262-.876a9%209%200%200%201-.574-1.298C6.099%209.232%206%208.79%206%208.561m2%208.237v2.05c0%20.49.346.868.782.924c.96.123%202.169.242%203.218.242c1.05%200%202.258-.12%203.218-.242a.91.91%200%200%200%20.782-.923v-1.822c-.194.262-.371.64-.533%201.253a1%201%200%200%201-.967.74h-5a1%201%200%200%201-.98-.792c-.157-.76-.322-1.17-.52-1.43%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/skull-outline-24px.svg?color=%231a73e8&size=48