pacman 01 icon

pacman-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
pacman-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the pacman 01 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M22 12h-.009m-3.982 0H18m-7.488-4.5h-.01"/><path d="M2 12c0 4.97 3.943 9 8.806 9c2.467 0 4.697-1.037 6.296-2.707c.64-.67.96-1.004.888-1.551c-.073-.547-.537-.821-1.465-1.369l-.758-.447c-2.203-1.3-3.305-1.95-3.305-2.926s1.102-1.627 3.305-2.926l.758-.448c.928-.547 1.392-.82 1.465-1.368c.073-.547-.247-.882-.888-1.551C15.503 4.037 13.273 3 10.806 3C5.943 3 2 7.03 2 12Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPacman01(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M22 12h-.009m-3.982 0H18m-7.488-4.5h-.01"/><path d="M2 12c0 4.97 3.943 9 8.806 9c2.467 0 4.697-1.037 6.296-2.707c.64-.67.96-1.004.888-1.551c-.073-.547-.537-.821-1.465-1.369l-.758-.447c-2.203-1.3-3.305-1.95-3.305-2.926s1.102-1.627 3.305-2.926l.758-.448c.928-.547 1.392-.82 1.465-1.368c.073-.547-.247-.882-.888-1.551C15.503 4.037 13.273 3 10.806 3C5.943 3 2 7.03 2 12Z"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M22 12h-.009m-3.982 0H18m-7.488-4.5h-.01"/><path d="M2 12c0 4.97 3.943 9 8.806 9c2.467 0 4.697-1.037 6.296-2.707c.64-.67.96-1.004.888-1.551c-.073-.547-.537-.821-1.465-1.369l-.758-.447c-2.203-1.3-3.305-1.95-3.305-2.926s1.102-1.627 3.305-2.926l.758-.448c.928-.547 1.392-.82 1.465-1.368c.073-.547-.247-.882-.888-1.551C15.503 4.037 13.273 3 10.806 3C5.943 3 2 7.03 2 12Z"/></g></svg>
</template>

CSS

.icon-pacman-01 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2012h-.009m-3.982%200H18m-7.488-4.5h-.01%22%2F%3E%3Cpath%20d%3D%22M2%2012c0%204.97%203.943%209%208.806%209c2.467%200%204.697-1.037%206.296-2.707c.64-.67.96-1.004.888-1.551c-.073-.547-.537-.821-1.465-1.369l-.758-.447c-2.203-1.3-3.305-1.95-3.305-2.926s1.102-1.627%203.305-2.926l.758-.448c.928-.547%201.392-.82%201.465-1.368c.073-.547-.247-.882-.888-1.551C15.503%204.037%2013.273%203%2010.806%203C5.943%203%202%207.03%202%2012Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2012h-.009m-3.982%200H18m-7.488-4.5h-.01%22%2F%3E%3Cpath%20d%3D%22M2%2012c0%204.97%203.943%209%208.806%209c2.467%200%204.697-1.037%206.296-2.707c.64-.67.96-1.004.888-1.551c-.073-.547-.537-.821-1.465-1.369l-.758-.447c-2.203-1.3-3.305-1.95-3.305-2.926s1.102-1.627%203.305-2.926l.758-.448c.928-.547%201.392-.82%201.465-1.368c.073-.547-.247-.882-.888-1.551C15.503%204.037%2013.273%203%2010.806%203C5.943%203%202%207.03%202%2012Z%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/pacman-01.svg?color=%231a73e8&size=48