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

Name
lotus-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

Use the lotus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c-.672 0-1.235.44-1.599.805c-.414.415-.813.978-1.16 1.63c-.448.845-.836 1.89-1.054 3.058a9.4 9.4 0 0 0-1.898-.74c-.493-.129-.973-.2-1.399-.19c-.37.009-.934.082-1.34.487c-.421.422-.513 1.047-.483 1.618c.028.528.163 1.137.385 1.769c.242.69.603 1.445 1.088 2.197a7.3 7.3 0 0 0-1.23.6C2.69 15.62 2 16.204 2 17c0 1.087 1.193 1.766 2.046 2.158C5.074 19.631 6.466 20 8 20c1.55 0 2.96-.376 4-.863c1.04.487 2.45.863 4 .863c1.534 0 2.926-.369 3.954-.842C20.807 18.766 22 18.087 22 17c0-.797-.69-1.38-1.31-1.765a7.3 7.3 0 0 0-1.23-.601c.485-.752.846-1.508 1.088-2.197c.222-.631.357-1.241.385-1.77c.03-.57-.062-1.195-.483-1.617c-.406-.405-.97-.478-1.34-.487c-.426-.01-.906.061-1.399.19a9.4 9.4 0 0 0-1.898.74a10.8 10.8 0 0 0-1.055-3.058c-.346-.652-.745-1.215-1.16-1.63C13.235 4.44 12.673 4 12 4"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteLotusFill(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="M12 4c-.672 0-1.235.44-1.599.805c-.414.415-.813.978-1.16 1.63c-.448.845-.836 1.89-1.054 3.058a9.4 9.4 0 0 0-1.898-.74c-.493-.129-.973-.2-1.399-.19c-.37.009-.934.082-1.34.487c-.421.422-.513 1.047-.483 1.618c.028.528.163 1.137.385 1.769c.242.69.603 1.445 1.088 2.197a7.3 7.3 0 0 0-1.23.6C2.69 15.62 2 16.204 2 17c0 1.087 1.193 1.766 2.046 2.158C5.074 19.631 6.466 20 8 20c1.55 0 2.96-.376 4-.863c1.04.487 2.45.863 4 .863c1.534 0 2.926-.369 3.954-.842C20.807 18.766 22 18.087 22 17c0-.797-.69-1.38-1.31-1.765a7.3 7.3 0 0 0-1.23-.601c.485-.752.846-1.508 1.088-2.197c.222-.631.357-1.241.385-1.77c.03-.57-.062-1.195-.483-1.617c-.406-.405-.97-.478-1.34-.487c-.426-.01-.906.061-1.399.19a9.4 9.4 0 0 0-1.898.74a10.8 10.8 0 0 0-1.055-3.058c-.346-.652-.745-1.215-1.16-1.63C13.235 4.44 12.673 4 12 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c-.672 0-1.235.44-1.599.805c-.414.415-.813.978-1.16 1.63c-.448.845-.836 1.89-1.054 3.058a9.4 9.4 0 0 0-1.898-.74c-.493-.129-.973-.2-1.399-.19c-.37.009-.934.082-1.34.487c-.421.422-.513 1.047-.483 1.618c.028.528.163 1.137.385 1.769c.242.69.603 1.445 1.088 2.197a7.3 7.3 0 0 0-1.23.6C2.69 15.62 2 16.204 2 17c0 1.087 1.193 1.766 2.046 2.158C5.074 19.631 6.466 20 8 20c1.55 0 2.96-.376 4-.863c1.04.487 2.45.863 4 .863c1.534 0 2.926-.369 3.954-.842C20.807 18.766 22 18.087 22 17c0-.797-.69-1.38-1.31-1.765a7.3 7.3 0 0 0-1.23-.601c.485-.752.846-1.508 1.088-2.197c.222-.631.357-1.241.385-1.77c.03-.57-.062-1.195-.483-1.617c-.406-.405-.97-.478-1.34-.487c-.426-.01-.906.061-1.399.19a9.4 9.4 0 0 0-1.898.74a10.8 10.8 0 0 0-1.055-3.058c-.346-.652-.745-1.215-1.16-1.63C13.235 4.44 12.673 4 12 4"/></svg>
</template>

CSS

.icon-lotus-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%22M12%204c-.672%200-1.235.44-1.599.805c-.414.415-.813.978-1.16%201.63c-.448.845-.836%201.89-1.054%203.058a9.4%209.4%200%200%200-1.898-.74c-.493-.129-.973-.2-1.399-.19c-.37.009-.934.082-1.34.487c-.421.422-.513%201.047-.483%201.618c.028.528.163%201.137.385%201.769c.242.69.603%201.445%201.088%202.197a7.3%207.3%200%200%200-1.23.6C2.69%2015.62%202%2016.204%202%2017c0%201.087%201.193%201.766%202.046%202.158C5.074%2019.631%206.466%2020%208%2020c1.55%200%202.96-.376%204-.863c1.04.487%202.45.863%204%20.863c1.534%200%202.926-.369%203.954-.842C20.807%2018.766%2022%2018.087%2022%2017c0-.797-.69-1.38-1.31-1.765a7.3%207.3%200%200%200-1.23-.601c.485-.752.846-1.508%201.088-2.197c.222-.631.357-1.241.385-1.77c.03-.57-.062-1.195-.483-1.617c-.406-.405-.97-.478-1.34-.487c-.426-.01-.906.061-1.399.19a9.4%209.4%200%200%200-1.898.74a10.8%2010.8%200%200%200-1.055-3.058c-.346-.652-.745-1.215-1.16-1.63C13.235%204.44%2012.673%204%2012%204%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%22M12%204c-.672%200-1.235.44-1.599.805c-.414.415-.813.978-1.16%201.63c-.448.845-.836%201.89-1.054%203.058a9.4%209.4%200%200%200-1.898-.74c-.493-.129-.973-.2-1.399-.19c-.37.009-.934.082-1.34.487c-.421.422-.513%201.047-.483%201.618c.028.528.163%201.137.385%201.769c.242.69.603%201.445%201.088%202.197a7.3%207.3%200%200%200-1.23.6C2.69%2015.62%202%2016.204%202%2017c0%201.087%201.193%201.766%202.046%202.158C5.074%2019.631%206.466%2020%208%2020c1.55%200%202.96-.376%204-.863c1.04.487%202.45.863%204%20.863c1.534%200%202.926-.369%203.954-.842C20.807%2018.766%2022%2018.087%2022%2017c0-.797-.69-1.38-1.31-1.765a7.3%207.3%200%200%200-1.23-.601c.485-.752.846-1.508%201.088-2.197c.222-.631.357-1.241.385-1.77c.03-.57-.062-1.195-.483-1.617c-.406-.405-.97-.478-1.34-.487c-.426-.01-.906.061-1.399.19a9.4%209.4%200%200%200-1.898.74a10.8%2010.8%200%200%200-1.055-3.058c-.346-.652-.745-1.215-1.16-1.63C13.235%204.44%2012.673%204%2012%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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