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

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

5 other variants in Fluent UI System Icons

Use the live off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.147 1.315a.5.5 0 0 1 .707 0l13 13a.5.5 0 0 1-.707.708L8.113 8.989Q8.058 9 8 9a1 1 0 0 1-1-1q.001-.059.01-.114L5.853 6.729a2.5 2.5 0 0 0 .382 3.039a.75.75 0 0 1-1.06 1.06a4 4 0 0 1-.405-5.182L3.698 4.574a5.5 5.5 0 0 0 .412 7.315a.75.75 0 0 1-1.06 1.06a7 7 0 0 1-.417-9.44L1.147 2.022a.5.5 0 0 1 0-.707M11.889 3.05a.75.75 0 0 1 1.06 0a7 7 0 0 1 .878 8.825l-1.087-1.087a5.5 5.5 0 0 0-.851-6.677a.75.75 0 0 1 0-1.061M9.77 5.172a.75.75 0 0 1 1.06 0a4 4 0 0 1 .802 4.509L10.45 8.499a2.5 2.5 0 0 0-.68-2.267a.75.75 0 0 1 0-1.06"/></svg>

React

import type { SVGProps } from "react";

export function FluentLiveOff16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.147 1.315a.5.5 0 0 1 .707 0l13 13a.5.5 0 0 1-.707.708L8.113 8.989Q8.058 9 8 9a1 1 0 0 1-1-1q.001-.059.01-.114L5.853 6.729a2.5 2.5 0 0 0 .382 3.039a.75.75 0 0 1-1.06 1.06a4 4 0 0 1-.405-5.182L3.698 4.574a5.5 5.5 0 0 0 .412 7.315a.75.75 0 0 1-1.06 1.06a7 7 0 0 1-.417-9.44L1.147 2.022a.5.5 0 0 1 0-.707M11.889 3.05a.75.75 0 0 1 1.06 0a7 7 0 0 1 .878 8.825l-1.087-1.087a5.5 5.5 0 0 0-.851-6.677a.75.75 0 0 1 0-1.061M9.77 5.172a.75.75 0 0 1 1.06 0a4 4 0 0 1 .802 4.509L10.45 8.499a2.5 2.5 0 0 0-.68-2.267a.75.75 0 0 1 0-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.147 1.315a.5.5 0 0 1 .707 0l13 13a.5.5 0 0 1-.707.708L8.113 8.989Q8.058 9 8 9a1 1 0 0 1-1-1q.001-.059.01-.114L5.853 6.729a2.5 2.5 0 0 0 .382 3.039a.75.75 0 0 1-1.06 1.06a4 4 0 0 1-.405-5.182L3.698 4.574a5.5 5.5 0 0 0 .412 7.315a.75.75 0 0 1-1.06 1.06a7 7 0 0 1-.417-9.44L1.147 2.022a.5.5 0 0 1 0-.707M11.889 3.05a.75.75 0 0 1 1.06 0a7 7 0 0 1 .878 8.825l-1.087-1.087a5.5 5.5 0 0 0-.851-6.677a.75.75 0 0 1 0-1.061M9.77 5.172a.75.75 0 0 1 1.06 0a4 4 0 0 1 .802 4.509L10.45 8.499a2.5 2.5 0 0 0-.68-2.267a.75.75 0 0 1 0-1.06"/></svg>
</template>

CSS

.icon-live-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.147%201.315a.5.5%200%200%201%20.707%200l13%2013a.5.5%200%200%201-.707.708L8.113%208.989Q8.058%209%208%209a1%201%200%200%201-1-1q.001-.059.01-.114L5.853%206.729a2.5%202.5%200%200%200%20.382%203.039a.75.75%200%200%201-1.06%201.06a4%204%200%200%201-.405-5.182L3.698%204.574a5.5%205.5%200%200%200%20.412%207.315a.75.75%200%200%201-1.06%201.06a7%207%200%200%201-.417-9.44L1.147%202.022a.5.5%200%200%201%200-.707M11.889%203.05a.75.75%200%200%201%201.06%200a7%207%200%200%201%20.878%208.825l-1.087-1.087a5.5%205.5%200%200%200-.851-6.677a.75.75%200%200%201%200-1.061M9.77%205.172a.75.75%200%200%201%201.06%200a4%204%200%200%201%20.802%204.509L10.45%208.499a2.5%202.5%200%200%200-.68-2.267a.75.75%200%200%201%200-1.06%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.147%201.315a.5.5%200%200%201%20.707%200l13%2013a.5.5%200%200%201-.707.708L8.113%208.989Q8.058%209%208%209a1%201%200%200%201-1-1q.001-.059.01-.114L5.853%206.729a2.5%202.5%200%200%200%20.382%203.039a.75.75%200%200%201-1.06%201.06a4%204%200%200%201-.405-5.182L3.698%204.574a5.5%205.5%200%200%200%20.412%207.315a.75.75%200%200%201-1.06%201.06a7%207%200%200%201-.417-9.44L1.147%202.022a.5.5%200%200%201%200-.707M11.889%203.05a.75.75%200%200%201%201.06%200a7%207%200%200%201%20.878%208.825l-1.087-1.087a5.5%205.5%200%200%200-.851-6.677a.75.75%200%200%201%200-1.061M9.77%205.172a.75.75%200%200%201%201.06%200a4%204%200%200%201%20.802%204.509L10.45%208.499a2.5%202.5%200%200%200-.68-2.267a.75.75%200%200%201%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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