md log out icon
md-log-out from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-log-out
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md log out icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M192 277.4h189.7l-43.6 44.7L368 352l96-96-96-96-31 29.9 44.7 44.7H192v42.8z" fill="currentColor"/><path d="M255.7 421.3c-44.1 0-85.5-17.2-116.7-48.4-31.2-31.2-48.3-72.7-48.3-116.9 0-44.1 17.2-85.7 48.3-116.9 31.2-31.2 72.6-48.4 116.7-48.4 44 0 85.3 17.1 116.5 48.2l30.3-30.3c-8.5-8.4-17.8-16.2-27.7-23.2C339.7 61 298.6 48 255.7 48 141.2 48 48 141.3 48 256s93.2 208 207.7 208c42.9 0 84-13 119-37.5 10-7 19.2-14.7 27.7-23.2l-30.2-30.2c-31.1 31.1-72.5 48.2-116.5 48.2z" fill="currentColor"/><path d="M448.004 256.847l-.849-.848.849-.849.848.849z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdLogOut(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M192 277.4h189.7l-43.6 44.7L368 352l96-96-96-96-31 29.9 44.7 44.7H192v42.8z" fill="currentColor"/><path d="M255.7 421.3c-44.1 0-85.5-17.2-116.7-48.4-31.2-31.2-48.3-72.7-48.3-116.9 0-44.1 17.2-85.7 48.3-116.9 31.2-31.2 72.6-48.4 116.7-48.4 44 0 85.3 17.1 116.5 48.2l30.3-30.3c-8.5-8.4-17.8-16.2-27.7-23.2C339.7 61 298.6 48 255.7 48 141.2 48 48 141.3 48 256s93.2 208 207.7 208c42.9 0 84-13 119-37.5 10-7 19.2-14.7 27.7-23.2l-30.2-30.2c-31.1 31.1-72.5 48.2-116.5 48.2z" fill="currentColor"/><path d="M448.004 256.847l-.849-.848.849-.849.848.849z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M192 277.4h189.7l-43.6 44.7L368 352l96-96-96-96-31 29.9 44.7 44.7H192v42.8z" fill="currentColor"/><path d="M255.7 421.3c-44.1 0-85.5-17.2-116.7-48.4-31.2-31.2-48.3-72.7-48.3-116.9 0-44.1 17.2-85.7 48.3-116.9 31.2-31.2 72.6-48.4 116.7-48.4 44 0 85.3 17.1 116.5 48.2l30.3-30.3c-8.5-8.4-17.8-16.2-27.7-23.2C339.7 61 298.6 48 255.7 48 141.2 48 48 141.3 48 256s93.2 208 207.7 208c42.9 0 84-13 119-37.5 10-7 19.2-14.7 27.7-23.2l-30.2-30.2c-31.1 31.1-72.5 48.2-116.5 48.2z" fill="currentColor"/><path d="M448.004 256.847l-.849-.848.849-.849.848.849z" fill="currentColor"/></svg> </template>
CSS
.icon-md-log-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%20512%20512%22%3E%3Cpath%20d%3D%22M192%20277.4h189.7l-43.6%2044.7L368%20352l96-96-96-96-31%2029.9%2044.7%2044.7H192v42.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M255.7%20421.3c-44.1%200-85.5-17.2-116.7-48.4-31.2-31.2-48.3-72.7-48.3-116.9%200-44.1%2017.2-85.7%2048.3-116.9%2031.2-31.2%2072.6-48.4%20116.7-48.4%2044%200%2085.3%2017.1%20116.5%2048.2l30.3-30.3c-8.5-8.4-17.8-16.2-27.7-23.2C339.7%2061%20298.6%2048%20255.7%2048%20141.2%2048%2048%20141.3%2048%20256s93.2%20208%20207.7%20208c42.9%200%2084-13%20119-37.5%2010-7%2019.2-14.7%2027.7-23.2l-30.2-30.2c-31.1%2031.1-72.5%2048.2-116.5%2048.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M448.004%20256.847l-.849-.848.849-.849.848.849z%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%22M192%20277.4h189.7l-43.6%2044.7L368%20352l96-96-96-96-31%2029.9%2044.7%2044.7H192v42.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M255.7%20421.3c-44.1%200-85.5-17.2-116.7-48.4-31.2-31.2-48.3-72.7-48.3-116.9%200-44.1%2017.2-85.7%2048.3-116.9%2031.2-31.2%2072.6-48.4%20116.7-48.4%2044%200%2085.3%2017.1%20116.5%2048.2l30.3-30.3c-8.5-8.4-17.8-16.2-27.7-23.2C339.7%2061%20298.6%2048%20255.7%2048%20141.2%2048%2048%20141.3%2048%20256s93.2%20208%20207.7%20208c42.9%200%2084-13%20119-37.5%2010-7%2019.2-14.7%2027.7-23.2l-30.2-30.2c-31.1%2031.1-72.5%2048.2-116.5%2048.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M448.004%20256.847l-.849-.848.849-.849.848.849z%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-log-out.svg?color=%231a73e8&size=48