pip exit icon
pip-exit-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- pip-exit-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the pip exit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20q-.825 0-1.412-.587T2 18v-6q0-.425.288-.712T3 11t.713.288T4 12v6h16V6h-8q-.425 0-.712-.288T11 5t.288-.712T12 4h8q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm10-6.575l2.375 2.375q.3.3.7.3t.7-.3t.3-.712t-.3-.713L15.4 12H17q.425 0 .713-.288T18 11t-.288-.712T17 10h-4q-.425 0-.712.288T12 11v4q0 .425.288.713T13 16t.713-.288T14 15zM3 9q-.425 0-.712-.288T2 8V5q0-.425.288-.712T3 4h5q.425 0 .713.288T9 5v3q0 .425-.288.713T8 9zm9 3"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPipExitOutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20q-.825 0-1.412-.587T2 18v-6q0-.425.288-.712T3 11t.713.288T4 12v6h16V6h-8q-.425 0-.712-.288T11 5t.288-.712T12 4h8q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm10-6.575l2.375 2.375q.3.3.7.3t.7-.3t.3-.712t-.3-.713L15.4 12H17q.425 0 .713-.288T18 11t-.288-.712T17 10h-4q-.425 0-.712.288T12 11v4q0 .425.288.713T13 16t.713-.288T14 15zM3 9q-.425 0-.712-.288T2 8V5q0-.425.288-.712T3 4h5q.425 0 .713.288T9 5v3q0 .425-.288.713T8 9zm9 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20q-.825 0-1.412-.587T2 18v-6q0-.425.288-.712T3 11t.713.288T4 12v6h16V6h-8q-.425 0-.712-.288T11 5t.288-.712T12 4h8q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm10-6.575l2.375 2.375q.3.3.7.3t.7-.3t.3-.712t-.3-.713L15.4 12H17q.425 0 .713-.288T18 11t-.288-.712T17 10h-4q-.425 0-.712.288T12 11v4q0 .425.288.713T13 16t.713-.288T14 15zM3 9q-.425 0-.712-.288T2 8V5q0-.425.288-.712T3 4h5q.425 0 .713.288T9 5v3q0 .425-.288.713T8 9zm9 3"/></svg> </template>
CSS
.icon-pip-exit-outline-rounded {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2020q-.825%200-1.412-.587T2%2018v-6q0-.425.288-.712T3%2011t.713.288T4%2012v6h16V6h-8q-.425%200-.712-.288T11%205t.288-.712T12%204h8q.825%200%201.413.588T22%206v12q0%20.825-.587%201.413T20%2020zm10-6.575l2.375%202.375q.3.3.7.3t.7-.3t.3-.712t-.3-.713L15.4%2012H17q.425%200%20.713-.288T18%2011t-.288-.712T17%2010h-4q-.425%200-.712.288T12%2011v4q0%20.425.288.713T13%2016t.713-.288T14%2015zM3%209q-.425%200-.712-.288T2%208V5q0-.425.288-.712T3%204h5q.425%200%20.713.288T9%205v3q0%20.425-.288.713T8%209zm9%203%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2020q-.825%200-1.412-.587T2%2018v-6q0-.425.288-.712T3%2011t.713.288T4%2012v6h16V6h-8q-.425%200-.712-.288T11%205t.288-.712T12%204h8q.825%200%201.413.588T22%206v12q0%20.825-.587%201.413T20%2020zm10-6.575l2.375%202.375q.3.3.7.3t.7-.3t.3-.712t-.3-.713L15.4%2012H17q.425%200%20.713-.288T18%2011t-.288-.712T17%2010h-4q-.425%200-.712.288T12%2011v4q0%20.425.288.713T13%2016t.713-.288T14%2015zM3%209q-.425%200-.712-.288T2%208V5q0-.425.288-.712T3%204h5q.425%200%20.713.288T9%205v3q0%20.425-.288.713T8%209zm9%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/pip-exit-outline-rounded.svg?color=%231a73e8&size=48