dim sum 02 icon

dim-sum-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
dim-sum-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the dim sum 02 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m7.5 11.5l-.5 1m3.5-1l.5 1m5.5-6l.5 1"/><path d="M9 22c3.866 0 7-2.686 7-6c0-1.402-.56-2.87-1.5-4.097C12.562 9.575 12.004 7.803 12 7c-.059 1.607-2.015 2.477-3 1c-.985 1.477-2.941.607-3-1c-.003.802-.562 2.575-2.5 4.903C2.56 13.13 2 14.598 2 16c0 3.314 3.134 6 7 6Z"/><path stroke-linecap="round" d="M11 5.016C11.834 3.623 12.11 2.57 12.112 2c.059 1.616 1.993 2.49 2.967 1.005c.973 1.486 2.908.611 2.966-1.005c.003.807.556 2.589 2.472 4.93C21.446 8.163 22 9.64 22 11.048c0 2.05-1.173 3.86-2.966 4.951"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDimSum02(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="m7.5 11.5l-.5 1m3.5-1l.5 1m5.5-6l.5 1"/><path d="M9 22c3.866 0 7-2.686 7-6c0-1.402-.56-2.87-1.5-4.097C12.562 9.575 12.004 7.803 12 7c-.059 1.607-2.015 2.477-3 1c-.985 1.477-2.941.607-3-1c-.003.802-.562 2.575-2.5 4.903C2.56 13.13 2 14.598 2 16c0 3.314 3.134 6 7 6Z"/><path strokeLinecap="round" d="M11 5.016C11.834 3.623 12.11 2.57 12.112 2c.059 1.616 1.993 2.49 2.967 1.005c.973 1.486 2.908.611 2.966-1.005c.003.807.556 2.589 2.472 4.93C21.446 8.163 22 9.64 22 11.048c0 2.05-1.173 3.86-2.966 4.951"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m7.5 11.5l-.5 1m3.5-1l.5 1m5.5-6l.5 1"/><path d="M9 22c3.866 0 7-2.686 7-6c0-1.402-.56-2.87-1.5-4.097C12.562 9.575 12.004 7.803 12 7c-.059 1.607-2.015 2.477-3 1c-.985 1.477-2.941.607-3-1c-.003.802-.562 2.575-2.5 4.903C2.56 13.13 2 14.598 2 16c0 3.314 3.134 6 7 6Z"/><path stroke-linecap="round" d="M11 5.016C11.834 3.623 12.11 2.57 12.112 2c.059 1.616 1.993 2.49 2.967 1.005c.973 1.486 2.908.611 2.966-1.005c.003.807.556 2.589 2.472 4.93C21.446 8.163 22 9.64 22 11.048c0 2.05-1.173 3.86-2.966 4.951"/></g></svg>
</template>

CSS

.icon-dim-sum-02 {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m7.5%2011.5l-.5%201m3.5-1l.5%201m5.5-6l.5%201%22%2F%3E%3Cpath%20d%3D%22M9%2022c3.866%200%207-2.686%207-6c0-1.402-.56-2.87-1.5-4.097C12.562%209.575%2012.004%207.803%2012%207c-.059%201.607-2.015%202.477-3%201c-.985%201.477-2.941.607-3-1c-.003.802-.562%202.575-2.5%204.903C2.56%2013.13%202%2014.598%202%2016c0%203.314%203.134%206%207%206Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%205.016C11.834%203.623%2012.11%202.57%2012.112%202c.059%201.616%201.993%202.49%202.967%201.005c.973%201.486%202.908.611%202.966-1.005c.003.807.556%202.589%202.472%204.93C21.446%208.163%2022%209.64%2022%2011.048c0%202.05-1.173%203.86-2.966%204.951%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m7.5%2011.5l-.5%201m3.5-1l.5%201m5.5-6l.5%201%22%2F%3E%3Cpath%20d%3D%22M9%2022c3.866%200%207-2.686%207-6c0-1.402-.56-2.87-1.5-4.097C12.562%209.575%2012.004%207.803%2012%207c-.059%201.607-2.015%202.477-3%201c-.985%201.477-2.941.607-3-1c-.003.802-.562%202.575-2.5%204.903C2.56%2013.13%202%2014.598%202%2016c0%203.314%203.134%206%207%206Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%205.016C11.834%203.623%2012.11%202.57%2012.112%202c.059%201.616%201.993%202.49%202.967%201.005c.973%201.486%202.908.611%202.966-1.005c.003.807.556%202.589%202.472%204.93C21.446%208.163%2022%209.64%2022%2011.048c0%202.05-1.173%203.86-2.966%204.951%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/dim-sum-02.svg?color=%231a73e8&size=48