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

Name
live-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

Related icons in MingCute Icon

Use the live 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="2" d="m16.243 3.293l-3.89 3.89a1.5 1.5 0 0 1-2.12 0L7.756 4.706m4.644 7.835c.952.55 1.637 1.031 1.979 1.284a.23.23 0 0 1 0 .375c-.34.251-1.02.729-1.98 1.283s-1.713.905-2.1 1.073a.23.23 0 0 1-.326-.188a22 22 0 0 1-.122-2.355c0-1.095.075-1.932.122-2.355a.232.232 0 0 1 .326-.189c.39.17 1.15.522 2.1 1.072ZM5 20h14a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteLiveLine(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="2" d="m16.243 3.293l-3.89 3.89a1.5 1.5 0 0 1-2.12 0L7.756 4.706m4.644 7.835c.952.55 1.637 1.031 1.979 1.284a.23.23 0 0 1 0 .375c-.34.251-1.02.729-1.98 1.283s-1.713.905-2.1 1.073a.23.23 0 0 1-.326-.188a22 22 0 0 1-.122-2.355c0-1.095.075-1.932.122-2.355a.232.232 0 0 1 .326-.189c.39.17 1.15.522 2.1 1.072ZM5 20h14a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1Z"/></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="2" d="m16.243 3.293l-3.89 3.89a1.5 1.5 0 0 1-2.12 0L7.756 4.706m4.644 7.835c.952.55 1.637 1.031 1.979 1.284a.23.23 0 0 1 0 .375c-.34.251-1.02.729-1.98 1.283s-1.713.905-2.1 1.073a.23.23 0 0 1-.326-.188a22 22 0 0 1-.122-2.355c0-1.095.075-1.932.122-2.355a.232.232 0 0 1 .326-.189c.39.17 1.15.522 2.1 1.072ZM5 20h14a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1Z"/></svg>
</template>

CSS

.icon-live-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-width%3D%222%22%20d%3D%22m16.243%203.293l-3.89%203.89a1.5%201.5%200%200%201-2.12%200L7.756%204.706m4.644%207.835c.952.55%201.637%201.031%201.979%201.284a.23.23%200%200%201%200%20.375c-.34.251-1.02.729-1.98%201.283s-1.713.905-2.1%201.073a.23.23%200%200%201-.326-.188a22%2022%200%200%201-.122-2.355c0-1.095.075-1.932.122-2.355a.232.232%200%200%201%20.326-.189c.39.17%201.15.522%202.1%201.072ZM5%2020h14a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1H5a1%201%200%200%200-1%201v10a1%201%200%200%200%201%201Z%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%222%22%20d%3D%22m16.243%203.293l-3.89%203.89a1.5%201.5%200%200%201-2.12%200L7.756%204.706m4.644%207.835c.952.55%201.637%201.031%201.979%201.284a.23.23%200%200%201%200%20.375c-.34.251-1.02.729-1.98%201.283s-1.713.905-2.1%201.073a.23.23%200%200%201-.326-.188a22%2022%200%200%201-.122-2.355c0-1.095.075-1.932.122-2.355a.232.232%200%200%201%20.326-.189c.39.17%201.15.522%202.1%201.072ZM5%2020h14a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1H5a1%201%200%200%200-1%201v10a1%201%200%200%200%201%201Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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