live off icon
live-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- live-off-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2.146 2.27a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-6.784-6.784a1.2 1.2 0 0 1-.363.057a1.25 1.25 0 0 1-1.195-1.615l-1.66-1.66a3.5 3.5 0 0 0 .38 4.5a.75.75 0 0 1-1.061 1.06a5 5 0 0 1-.39-6.632L5.007 5.838a6.5 6.5 0 0 0 .395 8.758a.75.75 0 0 1-1.06 1.06a8 8 0 0 1-.399-10.882L2.146 2.977a.5.5 0 0 1 0-.707m12.45 2.073a.75.75 0 0 1 1.06 0a8 8 0 0 1 .91 10.224l-1.082-1.08a6.5 6.5 0 0 0-.888-8.084a.75.75 0 0 1 0-1.06m-2.122 2.12a.75.75 0 0 1 1.06 0a5 5 0 0 1 .855 5.928l-1.127-1.127a3.5 3.5 0 0 0-.788-3.74a.75.75 0 0 1 0-1.06"/></svg>
React
import type { SVGProps } from "react";
export function FluentLiveOff20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.27a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-6.784-6.784a1.2 1.2 0 0 1-.363.057a1.25 1.25 0 0 1-1.195-1.615l-1.66-1.66a3.5 3.5 0 0 0 .38 4.5a.75.75 0 0 1-1.061 1.06a5 5 0 0 1-.39-6.632L5.007 5.838a6.5 6.5 0 0 0 .395 8.758a.75.75 0 0 1-1.06 1.06a8 8 0 0 1-.399-10.882L2.146 2.977a.5.5 0 0 1 0-.707m12.45 2.073a.75.75 0 0 1 1.06 0a8 8 0 0 1 .91 10.224l-1.082-1.08a6.5 6.5 0 0 0-.888-8.084a.75.75 0 0 1 0-1.06m-2.122 2.12a.75.75 0 0 1 1.06 0a5 5 0 0 1 .855 5.928l-1.127-1.127a3.5 3.5 0 0 0-.788-3.74a.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 20 20"><path fill="currentColor" d="M2.146 2.27a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-6.784-6.784a1.2 1.2 0 0 1-.363.057a1.25 1.25 0 0 1-1.195-1.615l-1.66-1.66a3.5 3.5 0 0 0 .38 4.5a.75.75 0 0 1-1.061 1.06a5 5 0 0 1-.39-6.632L5.007 5.838a6.5 6.5 0 0 0 .395 8.758a.75.75 0 0 1-1.06 1.06a8 8 0 0 1-.399-10.882L2.146 2.977a.5.5 0 0 1 0-.707m12.45 2.073a.75.75 0 0 1 1.06 0a8 8 0 0 1 .91 10.224l-1.082-1.08a6.5 6.5 0 0 0-.888-8.084a.75.75 0 0 1 0-1.06m-2.122 2.12a.75.75 0 0 1 1.06 0a5 5 0 0 1 .855 5.928l-1.127-1.127a3.5 3.5 0 0 0-.788-3.74a.75.75 0 0 1 0-1.06"/></svg> </template>
CSS
.icon-live-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.146%202.27a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707l-6.784-6.784a1.2%201.2%200%200%201-.363.057a1.25%201.25%200%200%201-1.195-1.615l-1.66-1.66a3.5%203.5%200%200%200%20.38%204.5a.75.75%200%200%201-1.061%201.06a5%205%200%200%201-.39-6.632L5.007%205.838a6.5%206.5%200%200%200%20.395%208.758a.75.75%200%200%201-1.06%201.06a8%208%200%200%201-.399-10.882L2.146%202.977a.5.5%200%200%201%200-.707m12.45%202.073a.75.75%200%200%201%201.06%200a8%208%200%200%201%20.91%2010.224l-1.082-1.08a6.5%206.5%200%200%200-.888-8.084a.75.75%200%200%201%200-1.06m-2.122%202.12a.75.75%200%200%201%201.06%200a5%205%200%200%201%20.855%205.928l-1.127-1.127a3.5%203.5%200%200%200-.788-3.74a.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.146%202.27a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707l-6.784-6.784a1.2%201.2%200%200%201-.363.057a1.25%201.25%200%200%201-1.195-1.615l-1.66-1.66a3.5%203.5%200%200%200%20.38%204.5a.75.75%200%200%201-1.061%201.06a5%205%200%200%201-.39-6.632L5.007%205.838a6.5%206.5%200%200%200%20.395%208.758a.75.75%200%200%201-1.06%201.06a8%208%200%200%201-.399-10.882L2.146%202.977a.5.5%200%200%201%200-.707m12.45%202.073a.75.75%200%200%201%201.06%200a8%208%200%200%201%20.91%2010.224l-1.082-1.08a6.5%206.5%200%200%200-.888-8.084a.75.75%200%200%201%200-1.06m-2.122%202.12a.75.75%200%200%201%201.06%200a5%205%200%200%201%20.855%205.928l-1.127-1.127a3.5%203.5%200%200%200-.788-3.74a.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-20-filled.svg?color=%231a73e8&size=48