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

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

1 other variant in MingCute Icon

Use the lie down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.12 4.526a1 1 0 0 1 1.354-.407l13 7a1 1 0 0 1-.948 1.762l-4.934-2.657a2 2 0 0 1-.296.467l-1.938 2.261a3 3 0 0 1-1.712.992l-1.17 2.338l-.48 4.818a1 1 0 0 1-1.991-.2l.5-5a1 1 0 0 1 .1-.347l.998-1.996l-3.025.378l-1.746 2.62a1 1 0 1 1-1.664-1.11l1.873-2.81l.098-.13a1.5 1.5 0 0 1 .965-.526l2.93-.367c.056-.28.175-.557.366-.812l1.978-2.637q.057-.076.117-.145L6.526 5.88a1 1 0 0 1-.407-1.355M19 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteLieDownFill(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="M6.12 4.526a1 1 0 0 1 1.354-.407l13 7a1 1 0 0 1-.948 1.762l-4.934-2.657a2 2 0 0 1-.296.467l-1.938 2.261a3 3 0 0 1-1.712.992l-1.17 2.338l-.48 4.818a1 1 0 0 1-1.991-.2l.5-5a1 1 0 0 1 .1-.347l.998-1.996l-3.025.378l-1.746 2.62a1 1 0 1 1-1.664-1.11l1.873-2.81l.098-.13a1.5 1.5 0 0 1 .965-.526l2.93-.367c.056-.28.175-.557.366-.812l1.978-2.637q.057-.076.117-.145L6.526 5.88a1 1 0 0 1-.407-1.355M19 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.12 4.526a1 1 0 0 1 1.354-.407l13 7a1 1 0 0 1-.948 1.762l-4.934-2.657a2 2 0 0 1-.296.467l-1.938 2.261a3 3 0 0 1-1.712.992l-1.17 2.338l-.48 4.818a1 1 0 0 1-1.991-.2l.5-5a1 1 0 0 1 .1-.347l.998-1.996l-3.025.378l-1.746 2.62a1 1 0 1 1-1.664-1.11l1.873-2.81l.098-.13a1.5 1.5 0 0 1 .965-.526l2.93-.367c.056-.28.175-.557.366-.812l1.978-2.637q.057-.076.117-.145L6.526 5.88a1 1 0 0 1-.407-1.355M19 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
</template>

CSS

.icon-lie-down-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%22M6.12%204.526a1%201%200%200%201%201.354-.407l13%207a1%201%200%200%201-.948%201.762l-4.934-2.657a2%202%200%200%201-.296.467l-1.938%202.261a3%203%200%200%201-1.712.992l-1.17%202.338l-.48%204.818a1%201%200%200%201-1.991-.2l.5-5a1%201%200%200%201%20.1-.347l.998-1.996l-3.025.378l-1.746%202.62a1%201%200%201%201-1.664-1.11l1.873-2.81l.098-.13a1.5%201.5%200%200%201%20.965-.526l2.93-.367c.056-.28.175-.557.366-.812l1.978-2.637q.057-.076.117-.145L6.526%205.88a1%201%200%200%201-.407-1.355M19%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200%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%22M6.12%204.526a1%201%200%200%201%201.354-.407l13%207a1%201%200%200%201-.948%201.762l-4.934-2.657a2%202%200%200%201-.296.467l-1.938%202.261a3%203%200%200%201-1.712.992l-1.17%202.338l-.48%204.818a1%201%200%200%201-1.991-.2l.5-5a1%201%200%200%201%20.1-.347l.998-1.996l-3.025.378l-1.746%202.62a1%201%200%201%201-1.664-1.11l1.873-2.81l.098-.13a1.5%201.5%200%200%201%20.965-.526l2.93-.367c.056-.28.175-.557.366-.812l1.978-2.637q.057-.076.117-.145L6.526%205.88a1%201%200%200%201-.407-1.355M19%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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