Visx Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Visx 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/316543.svg" alt="Visx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316543.svg" alt="Visx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316543.svg" alt="Visx icon" :width="24" :height="24" />
CSS background
.icon-visx {
background-image: url('https://proicons.com/icon/316543.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>visx</title><path d="M.00195 0 12 11.51953 23.99805 0h-5.8711L12 6.08984 5.87305 0Zm23.9961 0L12.47852 11.99805l11.51953 11.99804V18.125l-6.08985-6.12695 6.08985-6.12696ZM.00195.0039V5.875l6.08985 6.12695-6.08985 6.12696V24l11.5039-11.99805Zm0 23.9961h5.8711L12 17.91016 18.12695 24h5.8711L12 12.4707Z"/></svg>
Copied!