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

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

1 other variant in MingCute Icon

Use the and icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="3" d="m19 20l-2.143-2.5m0 0l-6.493-7.575m6.493 7.575C14.897 20.472 12.817 21 11 21c-2.5 0-5-2-5-5c0-2.56 3.304-5.271 4.364-6.075m6.493 7.575c.738-1.12 1.46-2.585 2.143-4.5m-8.636-3.075L8.77 8.065a2.937 2.937 0 0 1 .153-3.988l.155-.155a2.718 2.718 0 1 1 3.688 3.988l-2.078 1.778s-.121.084-.324.237Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteAndFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="3" d="m19 20l-2.143-2.5m0 0l-6.493-7.575m6.493 7.575C14.897 20.472 12.817 21 11 21c-2.5 0-5-2-5-5c0-2.56 3.304-5.271 4.364-6.075m6.493 7.575c.738-1.12 1.46-2.585 2.143-4.5m-8.636-3.075L8.77 8.065a2.937 2.937 0 0 1 .153-3.988l.155-.155a2.718 2.718 0 1 1 3.688 3.988l-2.078 1.778s-.121.084-.324.237Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="3" d="m19 20l-2.143-2.5m0 0l-6.493-7.575m6.493 7.575C14.897 20.472 12.817 21 11 21c-2.5 0-5-2-5-5c0-2.56 3.304-5.271 4.364-6.075m6.493 7.575c.738-1.12 1.46-2.585 2.143-4.5m-8.636-3.075L8.77 8.065a2.937 2.937 0 0 1 .153-3.988l.155-.155a2.718 2.718 0 1 1 3.688 3.988l-2.078 1.778s-.121.084-.324.237Z"/></svg>
</template>

CSS

.icon-and-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22m19%2020l-2.143-2.5m0%200l-6.493-7.575m6.493%207.575C14.897%2020.472%2012.817%2021%2011%2021c-2.5%200-5-2-5-5c0-2.56%203.304-5.271%204.364-6.075m6.493%207.575c.738-1.12%201.46-2.585%202.143-4.5m-8.636-3.075L8.77%208.065a2.937%202.937%200%200%201%20.153-3.988l.155-.155a2.718%202.718%200%201%201%203.688%203.988l-2.078%201.778s-.121.084-.324.237Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22m19%2020l-2.143-2.5m0%200l-6.493-7.575m6.493%207.575C14.897%2020.472%2012.817%2021%2011%2021c-2.5%200-5-2-5-5c0-2.56%203.304-5.271%204.364-6.075m6.493%207.575c.738-1.12%201.46-2.585%202.143-4.5m-8.636-3.075L8.77%208.065a2.937%202.937%200%200%201%20.153-3.988l.155-.155a2.718%202.718%200%201%201%203.688%203.988l-2.078%201.778s-.121.084-.324.237Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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