Pass Filled Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Pass Filled 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/307324.svg" alt="Pass Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307324.svg" alt="Pass Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307324.svg" alt="Pass Filled icon" :width="24" :height="24" />
CSS background
.icon-pass-filled {
background-image: url('https://proicons.com/icon/307324.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="M8 1C4.14 1 1 4.14 1 8C1 11.86 4.14 15 8 15C11.86 15 15 11.86 15 8C15 4.14 11.86 1 8 1ZM11.354 6.354L7.354 10.354C7.256 10.452 7.128 10.5 7 10.5C6.872 10.5 6.744 10.451 6.646 10.354L4.646 8.354C4.451 8.159 4.451 7.842 4.646 7.647C4.841 7.452 5.158 7.452 5.353 7.647L6.999 9.293L10.645 5.647C10.84 5.452 11.157 5.452 11.352 5.647C11.547 5.842 11.547 6.159 11.352 6.354H11.354Z"/></svg>
Copied!