monster from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
monster
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the monster icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M16.5 11.5c0 1.933-2.015 3.5-4.5 3.5s-4.5-1.567-4.5-3.5S9.515 8 12 8s4.5 1.567 4.5 3.5ZM14 18c-.515.31-1.221.5-2 .5s-1.485-.19-2-.5"/><path d="M12 4a8.5 8.5 0 0 0-6.521 13.953c.59.705 1.021 1.559 1.021 2.479c0 .866.702 1.568 1.568 1.568h7.864c.866 0 1.568-.702 1.568-1.568c0-.92.43-1.774 1.021-2.48A8.5 8.5 0 0 0 12 4Z"/><path d="M16 5c.167-.9 1-2.76 3-3M8 5c-.167-.9-1-2.76-3-3"/><path stroke-linejoin="round" d="M12.125 11.5H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMonster(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M16.5 11.5c0 1.933-2.015 3.5-4.5 3.5s-4.5-1.567-4.5-3.5S9.515 8 12 8s4.5 1.567 4.5 3.5ZM14 18c-.515.31-1.221.5-2 .5s-1.485-.19-2-.5"/><path d="M12 4a8.5 8.5 0 0 0-6.521 13.953c.59.705 1.021 1.559 1.021 2.479c0 .866.702 1.568 1.568 1.568h7.864c.866 0 1.568-.702 1.568-1.568c0-.92.43-1.774 1.021-2.48A8.5 8.5 0 0 0 12 4Z"/><path d="M16 5c.167-.9 1-2.76 3-3M8 5c-.167-.9-1-2.76-3-3"/><path strokeLinejoin="round" d="M12.125 11.5H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M16.5 11.5c0 1.933-2.015 3.5-4.5 3.5s-4.5-1.567-4.5-3.5S9.515 8 12 8s4.5 1.567 4.5 3.5ZM14 18c-.515.31-1.221.5-2 .5s-1.485-.19-2-.5"/><path d="M12 4a8.5 8.5 0 0 0-6.521 13.953c.59.705 1.021 1.559 1.021 2.479c0 .866.702 1.568 1.568 1.568h7.864c.866 0 1.568-.702 1.568-1.568c0-.92.43-1.774 1.021-2.48A8.5 8.5 0 0 0 12 4Z"/><path d="M16 5c.167-.9 1-2.76 3-3M8 5c-.167-.9-1-2.76-3-3"/><path stroke-linejoin="round" d="M12.125 11.5H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-monster {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.5%2011.5c0%201.933-2.015%203.5-4.5%203.5s-4.5-1.567-4.5-3.5S9.515%208%2012%208s4.5%201.567%204.5%203.5ZM14%2018c-.515.31-1.221.5-2%20.5s-1.485-.19-2-.5%22%2F%3E%3Cpath%20d%3D%22M12%204a8.5%208.5%200%200%200-6.521%2013.953c.59.705%201.021%201.559%201.021%202.479c0%20.866.702%201.568%201.568%201.568h7.864c.866%200%201.568-.702%201.568-1.568c0-.92.43-1.774%201.021-2.48A8.5%208.5%200%200%200%2012%204Z%22%2F%3E%3Cpath%20d%3D%22M16%205c.167-.9%201-2.76%203-3M8%205c-.167-.9-1-2.76-3-3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.125%2011.5H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.5%2011.5c0%201.933-2.015%203.5-4.5%203.5s-4.5-1.567-4.5-3.5S9.515%208%2012%208s4.5%201.567%204.5%203.5ZM14%2018c-.515.31-1.221.5-2%20.5s-1.485-.19-2-.5%22%2F%3E%3Cpath%20d%3D%22M12%204a8.5%208.5%200%200%200-6.521%2013.953c.59.705%201.021%201.559%201.021%202.479c0%20.866.702%201.568%201.568%201.568h7.864c.866%200%201.568-.702%201.568-1.568c0-.92.43-1.774%201.021-2.48A8.5%208.5%200%200%200%2012%204Z%22%2F%3E%3Cpath%20d%3D%22M16%205c.167-.9%201-2.76%203-3M8%205c-.167-.9-1-2.76-3-3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.125%2011.5H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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