live off icon
live-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- live-off-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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.989q-.057.009-.115.01a1 1 0 0 1-1-1q.001-.058.01-.115L5.124 6a3.5 3.5 0 0 0 .4 4.474a.5.5 0 0 1-.707.707a4.5 4.5 0 0 1-.407-5.895L3.343 4.22a6 6 0 0 0 .414 8.022a.5.5 0 0 1-.707.708a7 7 0 0 1-.417-9.44L1.147 2.022a.5.5 0 0 1 0-.707M12.242 3.05a.5.5 0 0 1 .707 0a7 7 0 0 1 .88 8.827l-.725-.725a6 6 0 0 0-.862-7.395a.5.5 0 0 1 0-.707m-1.768 1.768a.5.5 0 0 1 .707 0a4.5 4.5 0 0 1 .823 5.235l-.754-.754a3.5 3.5 0 0 0-.776-3.774a.5.5 0 0 1 0-.707"/></svg>
React
import type { SVGProps } from "react";
export function FluentLiveOff16Regular(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.989q-.057.009-.115.01a1 1 0 0 1-1-1q.001-.058.01-.115L5.124 6a3.5 3.5 0 0 0 .4 4.474a.5.5 0 0 1-.707.707a4.5 4.5 0 0 1-.407-5.895L3.343 4.22a6 6 0 0 0 .414 8.022a.5.5 0 0 1-.707.708a7 7 0 0 1-.417-9.44L1.147 2.022a.5.5 0 0 1 0-.707M12.242 3.05a.5.5 0 0 1 .707 0a7 7 0 0 1 .88 8.827l-.725-.725a6 6 0 0 0-.862-7.395a.5.5 0 0 1 0-.707m-1.768 1.768a.5.5 0 0 1 .707 0a4.5 4.5 0 0 1 .823 5.235l-.754-.754a3.5 3.5 0 0 0-.776-3.774a.5.5 0 0 1 0-.707"/></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.989q-.057.009-.115.01a1 1 0 0 1-1-1q.001-.058.01-.115L5.124 6a3.5 3.5 0 0 0 .4 4.474a.5.5 0 0 1-.707.707a4.5 4.5 0 0 1-.407-5.895L3.343 4.22a6 6 0 0 0 .414 8.022a.5.5 0 0 1-.707.708a7 7 0 0 1-.417-9.44L1.147 2.022a.5.5 0 0 1 0-.707M12.242 3.05a.5.5 0 0 1 .707 0a7 7 0 0 1 .88 8.827l-.725-.725a6 6 0 0 0-.862-7.395a.5.5 0 0 1 0-.707m-1.768 1.768a.5.5 0 0 1 .707 0a4.5 4.5 0 0 1 .823 5.235l-.754-.754a3.5 3.5 0 0 0-.776-3.774a.5.5 0 0 1 0-.707"/></svg> </template>
CSS
.icon-live-off-16-regular {
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.989q-.057.009-.115.01a1%201%200%200%201-1-1q.001-.058.01-.115L5.124%206a3.5%203.5%200%200%200%20.4%204.474a.5.5%200%200%201-.707.707a4.5%204.5%200%200%201-.407-5.895L3.343%204.22a6%206%200%200%200%20.414%208.022a.5.5%200%200%201-.707.708a7%207%200%200%201-.417-9.44L1.147%202.022a.5.5%200%200%201%200-.707M12.242%203.05a.5.5%200%200%201%20.707%200a7%207%200%200%201%20.88%208.827l-.725-.725a6%206%200%200%200-.862-7.395a.5.5%200%200%201%200-.707m-1.768%201.768a.5.5%200%200%201%20.707%200a4.5%204.5%200%200%201%20.823%205.235l-.754-.754a3.5%203.5%200%200%200-.776-3.774a.5.5%200%200%201%200-.707%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.989q-.057.009-.115.01a1%201%200%200%201-1-1q.001-.058.01-.115L5.124%206a3.5%203.5%200%200%200%20.4%204.474a.5.5%200%200%201-.707.707a4.5%204.5%200%200%201-.407-5.895L3.343%204.22a6%206%200%200%200%20.414%208.022a.5.5%200%200%201-.707.708a7%207%200%200%201-.417-9.44L1.147%202.022a.5.5%200%200%201%200-.707M12.242%203.05a.5.5%200%200%201%20.707%200a7%207%200%200%201%20.88%208.827l-.725-.725a6%206%200%200%200-.862-7.395a.5.5%200%200%201%200-.707m-1.768%201.768a.5.5%200%200%201%20.707%200a4.5%204.5%200%200%201%20.823%205.235l-.754-.754a3.5%203.5%200%200%200-.776-3.774a.5.5%200%200%201%200-.707%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-regular.svg?color=%231a73e8&size=48