View Filled Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The View 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/319231.svg" alt="View Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319231.svg" alt="View Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319231.svg" alt="View Filled icon" :width="24" :height="24" />
CSS background
.icon-view-filled {
background-image: url('https://proicons.com/icon/319231.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>view--filled</title><circle cx="16" cy="16" r="4"/><path d="M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,22.5A6.5,6.5,0,1,1,22.5,16,6.51,6.51,0,0,1,16,22.5Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!