ios exit icon
ios-exit from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-exit
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios exit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M144 136v107h179.9l-47.2-47.9c-5-5.1-5-13.3.1-18.4 5.1-5 13.3-5 18.4.1l69 70c2.4 2.5 3.7 5.8 3.7 9.1 0 1.7-.3 3.4-1 5-.6 1.5-1.6 2.9-2.7 4.1l-69 70c-5 5.1-13.3 5.2-18.4.1-5.1-5-5.2-13.3-.1-18.4l47.2-47.9H144v107c0 22 18 40 40 40h240c22 0 40-18 40-40V136c0-22-18-40-40-40H184c-22 0-40 18-40 40z" fill="currentColor"/><path d="M61 243c-7.2 0-13 5.8-13 13s5.8 13 13 13h83v-26H61z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosExit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M144 136v107h179.9l-47.2-47.9c-5-5.1-5-13.3.1-18.4 5.1-5 13.3-5 18.4.1l69 70c2.4 2.5 3.7 5.8 3.7 9.1 0 1.7-.3 3.4-1 5-.6 1.5-1.6 2.9-2.7 4.1l-69 70c-5 5.1-13.3 5.2-18.4.1-5.1-5-5.2-13.3-.1-18.4l47.2-47.9H144v107c0 22 18 40 40 40h240c22 0 40-18 40-40V136c0-22-18-40-40-40H184c-22 0-40 18-40 40z" fill="currentColor"/><path d="M61 243c-7.2 0-13 5.8-13 13s5.8 13 13 13h83v-26H61z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M144 136v107h179.9l-47.2-47.9c-5-5.1-5-13.3.1-18.4 5.1-5 13.3-5 18.4.1l69 70c2.4 2.5 3.7 5.8 3.7 9.1 0 1.7-.3 3.4-1 5-.6 1.5-1.6 2.9-2.7 4.1l-69 70c-5 5.1-13.3 5.2-18.4.1-5.1-5-5.2-13.3-.1-18.4l47.2-47.9H144v107c0 22 18 40 40 40h240c22 0 40-18 40-40V136c0-22-18-40-40-40H184c-22 0-40 18-40 40z" fill="currentColor"/><path d="M61 243c-7.2 0-13 5.8-13 13s5.8 13 13 13h83v-26H61z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-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%22M144%20136v107h179.9l-47.2-47.9c-5-5.1-5-13.3.1-18.4%205.1-5%2013.3-5%2018.4.1l69%2070c2.4%202.5%203.7%205.8%203.7%209.1%200%201.7-.3%203.4-1%205-.6%201.5-1.6%202.9-2.7%204.1l-69%2070c-5%205.1-13.3%205.2-18.4.1-5.1-5-5.2-13.3-.1-18.4l47.2-47.9H144v107c0%2022%2018%2040%2040%2040h240c22%200%2040-18%2040-40V136c0-22-18-40-40-40H184c-22%200-40%2018-40%2040z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M61%20243c-7.2%200-13%205.8-13%2013s5.8%2013%2013%2013h83v-26H61z%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%22M144%20136v107h179.9l-47.2-47.9c-5-5.1-5-13.3.1-18.4%205.1-5%2013.3-5%2018.4.1l69%2070c2.4%202.5%203.7%205.8%203.7%209.1%200%201.7-.3%203.4-1%205-.6%201.5-1.6%202.9-2.7%204.1l-69%2070c-5%205.1-13.3%205.2-18.4.1-5.1-5-5.2-13.3-.1-18.4l47.2-47.9H144v107c0%2022%2018%2040%2040%2040h240c22%200%2040-18%2040-40V136c0-22-18-40-40-40H184c-22%200-40%2018-40%2040z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M61%20243c-7.2%200-13%205.8-13%2013s5.8%2013%2013%2013h83v-26H61z%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/ios-exit.svg?color=%231a73e8&size=48