face-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
face-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the face icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.356 4.164C7.726 2.784 9.622 2 12 2s4.273.785 5.644 2.164c1.156 1.163 1.88 2.69 2.25 4.373q.083.015.164.038c.869.232 1.429.916 1.702 1.65c.273.736.299 1.605.073 2.449c-.317 1.183-1.165 2.35-2.402 2.665C18.079 18.59 15.086 21 12 21s-6.08-2.412-7.431-5.662c-1.235-.317-2.081-1.483-2.398-2.664c-.226-.844-.2-1.713.073-2.45c.273-.733.833-1.417 1.702-1.65q.08-.021.16-.036c.37-1.684 1.094-3.21 2.25-4.374" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFaceFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M6.356 4.164C7.726 2.784 9.622 2 12 2s4.273.785 5.644 2.164c1.156 1.163 1.88 2.69 2.25 4.373q.083.015.164.038c.869.232 1.429.916 1.702 1.65c.273.736.299 1.605.073 2.449c-.317 1.183-1.165 2.35-2.402 2.665C18.079 18.59 15.086 21 12 21s-6.08-2.412-7.431-5.662c-1.235-.317-2.081-1.483-2.398-2.664c-.226-.844-.2-1.713.073-2.45c.273-.733.833-1.417 1.702-1.65q.08-.021.16-.036c.37-1.684 1.094-3.21 2.25-4.374" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.356 4.164C7.726 2.784 9.622 2 12 2s4.273.785 5.644 2.164c1.156 1.163 1.88 2.69 2.25 4.373q.083.015.164.038c.869.232 1.429.916 1.702 1.65c.273.736.299 1.605.073 2.449c-.317 1.183-1.165 2.35-2.402 2.665C18.079 18.59 15.086 21 12 21s-6.08-2.412-7.431-5.662c-1.235-.317-2.081-1.483-2.398-2.664c-.226-.844-.2-1.713.073-2.45c.273-.733.833-1.417 1.702-1.65q.08-.021.16-.036c.37-1.684 1.094-3.21 2.25-4.374" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-face-fill {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.356%204.164C7.726%202.784%209.622%202%2012%202s4.273.785%205.644%202.164c1.156%201.163%201.88%202.69%202.25%204.373q.083.015.164.038c.869.232%201.429.916%201.702%201.65c.273.736.299%201.605.073%202.449c-.317%201.183-1.165%202.35-2.402%202.665C18.079%2018.59%2015.086%2021%2012%2021s-6.08-2.412-7.431-5.662c-1.235-.317-2.081-1.483-2.398-2.664c-.226-.844-.2-1.713.073-2.45c.273-.733.833-1.417%201.702-1.65q.08-.021.16-.036c.37-1.684%201.094-3.21%202.25-4.374%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.356%204.164C7.726%202.784%209.622%202%2012%202s4.273.785%205.644%202.164c1.156%201.163%201.88%202.69%202.25%204.373q.083.015.164.038c.869.232%201.429.916%201.702%201.65c.273.736.299%201.605.073%202.449c-.317%201.183-1.165%202.35-2.402%202.665C18.079%2018.59%2015.086%2021%2012%2021s-6.08-2.412-7.431-5.662c-1.235-.317-2.081-1.483-2.398-2.664c-.226-.844-.2-1.713.073-2.45c.273-.733.833-1.417%201.702-1.65q.08-.021.16-.036c.37-1.684%201.094-3.21%202.25-4.374%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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