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

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

The same icon in other sets

Use the mochi 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" d="M19 21c1.751-.68 3-1.978 3-4.223C22 13.02 18.5 9 15 9s-7 4.019-7 7.777C8 19.022 9.249 20.32 11 21"/><path d="M16 9.01C15.47 5.458 12.254 2 9.038 2C5.518 2 2 6.14 2 10.01c0 3.6 3.042 4.834 6.298 4.99"/><path stroke-linecap="round" stroke-linejoin="round" d="m7.5 5l-1 1m4-1l1 1"/><path d="M15 12c2 0 4 2.226 4 4.308c0 1.248-.848 1.967-1.905 2.343c-.45.16-.793.56-.793 1.037v1.03a1.282 1.282 0 0 1-2.564 0v-1.03c0-.478-.342-.877-.793-1.035c-1.07-.376-1.945-1.095-1.945-2.345C11 14.226 13 12 15 12Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMochi(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" d="M19 21c1.751-.68 3-1.978 3-4.223C22 13.02 18.5 9 15 9s-7 4.019-7 7.777C8 19.022 9.249 20.32 11 21"/><path d="M16 9.01C15.47 5.458 12.254 2 9.038 2C5.518 2 2 6.14 2 10.01c0 3.6 3.042 4.834 6.298 4.99"/><path strokeLinecap="round" strokeLinejoin="round" d="m7.5 5l-1 1m4-1l1 1"/><path d="M15 12c2 0 4 2.226 4 4.308c0 1.248-.848 1.967-1.905 2.343c-.45.16-.793.56-.793 1.037v1.03a1.282 1.282 0 0 1-2.564 0v-1.03c0-.478-.342-.877-.793-1.035c-1.07-.376-1.945-1.095-1.945-2.345C11 14.226 13 12 15 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" d="M19 21c1.751-.68 3-1.978 3-4.223C22 13.02 18.5 9 15 9s-7 4.019-7 7.777C8 19.022 9.249 20.32 11 21"/><path d="M16 9.01C15.47 5.458 12.254 2 9.038 2C5.518 2 2 6.14 2 10.01c0 3.6 3.042 4.834 6.298 4.99"/><path stroke-linecap="round" stroke-linejoin="round" d="m7.5 5l-1 1m4-1l1 1"/><path d="M15 12c2 0 4 2.226 4 4.308c0 1.248-.848 1.967-1.905 2.343c-.45.16-.793.56-.793 1.037v1.03a1.282 1.282 0 0 1-2.564 0v-1.03c0-.478-.342-.877-.793-1.035c-1.07-.376-1.945-1.095-1.945-2.345C11 14.226 13 12 15 12Z"/></g></svg>
</template>

CSS

.icon-mochi {
  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%20d%3D%22M19%2021c1.751-.68%203-1.978%203-4.223C22%2013.02%2018.5%209%2015%209s-7%204.019-7%207.777C8%2019.022%209.249%2020.32%2011%2021%22%2F%3E%3Cpath%20d%3D%22M16%209.01C15.47%205.458%2012.254%202%209.038%202C5.518%202%202%206.14%202%2010.01c0%203.6%203.042%204.834%206.298%204.99%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.5%205l-1%201m4-1l1%201%22%2F%3E%3Cpath%20d%3D%22M15%2012c2%200%204%202.226%204%204.308c0%201.248-.848%201.967-1.905%202.343c-.45.16-.793.56-.793%201.037v1.03a1.282%201.282%200%200%201-2.564%200v-1.03c0-.478-.342-.877-.793-1.035c-1.07-.376-1.945-1.095-1.945-2.345C11%2014.226%2013%2012%2015%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%20d%3D%22M19%2021c1.751-.68%203-1.978%203-4.223C22%2013.02%2018.5%209%2015%209s-7%204.019-7%207.777C8%2019.022%209.249%2020.32%2011%2021%22%2F%3E%3Cpath%20d%3D%22M16%209.01C15.47%205.458%2012.254%202%209.038%202C5.518%202%202%206.14%202%2010.01c0%203.6%203.042%204.834%206.298%204.99%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.5%205l-1%201m4-1l1%201%22%2F%3E%3Cpath%20d%3D%22M15%2012c2%200%204%202.226%204%204.308c0%201.248-.848%201.967-1.905%202.343c-.45.16-.793.56-.793%201.037v1.03a1.282%201.282%200%200%201-2.564%200v-1.03c0-.478-.342-.877-.793-1.035c-1.07-.376-1.945-1.095-1.945-2.345C11%2014.226%2013%2012%2015%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/mochi.svg?color=%231a73e8&size=48