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

Name
live-fill
Set
MingCute Icon
Style
Fill
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="currentColor" d="M15.535 2.586A1 1 0 0 1 16.95 4l-3 3H19a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h3.636L7.05 5.414A1 1 0 0 1 8.465 4l2.475 2.474a.5.5 0 0 0 .707 0zm-4.614 8.491a1.046 1.046 0 0 0-1.458.844a19 19 0 0 0-.109 2.093c0 .966.066 1.708.109 2.092c.079.7.809 1.126 1.458.843a19 19 0 0 0 1.867-.953a19 19 0 0 0 1.76-1.14a1.045 1.045 0 0 0 0-1.684c-.31-.23-.918-.657-1.759-1.142a19 19 0 0 0-1.868-.953"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteLiveFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.535 2.586A1 1 0 0 1 16.95 4l-3 3H19a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h3.636L7.05 5.414A1 1 0 0 1 8.465 4l2.475 2.474a.5.5 0 0 0 .707 0zm-4.614 8.491a1.046 1.046 0 0 0-1.458.844a19 19 0 0 0-.109 2.093c0 .966.066 1.708.109 2.092c.079.7.809 1.126 1.458.843a19 19 0 0 0 1.867-.953a19 19 0 0 0 1.76-1.14a1.045 1.045 0 0 0 0-1.684c-.31-.23-.918-.657-1.759-1.142a19 19 0 0 0-1.868-.953"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.535 2.586A1 1 0 0 1 16.95 4l-3 3H19a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h3.636L7.05 5.414A1 1 0 0 1 8.465 4l2.475 2.474a.5.5 0 0 0 .707 0zm-4.614 8.491a1.046 1.046 0 0 0-1.458.844a19 19 0 0 0-.109 2.093c0 .966.066 1.708.109 2.092c.079.7.809 1.126 1.458.843a19 19 0 0 0 1.867-.953a19 19 0 0 0 1.76-1.14a1.045 1.045 0 0 0 0-1.684c-.31-.23-.918-.657-1.759-1.142a19 19 0 0 0-1.868-.953"/></svg>
</template>

CSS

.icon-live-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%22currentColor%22%20d%3D%22M15.535%202.586A1%201%200%200%201%2016.95%204l-3%203H19a2%202%200%200%201%202%202v10a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V9a2%202%200%200%201%202-2h3.636L7.05%205.414A1%201%200%200%201%208.465%204l2.475%202.474a.5.5%200%200%200%20.707%200zm-4.614%208.491a1.046%201.046%200%200%200-1.458.844a19%2019%200%200%200-.109%202.093c0%20.966.066%201.708.109%202.092c.079.7.809%201.126%201.458.843a19%2019%200%200%200%201.867-.953a19%2019%200%200%200%201.76-1.14a1.045%201.045%200%200%200%200-1.684c-.31-.23-.918-.657-1.759-1.142a19%2019%200%200%200-1.868-.953%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%22currentColor%22%20d%3D%22M15.535%202.586A1%201%200%200%201%2016.95%204l-3%203H19a2%202%200%200%201%202%202v10a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V9a2%202%200%200%201%202-2h3.636L7.05%205.414A1%201%200%200%201%208.465%204l2.475%202.474a.5.5%200%200%200%20.707%200zm-4.614%208.491a1.046%201.046%200%200%200-1.458.844a19%2019%200%200%200-.109%202.093c0%20.966.066%201.708.109%202.092c.079.7.809%201.126%201.458.843a19%2019%200%200%200%201.867-.953a19%2019%200%200%200%201.76-1.14a1.045%201.045%200%200%200%200-1.684c-.31-.23-.918-.657-1.759-1.142a19%2019%200%200%200-1.868-.953%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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