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

Name
mingcute-line
Set
MingCute Icon
Style
Line
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="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.16 7.281L4.076 4.972a.095.095 0 0 0-.134.081l-.773 14.38c-.003.07.067.12.132.093l5.463-2.307zm0 0l-.397 10.332L12 19.585l3.237-1.972l-.398-10.332m-5.678 0L12 8.464l2.839-1.183m0 0l5.085-2.309c.06-.027.13.015.134.081l.773 14.38a.095.095 0 0 1-.131.093l-5.464-2.307z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteMingcuteLine(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" strokeLinejoin="round" strokeWidth="2" d="M9.16 7.281L4.076 4.972a.095.095 0 0 0-.134.081l-.773 14.38c-.003.07.067.12.132.093l5.463-2.307zm0 0l-.397 10.332L12 19.585l3.237-1.972l-.398-10.332m-5.678 0L12 8.464l2.839-1.183m0 0l5.085-2.309c.06-.027.13.015.134.081l.773 14.38a.095.095 0 0 1-.131.093l-5.464-2.307z"/></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-linejoin="round" stroke-width="2" d="M9.16 7.281L4.076 4.972a.095.095 0 0 0-.134.081l-.773 14.38c-.003.07.067.12.132.093l5.463-2.307zm0 0l-.397 10.332L12 19.585l3.237-1.972l-.398-10.332m-5.678 0L12 8.464l2.839-1.183m0 0l5.085-2.309c.06-.027.13.015.134.081l.773 14.38a.095.095 0 0 1-.131.093l-5.464-2.307z"/></svg>
</template>

CSS

.icon-mingcute-line {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.16%207.281L4.076%204.972a.095.095%200%200%200-.134.081l-.773%2014.38c-.003.07.067.12.132.093l5.463-2.307zm0%200l-.397%2010.332L12%2019.585l3.237-1.972l-.398-10.332m-5.678%200L12%208.464l2.839-1.183m0%200l5.085-2.309c.06-.027.13.015.134.081l.773%2014.38a.095.095%200%200%201-.131.093l-5.464-2.307z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.16%207.281L4.076%204.972a.095.095%200%200%200-.134.081l-.773%2014.38c-.003.07.067.12.132.093l5.463-2.307zm0%200l-.397%2010.332L12%2019.585l3.237-1.972l-.398-10.332m-5.678%200L12%208.464l2.839-1.183m0%200l5.085-2.309c.06-.027.13.015.134.081l.773%2014.38a.095.095%200%200%201-.131.093l-5.464-2.307z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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