logout4 icon
logout4-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- logout4-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the logout4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.911 3.038C6.361 3 6.943 3 7.8 3H11a1 1 0 1 0 0-2H7.759c-.805 0-1.47 0-2.01.044c-.563.046-1.08.145-1.565.392a4 4 0 0 0-1.748 1.748c-.247.485-.346 1.002-.392 1.564C2 5.29 2 5.954 2 6.758v10.483c0 .805 0 1.47.044 2.01c.046.563.145 1.08.392 1.565a4 4 0 0 0 1.748 1.748c.485.247 1.002.346 1.564.392C6.29 23 6.954 23 7.758 23H11a1 1 0 1 0 0-2H7.8c-.857 0-1.439 0-1.889-.038c-.438-.035-.663-.1-.819-.18a2 2 0 0 1-.874-.874c-.08-.156-.145-.38-.18-.819C4 18.639 4 18.057 4 17.2V6.8c0-.857 0-1.439.038-1.889c.035-.438.1-.663.18-.819a2 2 0 0 1 .874-.874c.156-.08.38-.145.819-.18"/><path d="M15.293 6.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L18.586 13H10a1 1 0 1 1 0-2h8.586l-3.293-3.293a1 1 0 0 1 0-1.414"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLogout4Filled(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="M5.911 3.038C6.361 3 6.943 3 7.8 3H11a1 1 0 1 0 0-2H7.759c-.805 0-1.47 0-2.01.044c-.563.046-1.08.145-1.565.392a4 4 0 0 0-1.748 1.748c-.247.485-.346 1.002-.392 1.564C2 5.29 2 5.954 2 6.758v10.483c0 .805 0 1.47.044 2.01c.046.563.145 1.08.392 1.565a4 4 0 0 0 1.748 1.748c.485.247 1.002.346 1.564.392C6.29 23 6.954 23 7.758 23H11a1 1 0 1 0 0-2H7.8c-.857 0-1.439 0-1.889-.038c-.438-.035-.663-.1-.819-.18a2 2 0 0 1-.874-.874c-.08-.156-.145-.38-.18-.819C4 18.639 4 18.057 4 17.2V6.8c0-.857 0-1.439.038-1.889c.035-.438.1-.663.18-.819a2 2 0 0 1 .874-.874c.156-.08.38-.145.819-.18"/><path d="M15.293 6.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L18.586 13H10a1 1 0 1 1 0-2h8.586l-3.293-3.293a1 1 0 0 1 0-1.414"/></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="M5.911 3.038C6.361 3 6.943 3 7.8 3H11a1 1 0 1 0 0-2H7.759c-.805 0-1.47 0-2.01.044c-.563.046-1.08.145-1.565.392a4 4 0 0 0-1.748 1.748c-.247.485-.346 1.002-.392 1.564C2 5.29 2 5.954 2 6.758v10.483c0 .805 0 1.47.044 2.01c.046.563.145 1.08.392 1.565a4 4 0 0 0 1.748 1.748c.485.247 1.002.346 1.564.392C6.29 23 6.954 23 7.758 23H11a1 1 0 1 0 0-2H7.8c-.857 0-1.439 0-1.889-.038c-.438-.035-.663-.1-.819-.18a2 2 0 0 1-.874-.874c-.08-.156-.145-.38-.18-.819C4 18.639 4 18.057 4 17.2V6.8c0-.857 0-1.439.038-1.889c.035-.438.1-.663.18-.819a2 2 0 0 1 .874-.874c.156-.08.38-.145.819-.18"/><path d="M15.293 6.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L18.586 13H10a1 1 0 1 1 0-2h8.586l-3.293-3.293a1 1 0 0 1 0-1.414"/></g></svg> </template>
CSS
.icon-logout4-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%22M5.911%203.038C6.361%203%206.943%203%207.8%203H11a1%201%200%201%200%200-2H7.759c-.805%200-1.47%200-2.01.044c-.563.046-1.08.145-1.565.392a4%204%200%200%200-1.748%201.748c-.247.485-.346%201.002-.392%201.564C2%205.29%202%205.954%202%206.758v10.483c0%20.805%200%201.47.044%202.01c.046.563.145%201.08.392%201.565a4%204%200%200%200%201.748%201.748c.485.247%201.002.346%201.564.392C6.29%2023%206.954%2023%207.758%2023H11a1%201%200%201%200%200-2H7.8c-.857%200-1.439%200-1.889-.038c-.438-.035-.663-.1-.819-.18a2%202%200%200%201-.874-.874c-.08-.156-.145-.38-.18-.819C4%2018.639%204%2018.057%204%2017.2V6.8c0-.857%200-1.439.038-1.889c.035-.438.1-.663.18-.819a2%202%200%200%201%20.874-.874c.156-.08.38-.145.819-.18%22%2F%3E%3Cpath%20d%3D%22M15.293%206.293a1%201%200%200%201%201.414%200l5%205a1%201%200%200%201%200%201.414l-5%205a1%201%200%200%201-1.414-1.414L18.586%2013H10a1%201%200%201%201%200-2h8.586l-3.293-3.293a1%201%200%200%201%200-1.414%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%22M5.911%203.038C6.361%203%206.943%203%207.8%203H11a1%201%200%201%200%200-2H7.759c-.805%200-1.47%200-2.01.044c-.563.046-1.08.145-1.565.392a4%204%200%200%200-1.748%201.748c-.247.485-.346%201.002-.392%201.564C2%205.29%202%205.954%202%206.758v10.483c0%20.805%200%201.47.044%202.01c.046.563.145%201.08.392%201.565a4%204%200%200%200%201.748%201.748c.485.247%201.002.346%201.564.392C6.29%2023%206.954%2023%207.758%2023H11a1%201%200%201%200%200-2H7.8c-.857%200-1.439%200-1.889-.038c-.438-.035-.663-.1-.819-.18a2%202%200%200%201-.874-.874c-.08-.156-.145-.38-.18-.819C4%2018.639%204%2018.057%204%2017.2V6.8c0-.857%200-1.439.038-1.889c.035-.438.1-.663.18-.819a2%202%200%200%201%20.874-.874c.156-.08.38-.145.819-.18%22%2F%3E%3Cpath%20d%3D%22M15.293%206.293a1%201%200%200%201%201.414%200l5%205a1%201%200%200%201%200%201.414l-5%205a1%201%200%200%201-1.414-1.414L18.586%2013H10a1%201%200%201%201%200-2h8.586l-3.293-3.293a1%201%200%200%201%200-1.414%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/logout4-filled.svg?color=%231a73e8&size=48