logout 04 icon

logout-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
logout-04
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the logout 04 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15 17.499c0 .93 0 1.395-.102 1.777a3 3 0 0 1-2.121 2.12c-.382.103-.847.103-1.777.103H9c-2.828 0-4.243 0-5.121-.879C3 19.742 3 18.327 3 15.5V8.501c0-2.828 0-4.242.879-5.12c.878-.88 2.292-.88 5.12-.88h2.003c.928 0 1.392 0 1.773.102a3 3 0 0 1 2.123 2.123c.102.38.102.845.102 1.773m0 13.002c2.828 0 4.243 0 5.121-.879c.879-.878.879-2.293.879-5.121v-3c0-2.828 0-4.243-.879-5.121c-.878-.88-2.293-.88-5.121-.88"/><path d="M16 12.001H9m5.5-2.5s2.5 1.841 2.5 2.5s-2.5 2.5-2.5 2.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLogout04(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M15 17.499c0 .93 0 1.395-.102 1.777a3 3 0 0 1-2.121 2.12c-.382.103-.847.103-1.777.103H9c-2.828 0-4.243 0-5.121-.879C3 19.742 3 18.327 3 15.5V8.501c0-2.828 0-4.242.879-5.12c.878-.88 2.292-.88 5.12-.88h2.003c.928 0 1.392 0 1.773.102a3 3 0 0 1 2.123 2.123c.102.38.102.845.102 1.773m0 13.002c2.828 0 4.243 0 5.121-.879c.879-.878.879-2.293.879-5.121v-3c0-2.828 0-4.243-.879-5.121c-.878-.88-2.293-.88-5.121-.88"/><path d="M16 12.001H9m5.5-2.5s2.5 1.841 2.5 2.5s-2.5 2.5-2.5 2.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15 17.499c0 .93 0 1.395-.102 1.777a3 3 0 0 1-2.121 2.12c-.382.103-.847.103-1.777.103H9c-2.828 0-4.243 0-5.121-.879C3 19.742 3 18.327 3 15.5V8.501c0-2.828 0-4.242.879-5.12c.878-.88 2.292-.88 5.12-.88h2.003c.928 0 1.392 0 1.773.102a3 3 0 0 1 2.123 2.123c.102.38.102.845.102 1.773m0 13.002c2.828 0 4.243 0 5.121-.879c.879-.878.879-2.293.879-5.121v-3c0-2.828 0-4.243-.879-5.121c-.878-.88-2.293-.88-5.121-.88"/><path d="M16 12.001H9m5.5-2.5s2.5 1.841 2.5 2.5s-2.5 2.5-2.5 2.5"/></g></svg>
</template>

CSS

.icon-logout-04 {
  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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%2017.499c0%20.93%200%201.395-.102%201.777a3%203%200%200%201-2.121%202.12c-.382.103-.847.103-1.777.103H9c-2.828%200-4.243%200-5.121-.879C3%2019.742%203%2018.327%203%2015.5V8.501c0-2.828%200-4.242.879-5.12c.878-.88%202.292-.88%205.12-.88h2.003c.928%200%201.392%200%201.773.102a3%203%200%200%201%202.123%202.123c.102.38.102.845.102%201.773m0%2013.002c2.828%200%204.243%200%205.121-.879c.879-.878.879-2.293.879-5.121v-3c0-2.828%200-4.243-.879-5.121c-.878-.88-2.293-.88-5.121-.88%22%2F%3E%3Cpath%20d%3D%22M16%2012.001H9m5.5-2.5s2.5%201.841%202.5%202.5s-2.5%202.5-2.5%202.5%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%2017.499c0%20.93%200%201.395-.102%201.777a3%203%200%200%201-2.121%202.12c-.382.103-.847.103-1.777.103H9c-2.828%200-4.243%200-5.121-.879C3%2019.742%203%2018.327%203%2015.5V8.501c0-2.828%200-4.242.879-5.12c.878-.88%202.292-.88%205.12-.88h2.003c.928%200%201.392%200%201.773.102a3%203%200%200%201%202.123%202.123c.102.38.102.845.102%201.773m0%2013.002c2.828%200%204.243%200%205.121-.879c.879-.878.879-2.293.879-5.121v-3c0-2.828%200-4.243-.879-5.121c-.878-.88-2.293-.88-5.121-.88%22%2F%3E%3Cpath%20d%3D%22M16%2012.001H9m5.5-2.5s2.5%201.841%202.5%202.5s-2.5%202.5-2.5%202.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/logout-04.svg?color=%231a73e8&size=48