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

Name
step-out
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the step out 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="m18 10l1.84-1.586C20.613 7.748 21 7.414 21 7s-.387-.748-1.16-1.414L18 4"/><path d="M12 18v-3c0-3.771 0-5.657 1.172-6.828S16.229 7 20 7h1M3 21h6m6 0h6"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStepOut(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="m18 10l1.84-1.586C20.613 7.748 21 7.414 21 7s-.387-.748-1.16-1.414L18 4"/><path d="M12 18v-3c0-3.771 0-5.657 1.172-6.828S16.229 7 20 7h1M3 21h6m6 0h6"/></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="m18 10l1.84-1.586C20.613 7.748 21 7.414 21 7s-.387-.748-1.16-1.414L18 4"/><path d="M12 18v-3c0-3.771 0-5.657 1.172-6.828S16.229 7 20 7h1M3 21h6m6 0h6"/></g></svg>
</template>

CSS

.icon-step-out {
  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%22m18%2010l1.84-1.586C20.613%207.748%2021%207.414%2021%207s-.387-.748-1.16-1.414L18%204%22%2F%3E%3Cpath%20d%3D%22M12%2018v-3c0-3.771%200-5.657%201.172-6.828S16.229%207%2020%207h1M3%2021h6m6%200h6%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%22m18%2010l1.84-1.586C20.613%207.748%2021%207.414%2021%207s-.387-.748-1.16-1.414L18%204%22%2F%3E%3Cpath%20d%3D%22M12%2018v-3c0-3.771%200-5.657%201.172-6.828S16.229%207%2020%207h1M3%2021h6m6%200h6%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/step-out.svg?color=%231a73e8&size=48