open-off-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
open-off-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the open off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39.197 40.965A6.2 6.2 0 0 1 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75v-23.5a6.2 6.2 0 0 1 1.035-3.447l-2.669-2.67a1.25 1.25 0 1 1 1.768-1.767l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768zm-1.83-1.83L8.865 10.633A3.7 3.7 0 0 0 8.5 12.25v23.5a3.75 3.75 0 0 0 3.75 3.75h23.5c.579 0 1.127-.131 1.617-.365m4.57-2.5L39.5 34.197V27.25a1.25 1.25 0 0 1 2.5 0v8.5q0 .45-.062.885M11.366 6.062L13.803 8.5h6.947a1.25 1.25 0 0 0 0-2.5h-8.5q-.45 0-.885.062M27 7.25c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v12.5a1.25 1.25 0 1 1-2.5 0v-9.482L29.134 20.634a1.25 1.25 0 0 1-1.768-1.768L37.732 8.5H28.25c-.69 0-1.25-.56-1.25-1.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentOpenOff48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39.197 40.965A6.2 6.2 0 0 1 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75v-23.5a6.2 6.2 0 0 1 1.035-3.447l-2.669-2.67a1.25 1.25 0 1 1 1.768-1.767l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768zm-1.83-1.83L8.865 10.633A3.7 3.7 0 0 0 8.5 12.25v23.5a3.75 3.75 0 0 0 3.75 3.75h23.5c.579 0 1.127-.131 1.617-.365m4.57-2.5L39.5 34.197V27.25a1.25 1.25 0 0 1 2.5 0v8.5q0 .45-.062.885M11.366 6.062L13.803 8.5h6.947a1.25 1.25 0 0 0 0-2.5h-8.5q-.45 0-.885.062M27 7.25c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v12.5a1.25 1.25 0 1 1-2.5 0v-9.482L29.134 20.634a1.25 1.25 0 0 1-1.768-1.768L37.732 8.5H28.25c-.69 0-1.25-.56-1.25-1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39.197 40.965A6.2 6.2 0 0 1 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75v-23.5a6.2 6.2 0 0 1 1.035-3.447l-2.669-2.67a1.25 1.25 0 1 1 1.768-1.767l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768zm-1.83-1.83L8.865 10.633A3.7 3.7 0 0 0 8.5 12.25v23.5a3.75 3.75 0 0 0 3.75 3.75h23.5c.579 0 1.127-.131 1.617-.365m4.57-2.5L39.5 34.197V27.25a1.25 1.25 0 0 1 2.5 0v8.5q0 .45-.062.885M11.366 6.062L13.803 8.5h6.947a1.25 1.25 0 0 0 0-2.5h-8.5q-.45 0-.885.062M27 7.25c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v12.5a1.25 1.25 0 1 1-2.5 0v-9.482L29.134 20.634a1.25 1.25 0 0 1-1.768-1.768L37.732 8.5H28.25c-.69 0-1.25-.56-1.25-1.25"/></svg>
</template>

CSS

.icon-open-off-48-regular {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39.197%2040.965A6.2%206.2%200%200%201%2035.75%2042h-23.5A6.25%206.25%200%200%201%206%2035.75v-23.5a6.2%206.2%200%200%201%201.035-3.447l-2.669-2.67a1.25%201.25%200%201%201%201.768-1.767l37.5%2037.5a1.25%201.25%200%200%201-1.768%201.768zm-1.83-1.83L8.865%2010.633A3.7%203.7%200%200%200%208.5%2012.25v23.5a3.75%203.75%200%200%200%203.75%203.75h23.5c.579%200%201.127-.131%201.617-.365m4.57-2.5L39.5%2034.197V27.25a1.25%201.25%200%200%201%202.5%200v8.5q0%20.45-.062.885M11.366%206.062L13.803%208.5h6.947a1.25%201.25%200%200%200%200-2.5h-8.5q-.45%200-.885.062M27%207.25c0-.69.56-1.25%201.25-1.25h12.5c.69%200%201.25.56%201.25%201.25v12.5a1.25%201.25%200%201%201-2.5%200v-9.482L29.134%2020.634a1.25%201.25%200%200%201-1.768-1.768L37.732%208.5H28.25c-.69%200-1.25-.56-1.25-1.25%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39.197%2040.965A6.2%206.2%200%200%201%2035.75%2042h-23.5A6.25%206.25%200%200%201%206%2035.75v-23.5a6.2%206.2%200%200%201%201.035-3.447l-2.669-2.67a1.25%201.25%200%201%201%201.768-1.767l37.5%2037.5a1.25%201.25%200%200%201-1.768%201.768zm-1.83-1.83L8.865%2010.633A3.7%203.7%200%200%200%208.5%2012.25v23.5a3.75%203.75%200%200%200%203.75%203.75h23.5c.579%200%201.127-.131%201.617-.365m4.57-2.5L39.5%2034.197V27.25a1.25%201.25%200%200%201%202.5%200v8.5q0%20.45-.062.885M11.366%206.062L13.803%208.5h6.947a1.25%201.25%200%200%200%200-2.5h-8.5q-.45%200-.885.062M27%207.25c0-.69.56-1.25%201.25-1.25h12.5c.69%200%201.25.56%201.25%201.25v12.5a1.25%201.25%200%201%201-2.5%200v-9.482L29.134%2020.634a1.25%201.25%200%200%201-1.768-1.768L37.732%208.5H28.25c-.69%200-1.25-.56-1.25-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/open-off-48-regular.svg?color=%231a73e8&size=48