logout 3 icon
logout-3-broken from Solar by 480 Design · Broken · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- logout-3-broken
- Set
- Solar
- Style
- Broken
- Category
- Arrows Action
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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-2-boldlogout-boldmaximize-boldmaximize-square-2-bold
Use the logout 3 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 12L6 12M8 10L6 12L8 14"/><path d="M12 21.9827C10.4465 21.9359 9.51995 21.7626 8.87865 21.1213C8.11027 20.3529 8.01382 19.175 8.00171 17M16 21.9983C18.175 21.9862 19.3529 21.8897 20.1213 21.1213C21 20.2426 21 18.8284 21 16V14V10V8C21 5.17157 21 3.75736 20.1213 2.87868C19.2426 2 17.8284 2 15 2H14C11.1715 2 9.75733 2 8.87865 2.87868C8.11027 3.64706 8.01382 4.82497 8.00171 7"/><path d="M3 9.5V14.5C3 16.857 3 18.0355 3.73223 18.7678C4.46447 19.5 5.64298 19.5 8 19.5M3.73223 5.23223C4.46447 4.5 5.64298 4.5 8 4.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarLogout3Broken(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 12L6 12M8 10L6 12L8 14"/><path d="M12 21.9827C10.4465 21.9359 9.51995 21.7626 8.87865 21.1213C8.11027 20.3529 8.01382 19.175 8.00171 17M16 21.9983C18.175 21.9862 19.3529 21.8897 20.1213 21.1213C21 20.2426 21 18.8284 21 16V14V10V8C21 5.17157 21 3.75736 20.1213 2.87868C19.2426 2 17.8284 2 15 2H14C11.1715 2 9.75733 2 8.87865 2.87868C8.11027 3.64706 8.01382 4.82497 8.00171 7"/><path d="M3 9.5V14.5C3 16.857 3 18.0355 3.73223 18.7678C4.46447 19.5 5.64298 19.5 8 19.5M3.73223 5.23223C4.46447 4.5 5.64298 4.5 8 4.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-width="1.5"><path stroke-linejoin="round" d="M15 12L6 12M8 10L6 12L8 14"/><path d="M12 21.9827C10.4465 21.9359 9.51995 21.7626 8.87865 21.1213C8.11027 20.3529 8.01382 19.175 8.00171 17M16 21.9983C18.175 21.9862 19.3529 21.8897 20.1213 21.1213C21 20.2426 21 18.8284 21 16V14V10V8C21 5.17157 21 3.75736 20.1213 2.87868C19.2426 2 17.8284 2 15 2H14C11.1715 2 9.75733 2 8.87865 2.87868C8.11027 3.64706 8.01382 4.82497 8.00171 7"/><path d="M3 9.5V14.5C3 16.857 3 18.0355 3.73223 18.7678C4.46447 19.5 5.64298 19.5 8 19.5M3.73223 5.23223C4.46447 4.5 5.64298 4.5 8 4.5"/></g></svg> </template>
CSS
.icon-logout-3-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%2012L6%2012M8%2010L6%2012L8%2014%22%2F%3E%3Cpath%20d%3D%22M12%2021.9827C10.4465%2021.9359%209.51995%2021.7626%208.87865%2021.1213C8.11027%2020.3529%208.01382%2019.175%208.00171%2017M16%2021.9983C18.175%2021.9862%2019.3529%2021.8897%2020.1213%2021.1213C21%2020.2426%2021%2018.8284%2021%2016V14V10V8C21%205.17157%2021%203.75736%2020.1213%202.87868C19.2426%202%2017.8284%202%2015%202H14C11.1715%202%209.75733%202%208.87865%202.87868C8.11027%203.64706%208.01382%204.82497%208.00171%207%22%2F%3E%3Cpath%20d%3D%22M3%209.5V14.5C3%2016.857%203%2018.0355%203.73223%2018.7678C4.46447%2019.5%205.64298%2019.5%208%2019.5M3.73223%205.23223C4.46447%204.5%205.64298%204.5%208%204.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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2012L6%2012M8%2010L6%2012L8%2014%22%2F%3E%3Cpath%20d%3D%22M12%2021.9827C10.4465%2021.9359%209.51995%2021.7626%208.87865%2021.1213C8.11027%2020.3529%208.01382%2019.175%208.00171%2017M16%2021.9983C18.175%2021.9862%2019.3529%2021.8897%2020.1213%2021.1213C21%2020.2426%2021%2018.8284%2021%2016V14V10V8C21%205.17157%2021%203.75736%2020.1213%202.87868C19.2426%202%2017.8284%202%2015%202H14C11.1715%202%209.75733%202%208.87865%202.87868C8.11027%203.64706%208.01382%204.82497%208.00171%207%22%2F%3E%3Cpath%20d%3D%22M3%209.5V14.5C3%2016.857%203%2018.0355%203.73223%2018.7678C4.46447%2019.5%205.64298%2019.5%208%2019.5M3.73223%205.23223C4.46447%204.5%205.64298%204.5%208%204.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/solar/logout-3-broken.svg?color=%231a73e8&size=48