status offline icon
status-offline from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.
- Name
- status-offline
- Set
- Majesticons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
Related icons in Majesticons
Use the status offline icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.707 2.293a1 1 0 0 0-1.414 1.414L15.535 16.95l2.829 2.828l1.929 1.93a1 1 0 0 0 1.414-1.415l-1.253-1.254c3.607-4.321 3.382-10.76-.676-14.817a1 1 0 1 0-1.414 1.414a9.001 9.001 0 0 1 .668 11.982l-1.425-1.425a7.002 7.002 0 0 0-.657-9.143a1 1 0 1 0-1.414 1.414a5.002 5.002 0 0 1 .636 6.294l-1.465-1.465a3 3 0 0 0-4-4l-7-7zM3.75 8.4a1 1 0 0 0-1.834-.8C.161 11.624.928 16.485 4.222 19.778a1 1 0 0 0 1.414-1.414A9.004 9.004 0 0 1 3.749 8.4zm3.32 2.766a1 1 0 0 0-1.972-.332A6.992 6.992 0 0 0 7.05 16.95a1 1 0 1 0 1.414-1.414a4.993 4.993 0 0 1-1.394-4.37z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsStatusOffline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fillRule="evenodd" clipRule="evenodd" d="M3.707 2.293a1 1 0 0 0-1.414 1.414L15.535 16.95l2.829 2.828l1.929 1.93a1 1 0 0 0 1.414-1.415l-1.253-1.254c3.607-4.321 3.382-10.76-.676-14.817a1 1 0 1 0-1.414 1.414a9.001 9.001 0 0 1 .668 11.982l-1.425-1.425a7.002 7.002 0 0 0-.657-9.143a1 1 0 1 0-1.414 1.414a5.002 5.002 0 0 1 .636 6.294l-1.465-1.465a3 3 0 0 0-4-4l-7-7zM3.75 8.4a1 1 0 0 0-1.834-.8C.161 11.624.928 16.485 4.222 19.778a1 1 0 0 0 1.414-1.414A9.004 9.004 0 0 1 3.749 8.4zm3.32 2.766a1 1 0 0 0-1.972-.332A6.992 6.992 0 0 0 7.05 16.95a1 1 0 1 0 1.414-1.414a4.993 4.993 0 0 1-1.394-4.37z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.707 2.293a1 1 0 0 0-1.414 1.414L15.535 16.95l2.829 2.828l1.929 1.93a1 1 0 0 0 1.414-1.415l-1.253-1.254c3.607-4.321 3.382-10.76-.676-14.817a1 1 0 1 0-1.414 1.414a9.001 9.001 0 0 1 .668 11.982l-1.425-1.425a7.002 7.002 0 0 0-.657-9.143a1 1 0 1 0-1.414 1.414a5.002 5.002 0 0 1 .636 6.294l-1.465-1.465a3 3 0 0 0-4-4l-7-7zM3.75 8.4a1 1 0 0 0-1.834-.8C.161 11.624.928 16.485 4.222 19.778a1 1 0 0 0 1.414-1.414A9.004 9.004 0 0 1 3.749 8.4zm3.32 2.766a1 1 0 0 0-1.972-.332A6.992 6.992 0 0 0 7.05 16.95a1 1 0 1 0 1.414-1.414a4.993 4.993 0 0 1-1.394-4.37z" fill="currentColor"/></g></svg> </template>
CSS
.icon-status-offline {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.707%202.293a1%201%200%200%200-1.414%201.414L15.535%2016.95l2.829%202.828l1.929%201.93a1%201%200%200%200%201.414-1.415l-1.253-1.254c3.607-4.321%203.382-10.76-.676-14.817a1%201%200%201%200-1.414%201.414a9.001%209.001%200%200%201%20.668%2011.982l-1.425-1.425a7.002%207.002%200%200%200-.657-9.143a1%201%200%201%200-1.414%201.414a5.002%205.002%200%200%201%20.636%206.294l-1.465-1.465a3%203%200%200%200-4-4l-7-7zM3.75%208.4a1%201%200%200%200-1.834-.8C.161%2011.624.928%2016.485%204.222%2019.778a1%201%200%200%200%201.414-1.414A9.004%209.004%200%200%201%203.749%208.4zm3.32%202.766a1%201%200%200%200-1.972-.332A6.992%206.992%200%200%200%207.05%2016.95a1%201%200%201%200%201.414-1.414a4.993%204.993%200%200%201-1.394-4.37z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.707%202.293a1%201%200%200%200-1.414%201.414L15.535%2016.95l2.829%202.828l1.929%201.93a1%201%200%200%200%201.414-1.415l-1.253-1.254c3.607-4.321%203.382-10.76-.676-14.817a1%201%200%201%200-1.414%201.414a9.001%209.001%200%200%201%20.668%2011.982l-1.425-1.425a7.002%207.002%200%200%200-.657-9.143a1%201%200%201%200-1.414%201.414a5.002%205.002%200%200%201%20.636%206.294l-1.465-1.465a3%203%200%200%200-4-4l-7-7zM3.75%208.4a1%201%200%200%200-1.834-.8C.161%2011.624.928%2016.485%204.222%2019.778a1%201%200%200%200%201.414-1.414A9.004%209.004%200%200%201%203.749%208.4zm3.32%202.766a1%201%200%200%200-1.972-.332A6.992%206.992%200%200%200%207.05%2016.95a1%201%200%201%200%201.414-1.414a4.993%204.993%200%200%201-1.394-4.37z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/status-offline.svg?color=%231a73e8&size=48