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

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

1 other variant in MingCute Icon

Use the mingcute icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.787 4.585a.55.55 0 0 1 .795-.461L8.015 6.34a.55.55 0 0 1 .304.515l-.43 10.309a.55.55 0 0 1-.319.476l-4.823 2.226a.55.55 0 0 1-.78-.53zm18.426 0a.55.55 0 0 0-.795-.461L15.985 6.34a.55.55 0 0 0-.303.515l.43 10.309a.55.55 0 0 0 .318.476l4.823 2.226a.55.55 0 0 0 .78-.53zM9.222 7.208a.458.458 0 0 1 .663-.391l1.705.853a.92.92 0 0 0 .82 0l1.706-.853a.457.457 0 0 1 .662.391l.41 10.255a.92.92 0 0 1-.383.783L12.32 20.02a.55.55 0 0 1-.64 0l-2.485-1.775a.92.92 0 0 1-.383-.783z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteMingcuteFill(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" d="M2.787 4.585a.55.55 0 0 1 .795-.461L8.015 6.34a.55.55 0 0 1 .304.515l-.43 10.309a.55.55 0 0 1-.319.476l-4.823 2.226a.55.55 0 0 1-.78-.53zm18.426 0a.55.55 0 0 0-.795-.461L15.985 6.34a.55.55 0 0 0-.303.515l.43 10.309a.55.55 0 0 0 .318.476l4.823 2.226a.55.55 0 0 0 .78-.53zM9.222 7.208a.458.458 0 0 1 .663-.391l1.705.853a.92.92 0 0 0 .82 0l1.706-.853a.457.457 0 0 1 .662.391l.41 10.255a.92.92 0 0 1-.383.783L12.32 20.02a.55.55 0 0 1-.64 0l-2.485-1.775a.92.92 0 0 1-.383-.783z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.787 4.585a.55.55 0 0 1 .795-.461L8.015 6.34a.55.55 0 0 1 .304.515l-.43 10.309a.55.55 0 0 1-.319.476l-4.823 2.226a.55.55 0 0 1-.78-.53zm18.426 0a.55.55 0 0 0-.795-.461L15.985 6.34a.55.55 0 0 0-.303.515l.43 10.309a.55.55 0 0 0 .318.476l4.823 2.226a.55.55 0 0 0 .78-.53zM9.222 7.208a.458.458 0 0 1 .663-.391l1.705.853a.92.92 0 0 0 .82 0l1.706-.853a.457.457 0 0 1 .662.391l.41 10.255a.92.92 0 0 1-.383.783L12.32 20.02a.55.55 0 0 1-.64 0l-2.485-1.775a.92.92 0 0 1-.383-.783z"/></svg>
</template>

CSS

.icon-mingcute-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%20d%3D%22M2.787%204.585a.55.55%200%200%201%20.795-.461L8.015%206.34a.55.55%200%200%201%20.304.515l-.43%2010.309a.55.55%200%200%201-.319.476l-4.823%202.226a.55.55%200%200%201-.78-.53zm18.426%200a.55.55%200%200%200-.795-.461L15.985%206.34a.55.55%200%200%200-.303.515l.43%2010.309a.55.55%200%200%200%20.318.476l4.823%202.226a.55.55%200%200%200%20.78-.53zM9.222%207.208a.458.458%200%200%201%20.663-.391l1.705.853a.92.92%200%200%200%20.82%200l1.706-.853a.457.457%200%200%201%20.662.391l.41%2010.255a.92.92%200%200%201-.383.783L12.32%2020.02a.55.55%200%200%201-.64%200l-2.485-1.775a.92.92%200%200%201-.383-.783z%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%20d%3D%22M2.787%204.585a.55.55%200%200%201%20.795-.461L8.015%206.34a.55.55%200%200%201%20.304.515l-.43%2010.309a.55.55%200%200%201-.319.476l-4.823%202.226a.55.55%200%200%201-.78-.53zm18.426%200a.55.55%200%200%200-.795-.461L15.985%206.34a.55.55%200%200%200-.303.515l.43%2010.309a.55.55%200%200%200%20.318.476l4.823%202.226a.55.55%200%200%200%20.78-.53zM9.222%207.208a.458.458%200%200%201%20.663-.391l1.705.853a.92.92%200%200%200%20.82%200l1.706-.853a.457.457%200%200%201%20.662.391l.41%2010.255a.92.92%200%200%201-.383.783L12.32%2020.02a.55.55%200%200%201-.64%200l-2.485-1.775a.92.92%200%200%201-.383-.783z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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