sign-out-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
sign-out-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Use the sign out icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.354v6.65h7.442L17.72 9.28a.75.75 0 0 1-.073-.977l.073-.084a.75.75 0 0 1 .976-.072l.084.072l2.997 2.998a.75.75 0 0 1 .073.976l-.073.084l-2.996 3.003a.75.75 0 0 1-1.134-.975l.072-.084l1.713-1.717h-7.431L12 19.25a.75.75 0 0 1-.88.738l-8.5-1.501a.75.75 0 0 1-.62-.739V5.75a.75.75 0 0 1 .628-.74l8.5-1.396a.75.75 0 0 1 .872.74m-3.498 7.145a1.002 1.002 0 1 0 0 2.005a1.002 1.002 0 0 0 0-2.005M13 18.502h.765l.102-.007a.75.75 0 0 0 .648-.744l-.007-4.25H13zM13.002 10L13 8.725V5h.745a.75.75 0 0 1 .743.647l.007.101l.007 4.252z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSignOut24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.354v6.65h7.442L17.72 9.28a.75.75 0 0 1-.073-.977l.073-.084a.75.75 0 0 1 .976-.072l.084.072l2.997 2.998a.75.75 0 0 1 .073.976l-.073.084l-2.996 3.003a.75.75 0 0 1-1.134-.975l.072-.084l1.713-1.717h-7.431L12 19.25a.75.75 0 0 1-.88.738l-8.5-1.501a.75.75 0 0 1-.62-.739V5.75a.75.75 0 0 1 .628-.74l8.5-1.396a.75.75 0 0 1 .872.74m-3.498 7.145a1.002 1.002 0 1 0 0 2.005a1.002 1.002 0 0 0 0-2.005M13 18.502h.765l.102-.007a.75.75 0 0 0 .648-.744l-.007-4.25H13zM13.002 10L13 8.725V5h.745a.75.75 0 0 1 .743.647l.007.101l.007 4.252z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.354v6.65h7.442L17.72 9.28a.75.75 0 0 1-.073-.977l.073-.084a.75.75 0 0 1 .976-.072l.084.072l2.997 2.998a.75.75 0 0 1 .073.976l-.073.084l-2.996 3.003a.75.75 0 0 1-1.134-.975l.072-.084l1.713-1.717h-7.431L12 19.25a.75.75 0 0 1-.88.738l-8.5-1.501a.75.75 0 0 1-.62-.739V5.75a.75.75 0 0 1 .628-.74l8.5-1.396a.75.75 0 0 1 .872.74m-3.498 7.145a1.002 1.002 0 1 0 0 2.005a1.002 1.002 0 0 0 0-2.005M13 18.502h.765l.102-.007a.75.75 0 0 0 .648-.744l-.007-4.25H13zM13.002 10L13 8.725V5h.745a.75.75 0 0 1 .743.647l.007.101l.007 4.252z"/></svg>
</template>

CSS

.icon-sign-out-24-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204.354v6.65h7.442L17.72%209.28a.75.75%200%200%201-.073-.977l.073-.084a.75.75%200%200%201%20.976-.072l.084.072l2.997%202.998a.75.75%200%200%201%20.073.976l-.073.084l-2.996%203.003a.75.75%200%200%201-1.134-.975l.072-.084l1.713-1.717h-7.431L12%2019.25a.75.75%200%200%201-.88.738l-8.5-1.501a.75.75%200%200%201-.62-.739V5.75a.75.75%200%200%201%20.628-.74l8.5-1.396a.75.75%200%200%201%20.872.74m-3.498%207.145a1.002%201.002%200%201%200%200%202.005a1.002%201.002%200%200%200%200-2.005M13%2018.502h.765l.102-.007a.75.75%200%200%200%20.648-.744l-.007-4.25H13zM13.002%2010L13%208.725V5h.745a.75.75%200%200%201%20.743.647l.007.101l.007%204.252z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204.354v6.65h7.442L17.72%209.28a.75.75%200%200%201-.073-.977l.073-.084a.75.75%200%200%201%20.976-.072l.084.072l2.997%202.998a.75.75%200%200%201%20.073.976l-.073.084l-2.996%203.003a.75.75%200%200%201-1.134-.975l.072-.084l1.713-1.717h-7.431L12%2019.25a.75.75%200%200%201-.88.738l-8.5-1.501a.75.75%200%200%201-.62-.739V5.75a.75.75%200%200%201%20.628-.74l8.5-1.396a.75.75%200%200%201%20.872.74m-3.498%207.145a1.002%201.002%200%201%200%200%202.005a1.002%201.002%200%200%200%200-2.005M13%2018.502h.765l.102-.007a.75.75%200%200%200%20.648-.744l-.007-4.25H13zM13.002%2010L13%208.725V5h.745a.75.75%200%200%201%20.743.647l.007.101l.007%204.252z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sign-out-24-filled.svg?color=%231a73e8&size=48