md exit icon

md-exit from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-exit
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-exit

Related icons in IonIcons

Use the md exit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M215.469 332.802l29.863 29.864L352 256 245.332 149.333l-29.863 29.865 55.469 55.469H64v42.666h205.864l-54.395 55.469zM405.334 64H106.666C83.198 64 64 83.198 64 106.666V192h42.666v-85.333h298.668v298.668H106.666V320H64v85.334C64 428.802 83.198 448 106.666 448h298.668C428.802 448 448 428.802 448 405.334V106.666C448 83.198 428.802 64 405.334 64z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdExit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M215.469 332.802l29.863 29.864L352 256 245.332 149.333l-29.863 29.865 55.469 55.469H64v42.666h205.864l-54.395 55.469zM405.334 64H106.666C83.198 64 64 83.198 64 106.666V192h42.666v-85.333h298.668v298.668H106.666V320H64v85.334C64 428.802 83.198 448 106.666 448h298.668C428.802 448 448 428.802 448 405.334V106.666C448 83.198 428.802 64 405.334 64z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M215.469 332.802l29.863 29.864L352 256 245.332 149.333l-29.863 29.865 55.469 55.469H64v42.666h205.864l-54.395 55.469zM405.334 64H106.666C83.198 64 64 83.198 64 106.666V192h42.666v-85.333h298.668v298.668H106.666V320H64v85.334C64 428.802 83.198 448 106.666 448h298.668C428.802 448 448 428.802 448 405.334V106.666C448 83.198 428.802 64 405.334 64z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-exit {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M215.469%20332.802l29.863%2029.864L352%20256%20245.332%20149.333l-29.863%2029.865%2055.469%2055.469H64v42.666h205.864l-54.395%2055.469zM405.334%2064H106.666C83.198%2064%2064%2083.198%2064%20106.666V192h42.666v-85.333h298.668v298.668H106.666V320H64v85.334C64%20428.802%2083.198%20448%20106.666%20448h298.668C428.802%20448%20448%20428.802%20448%20405.334V106.666C448%2083.198%20428.802%2064%20405.334%2064z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M215.469%20332.802l29.863%2029.864L352%20256%20245.332%20149.333l-29.863%2029.865%2055.469%2055.469H64v42.666h205.864l-54.395%2055.469zM405.334%2064H106.666C83.198%2064%2064%2083.198%2064%20106.666V192h42.666v-85.333h298.668v298.668H106.666V320H64v85.334C64%20428.802%2083.198%20448%20106.666%20448h298.668C428.802%20448%20448%20428.802%20448%20405.334V106.666C448%2083.198%20428.802%2064%20405.334%2064z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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