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

Name
user-star-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 star 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="M11 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 11c-2.395 0-4.575.694-6.178 1.672c-.8.488-1.484 1.064-1.978 1.69C2.358 16.976 2 17.713 2 18.5c0 .845.411 1.511 1.003 1.986c.56.45 1.299.748 2.084.956C6.665 21.859 8.771 22 11 22q.346 0 .685-.005a1 1 0 0 0 .89-1.428A6 6 0 0 1 12 18c0-1.252.383-2.412 1.037-3.373a1 1 0 0 0-.72-1.557Q11.67 13 11 13m7.864.997a1 1 0 0 0-1.728 0l-.91 1.562l-1.766.382a1 1 0 0 0-.534 1.644l1.204 1.348l-.182 1.798a1 1 0 0 0 1.398 1.016l1.654-.73l1.654.73a1 1 0 0 0 1.398-1.016l-.182-1.799l1.204-1.347a1 1 0 0 0-.534-1.644l-1.766-.382z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteUserStarFill(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="M11 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 11c-2.395 0-4.575.694-6.178 1.672c-.8.488-1.484 1.064-1.978 1.69C2.358 16.976 2 17.713 2 18.5c0 .845.411 1.511 1.003 1.986c.56.45 1.299.748 2.084.956C6.665 21.859 8.771 22 11 22q.346 0 .685-.005a1 1 0 0 0 .89-1.428A6 6 0 0 1 12 18c0-1.252.383-2.412 1.037-3.373a1 1 0 0 0-.72-1.557Q11.67 13 11 13m7.864.997a1 1 0 0 0-1.728 0l-.91 1.562l-1.766.382a1 1 0 0 0-.534 1.644l1.204 1.348l-.182 1.798a1 1 0 0 0 1.398 1.016l1.654-.73l1.654.73a1 1 0 0 0 1.398-1.016l-.182-1.799l1.204-1.347a1 1 0 0 0-.534-1.644l-1.766-.382z" 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="M11 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 11c-2.395 0-4.575.694-6.178 1.672c-.8.488-1.484 1.064-1.978 1.69C2.358 16.976 2 17.713 2 18.5c0 .845.411 1.511 1.003 1.986c.56.45 1.299.748 2.084.956C6.665 21.859 8.771 22 11 22q.346 0 .685-.005a1 1 0 0 0 .89-1.428A6 6 0 0 1 12 18c0-1.252.383-2.412 1.037-3.373a1 1 0 0 0-.72-1.557Q11.67 13 11 13m7.864.997a1 1 0 0 0-1.728 0l-.91 1.562l-1.766.382a1 1 0 0 0-.534 1.644l1.204 1.348l-.182 1.798a1 1 0 0 0 1.398 1.016l1.654-.73l1.654.73a1 1 0 0 0 1.398-1.016l-.182-1.799l1.204-1.347a1 1 0 0 0-.534-1.644l-1.766-.382z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-user-star-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%22M11%202a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m0%2011c-2.395%200-4.575.694-6.178%201.672c-.8.488-1.484%201.064-1.978%201.69C2.358%2016.976%202%2017.713%202%2018.5c0%20.845.411%201.511%201.003%201.986c.56.45%201.299.748%202.084.956C6.665%2021.859%208.771%2022%2011%2022q.346%200%20.685-.005a1%201%200%200%200%20.89-1.428A6%206%200%200%201%2012%2018c0-1.252.383-2.412%201.037-3.373a1%201%200%200%200-.72-1.557Q11.67%2013%2011%2013m7.864.997a1%201%200%200%200-1.728%200l-.91%201.562l-1.766.382a1%201%200%200%200-.534%201.644l1.204%201.348l-.182%201.798a1%201%200%200%200%201.398%201.016l1.654-.73l1.654.73a1%201%200%200%200%201.398-1.016l-.182-1.799l1.204-1.347a1%201%200%200%200-.534-1.644l-1.766-.382z%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%22M11%202a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m0%2011c-2.395%200-4.575.694-6.178%201.672c-.8.488-1.484%201.064-1.978%201.69C2.358%2016.976%202%2017.713%202%2018.5c0%20.845.411%201.511%201.003%201.986c.56.45%201.299.748%202.084.956C6.665%2021.859%208.771%2022%2011%2022q.346%200%20.685-.005a1%201%200%200%200%20.89-1.428A6%206%200%200%201%2012%2018c0-1.252.383-2.412%201.037-3.373a1%201%200%200%200-.72-1.557Q11.67%2013%2011%2013m7.864.997a1%201%200%200%200-1.728%200l-.91%201.562l-1.766.382a1%201%200%200%200-.534%201.644l1.204%201.348l-.182%201.798a1%201%200%200%200%201.398%201.016l1.654-.73l1.654.73a1%201%200%200%200%201.398-1.016l-.182-1.799l1.204-1.347a1%201%200%200%200-.534-1.644l-1.766-.382z%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-star-fill.svg?color=%231a73e8&size=48