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

Name
user-5-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 user 5 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="M9.62 2.391C10.339 2.191 11.216 2 12 2s1.661.19 2.38.391C16.043 2.854 17 4.41 17 5.997v4.006c0 1.588-.957 3.143-2.62 3.606c-.719.2-1.596.391-2.38.391s-1.661-.19-2.38-.391C7.957 13.146 7 11.591 7 10.003V5.997c0-1.587.957-3.143 2.62-3.606M2.65 17.272A3 3 0 0 1 5.561 15H10a1 1 0 0 1 .707.293L12 16.586l1.293-1.293A1 1 0 0 1 14 15h4.438a3 3 0 0 1 2.91 2.272l.622 2.486A1 1 0 0 1 21 21H3a1 1 0 0 1-.97-1.242z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteUser5Fill(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="M9.62 2.391C10.339 2.191 11.216 2 12 2s1.661.19 2.38.391C16.043 2.854 17 4.41 17 5.997v4.006c0 1.588-.957 3.143-2.62 3.606c-.719.2-1.596.391-2.38.391s-1.661-.19-2.38-.391C7.957 13.146 7 11.591 7 10.003V5.997c0-1.587.957-3.143 2.62-3.606M2.65 17.272A3 3 0 0 1 5.561 15H10a1 1 0 0 1 .707.293L12 16.586l1.293-1.293A1 1 0 0 1 14 15h4.438a3 3 0 0 1 2.91 2.272l.622 2.486A1 1 0 0 1 21 21H3a1 1 0 0 1-.97-1.242z" 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="M9.62 2.391C10.339 2.191 11.216 2 12 2s1.661.19 2.38.391C16.043 2.854 17 4.41 17 5.997v4.006c0 1.588-.957 3.143-2.62 3.606c-.719.2-1.596.391-2.38.391s-1.661-.19-2.38-.391C7.957 13.146 7 11.591 7 10.003V5.997c0-1.587.957-3.143 2.62-3.606M2.65 17.272A3 3 0 0 1 5.561 15H10a1 1 0 0 1 .707.293L12 16.586l1.293-1.293A1 1 0 0 1 14 15h4.438a3 3 0 0 1 2.91 2.272l.622 2.486A1 1 0 0 1 21 21H3a1 1 0 0 1-.97-1.242z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-user-5-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%22M9.62%202.391C10.339%202.191%2011.216%202%2012%202s1.661.19%202.38.391C16.043%202.854%2017%204.41%2017%205.997v4.006c0%201.588-.957%203.143-2.62%203.606c-.719.2-1.596.391-2.38.391s-1.661-.19-2.38-.391C7.957%2013.146%207%2011.591%207%2010.003V5.997c0-1.587.957-3.143%202.62-3.606M2.65%2017.272A3%203%200%200%201%205.561%2015H10a1%201%200%200%201%20.707.293L12%2016.586l1.293-1.293A1%201%200%200%201%2014%2015h4.438a3%203%200%200%201%202.91%202.272l.622%202.486A1%201%200%200%201%2021%2021H3a1%201%200%200%201-.97-1.242z%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%22M9.62%202.391C10.339%202.191%2011.216%202%2012%202s1.661.19%202.38.391C16.043%202.854%2017%204.41%2017%205.997v4.006c0%201.588-.957%203.143-2.62%203.606c-.719.2-1.596.391-2.38.391s-1.661-.19-2.38-.391C7.957%2013.146%207%2011.591%207%2010.003V5.997c0-1.587.957-3.143%202.62-3.606M2.65%2017.272A3%203%200%200%201%205.561%2015H10a1%201%200%200%201%20.707.293L12%2016.586l1.293-1.293A1%201%200%200%201%2014%2015h4.438a3%203%200%200%201%202.91%202.272l.622%202.486A1%201%200%200%201%2021%2021H3a1%201%200%200%201-.97-1.242z%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/user-5-fill.svg?color=%231a73e8&size=48