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

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

1 other variant in MingCute Icon

Use the beard 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-linejoin="round" stroke-width="2" d="M2 10.472c2.678 1.301 5.08-.17 6.714-1.472c2.286-1.822 4.198 1.113 2.781 3.522C9.385 16.11 3.32 16.11 2 10.472Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M21.961 10.472c-2.678 1.301-5.08-.17-6.714-1.472c-2.286-1.822-4.198 1.113-2.781 3.522c2.11 3.588 8.176 3.588 9.495-2.05Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBeardLine(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" strokeLinejoin="round" strokeWidth="2" d="M2 10.472c2.678 1.301 5.08-.17 6.714-1.472c2.286-1.822 4.198 1.113 2.781 3.522C9.385 16.11 3.32 16.11 2 10.472Z"/><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M21.961 10.472c-2.678 1.301-5.08-.17-6.714-1.472c-2.286-1.822-4.198 1.113-2.781 3.522c2.11 3.588 8.176 3.588 9.495-2.05Z"/></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-linejoin="round" stroke-width="2" d="M2 10.472c2.678 1.301 5.08-.17 6.714-1.472c2.286-1.822 4.198 1.113 2.781 3.522C9.385 16.11 3.32 16.11 2 10.472Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M21.961 10.472c-2.678 1.301-5.08-.17-6.714-1.472c-2.286-1.822-4.198 1.113-2.781 3.522c2.11 3.588 8.176 3.588 9.495-2.05Z"/></svg>
</template>

CSS

.icon-beard-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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M2%2010.472c2.678%201.301%205.08-.17%206.714-1.472c2.286-1.822%204.198%201.113%202.781%203.522C9.385%2016.11%203.32%2016.11%202%2010.472Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M21.961%2010.472c-2.678%201.301-5.08-.17-6.714-1.472c-2.286-1.822-4.198%201.113-2.781%203.522c2.11%203.588%208.176%203.588%209.495-2.05Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M2%2010.472c2.678%201.301%205.08-.17%206.714-1.472c2.286-1.822%204.198%201.113%202.781%203.522C9.385%2016.11%203.32%2016.11%202%2010.472Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M21.961%2010.472c-2.678%201.301-5.08-.17-6.714-1.472c-2.286-1.822-4.198%201.113-2.781%203.522c2.11%203.588%208.176%203.588%209.495-2.05Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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