md open icon

md-open from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-open
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-open

Related icons in IonIcons

Use the md open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M405.34 405.332H106.66V106.668H240V64H106.66C83.191 64 64 83.197 64 106.668v298.664C64 428.803 83.191 448 106.66 448h298.68c23.469 0 42.66-19.197 42.66-42.668V272h-42.66v133.332zM288 64v42.668h87.474L159.999 322.133l29.866 29.866 215.476-215.47V224H448V64H288z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M405.34 405.332H106.66V106.668H240V64H106.66C83.191 64 64 83.197 64 106.668v298.664C64 428.803 83.191 448 106.66 448h298.68c23.469 0 42.66-19.197 42.66-42.668V272h-42.66v133.332zM288 64v42.668h87.474L159.999 322.133l29.866 29.866 215.476-215.47V224H448V64H288z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M405.34 405.332H106.66V106.668H240V64H106.66C83.191 64 64 83.197 64 106.668v298.664C64 428.803 83.191 448 106.66 448h298.68c23.469 0 42.66-19.197 42.66-42.668V272h-42.66v133.332zM288 64v42.668h87.474L159.999 322.133l29.866 29.866 215.476-215.47V224H448V64H288z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-open {
  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%22M405.34%20405.332H106.66V106.668H240V64H106.66C83.191%2064%2064%2083.197%2064%20106.668v298.664C64%20428.803%2083.191%20448%20106.66%20448h298.68c23.469%200%2042.66-19.197%2042.66-42.668V272h-42.66v133.332zM288%2064v42.668h87.474L159.999%20322.133l29.866%2029.866%20215.476-215.47V224H448V64H288z%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%22M405.34%20405.332H106.66V106.668H240V64H106.66C83.191%2064%2064%2083.197%2064%20106.668v298.664C64%20428.803%2083.191%20448%20106.66%20448h298.68c23.469%200%2042.66-19.197%2042.66-42.668V272h-42.66v133.332zM288%2064v42.668h87.474L159.999%20322.133l29.866%2029.866%20215.476-215.47V224H448V64H288z%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-open.svg?color=%231a73e8&size=48