open preview icon
open-preview from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- open-preview
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the open preview icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 1h-9A2.503 2.503 0 0 0 2 3.5v2.776a4.4 4.4 0 0 1 1-.226V3.499c0-.827.673-1.5 1.5-1.5h4v11.386l1.057 1.057c.157.149.274.344.35.557H13.5c1.378 0 2.5-1.122 2.5-2.5V3.5C16 2.122 14.878 1 13.5 1M15 12.5c0 .827-.673 1.5-1.5 1.5h-4V2h4c.827 0 1.5.673 1.5 1.5zm-8.71.09c.45-.58.71-1.31.71-2.09C7 8.57 5.43 7 3.5 7S0 8.57 0 10.5S1.57 14 3.5 14c.78 0 1.51-.26 2.09-.71l2.56 2.56c.09.1.22.15.35.15s.26-.05.35-.15c.2-.19.2-.51 0-.7zM5.5 12a2.5 2.5 0 0 1-2 1a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 2 4"/></svg>
React
import type { SVGProps } from "react";
export function CodiconOpenPreview(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 1h-9A2.503 2.503 0 0 0 2 3.5v2.776a4.4 4.4 0 0 1 1-.226V3.499c0-.827.673-1.5 1.5-1.5h4v11.386l1.057 1.057c.157.149.274.344.35.557H13.5c1.378 0 2.5-1.122 2.5-2.5V3.5C16 2.122 14.878 1 13.5 1M15 12.5c0 .827-.673 1.5-1.5 1.5h-4V2h4c.827 0 1.5.673 1.5 1.5zm-8.71.09c.45-.58.71-1.31.71-2.09C7 8.57 5.43 7 3.5 7S0 8.57 0 10.5S1.57 14 3.5 14c.78 0 1.51-.26 2.09-.71l2.56 2.56c.09.1.22.15.35.15s.26-.05.35-.15c.2-.19.2-.51 0-.7zM5.5 12a2.5 2.5 0 0 1-2 1a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 2 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 1h-9A2.503 2.503 0 0 0 2 3.5v2.776a4.4 4.4 0 0 1 1-.226V3.499c0-.827.673-1.5 1.5-1.5h4v11.386l1.057 1.057c.157.149.274.344.35.557H13.5c1.378 0 2.5-1.122 2.5-2.5V3.5C16 2.122 14.878 1 13.5 1M15 12.5c0 .827-.673 1.5-1.5 1.5h-4V2h4c.827 0 1.5.673 1.5 1.5zm-8.71.09c.45-.58.71-1.31.71-2.09C7 8.57 5.43 7 3.5 7S0 8.57 0 10.5S1.57 14 3.5 14c.78 0 1.51-.26 2.09-.71l2.56 2.56c.09.1.22.15.35.15s.26-.05.35-.15c.2-.19.2-.51 0-.7zM5.5 12a2.5 2.5 0 0 1-2 1a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 2 4"/></svg> </template>
CSS
.icon-open-preview {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%201h-9A2.503%202.503%200%200%200%202%203.5v2.776a4.4%204.4%200%200%201%201-.226V3.499c0-.827.673-1.5%201.5-1.5h4v11.386l1.057%201.057c.157.149.274.344.35.557H13.5c1.378%200%202.5-1.122%202.5-2.5V3.5C16%202.122%2014.878%201%2013.5%201M15%2012.5c0%20.827-.673%201.5-1.5%201.5h-4V2h4c.827%200%201.5.673%201.5%201.5zm-8.71.09c.45-.58.71-1.31.71-2.09C7%208.57%205.43%207%203.5%207S0%208.57%200%2010.5S1.57%2014%203.5%2014c.78%200%201.51-.26%202.09-.71l2.56%202.56c.09.1.22.15.35.15s.26-.05.35-.15c.2-.19.2-.51%200-.7zM5.5%2012a2.5%202.5%200%200%201-2%201a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%202%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%201h-9A2.503%202.503%200%200%200%202%203.5v2.776a4.4%204.4%200%200%201%201-.226V3.499c0-.827.673-1.5%201.5-1.5h4v11.386l1.057%201.057c.157.149.274.344.35.557H13.5c1.378%200%202.5-1.122%202.5-2.5V3.5C16%202.122%2014.878%201%2013.5%201M15%2012.5c0%20.827-.673%201.5-1.5%201.5h-4V2h4c.827%200%201.5.673%201.5%201.5zm-8.71.09c.45-.58.71-1.31.71-2.09C7%208.57%205.43%207%203.5%207S0%208.57%200%2010.5S1.57%2014%203.5%2014c.78%200%201.51-.26%202.09-.71l2.56%202.56c.09.1.22.15.35.15s.26-.05.35-.15c.2-.19.2-.51%200-.7zM5.5%2012a2.5%202.5%200%200%201-2%201a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%202%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/open-preview.svg?color=%231a73e8&size=48