Gist Secret Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Gist Secret icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307183.svg" alt="Gist Secret icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307183.svg" alt="Gist Secret icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307183.svg" alt="Gist Secret icon" :width="24" :height="24" />
CSS background
.icon-gist-secret {
background-image: url('https://proicons.com/icon/307183.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M6 1C4.89543 1 4 1.89543 4 3V5.40135C4.30369 5.22567 4.64104 5.1017 5 5.04148V3C5 2.44772 5.44772 2 6 2H9V4.5C9 5.32843 9.67157 6 10.5 6H13V13C13 13.5523 12.5523 14 12 14H10C10 14.3643 9.90261 14.7058 9.73244 15H12C13.1046 15 14 14.1046 14 13V5.41421C14 5.01639 13.842 4.63486 13.5607 4.35355L10.6464 1.43934C10.3651 1.15804 9.98361 1 9.58579 1H6ZM12.7929 5H10.5C10.2239 5 10 4.77614 10 4.5V2.20711L12.7929 5ZM3.5 8V9H3C2.44772 9 2 9.44772 2 10V14C2 14.5523 2.44771 15 3 15H8C8.55228 15 9 14.5523 9 14V10C9 9.44772 8.55228 9 8 9H7.5V8C7.5 6.89543 6.60457 6 5.5 6C4.39543 6 3.5 6.89543 3.5 8ZM4.5 9V8C4.5 7.44772 4.94772 7 5.5 7C6.05228 7 6.5 7.44772 6.5 8V9H4.5ZM5.5 11.25C5.91421 11.25 6.25 11.5858 6.25 12C6.25 12.4142 5.91421 12.75 5.5 12.75C5.08579 12.75 4.75 12.4142 4.75 12C4.75 11.5858 5.08579 11.25 5.5 11.25Z"/></svg>
Copied!