live-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
live-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

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="M4.93 4.929a1 1 0 0 1 1.415 1.414a8 8 0 0 0 0 11.313a1 1 0 0 1-1.414 1.415c-3.906-3.905-3.906-10.237 0-14.142m12.728 0a1 1 0 0 1 1.414 0c3.906 3.905 3.906 10.237 0 14.142a1 1 0 0 1-1.414-1.415a8 8 0 0 0 0-11.313a1 1 0 0 1 0-1.414m-9.9 2.828A1 1 0 0 1 9.174 9.17a4 4 0 0 0 0 5.657a1 1 0 0 1-1.414 1.414a6 6 0 0 1 0-8.485m7.071 0a1 1 0 0 1 1.414 0a6 6 0 0 1 0 8.485a1 1 0 0 1-1.414-1.414a4 4 0 0 0 0-5.657a1 1 0 0 1 0-1.414M12 10.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentLive24Filled(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="M4.93 4.929a1 1 0 0 1 1.415 1.414a8 8 0 0 0 0 11.313a1 1 0 0 1-1.414 1.415c-3.906-3.905-3.906-10.237 0-14.142m12.728 0a1 1 0 0 1 1.414 0c3.906 3.905 3.906 10.237 0 14.142a1 1 0 0 1-1.414-1.415a8 8 0 0 0 0-11.313a1 1 0 0 1 0-1.414m-9.9 2.828A1 1 0 0 1 9.174 9.17a4 4 0 0 0 0 5.657a1 1 0 0 1-1.414 1.414a6 6 0 0 1 0-8.485m7.071 0a1 1 0 0 1 1.414 0a6 6 0 0 1 0 8.485a1 1 0 0 1-1.414-1.414a4 4 0 0 0 0-5.657a1 1 0 0 1 0-1.414M12 10.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.93 4.929a1 1 0 0 1 1.415 1.414a8 8 0 0 0 0 11.313a1 1 0 0 1-1.414 1.415c-3.906-3.905-3.906-10.237 0-14.142m12.728 0a1 1 0 0 1 1.414 0c3.906 3.905 3.906 10.237 0 14.142a1 1 0 0 1-1.414-1.415a8 8 0 0 0 0-11.313a1 1 0 0 1 0-1.414m-9.9 2.828A1 1 0 0 1 9.174 9.17a4 4 0 0 0 0 5.657a1 1 0 0 1-1.414 1.414a6 6 0 0 1 0-8.485m7.071 0a1 1 0 0 1 1.414 0a6 6 0 0 1 0 8.485a1 1 0 0 1-1.414-1.414a4 4 0 0 0 0-5.657a1 1 0 0 1 0-1.414M12 10.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
</template>

CSS

.icon-live-24-filled {
  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%22M4.93%204.929a1%201%200%200%201%201.415%201.414a8%208%200%200%200%200%2011.313a1%201%200%200%201-1.414%201.415c-3.906-3.905-3.906-10.237%200-14.142m12.728%200a1%201%200%200%201%201.414%200c3.906%203.905%203.906%2010.237%200%2014.142a1%201%200%200%201-1.414-1.415a8%208%200%200%200%200-11.313a1%201%200%200%201%200-1.414m-9.9%202.828A1%201%200%200%201%209.174%209.17a4%204%200%200%200%200%205.657a1%201%200%200%201-1.414%201.414a6%206%200%200%201%200-8.485m7.071%200a1%201%200%200%201%201.414%200a6%206%200%200%201%200%208.485a1%201%200%200%201-1.414-1.414a4%204%200%200%200%200-5.657a1%201%200%200%201%200-1.414M12%2010.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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%22M4.93%204.929a1%201%200%200%201%201.415%201.414a8%208%200%200%200%200%2011.313a1%201%200%200%201-1.414%201.415c-3.906-3.905-3.906-10.237%200-14.142m12.728%200a1%201%200%200%201%201.414%200c3.906%203.905%203.906%2010.237%200%2014.142a1%201%200%200%201-1.414-1.415a8%208%200%200%200%200-11.313a1%201%200%200%201%200-1.414m-9.9%202.828A1%201%200%200%201%209.174%209.17a4%204%200%200%200%200%205.657a1%201%200%200%201-1.414%201.414a6%206%200%200%201%200-8.485m7.071%200a1%201%200%200%201%201.414%200a6%206%200%200%201%200%208.485a1%201%200%200%201-1.414-1.414a4%204%200%200%200%200-5.657a1%201%200%200%201%200-1.414M12%2010.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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