escape from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
escape
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the escape icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.538 1.02a.5.5 0 1 0-.076.998a6 6 0 1 1-6.445 6.444a.5.5 0 0 0-.997.076A7 7 0 1 0 8.538 1.02"/><path d="M7.096 7.828a.5.5 0 0 0 .707-.707L2.707 2.025h2.768a.5.5 0 1 0 0-1H1.5a.5.5 0 0 0-.5.5V5.5a.5.5 0 0 0 1 0V2.732z"/></g></svg>

React

import type { SVGProps } from "react";

export function BiEscape(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.538 1.02a.5.5 0 1 0-.076.998a6 6 0 1 1-6.445 6.444a.5.5 0 0 0-.997.076A7 7 0 1 0 8.538 1.02"/><path d="M7.096 7.828a.5.5 0 0 0 .707-.707L2.707 2.025h2.768a.5.5 0 1 0 0-1H1.5a.5.5 0 0 0-.5.5V5.5a.5.5 0 0 0 1 0V2.732z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.538 1.02a.5.5 0 1 0-.076.998a6 6 0 1 1-6.445 6.444a.5.5 0 0 0-.997.076A7 7 0 1 0 8.538 1.02"/><path d="M7.096 7.828a.5.5 0 0 0 .707-.707L2.707 2.025h2.768a.5.5 0 1 0 0-1H1.5a.5.5 0 0 0-.5.5V5.5a.5.5 0 0 0 1 0V2.732z"/></g></svg>
</template>

CSS

.icon-escape {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.538%201.02a.5.5%200%201%200-.076.998a6%206%200%201%201-6.445%206.444a.5.5%200%200%200-.997.076A7%207%200%201%200%208.538%201.02%22%2F%3E%3Cpath%20d%3D%22M7.096%207.828a.5.5%200%200%200%20.707-.707L2.707%202.025h2.768a.5.5%200%201%200%200-1H1.5a.5.5%200%200%200-.5.5V5.5a.5.5%200%200%200%201%200V2.732z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.538%201.02a.5.5%200%201%200-.076.998a6%206%200%201%201-6.445%206.444a.5.5%200%200%200-.997.076A7%207%200%201%200%208.538%201.02%22%2F%3E%3Cpath%20d%3D%22M7.096%207.828a.5.5%200%200%200%20.707-.707L2.707%202.025h2.768a.5.5%200%201%200%200-1H1.5a.5.5%200%200%200-.5.5V5.5a.5.5%200%200%200%201%200V2.732z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/escape.svg?color=%231a73e8&size=48