mouth-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
mouth-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the mouth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M2.5 11c4 2 15 2 19 0m.5 0c0 .502-3.5 6-10 6S2 11.502 2 11c0-.5 3.633-3.867 7.111-3.999c1.113-.042 2.195 1 2.889 1s1.776-1.042 2.889-1c3.478.132 7.111 3.499 7.111 4Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteMouthLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M2.5 11c4 2 15 2 19 0m.5 0c0 .502-3.5 6-10 6S2 11.502 2 11c0-.5 3.633-3.867 7.111-3.999c1.113-.042 2.195 1 2.889 1s1.776-1.042 2.889-1c3.478.132 7.111 3.499 7.111 4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M2.5 11c4 2 15 2 19 0m.5 0c0 .502-3.5 6-10 6S2 11.502 2 11c0-.5 3.633-3.867 7.111-3.999c1.113-.042 2.195 1 2.889 1s1.776-1.042 2.889-1c3.478.132 7.111 3.499 7.111 4Z"/></svg>
</template>

CSS

.icon-mouth-line {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M2.5%2011c4%202%2015%202%2019%200m.5%200c0%20.502-3.5%206-10%206S2%2011.502%202%2011c0-.5%203.633-3.867%207.111-3.999c1.113-.042%202.195%201%202.889%201s1.776-1.042%202.889-1c3.478.132%207.111%203.499%207.111%204Z%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M2.5%2011c4%202%2015%202%2019%200m.5%200c0%20.502-3.5%206-10%206S2%2011.502%202%2011c0-.5%203.633-3.867%207.111-3.999c1.113-.042%202.195%201%202.889%201s1.776-1.042%202.889-1c3.478.132%207.111%203.499%207.111%204Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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