quit full screen icon

quit-full-screen-broken from Solar by 480 Design · Broken · Video · CC-BY-4.0 Attribution required.

Name
quit-full-screen-broken
Set
Solar
Style
Broken
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

Use the quit full screen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M2 14C5.77124 14 7.65685 14 8.82843 15.1716C10 16.3431 10 18.2288 10 22"/><path d="M2 10C3.16976 10 4.15811 10 5 9.96504M10 2C10 5.77124 10 7.65685 8.82843 8.82843"/><path d="M14 22C14 18.2288 14 16.3431 15.1716 15.1716M22 14C20.8302 14 19.8419 14 19 14.035"/><path d="M22 10C18.2288 10 16.3431 10 15.1716 8.82843C14 7.65685 14 5.77124 14 2"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarQuitFullScreenBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M2 14C5.77124 14 7.65685 14 8.82843 15.1716C10 16.3431 10 18.2288 10 22"/><path d="M2 10C3.16976 10 4.15811 10 5 9.96504M10 2C10 5.77124 10 7.65685 8.82843 8.82843"/><path d="M14 22C14 18.2288 14 16.3431 15.1716 15.1716M22 14C20.8302 14 19.8419 14 19 14.035"/><path d="M22 10C18.2288 10 16.3431 10 15.1716 8.82843C14 7.65685 14 5.77124 14 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M2 14C5.77124 14 7.65685 14 8.82843 15.1716C10 16.3431 10 18.2288 10 22"/><path d="M2 10C3.16976 10 4.15811 10 5 9.96504M10 2C10 5.77124 10 7.65685 8.82843 8.82843"/><path d="M14 22C14 18.2288 14 16.3431 15.1716 15.1716M22 14C20.8302 14 19.8419 14 19 14.035"/><path d="M22 10C18.2288 10 16.3431 10 15.1716 8.82843C14 7.65685 14 5.77124 14 2"/></g></svg>
</template>

CSS

.icon-quit-full-screen-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2014C5.77124%2014%207.65685%2014%208.82843%2015.1716C10%2016.3431%2010%2018.2288%2010%2022%22%2F%3E%3Cpath%20d%3D%22M2%2010C3.16976%2010%204.15811%2010%205%209.96504M10%202C10%205.77124%2010%207.65685%208.82843%208.82843%22%2F%3E%3Cpath%20d%3D%22M14%2022C14%2018.2288%2014%2016.3431%2015.1716%2015.1716M22%2014C20.8302%2014%2019.8419%2014%2019%2014.035%22%2F%3E%3Cpath%20d%3D%22M22%2010C18.2288%2010%2016.3431%2010%2015.1716%208.82843C14%207.65685%2014%205.77124%2014%202%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2014C5.77124%2014%207.65685%2014%208.82843%2015.1716C10%2016.3431%2010%2018.2288%2010%2022%22%2F%3E%3Cpath%20d%3D%22M2%2010C3.16976%2010%204.15811%2010%205%209.96504M10%202C10%205.77124%2010%207.65685%208.82843%208.82843%22%2F%3E%3Cpath%20d%3D%22M14%2022C14%2018.2288%2014%2016.3431%2015.1716%2015.1716M22%2014C20.8302%2014%2019.8419%2014%2019%2014.035%22%2F%3E%3Cpath%20d%3D%22M22%2010C18.2288%2010%2016.3431%2010%2015.1716%208.82843C14%207.65685%2014%205.77124%2014%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/quit-full-screen-broken.svg?color=%231a73e8&size=48