skull-list from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
skull-list
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
skull-list-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the skull list icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18v-1.95q-1.35-.8-2.175-2.137T1 11q0-2.575 1.925-4.288T7.5 5t4.575 1.713T14 11q0 1.575-.825 2.913T11 16.05V18zm1.5-6q.425 0 .713-.288T6.5 11t-.288-.712T5.5 10t-.712.288T4.5 11t.288.713T5.5 12m1 2h2l-1-2zm3-2q.425 0 .713-.288T10.5 11t-.288-.712T9.5 10t-.712.288T8.5 11t.288.713T9.5 12m5.5 1v-2h7v2zm0 4v-2h7v2zm0-8V7h7v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSkullList(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="M4 18v-1.95q-1.35-.8-2.175-2.137T1 11q0-2.575 1.925-4.288T7.5 5t4.575 1.713T14 11q0 1.575-.825 2.913T11 16.05V18zm1.5-6q.425 0 .713-.288T6.5 11t-.288-.712T5.5 10t-.712.288T4.5 11t.288.713T5.5 12m1 2h2l-1-2zm3-2q.425 0 .713-.288T10.5 11t-.288-.712T9.5 10t-.712.288T8.5 11t.288.713T9.5 12m5.5 1v-2h7v2zm0 4v-2h7v2zm0-8V7h7v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18v-1.95q-1.35-.8-2.175-2.137T1 11q0-2.575 1.925-4.288T7.5 5t4.575 1.713T14 11q0 1.575-.825 2.913T11 16.05V18zm1.5-6q.425 0 .713-.288T6.5 11t-.288-.712T5.5 10t-.712.288T4.5 11t.288.713T5.5 12m1 2h2l-1-2zm3-2q.425 0 .713-.288T10.5 11t-.288-.712T9.5 10t-.712.288T8.5 11t.288.713T9.5 12m5.5 1v-2h7v2zm0 4v-2h7v2zm0-8V7h7v2z"/></svg>
</template>

CSS

.icon-skull-list {
  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%22M4%2018v-1.95q-1.35-.8-2.175-2.137T1%2011q0-2.575%201.925-4.288T7.5%205t4.575%201.713T14%2011q0%201.575-.825%202.913T11%2016.05V18zm1.5-6q.425%200%20.713-.288T6.5%2011t-.288-.712T5.5%2010t-.712.288T4.5%2011t.288.713T5.5%2012m1%202h2l-1-2zm3-2q.425%200%20.713-.288T10.5%2011t-.288-.712T9.5%2010t-.712.288T8.5%2011t.288.713T9.5%2012m5.5%201v-2h7v2zm0%204v-2h7v2zm0-8V7h7v2z%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%22M4%2018v-1.95q-1.35-.8-2.175-2.137T1%2011q0-2.575%201.925-4.288T7.5%205t4.575%201.713T14%2011q0%201.575-.825%202.913T11%2016.05V18zm1.5-6q.425%200%20.713-.288T6.5%2011t-.288-.712T5.5%2010t-.712.288T4.5%2011t.288.713T5.5%2012m1%202h2l-1-2zm3-2q.425%200%20.713-.288T10.5%2011t-.288-.712T9.5%2010t-.712.288T8.5%2011t.288.713T9.5%2012m5.5%201v-2h7v2zm0%204v-2h7v2zm0-8V7h7v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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