skull list icon
skull-list-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- skull-list-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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="M5 18q-.425 0-.712-.288T4 17v-.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.05V17q0 .425-.288.713T10 18zm.5-6q.425 0 .713-.288T6.5 11t-.288-.712T5.5 10t-.712.288T4.5 11t.288.713T5.5 12m1.4 2h1.2q.125 0 .2-.112t.025-.238l-.6-1.2q-.075-.125-.225-.125t-.225.125l-.6 1.2q-.05.125.025.237t.2.113m2.6-2q.425 0 .713-.288T10.5 11t-.288-.712T9.5 10t-.712.288T8.5 11t.288.713T9.5 12M21 13h-5q-.425 0-.712-.288T15 12t.288-.712T16 11h5q.425 0 .713.288T22 12t-.288.713T21 13m0 4h-5q-.425 0-.712-.288T15 16t.288-.712T16 15h5q.425 0 .713.288T22 16t-.288.713T21 17m0-8h-5q-.425 0-.712-.288T15 8t.288-.712T16 7h5q.425 0 .713.288T22 8t-.288.713T21 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSkullListRounded(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="M5 18q-.425 0-.712-.288T4 17v-.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.05V17q0 .425-.288.713T10 18zm.5-6q.425 0 .713-.288T6.5 11t-.288-.712T5.5 10t-.712.288T4.5 11t.288.713T5.5 12m1.4 2h1.2q.125 0 .2-.112t.025-.238l-.6-1.2q-.075-.125-.225-.125t-.225.125l-.6 1.2q-.05.125.025.237t.2.113m2.6-2q.425 0 .713-.288T10.5 11t-.288-.712T9.5 10t-.712.288T8.5 11t.288.713T9.5 12M21 13h-5q-.425 0-.712-.288T15 12t.288-.712T16 11h5q.425 0 .713.288T22 12t-.288.713T21 13m0 4h-5q-.425 0-.712-.288T15 16t.288-.712T16 15h5q.425 0 .713.288T22 16t-.288.713T21 17m0-8h-5q-.425 0-.712-.288T15 8t.288-.712T16 7h5q.425 0 .713.288T22 8t-.288.713T21 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 18q-.425 0-.712-.288T4 17v-.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.05V17q0 .425-.288.713T10 18zm.5-6q.425 0 .713-.288T6.5 11t-.288-.712T5.5 10t-.712.288T4.5 11t.288.713T5.5 12m1.4 2h1.2q.125 0 .2-.112t.025-.238l-.6-1.2q-.075-.125-.225-.125t-.225.125l-.6 1.2q-.05.125.025.237t.2.113m2.6-2q.425 0 .713-.288T10.5 11t-.288-.712T9.5 10t-.712.288T8.5 11t.288.713T9.5 12M21 13h-5q-.425 0-.712-.288T15 12t.288-.712T16 11h5q.425 0 .713.288T22 12t-.288.713T21 13m0 4h-5q-.425 0-.712-.288T15 16t.288-.712T16 15h5q.425 0 .713.288T22 16t-.288.713T21 17m0-8h-5q-.425 0-.712-.288T15 8t.288-.712T16 7h5q.425 0 .713.288T22 8t-.288.713T21 9"/></svg> </template>
CSS
.icon-skull-list-rounded {
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%22M5%2018q-.425%200-.712-.288T4%2017v-.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.05V17q0%20.425-.288.713T10%2018zm.5-6q.425%200%20.713-.288T6.5%2011t-.288-.712T5.5%2010t-.712.288T4.5%2011t.288.713T5.5%2012m1.4%202h1.2q.125%200%20.2-.112t.025-.238l-.6-1.2q-.075-.125-.225-.125t-.225.125l-.6%201.2q-.05.125.025.237t.2.113m2.6-2q.425%200%20.713-.288T10.5%2011t-.288-.712T9.5%2010t-.712.288T8.5%2011t.288.713T9.5%2012M21%2013h-5q-.425%200-.712-.288T15%2012t.288-.712T16%2011h5q.425%200%20.713.288T22%2012t-.288.713T21%2013m0%204h-5q-.425%200-.712-.288T15%2016t.288-.712T16%2015h5q.425%200%20.713.288T22%2016t-.288.713T21%2017m0-8h-5q-.425%200-.712-.288T15%208t.288-.712T16%207h5q.425%200%20.713.288T22%208t-.288.713T21%209%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%22M5%2018q-.425%200-.712-.288T4%2017v-.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.05V17q0%20.425-.288.713T10%2018zm.5-6q.425%200%20.713-.288T6.5%2011t-.288-.712T5.5%2010t-.712.288T4.5%2011t.288.713T5.5%2012m1.4%202h1.2q.125%200%20.2-.112t.025-.238l-.6-1.2q-.075-.125-.225-.125t-.225.125l-.6%201.2q-.05.125.025.237t.2.113m2.6-2q.425%200%20.713-.288T10.5%2011t-.288-.712T9.5%2010t-.712.288T8.5%2011t.288.713T9.5%2012M21%2013h-5q-.425%200-.712-.288T15%2012t.288-.712T16%2011h5q.425%200%20.713.288T22%2012t-.288.713T21%2013m0%204h-5q-.425%200-.712-.288T15%2016t.288-.712T16%2015h5q.425%200%20.713.288T22%2016t-.288.713T21%2017m0-8h-5q-.425%200-.712-.288T15%208t.288-.712T16%207h5q.425%200%20.713.288T22%208t-.288.713T21%209%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-rounded.svg?color=%231a73e8&size=48