logout2 icon
logout2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- logout2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More newicons icons from Reicon
Use the logout2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.878 12.07c0-.41.34-.75.75-.75h5.48V2.86a.87.87 0 0 0-.87-.86c-5.89 0-10 4.11-10 10s4.11 10 10 10c.47 0 .86-.38.86-.86v-8.33h-5.47a.734.734 0 0 1-.75-.74"/><path d="m20.542 11.54l-2.84-2.85a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.56 1.56h-4.1v1.5h4.09l-1.56 1.56c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l2.84-2.85c.3-.28.3-.75.01-1.04"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLogout2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.878 12.07c0-.41.34-.75.75-.75h5.48V2.86a.87.87 0 0 0-.87-.86c-5.89 0-10 4.11-10 10s4.11 10 10 10c.47 0 .86-.38.86-.86v-8.33h-5.47a.734.734 0 0 1-.75-.74"/><path d="m20.542 11.54l-2.84-2.85a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.56 1.56h-4.1v1.5h4.09l-1.56 1.56c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l2.84-2.85c.3-.28.3-.75.01-1.04"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.878 12.07c0-.41.34-.75.75-.75h5.48V2.86a.87.87 0 0 0-.87-.86c-5.89 0-10 4.11-10 10s4.11 10 10 10c.47 0 .86-.38.86-.86v-8.33h-5.47a.734.734 0 0 1-.75-.74"/><path d="m20.542 11.54l-2.84-2.85a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.56 1.56h-4.1v1.5h4.09l-1.56 1.56c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l2.84-2.85c.3-.28.3-.75.01-1.04"/></g></svg> </template>
CSS
.icon-logout2-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.878%2012.07c0-.41.34-.75.75-.75h5.48V2.86a.87.87%200%200%200-.87-.86c-5.89%200-10%204.11-10%2010s4.11%2010%2010%2010c.47%200%20.86-.38.86-.86v-8.33h-5.47a.734.734%200%200%201-.75-.74%22%2F%3E%3Cpath%20d%3D%22m20.542%2011.54l-2.84-2.85a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l1.56%201.56h-4.1v1.5h4.09l-1.56%201.56c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l2.84-2.85c.3-.28.3-.75.01-1.04%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%22currentColor%22%3E%3Cpath%20d%3D%22M7.878%2012.07c0-.41.34-.75.75-.75h5.48V2.86a.87.87%200%200%200-.87-.86c-5.89%200-10%204.11-10%2010s4.11%2010%2010%2010c.47%200%20.86-.38.86-.86v-8.33h-5.47a.734.734%200%200%201-.75-.74%22%2F%3E%3Cpath%20d%3D%22m20.542%2011.54l-2.84-2.85a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l1.56%201.56h-4.1v1.5h4.09l-1.56%201.56c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l2.84-2.85c.3-.28.3-.75.01-1.04%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/logout2-filled.svg?color=%231a73e8&size=48