logout 2 icon
logout-2-broken from Solar by 480 Design · Broken · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- logout-2-broken
- Set
- Solar
- Style
- Broken
- 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
arrow-to-down-left-boldarrow-to-down-right-boldarrow-to-top-left-boldarrow-to-top-right-boldcircle-bottom-down-boldcircle-bottom-up-boldcircle-top-down-boldcircle-top-up-bolddownload-bolddownload-minimalistic-bolddownload-square-bolddownload-twice-square-boldexit-boldexport-boldforward-2-boldforward-boldimport-boldlogin-2-boldlogin-3-boldlogin-boldlogout-3-boldlogout-boldmaximize-boldmaximize-square-2-bold
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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M15 12L2 12M5.5 15L2 12L5.5 9"/><path d="M9.00195 7C9.01406 4.82497 9.11051 3.64706 9.87889 2.87868C10.7576 2 12.1718 2 15.0002 2L16.0002 2C18.8286 2 20.2429 2 21.1215 2.87868C22.0002 3.75736 22.0002 5.17157 22.0002 8L22.0002 16C22.0002 18.8284 22.0002 20.2426 21.1215 21.1213C20.3531 21.8897 19.1752 21.9862 17 21.9983M9.00195 17C9.01406 19.175 9.11051 20.3529 9.87889 21.1213C10.5202 21.7626 11.4467 21.9359 13 21.9827"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarLogout2Broken(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M15 12L2 12M5.5 15L2 12L5.5 9"/><path d="M9.00195 7C9.01406 4.82497 9.11051 3.64706 9.87889 2.87868C10.7576 2 12.1718 2 15.0002 2L16.0002 2C18.8286 2 20.2429 2 21.1215 2.87868C22.0002 3.75736 22.0002 5.17157 22.0002 8L22.0002 16C22.0002 18.8284 22.0002 20.2426 21.1215 21.1213C20.3531 21.8897 19.1752 21.9862 17 21.9983M9.00195 17C9.01406 19.175 9.11051 20.3529 9.87889 21.1213C10.5202 21.7626 11.4467 21.9359 13 21.9827"/></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-width="1.5"><path stroke-linejoin="round" d="M15 12L2 12M5.5 15L2 12L5.5 9"/><path d="M9.00195 7C9.01406 4.82497 9.11051 3.64706 9.87889 2.87868C10.7576 2 12.1718 2 15.0002 2L16.0002 2C18.8286 2 20.2429 2 21.1215 2.87868C22.0002 3.75736 22.0002 5.17157 22.0002 8L22.0002 16C22.0002 18.8284 22.0002 20.2426 21.1215 21.1213C20.3531 21.8897 19.1752 21.9862 17 21.9983M9.00195 17C9.01406 19.175 9.11051 20.3529 9.87889 21.1213C10.5202 21.7626 11.4467 21.9359 13 21.9827"/></g></svg> </template>
CSS
.icon-logout-2-broken {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2012L2%2012M5.5%2015L2%2012L5.5%209%22%2F%3E%3Cpath%20d%3D%22M9.00195%207C9.01406%204.82497%209.11051%203.64706%209.87889%202.87868C10.7576%202%2012.1718%202%2015.0002%202L16.0002%202C18.8286%202%2020.2429%202%2021.1215%202.87868C22.0002%203.75736%2022.0002%205.17157%2022.0002%208L22.0002%2016C22.0002%2018.8284%2022.0002%2020.2426%2021.1215%2021.1213C20.3531%2021.8897%2019.1752%2021.9862%2017%2021.9983M9.00195%2017C9.01406%2019.175%209.11051%2020.3529%209.87889%2021.1213C10.5202%2021.7626%2011.4467%2021.9359%2013%2021.9827%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2012L2%2012M5.5%2015L2%2012L5.5%209%22%2F%3E%3Cpath%20d%3D%22M9.00195%207C9.01406%204.82497%209.11051%203.64706%209.87889%202.87868C10.7576%202%2012.1718%202%2015.0002%202L16.0002%202C18.8286%202%2020.2429%202%2021.1215%202.87868C22.0002%203.75736%2022.0002%205.17157%2022.0002%208L22.0002%2016C22.0002%2018.8284%2022.0002%2020.2426%2021.1215%2021.1213C20.3531%2021.8897%2019.1752%2021.9862%2017%2021.9983M9.00195%2017C9.01406%2019.175%209.11051%2020.3529%209.87889%2021.1213C10.5202%2021.7626%2011.4467%2021.9359%2013%2021.9827%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-broken.svg?color=%231a73e8&size=48