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

Name
coat-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 coat 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-linejoin="round" stroke-width="2" d="m7 18l-3.248-1.624a1 1 0 0 1-.51-1.182l2.261-7.539a4 4 0 0 1 2.043-2.428l2.032-1.016A2 2 0 0 1 10.472 4h3.056a2 2 0 0 1 .894.211l2.032 1.016a4 4 0 0 1 2.043 2.428l2.261 7.54a1 1 0 0 1-.51 1.181L17 18m-9.5-4l-.32 3.834A2 2 0 0 0 9.175 20h5.652a2 2 0 0 0 1.994-2.166L16.5 14M12 11v9m0-9L8.444 4.778M12 11l3.556-6.222"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCoatLine(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" strokeLinejoin="round" strokeWidth="2" d="m7 18l-3.248-1.624a1 1 0 0 1-.51-1.182l2.261-7.539a4 4 0 0 1 2.043-2.428l2.032-1.016A2 2 0 0 1 10.472 4h3.056a2 2 0 0 1 .894.211l2.032 1.016a4 4 0 0 1 2.043 2.428l2.261 7.54a1 1 0 0 1-.51 1.181L17 18m-9.5-4l-.32 3.834A2 2 0 0 0 9.175 20h5.652a2 2 0 0 0 1.994-2.166L16.5 14M12 11v9m0-9L8.444 4.778M12 11l3.556-6.222"/></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-linejoin="round" stroke-width="2" d="m7 18l-3.248-1.624a1 1 0 0 1-.51-1.182l2.261-7.539a4 4 0 0 1 2.043-2.428l2.032-1.016A2 2 0 0 1 10.472 4h3.056a2 2 0 0 1 .894.211l2.032 1.016a4 4 0 0 1 2.043 2.428l2.261 7.54a1 1 0 0 1-.51 1.181L17 18m-9.5-4l-.32 3.834A2 2 0 0 0 9.175 20h5.652a2 2 0 0 0 1.994-2.166L16.5 14M12 11v9m0-9L8.444 4.778M12 11l3.556-6.222"/></svg>
</template>

CSS

.icon-coat-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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m7%2018l-3.248-1.624a1%201%200%200%201-.51-1.182l2.261-7.539a4%204%200%200%201%202.043-2.428l2.032-1.016A2%202%200%200%201%2010.472%204h3.056a2%202%200%200%201%20.894.211l2.032%201.016a4%204%200%200%201%202.043%202.428l2.261%207.54a1%201%200%200%201-.51%201.181L17%2018m-9.5-4l-.32%203.834A2%202%200%200%200%209.175%2020h5.652a2%202%200%200%200%201.994-2.166L16.5%2014M12%2011v9m0-9L8.444%204.778M12%2011l3.556-6.222%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m7%2018l-3.248-1.624a1%201%200%200%201-.51-1.182l2.261-7.539a4%204%200%200%201%202.043-2.428l2.032-1.016A2%202%200%200%201%2010.472%204h3.056a2%202%200%200%201%20.894.211l2.032%201.016a4%204%200%200%201%202.043%202.428l2.261%207.54a1%201%200%200%201-.51%201.181L17%2018m-9.5-4l-.32%203.834A2%202%200%200%200%209.175%2020h5.652a2%202%200%200%200%201.994-2.166L16.5%2014M12%2011v9m0-9L8.444%204.778M12%2011l3.556-6.222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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