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

Name
leo-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 leo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 2a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4zm-5 3.667a4 4 0 0 0-4 4c0 .401.098.787.192 1.104l.093.292a3 3 0 1 0 2.379 3.023c.18-1.173-.022-2.146-.246-2.91a20 20 0 0 0-.168-.535c-.054-.167-.1-.308-.14-.442c-.083-.277-.11-.434-.11-.532a2 2 0 1 1 4 0c0 .293-.102.684-.33 1.19c-.223.498-.528 1.026-.863 1.592c-.324.546-.684 1.141-.956 1.703c-.265.547-.518 1.196-.518 1.848a3 3 0 0 0 6 0a1 1 0 0 0-2 0a1 1 0 0 1-2 0c0-.181.082-.49.316-.975c.228-.468.535-.977.878-1.556c.331-.559.693-1.178.97-1.794c.272-.609.503-1.302.503-2.008c0-2.213-1.791-4-4-4M8.667 13a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteLeoFill(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="M18 2a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4zm-5 3.667a4 4 0 0 0-4 4c0 .401.098.787.192 1.104l.093.292a3 3 0 1 0 2.379 3.023c.18-1.173-.022-2.146-.246-2.91a20 20 0 0 0-.168-.535c-.054-.167-.1-.308-.14-.442c-.083-.277-.11-.434-.11-.532a2 2 0 1 1 4 0c0 .293-.102.684-.33 1.19c-.223.498-.528 1.026-.863 1.592c-.324.546-.684 1.141-.956 1.703c-.265.547-.518 1.196-.518 1.848a3 3 0 0 0 6 0a1 1 0 0 0-2 0a1 1 0 0 1-2 0c0-.181.082-.49.316-.975c.228-.468.535-.977.878-1.556c.331-.559.693-1.178.97-1.794c.272-.609.503-1.302.503-2.008c0-2.213-1.791-4-4-4M8.667 13a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 2a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4zm-5 3.667a4 4 0 0 0-4 4c0 .401.098.787.192 1.104l.093.292a3 3 0 1 0 2.379 3.023c.18-1.173-.022-2.146-.246-2.91a20 20 0 0 0-.168-.535c-.054-.167-.1-.308-.14-.442c-.083-.277-.11-.434-.11-.532a2 2 0 1 1 4 0c0 .293-.102.684-.33 1.19c-.223.498-.528 1.026-.863 1.592c-.324.546-.684 1.141-.956 1.703c-.265.547-.518 1.196-.518 1.848a3 3 0 0 0 6 0a1 1 0 0 0-2 0a1 1 0 0 1-2 0c0-.181.082-.49.316-.975c.228-.468.535-.977.878-1.556c.331-.559.693-1.178.97-1.794c.272-.609.503-1.302.503-2.008c0-2.213-1.791-4-4-4M8.667 13a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>
</template>

CSS

.icon-leo-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%22M18%202a4%204%200%200%201%204%204v12a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4V6a4%204%200%200%201%204-4zm-5%203.667a4%204%200%200%200-4%204c0%20.401.098.787.192%201.104l.093.292a3%203%200%201%200%202.379%203.023c.18-1.173-.022-2.146-.246-2.91a20%2020%200%200%200-.168-.535c-.054-.167-.1-.308-.14-.442c-.083-.277-.11-.434-.11-.532a2%202%200%201%201%204%200c0%20.293-.102.684-.33%201.19c-.223.498-.528%201.026-.863%201.592c-.324.546-.684%201.141-.956%201.703c-.265.547-.518%201.196-.518%201.848a3%203%200%200%200%206%200a1%201%200%200%200-2%200a1%201%200%200%201-2%200c0-.181.082-.49.316-.975c.228-.468.535-.977.878-1.556c.331-.559.693-1.178.97-1.794c.272-.609.503-1.302.503-2.008c0-2.213-1.791-4-4-4M8.667%2013a1%201%200%201%201%200%202a1%201%200%200%201%200-2%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%22M18%202a4%204%200%200%201%204%204v12a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4V6a4%204%200%200%201%204-4zm-5%203.667a4%204%200%200%200-4%204c0%20.401.098.787.192%201.104l.093.292a3%203%200%201%200%202.379%203.023c.18-1.173-.022-2.146-.246-2.91a20%2020%200%200%200-.168-.535c-.054-.167-.1-.308-.14-.442c-.083-.277-.11-.434-.11-.532a2%202%200%201%201%204%200c0%20.293-.102.684-.33%201.19c-.223.498-.528%201.026-.863%201.592c-.324.546-.684%201.141-.956%201.703c-.265.547-.518%201.196-.518%201.848a3%203%200%200%200%206%200a1%201%200%200%200-2%200a1%201%200%200%201-2%200c0-.181.082-.49.316-.975c.228-.468.535-.977.878-1.556c.331-.559.693-1.178.97-1.794c.272-.609.503-1.302.503-2.008c0-2.213-1.791-4-4-4M8.667%2013a1%201%200%201%201%200%202a1%201%200%200%201%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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