live off icon
live-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- live-off-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-8.334-8.334a1.5 1.5 0 0 1-.388.054a1.5 1.5 0 0 1-1.447-1.889l-1.86-1.86a4 4 0 0 0 .48 5.077a1 1 0 0 1-1.414 1.414A6 6 0 0 1 7.26 8.32L5.837 6.897a8 8 0 0 0 .506 10.76a1.001 1.001 0 0 1-1.414 1.414c-3.727-3.727-3.896-9.663-.51-13.592l-2.2-2.199a.75.75 0 0 1 0-1.06m15.436 2.709a1 1 0 0 1 1.414 0c3.358 3.358 3.825 8.508 1.409 12.369l-1.461-1.461a8 8 0 0 0-1.362-9.494a1 1 0 0 1 0-1.414m-2.829 2.828a1 1 0 0 1 1.414 0a6 6 0 0 1 1.282 6.585l-1.595-1.595a4 4 0 0 0-1.1-3.576a1 1 0 0 1 0-1.414"/></svg>
React
import type { SVGProps } from "react";
export function FluentLiveOff24Filled(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="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-8.334-8.334a1.5 1.5 0 0 1-.388.054a1.5 1.5 0 0 1-1.447-1.889l-1.86-1.86a4 4 0 0 0 .48 5.077a1 1 0 0 1-1.414 1.414A6 6 0 0 1 7.26 8.32L5.837 6.897a8 8 0 0 0 .506 10.76a1.001 1.001 0 0 1-1.414 1.414c-3.727-3.727-3.896-9.663-.51-13.592l-2.2-2.199a.75.75 0 0 1 0-1.06m15.436 2.709a1 1 0 0 1 1.414 0c3.358 3.358 3.825 8.508 1.409 12.369l-1.461-1.461a8 8 0 0 0-1.362-9.494a1 1 0 0 1 0-1.414m-2.829 2.828a1 1 0 0 1 1.414 0a6 6 0 0 1 1.282 6.585l-1.595-1.595a4 4 0 0 0-1.1-3.576a1 1 0 0 1 0-1.414"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-8.334-8.334a1.5 1.5 0 0 1-.388.054a1.5 1.5 0 0 1-1.447-1.889l-1.86-1.86a4 4 0 0 0 .48 5.077a1 1 0 0 1-1.414 1.414A6 6 0 0 1 7.26 8.32L5.837 6.897a8 8 0 0 0 .506 10.76a1.001 1.001 0 0 1-1.414 1.414c-3.727-3.727-3.896-9.663-.51-13.592l-2.2-2.199a.75.75 0 0 1 0-1.06m15.436 2.709a1 1 0 0 1 1.414 0c3.358 3.358 3.825 8.508 1.409 12.369l-1.461-1.461a8 8 0 0 0-1.362-9.494a1 1 0 0 1 0-1.414m-2.829 2.828a1 1 0 0 1 1.414 0a6 6 0 0 1 1.282 6.585l-1.595-1.595a4 4 0 0 0-1.1-3.576a1 1 0 0 1 0-1.414"/></svg> </template>
CSS
.icon-live-off-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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-8.334-8.334a1.5%201.5%200%200%201-.388.054a1.5%201.5%200%200%201-1.447-1.889l-1.86-1.86a4%204%200%200%200%20.48%205.077a1%201%200%200%201-1.414%201.414A6%206%200%200%201%207.26%208.32L5.837%206.897a8%208%200%200%200%20.506%2010.76a1.001%201.001%200%200%201-1.414%201.414c-3.727-3.727-3.896-9.663-.51-13.592l-2.2-2.199a.75.75%200%200%201%200-1.06m15.436%202.709a1%201%200%200%201%201.414%200c3.358%203.358%203.825%208.508%201.409%2012.369l-1.461-1.461a8%208%200%200%200-1.362-9.494a1%201%200%200%201%200-1.414m-2.829%202.828a1%201%200%200%201%201.414%200a6%206%200%200%201%201.282%206.585l-1.595-1.595a4%204%200%200%200-1.1-3.576a1%201%200%200%201%200-1.414%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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-8.334-8.334a1.5%201.5%200%200%201-.388.054a1.5%201.5%200%200%201-1.447-1.889l-1.86-1.86a4%204%200%200%200%20.48%205.077a1%201%200%200%201-1.414%201.414A6%206%200%200%201%207.26%208.32L5.837%206.897a8%208%200%200%200%20.506%2010.76a1.001%201.001%200%200%201-1.414%201.414c-3.727-3.727-3.896-9.663-.51-13.592l-2.2-2.199a.75.75%200%200%201%200-1.06m15.436%202.709a1%201%200%200%201%201.414%200c3.358%203.358%203.825%208.508%201.409%2012.369l-1.461-1.461a8%208%200%200%200-1.362-9.494a1%201%200%200%201%200-1.414m-2.829%202.828a1%201%200%200%201%201.414%200a6%206%200%200%201%201.282%206.585l-1.595-1.595a4%204%200%200%200-1.1-3.576a1%201%200%200%201%200-1.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/live-off-24-filled.svg?color=%231a73e8&size=48