logout 2 icon

logout-2-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows Action · CC-BY-4.0 Attribution required.

Name
logout-2-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Arrows Action
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More arrows action icons from Solar

Use the logout 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.9998 2L14.9998 2C12.1714 2 10.7576 2.00023 9.87891 2.87891C9.00023 3.75759 9.00023 5.1718 9.00023 8.00023L9.00023 16.0002C9.00023 18.8287 9.00023 20.2429 9.87891 21.1215C10.7574 22 12.1706 22 14.9976 22L14.9998 22L15.9998 22C18.8282 22 20.2424 22 21.1211 21.1213C21.9998 20.2426 21.9998 18.8284 21.9998 16L21.9998 8L21.9998 7.99998C21.9998 5.17157 21.9998 3.75736 21.1211 2.87868C20.2424 2 18.8282 2 15.9998 2Z" opacity=".5"/><path fill-rule="evenodd" d="M15.75 12C15.75 11.5858 15.4142 11.25 15 11.25L4.02744 11.25L5.98809 9.56943C6.30259 9.29986 6.33901 8.82639 6.06944 8.51189C5.79988 8.1974 5.3264 8.16098 5.01191 8.43054L1.51191 11.4305C1.34567 11.573 1.25 11.781 1.25 12C1.25 12.2189 1.34567 12.4269 1.51191 12.5694L5.01191 15.5694C5.3264 15.839 5.79988 15.8026 6.06944 15.4881C6.33901 15.1736 6.30259 14.7001 5.98809 14.4305L4.02744 12.75L15 12.75C15.4142 12.75 15.75 12.4142 15.75 12Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarLogout2BoldDuotone(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="M15.9998 2L14.9998 2C12.1714 2 10.7576 2.00023 9.87891 2.87891C9.00023 3.75759 9.00023 5.1718 9.00023 8.00023L9.00023 16.0002C9.00023 18.8287 9.00023 20.2429 9.87891 21.1215C10.7574 22 12.1706 22 14.9976 22L14.9998 22L15.9998 22C18.8282 22 20.2424 22 21.1211 21.1213C21.9998 20.2426 21.9998 18.8284 21.9998 16L21.9998 8L21.9998 7.99998C21.9998 5.17157 21.9998 3.75736 21.1211 2.87868C20.2424 2 18.8282 2 15.9998 2Z" opacity=".5"/><path fillRule="evenodd" d="M15.75 12C15.75 11.5858 15.4142 11.25 15 11.25L4.02744 11.25L5.98809 9.56943C6.30259 9.29986 6.33901 8.82639 6.06944 8.51189C5.79988 8.1974 5.3264 8.16098 5.01191 8.43054L1.51191 11.4305C1.34567 11.573 1.25 11.781 1.25 12C1.25 12.2189 1.34567 12.4269 1.51191 12.5694L5.01191 15.5694C5.3264 15.839 5.79988 15.8026 6.06944 15.4881C6.33901 15.1736 6.30259 14.7001 5.98809 14.4305L4.02744 12.75L15 12.75C15.4142 12.75 15.75 12.4142 15.75 12Z" clipRule="evenodd"/></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="M15.9998 2L14.9998 2C12.1714 2 10.7576 2.00023 9.87891 2.87891C9.00023 3.75759 9.00023 5.1718 9.00023 8.00023L9.00023 16.0002C9.00023 18.8287 9.00023 20.2429 9.87891 21.1215C10.7574 22 12.1706 22 14.9976 22L14.9998 22L15.9998 22C18.8282 22 20.2424 22 21.1211 21.1213C21.9998 20.2426 21.9998 18.8284 21.9998 16L21.9998 8L21.9998 7.99998C21.9998 5.17157 21.9998 3.75736 21.1211 2.87868C20.2424 2 18.8282 2 15.9998 2Z" opacity=".5"/><path fill-rule="evenodd" d="M15.75 12C15.75 11.5858 15.4142 11.25 15 11.25L4.02744 11.25L5.98809 9.56943C6.30259 9.29986 6.33901 8.82639 6.06944 8.51189C5.79988 8.1974 5.3264 8.16098 5.01191 8.43054L1.51191 11.4305C1.34567 11.573 1.25 11.781 1.25 12C1.25 12.2189 1.34567 12.4269 1.51191 12.5694L5.01191 15.5694C5.3264 15.839 5.79988 15.8026 6.06944 15.4881C6.33901 15.1736 6.30259 14.7001 5.98809 14.4305L4.02744 12.75L15 12.75C15.4142 12.75 15.75 12.4142 15.75 12Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-logout-2-bold-duotone {
  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%22M15.9998%202L14.9998%202C12.1714%202%2010.7576%202.00023%209.87891%202.87891C9.00023%203.75759%209.00023%205.1718%209.00023%208.00023L9.00023%2016.0002C9.00023%2018.8287%209.00023%2020.2429%209.87891%2021.1215C10.7574%2022%2012.1706%2022%2014.9976%2022L14.9998%2022L15.9998%2022C18.8282%2022%2020.2424%2022%2021.1211%2021.1213C21.9998%2020.2426%2021.9998%2018.8284%2021.9998%2016L21.9998%208L21.9998%207.99998C21.9998%205.17157%2021.9998%203.75736%2021.1211%202.87868C20.2424%202%2018.8282%202%2015.9998%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.75%2012C15.75%2011.5858%2015.4142%2011.25%2015%2011.25L4.02744%2011.25L5.98809%209.56943C6.30259%209.29986%206.33901%208.82639%206.06944%208.51189C5.79988%208.1974%205.3264%208.16098%205.01191%208.43054L1.51191%2011.4305C1.34567%2011.573%201.25%2011.781%201.25%2012C1.25%2012.2189%201.34567%2012.4269%201.51191%2012.5694L5.01191%2015.5694C5.3264%2015.839%205.79988%2015.8026%206.06944%2015.4881C6.33901%2015.1736%206.30259%2014.7001%205.98809%2014.4305L4.02744%2012.75L15%2012.75C15.4142%2012.75%2015.75%2012.4142%2015.75%2012Z%22%20clip-rule%3D%22evenodd%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%22M15.9998%202L14.9998%202C12.1714%202%2010.7576%202.00023%209.87891%202.87891C9.00023%203.75759%209.00023%205.1718%209.00023%208.00023L9.00023%2016.0002C9.00023%2018.8287%209.00023%2020.2429%209.87891%2021.1215C10.7574%2022%2012.1706%2022%2014.9976%2022L14.9998%2022L15.9998%2022C18.8282%2022%2020.2424%2022%2021.1211%2021.1213C21.9998%2020.2426%2021.9998%2018.8284%2021.9998%2016L21.9998%208L21.9998%207.99998C21.9998%205.17157%2021.9998%203.75736%2021.1211%202.87868C20.2424%202%2018.8282%202%2015.9998%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.75%2012C15.75%2011.5858%2015.4142%2011.25%2015%2011.25L4.02744%2011.25L5.98809%209.56943C6.30259%209.29986%206.33901%208.82639%206.06944%208.51189C5.79988%208.1974%205.3264%208.16098%205.01191%208.43054L1.51191%2011.4305C1.34567%2011.573%201.25%2011.781%201.25%2012C1.25%2012.2189%201.34567%2012.4269%201.51191%2012.5694L5.01191%2015.5694C5.3264%2015.839%205.79988%2015.8026%206.06944%2015.4881C6.33901%2015.1736%206.30259%2014.7001%205.98809%2014.4305L4.02744%2012.75L15%2012.75C15.4142%2012.75%2015.75%2012.4142%2015.75%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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