select window off icon

select-window-off-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
select-window-off-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
select-window-off-outline-rounded

4 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the select window off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.775 22.575L10.175 13H4v7h12v-4.025l2 2V20q0 .825-.587 1.413T16 22H4q-.825 0-1.412-.587T2 20v-9q0-.825.588-1.412T4 9h2v-.175L1.375 4.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M22 4v9q0 .825-.587 1.413T20 15h-1.3q-.4 0-.763-.15t-.637-.425L13.575 10.7q-.25-.25-.287-.525t.087-.55t.35-.45T14.3 9H16q.825 0 1.413.588T18 11v2h2V6H9.7q-.4 0-.762-.15T8.3 5.425L6.575 3.7q-.25-.25-.287-.525t.087-.55t.35-.45T7.3 2H20q.825 0 1.413.588T22 4"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSelectWindowOffRounded(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="M19.775 22.575L10.175 13H4v7h12v-4.025l2 2V20q0 .825-.587 1.413T16 22H4q-.825 0-1.412-.587T2 20v-9q0-.825.588-1.412T4 9h2v-.175L1.375 4.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M22 4v9q0 .825-.587 1.413T20 15h-1.3q-.4 0-.763-.15t-.637-.425L13.575 10.7q-.25-.25-.287-.525t.087-.55t.35-.45T14.3 9H16q.825 0 1.413.588T18 11v2h2V6H9.7q-.4 0-.762-.15T8.3 5.425L6.575 3.7q-.25-.25-.287-.525t.087-.55t.35-.45T7.3 2H20q.825 0 1.413.588T22 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.775 22.575L10.175 13H4v7h12v-4.025l2 2V20q0 .825-.587 1.413T16 22H4q-.825 0-1.412-.587T2 20v-9q0-.825.588-1.412T4 9h2v-.175L1.375 4.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M22 4v9q0 .825-.587 1.413T20 15h-1.3q-.4 0-.763-.15t-.637-.425L13.575 10.7q-.25-.25-.287-.525t.087-.55t.35-.45T14.3 9H16q.825 0 1.413.588T18 11v2h2V6H9.7q-.4 0-.762-.15T8.3 5.425L6.575 3.7q-.25-.25-.287-.525t.087-.55t.35-.45T7.3 2H20q.825 0 1.413.588T22 4"/></svg>
</template>

CSS

.icon-select-window-off-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%22M19.775%2022.575L10.175%2013H4v7h12v-4.025l2%202V20q0%20.825-.587%201.413T16%2022H4q-.825%200-1.412-.587T2%2020v-9q0-.825.588-1.412T4%209h2v-.175L1.375%204.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M22%204v9q0%20.825-.587%201.413T20%2015h-1.3q-.4%200-.763-.15t-.637-.425L13.575%2010.7q-.25-.25-.287-.525t.087-.55t.35-.45T14.3%209H16q.825%200%201.413.588T18%2011v2h2V6H9.7q-.4%200-.762-.15T8.3%205.425L6.575%203.7q-.25-.25-.287-.525t.087-.55t.35-.45T7.3%202H20q.825%200%201.413.588T22%204%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%22M19.775%2022.575L10.175%2013H4v7h12v-4.025l2%202V20q0%20.825-.587%201.413T16%2022H4q-.825%200-1.412-.587T2%2020v-9q0-.825.588-1.412T4%209h2v-.175L1.375%204.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M22%204v9q0%20.825-.587%201.413T20%2015h-1.3q-.4%200-.763-.15t-.637-.425L13.575%2010.7q-.25-.25-.287-.525t.087-.55t.35-.45T14.3%209H16q.825%200%201.413.588T18%2011v2h2V6H9.7q-.4%200-.762-.15T8.3%205.425L6.575%203.7q-.25-.25-.287-.525t.087-.55t.35-.45T7.3%202H20q.825%200%201.413.588T22%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/select-window-off-rounded.svg?color=%231a73e8&size=48