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

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

The same icon in other sets

Use the laugh 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="M6.996 9.5a1.5 1.5 0 0 1 3 0m4 0a1.5 1.5 0 0 1 3 0"/><path d="M13.995 14c.962 0 1.443 0 1.734.49s.12.803-.223 1.428a3.999 3.999 0 0 1-7.022 0c-.342-.625-.513-.938-.223-1.428S9.033 14 9.995 14z"/><circle cx="11.996" cy="12" r="10"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLaugh(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="M6.996 9.5a1.5 1.5 0 0 1 3 0m4 0a1.5 1.5 0 0 1 3 0"/><path d="M13.995 14c.962 0 1.443 0 1.734.49s.12.803-.223 1.428a3.999 3.999 0 0 1-7.022 0c-.342-.625-.513-.938-.223-1.428S9.033 14 9.995 14z"/><circle cx="11.996" cy="12" r="10"/></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="M6.996 9.5a1.5 1.5 0 0 1 3 0m4 0a1.5 1.5 0 0 1 3 0"/><path d="M13.995 14c.962 0 1.443 0 1.734.49s.12.803-.223 1.428a3.999 3.999 0 0 1-7.022 0c-.342-.625-.513-.938-.223-1.428S9.033 14 9.995 14z"/><circle cx="11.996" cy="12" r="10"/></g></svg>
</template>

CSS

.icon-laugh {
  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%22M6.996%209.5a1.5%201.5%200%200%201%203%200m4%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20d%3D%22M13.995%2014c.962%200%201.443%200%201.734.49s.12.803-.223%201.428a3.999%203.999%200%200%201-7.022%200c-.342-.625-.513-.938-.223-1.428S9.033%2014%209.995%2014z%22%2F%3E%3Ccircle%20cx%3D%2211.996%22%20cy%3D%2212%22%20r%3D%2210%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%22M6.996%209.5a1.5%201.5%200%200%201%203%200m4%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20d%3D%22M13.995%2014c.962%200%201.443%200%201.734.49s.12.803-.223%201.428a3.999%203.999%200%200%201-7.022%200c-.342-.625-.513-.938-.223-1.428S9.033%2014%209.995%2014z%22%2F%3E%3Ccircle%20cx%3D%2211.996%22%20cy%3D%2212%22%20r%3D%2210%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/laugh.svg?color=%231a73e8&size=48