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

Name
pot-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the pot 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="m16.897 11.483l.099-.06m-3.951-5.77l-.58-.848l-6.063 3.5l.067 1.116l1.433 1.482l.63 1.395l-4.844-.694l-.183.683l7.153 4.723l.923 2.046a1 1 0 0 0 1.412.454l5.902-3.407a1 1 0 0 0 .325-1.431l-2.224-3.248m-3.951-5.77q.167-.126.352-.233a3.5 3.5 0 0 1 3.599 6.003m-3.951-5.77l3.951 5.77"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePotLine(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="m16.897 11.483l.099-.06m-3.951-5.77l-.58-.848l-6.063 3.5l.067 1.116l1.433 1.482l.63 1.395l-4.844-.694l-.183.683l7.153 4.723l.923 2.046a1 1 0 0 0 1.412.454l5.902-3.407a1 1 0 0 0 .325-1.431l-2.224-3.248m-3.951-5.77q.167-.126.352-.233a3.5 3.5 0 0 1 3.599 6.003m-3.951-5.77l3.951 5.77"/></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="m16.897 11.483l.099-.06m-3.951-5.77l-.58-.848l-6.063 3.5l.067 1.116l1.433 1.482l.63 1.395l-4.844-.694l-.183.683l7.153 4.723l.923 2.046a1 1 0 0 0 1.412.454l5.902-3.407a1 1 0 0 0 .325-1.431l-2.224-3.248m-3.951-5.77q.167-.126.352-.233a3.5 3.5 0 0 1 3.599 6.003m-3.951-5.77l3.951 5.77"/></svg>
</template>

CSS

.icon-pot-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%22m16.897%2011.483l.099-.06m-3.951-5.77l-.58-.848l-6.063%203.5l.067%201.116l1.433%201.482l.63%201.395l-4.844-.694l-.183.683l7.153%204.723l.923%202.046a1%201%200%200%200%201.412.454l5.902-3.407a1%201%200%200%200%20.325-1.431l-2.224-3.248m-3.951-5.77q.167-.126.352-.233a3.5%203.5%200%200%201%203.599%206.003m-3.951-5.77l3.951%205.77%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%22m16.897%2011.483l.099-.06m-3.951-5.77l-.58-.848l-6.063%203.5l.067%201.116l1.433%201.482l.63%201.395l-4.844-.694l-.183.683l7.153%204.723l.923%202.046a1%201%200%200%200%201.412.454l5.902-3.407a1%201%200%200%200%20.325-1.431l-2.224-3.248m-3.951-5.77q.167-.126.352-.233a3.5%203.5%200%200%201%203.599%206.003m-3.951-5.77l3.951%205.77%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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